| /netbsd-src/external/gpl3/gcc.old/dist/libcc1/ |
| H A D | marshall.cc | 102 size_t n_elements) in marshall_array_start() argument 107 unsigned long long r = n_elements; in marshall_array_start() 123 size_t *n_elements) in unmarshall_array_start() argument 132 *n_elements = len; in unmarshall_array_start() 150 len = a->n_elements; in marshall() 180 gta->n_elements = len; in unmarshall()
|
| H A D | marshall-cp.hh | 75 len = a->n_elements; in marshall() 112 gva->n_elements = len; in unmarshall() 147 len = a->n_elements; in marshall() 184 gva->n_elements = len; in unmarshall() 219 len = a->n_elements; in marshall() 253 gva->n_elements = len; in unmarshall()
|
| H A D | libcp1plugin.cc | 1700 for (int i = 0; i < base_classes->n_elements; i++) in start_class_def() 1988 argument_types = new tree[argument_types_in->n_elements]; in plugin_build_function_type() 1989 for (int i = 0; i < argument_types_in->n_elements; ++i) in plugin_build_function_type() 1994 argument_types_in->n_elements, in plugin_build_function_type() 1998 argument_types_in->n_elements, in plugin_build_function_type() 2018 if (!defaults || !defaults->n_elements) 2038 int i = defaults->n_elements; 2076 if (!defaults || !defaults->n_elements) 2081 for (int i = 0; i < defaults->n_elements; i++) 2134 else if (!except_types_in->n_elements) in plugin_build_exception_spec_variant() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libcc1/ |
| H A D | marshall.cc | 103 size_t n_elements) in marshall_array_start() argument 108 unsigned long long r = n_elements; in marshall_array_start() 124 size_t *n_elements) in unmarshall_array_start() argument 133 *n_elements = len; in unmarshall_array_start() 151 len = a->n_elements; in marshall() 181 gta->n_elements = len; in unmarshall()
|
| H A D | marshall-cp.hh | 68 len = a->n_elements; in marshall() 105 gva->n_elements = len; in unmarshall() 131 len = a->n_elements; in marshall() 169 gva->n_elements = len; in unmarshall() 195 len = a->n_elements; in marshall() 230 gva->n_elements = len; in unmarshall()
|
| H A D | libcp1plugin.cc | 1544 for (int i = 0; i < base_classes->n_elements; i++) in start_class_def() 1831 std::vector<tree> argument_types (argument_types_in->n_elements); in plugin_build_function_type() 1832 for (int i = 0; i < argument_types_in->n_elements; ++i) in plugin_build_function_type() 1837 argument_types_in->n_elements, in plugin_build_function_type() 1841 argument_types_in->n_elements, in plugin_build_function_type() 1859 if (!defaults || !defaults->n_elements) 1879 int i = defaults->n_elements; 1917 if (!defaults || !defaults->n_elements) 1922 for (int i = 0; i < defaults->n_elements; i++) 1975 else if (!except_types_in->n_elements) in plugin_build_exception_spec_variant() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | hashtab.h | 74 size_t n_elements; member 181 return htab->n_elements - htab->n_deleted; in htab_elements() 241 result->n_elements = 0; in htab_create() 306 nhtab->n_elements = htab->n_elements - htab->n_deleted; in htab_expand() 374 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot() 422 htab->n_elements++; in htab_find_slot()
|
| /netbsd-src/external/gpl3/gcc/dist/libgomp/ |
| H A D | hashtab.h | 74 size_t n_elements; member 181 return htab->n_elements - htab->n_deleted; in htab_elements() 230 htab->n_elements = 0; in htab_clear() 312 nhtab->n_elements = htab->n_elements - htab->n_deleted; in htab_expand() 380 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot() 428 htab->n_elements++; in htab_find_slot()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | gcc-cp-interface.h | 91 int n_elements; member 108 int n_elements; member 345 int n_elements; member
|
| H A D | gcc-interface.h | 179 int n_elements; member
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | gcc-cp-interface.h | 91 int n_elements; member 108 int n_elements; member 345 int n_elements; member
|
| H A D | gcc-interface.h | 179 int n_elements; member
|
| /netbsd-src/external/gpl3/gcc/dist/include/ |
| H A D | gcc-cp-interface.h | 91 int n_elements; member 108 int n_elements; member 345 int n_elements; member
|
| H A D | gcc-interface.h | 179 int n_elements; member
|
| /netbsd-src/external/gpl3/gcc.old/dist/include/ |
| H A D | gcc-cp-interface.h | 91 int n_elements; member 108 int n_elements; member 345 int n_elements; member
|
| H A D | gcc-interface.h | 179 int n_elements; member
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/qxl/ |
| H A D | qxl_cmd.c | 50 int n_elements; member 63 ring->ring->header.notify_on_prod = ring->n_elements; in qxl_ring_init_hdr() 69 int n_elements, in qxl_ring_create() argument 82 ring->n_elements = n_elements; in qxl_ring_create() 148 idx = header->prod & (ring->n_elements - 1); in qxl_ring_push() 179 idx = header->cons & (ring->n_elements - 1); in qxl_ring_pop()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_benchmarks_test.cc | 19 static void ManyAccessFunc(T *x, size_t n_elements, size_t n_iter) { in ManyAccessFunc() argument 23 for (size_t i = 0; i <= n_elements - 16; i += 16) { in ManyAccessFunc()
|
| /netbsd-src/external/gpl3/binutils/dist/libiberty/ |
| H A D | hashtab.c | 222 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 470 htab->n_elements = 0; in htab_empty() 555 htab->n_elements -= htab->n_deleted; in htab_expand() 642 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 693 htab->n_elements++; in htab_find_slot_with_hash()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
| H A D | hashtab.c | 222 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 470 htab->n_elements = 0; in htab_empty() 555 htab->n_elements -= htab->n_deleted; in htab_expand() 642 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 693 htab->n_elements++; in htab_find_slot_with_hash()
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_malloc_linux.cpp | 172 void *(*calloc)(uptr n_elements, uptr elem_size); 179 void *(*calloc)(uptr n_elements, uptr elem_size);
|
| /netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
| H A D | hashtab.c | 222 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 470 htab->n_elements = 0; in htab_empty() 555 htab->n_elements -= htab->n_deleted; in htab_expand() 642 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 693 htab->n_elements++; in htab_find_slot_with_hash()
|
| /netbsd-src/external/gpl3/gcc/dist/libiberty/ |
| H A D | hashtab.c | 222 #define htab_elements(htab) ((htab)->n_elements - (htab)->n_deleted) 470 htab->n_elements = 0; in htab_empty() 555 htab->n_elements -= htab->n_deleted; in htab_expand() 642 if (insert == INSERT && size * 3 <= htab->n_elements * 4) in htab_find_slot_with_hash() 693 htab->n_elements++; in htab_find_slot_with_hash()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_malloc_linux.cc | 244 void *(*calloc)(uptr n_elements, uptr elem_size); 251 void *(*calloc)(uptr n_elements, uptr elem_size);
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_malloc_linux.cc | 246 void *(*calloc)(uptr n_elements, uptr elem_size); 253 void *(*calloc)(uptr n_elements, uptr elem_size);
|