| /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/mpz/ |
| get_d.c | 28 mp_size_t size; local 30 size = SIZ (z); 31 if (UNLIKELY (size == 0)) 34 return mpn_get_d (PTR (z), ABS (size), size, 0L);
|
| com.c | 29 mp_size_t size = src->_mp_size; local 33 if (size >= 0) 39 if (dst->_mp_alloc < size + 1) 40 _mpz_realloc (dst, size + 1); 45 if (UNLIKELY (size == 0)) 47 /* special case, as mpn_add_1 wants size!=0 */ 56 cy = mpn_add_1 (dst_ptr, src_ptr, size, (mp_limb_t) 1); 59 dst_ptr[size] = cy; 60 size++; 64 /* Store a negative size, to indicate ones-extension. * [all...] |
| /webstack/webstack/trunk/src/gmp-4.2.1/mpz/ |
| get_d.c | 28 mp_size_t size; local 30 size = SIZ (z); 31 if (UNLIKELY (size == 0)) 34 return mpn_get_d (PTR (z), ABS (size), size, 0L);
|
| com.c | 29 mp_size_t size = src->_mp_size; local 33 if (size >= 0) 39 if (dst->_mp_alloc < size + 1) 40 _mpz_realloc (dst, size + 1); 45 if (UNLIKELY (size == 0)) 47 /* special case, as mpn_add_1 wants size!=0 */ 56 cy = mpn_add_1 (dst_ptr, src_ptr, size, (mp_limb_t) 1); 59 dst_ptr[size] = cy; 60 size++; 64 /* Store a negative size, to indicate ones-extension. * [all...] |
| /webstack/php-experiment/php-5.2.9RC3/main/streams/ |
| php_streams_int.h | 24 #define emalloc_rel_orig(size) \ 26 ? _emalloc((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_RELAY_CC) \ 27 : _emalloc((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC) ) 29 #define emalloc_rel_orig_ts(size) \ 31 ? _emalloc_ts((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_RELAY_CC TSRMLS_CC) \ 32 : _emalloc_ts((size) ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC TSRMLS_CC) ) 34 #define erealloc_rel_orig(ptr, size) \ 36 ? _erealloc((ptr), (size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_RELAY_CC) \ 37 : _erealloc((ptr), (size), 0 ZEND_FILE_LINE_CC ZEND_FILE_LINE_ORIG_RELAY_CC) ) 39 #define erealloc_rel_orig_ts(ptr, size) \ [all...] |
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/c-client/ |
| fs.h | 32 void *fs_get (size_t size); 33 void fs_resize (void **block,size_t size);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/c-client/ |
| fs.h | 32 void *fs_get (size_t size); 33 void fs_resize (void **block,size_t size);
|
| /webstack/webstack/trunk/src/imap-2006c1/c-client/ |
| fs.h | 32 void *fs_get (size_t size); 33 void fs_resize (void **block,size_t size);
|
| /webstack/webstack/trunk/src/imap-2006c1/src/c-client/ |
| fs.h | 32 void *fs_get (size_t size); 33 void fs_resize (void **block,size_t size);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/cyrus-sasl-2.1.22/mac/libdes/src/ |
| passwd_dlg.h | 49 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* passwd_dlg.h - Dialog boxes for Windows95/NT
* Author: J?rgen Karlsson - d93-jka@nada.kth.se
* Date: June 1996
*/
/* $Id: passwd_dlg.h,v 1.2 2001/12/04 02:06:30 rjs3 Exp $ */
#ifndef PASSWD_DLG_H
#define PASSWD_DLG_H
int pwd_dialog(char *buf, int size);
#endif /* PASSWD_DLG_H */
|
| /webstack/webstack/branches/CoolStack12Rtm/src/mysql-5.0.45/ndb/src/kernel/vm/ |
| ndbd_malloc.hpp | 22 void *ndbd_malloc(size_t size); 23 void ndbd_free(void *p, size_t size);
|
| /webstack/webstack/trunk/src/cyrus-sasl-2.1.22/mac/libdes/src/ |
| passwd_dlg.h | 49 /*
* Copyright (c) 1995, 1996, 1997 Kungliga Tekniska H?gskolan
* (Royal Institute of Technology, Stockholm, Sweden).
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the Kungliga Tekniska
* H?gskolan and its contributors.
*
* 4. Neither the name of the Institute nor the names of its contributors
* may be used to endorse or promote products derived from this software
* without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*/
/* passwd_dlg.h - Dialog boxes for Windows95/NT
* Author: J?rgen Karlsson - d93-jka@nada.kth.se
* Date: June 1996
*/
/* $Id: passwd_dlg.h,v 1.2 2001/12/04 02:06:30 rjs3 Exp $ */
#ifndef PASSWD_DLG_H
#define PASSWD_DLG_H
int pwd_dialog(char *buf, int size);
#endif /* PASSWD_DLG_H */
|
| /webstack/webstack/trunk/src/mysql-5.0.33.32bit/ndb/src/kernel/vm/ |
| ndbd_malloc.hpp | 23 void *ndbd_malloc(size_t size); 24 void ndbd_free(void *p, size_t size);
|
| /webstack/webstack/trunk/src/mysql-5.0.33.64bit/ndb/src/kernel/vm/ |
| ndbd_malloc.hpp | 23 void *ndbd_malloc(size_t size); 24 void ndbd_free(void *p, size_t size);
|
| /webstack/webstack/trunk/src/mysql-5.0.45/ndb/src/kernel/vm/ |
| ndbd_malloc.hpp | 22 void *ndbd_malloc(size_t size); 23 void ndbd_free(void *p, size_t size);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/gmp-4.2.1/mpn/generic/ |
| random.c | 26 mpn_random (mp_ptr ptr, mp_size_t size) 30 /* FIXME: Is size==0 supposed to be allowed? */ 31 ASSERT (size >= 0); 33 if (size == 0) 37 _gmp_rand (ptr, rands, size * GMP_NUMB_BITS); 40 while (ptr[size-1] == 0) 41 _gmp_rand (&ptr[size-1], rands, GMP_NUMB_BITS);
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/dos/ |
| fs_dos.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/mac/ |
| fs_mac.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/nt/ |
| fs_nt.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/os2/ |
| fs_os2.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/tops-20/ |
| fs_t20.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/vms/ |
| fs_vms.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|
| /webstack/webstack/branches/CoolStack12Rtm/src/imap-2006c1/src/osdep/wce/ |
| fs_wce.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|
| /webstack/webstack/trunk/src/gmp-4.2.1/mpn/generic/ |
| random.c | 26 mpn_random (mp_ptr ptr, mp_size_t size) 30 /* FIXME: Is size==0 supposed to be allowed? */ 31 ASSERT (size >= 0); 33 if (size == 0) 37 _gmp_rand (ptr, rands, size * GMP_NUMB_BITS); 40 while (ptr[size-1] == 0) 41 _gmp_rand (&ptr[size-1], rands, GMP_NUMB_BITS);
|
| /webstack/webstack/trunk/src/imap-2006c1/src/osdep/dos/ |
| fs_dos.c | 31 * Accepts: size of desired block 35 void *fs_get (size_t size) 37 void *block = malloc (size ? size : (size_t) 1); 45 * new size 48 void fs_resize (void **block,size_t size) 50 if (!(*block = realloc (*block,size ? size : (size_t) 1)))
|