| /minix3/external/bsd/libc++/dist/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | stable_partition.pass.cpp | 55 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 84 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 124 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 153 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 182 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 211 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 240 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 269 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 297 const unsigned size = 5; in test1() local
|
| /minix3/external/bsd/libc++/dist/libcxx/test/algorithms/alg.modifying.operations/alg.partitions/ |
| H A D | stable_partition.pass.cpp | 56 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 85 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 125 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 154 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 183 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 212 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 241 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 270 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local 298 const unsigned size = 5; in test1() local
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| H A D | der_get.c | 48 unsigned *ret, size_t *size) in der_get_unsigned() 67 int *ret, size_t *size) in der_get_integer() 87 size_t *val, size_t *size) in der_get_length() 120 der_get_boolean(const unsigned char *p, size_t len, int *data, size_t *size) in der_get_boolean() 134 heim_general_string *str, size_t *size) in der_get_general_string() 166 heim_utf8_string *str, size_t *size) in der_get_utf8string() 173 heim_printable_string *str, size_t *size) in der_get_printable_string() 187 heim_ia5_string *str, size_t *size) in der_get_ia5_string() 194 heim_bmp_string *data, size_t *size) in der_get_bmp_string() 225 heim_universal_string *data, size_t *size) in der_get_universal_string() [all …]
|
| H A D | der_put.c | 49 der_put_unsigned (unsigned char *p, size_t len, const unsigned *v, size_t *size) in der_put_unsigned() 81 der_put_integer (unsigned char *p, size_t len, const int *v, size_t *size) in der_put_integer() 122 der_put_length (unsigned char *p, size_t len, size_t val, size_t *size) in der_put_length() 149 der_put_boolean(unsigned char *p, size_t len, const int *data, size_t *size) in der_put_boolean() 163 const heim_general_string *str, size_t *size) in der_put_general_string() 177 const heim_utf8_string *str, size_t *size) in der_put_utf8string() 184 const heim_printable_string *str, size_t *size) in der_put_printable_string() 191 const heim_ia5_string *str, size_t *size) in der_put_ia5_string() 198 const heim_bmp_string *data, size_t *size) in der_put_bmp_string() 215 const heim_universal_string *data, size_t *size) in der_put_universal_string() [all …]
|
| /minix3/external/bsd/libc++/dist/libcxxrt/src/ |
| H A D | memory.cc | 75 void* operator new(size_t size) in operator new() 100 void* operator new(size_t size, const std::nothrow_t &) throw() in operator new() 123 void * operator new[](size_t size) in operator new[]() 133 void * operator new[](size_t size, const std::nothrow_t &) throw() in operator new[]()
|
| /plan9/sys/src/cmd/gs/src/ |
| H A D | jinclude.h | 61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) argument 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) argument 67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) argument 68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) argument
|
| H A D | gsgdata.c | 45 gs_glyph_data_substring(gs_glyph_data_t *pgd, uint offset, uint size) in gs_glyph_data_substring() 68 glyph_data_substring_permanent(gs_glyph_data_t *pgd, uint offset, uint size) in glyph_data_substring_permanent() 83 glyph_data_substring_by_font(gs_glyph_data_t *pgd, uint offset, uint size) in glyph_data_substring_by_font() 115 uint size, gs_font *font) in gs_glyph_data_from_string() 123 uint offset, uint size, gs_font *font) in gs_glyph_data_from_bytes()
|
| /plan9/sys/src/cmd/gs/jpeg/ |
| H A D | jinclude.h | 61 #define MEMZERO(target,size) bzero((void *)(target), (size_t)(size)) argument 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) argument 67 #define MEMZERO(target,size) memset((void *)(target), 0, (size_t)(size)) argument 68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) argument
|
| /plan9/sys/src/cmd/aquarela/ |
| H A D | smballoc.c | 5 smbemallocz(ulong size, int clear) in smbemallocz() 14 smbemalloc(ulong size) in smbemalloc() 39 smberealloc(void **pp, ulong size) in smberealloc()
|
| /minix3/minix/drivers/net/dpeth/ |
| H A D | 8390.c | 26 static void ns_rw_setup(const dpeth_t *dep, int mode, int size, u16_t offset) in ns_rw_setup() 42 static void ns_start_xmit(const dpeth_t * dep, int size, int pageno) in ns_start_xmit() 55 static void mem_getblock(dpeth_t *dep, u16_t offset, int size, void *dst) in mem_getblock() 69 size_t size) in mem_nic2user() 90 size_t size) in mem_user2nic() 104 static void pio_getblock(dpeth_t *dep, u16_t offset, int size, void *dst) in pio_getblock() 121 size_t size) in pio_nic2user() 155 size_t size) in pio_user2nic() 215 static int ns_send(dpeth_t *dep, struct netdriver_data *data, size_t size) in ns_send()
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | captured-statements.c | 53 void test3(int size) { in test3() 66 void test4(intptr_t size, intptr_t vla_arr[size]) { in test4()
|
| /minix3/minix/drivers/storage/fbd/ |
| H A D | action.c | 38 static size_t get_range(struct fbd_rule *rule, u64_t pos, size_t *size, in get_range() 85 static void limit_range(iovec_t *iov, unsigned *count, size_t size) in limit_range() 107 static void action_io_corrupt(struct fbd_rule *rule, char *buf, size_t size, in action_io_corrupt() 155 unsigned *count, size_t *size, u64_t *pos) in action_pre_error() 178 unsigned *UNUSED(count), size_t *UNUSED(size), u64_t *pos) in action_pre_misdir() 205 unsigned *count, size_t *size, u64_t *UNUSED(pos)) in action_pre_losttorn() 248 unsigned *count, size_t *size, u64_t *pos) in action_pre_hook() 271 void action_io_hook(struct fbd_rule *rule, char *buf, size_t size, in action_io_hook()
|
| /minix3/external/bsd/bind/dist/lib/isc/ |
| H A D | string.c | 128 isc_string_copy(char *target, size_t size, const char *source) { in isc_string_copy() 142 isc_string_copy_truncate(char *target, size_t size, const char *source) { in isc_string_copy_truncate() 151 isc_string_append(char *target, size_t size, const char *source) { in isc_string_append() 166 isc_string_append_truncate(char *target, size_t size, const char *source) { in isc_string_append_truncate() 176 isc_string_printf(char *target, size_t size, const char *format, ...) { in isc_string_printf() 197 isc_string_printf_truncate(char *target, size_t size, const char *format, ...) in isc_string_printf_truncate() 249 isc_string_strlcpy(char *dst, const char *src, size_t size) in isc_string_strlcpy() 275 isc_string_strlcat(char *dst, const char *src, size_t size) in isc_string_strlcat()
|
| /minix3/external/bsd/llvm/dist/clang/test/SemaObjC/ |
| H A D | property-not-lvalue.m | 13 @property NSSize size; property 26 - (NSSize)size; method 33 - (NSSize)size {} method
|
| /minix3/minix/lib/liblwip/dist/src/include/lwip/ |
| H A D | memp.h | 46 #define LWIP_MEMPOOL(name,num,size,desc) argument 51 #define LWIP_MEMPOOL(name,num,size,desc) MEMP_##name, argument 69 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument 93 #define LWIP_MEMPOOL_DECLARE(name,num,size,desc) \ argument 134 u16_t size; member
|
| /minix3/minix/lib/libnetdriver/ |
| H A D | portio.c | 16 size_t size, int portin) in netdriver_portb() 47 size_t size) in netdriver_portinb() 58 size_t size) in netdriver_portoutb() 69 size_t size) in netdriver_portinw() 132 size_t size) in netdriver_portoutw()
|
| /minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| H A D | rand-unix.c | 76 unix_seed(const void *indata, int size) in unix_seed() 94 unix_bytes(unsigned char *outdata, int size) in unix_bytes() 130 unix_add(const void *indata, int size, double entropi) in unix_add() 136 unix_pseudorand(unsigned char *outdata, int size) in unix_pseudorand()
|
| H A D | rand.c | 89 RAND_seed(const void *indata, size_t size) in RAND_seed() 106 RAND_bytes(void *outdata, size_t size) in RAND_bytes() 148 RAND_add(const void *indata, size_t size, double entropi) in RAND_add() 166 RAND_pseudo_bytes(void *outdata, size_t size) in RAND_pseudo_bytes() 274 RAND_load_file(const char *filename, size_t size) in RAND_load_file() 349 RAND_file_name(char *filename, size_t size) in RAND_file_name()
|
| H A D | rand-egd.c | 131 egd_seed(const void *indata, int size) in egd_seed() 154 get_bytes(const char *path, unsigned char *outdata, int size) in get_bytes() 182 egd_bytes(unsigned char *outdata, int size) in egd_bytes() 193 egd_add(const void *indata, int size, double entropi) in egd_add() 199 egd_pseudorand(unsigned char *outdata, int size) in egd_pseudorand() 238 RAND_egd_bytes(const char *filename, int size) in RAND_egd_bytes()
|
| /minix3/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/wsock/common/ |
| H A D | dump.c | 57 dumpAddr(const char FAR *addr, int len, char *buff, size_t size) { in dumpAddr() 80 dumpHost(const struct hostent FAR *hp, char *buff, size_t size) { in dumpHost() 94 dumpName(const char *name, char *buff, size_t size) { in dumpName()
|
| /minix3/minix/usr.bin/diff/ |
| H A D | xmalloc.c | 27 xmalloc(size_t size) in xmalloc() 40 xcalloc(size_t nmemb, size_t size) in xcalloc() 56 xrealloc(void *ptr, size_t nmemb, size_t size) in xrealloc()
|
| /plan9/sys/src/cmd/gs/libpng/ |
| H A D | pngmem.c | 38 png_size_t size; in png_create_struct_2() local 115 png_malloc(png_structp png_ptr, png_uint_32 size) in png_malloc() 133 png_malloc_default(png_structp png_ptr, png_uint_32 size) in png_malloc_default() 338 png_size_t size; in png_create_struct_2() local 422 png_malloc(png_structp png_ptr, png_uint_32 size) in png_malloc() 440 png_malloc_default(png_structp png_ptr, png_uint_32 size) in png_malloc_default() 534 png_malloc_warn(png_structp png_ptr, png_uint_32 size) in png_malloc_warn() 550 png_size_t size; in png_memcpy_check() local 563 png_size_t size; in png_memset_check() local
|
| /minix3/external/bsd/llvm/dist/clang/test/OpenMP/ |
| H A D | simd_metadata.c | 4 void h1(float *c, float *a, double b[], int size) in h1() 29 void h2(float *c, float *a, float *b, int size) in h2() 41 void h3(float *c, float *a, float *b, int size) in h3()
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/ |
| H A D | predefined-expr-sizeof.cpp | 9 int size = sizeof(__PRETTY_FUNCTION__); in templateClassFunction() local 17 int size = sizeof(__PRETTY_FUNCTION__); in functionTemplate() local
|
| /minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
| H A D | pr_4164.c | 21 int size; in test1() local 36 int size; in test2() local
|