| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | type-stack.c | 115 int array_size; in follow_types() local 168 array_size = pop_int (); in follow_types() 173 0, array_size >= 0 ? array_size - 1 : 0); in follow_types() 174 if (array_size < 0) in follow_types()
|
| D | f-exp.y | 648 int array_size; variable 665 array_size = type_stack->pop_int (); 666 if (array_size != -1) 673 0, array_size - 1);
|
| /netbsd/src/external/public-domain/xz/dist/src/liblzma/rangecoder/ |
| D | price_tablegen.c | 63 const size_t array_size = sizeof(lzma_rc_prices) in print_price_table() local 65 for (size_t i = 0; i < array_size; ++i) { in print_price_table() 71 if (i != array_size - 1) in print_price_table()
|
| /netbsd/src/external/bsd/libbind/dist/isc/ |
| D | heap.c | 66 ctx->array_size = 0; in heap_new() 96 ctx->array_size += ctx->array_size_increment; in heap_resize() 98 (ctx->array_size) * (sizeof (void *))); in heap_resize() 157 if (ctx->heap_size >= ctx->array_size && heap_resize(ctx) < 0) in heap_insert()
|
| /netbsd/src/sys/external/bsd/common/include/linux/ |
| D | overflow.h | 44 array_size(size_t x, size_t y) in array_size() function 73 if ((arraysize = array_size(elemsize, nelem)) == SIZE_MAX) in __struct_size()
|
| /netbsd/src/external/bsd/atf/dist/atf-c++/detail/ |
| D | process_test.cpp | 50 array_size(const char* const* array) in array_size() function 262 ATF_REQUIRE_EQ(array_size(eargv), 0); in ATF_TEST_CASE_BODY() 270 ATF_REQUIRE_EQ(array_size(eargv), 1); in ATF_TEST_CASE_BODY() 280 ATF_REQUIRE_EQ(array_size(eargv), 1); in ATF_TEST_CASE_BODY()
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | process_test.cpp | 50 array_size(const char* const* array) in array_size() function 265 ATF_REQUIRE_EQ(array_size(eargv), 0); in ATF_TEST_CASE_BODY() 273 ATF_REQUIRE_EQ(array_size(eargv), 1); in ATF_TEST_CASE_BODY() 283 ATF_REQUIRE_EQ(array_size(eargv), 1); in ATF_TEST_CASE_BODY()
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | decl_arg.c | 75 const array_size[1+1+1]; variable 133 double (array_size[3]),
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| D | vmwgfx_surface.c | 1100 if (dev_priv->has_sm4_1 && srf->array_size > 0) { in vmw_gb_surface_create() 1104 } else if (srf->array_size > 0) { in vmw_gb_surface_create() 1123 if (dev_priv->has_sm4_1 && srf->array_size > 0) { in vmw_gb_surface_create() 1137 cmd3->body.arraySize = srf->array_size; in vmw_gb_surface_create() 1138 } else if (srf->array_size > 0) { in vmw_gb_surface_create() 1150 cmd2->body.arraySize = srf->array_size; in vmw_gb_surface_create() 1407 uint32_t array_size, in vmw_surface_gb_priv_define() argument 1451 if (array_size > 0 && !dev_priv->has_dx) { in vmw_surface_gb_priv_define() 1490 srf->array_size = array_size; in vmw_surface_gb_priv_define() 1495 if (array_size) in vmw_surface_gb_priv_define() [all …]
|
| D | vmwgfx_drv.h | 244 uint32_t array_size; member 1294 uint32_t array_size,
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | pch.cc | 735 size_t array_size; member 760 if (data->count == data->array_size) in save_macros() 762 data->array_size *= 2; in save_macros() 763 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size)); in save_macros() 785 d->array_size = 512; in cpp_prepare_state() 786 d->defns = XNEWVEC (uchar *, d->array_size); in cpp_prepare_state()
|
| /netbsd/src/external/bsd/atf/dist/atf-c/detail/ |
| D | text_test.c | 53 array_size(const char *words[]) in array_size() function 76 printf("Expecting %zd words\n", array_size(words)); in check_split() 77 ATF_CHECK_EQ(atf_list_size(&list), array_size(words)); in check_split()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | bitmap.h | 1020 size_t array_size = Traits::size (array); in base_bitmap_view() local 1029 array_base < array_size; in base_bitmap_view() 1034 = (STATIC_CONSTANT_P (array_size % array_step == 0) in base_bitmap_view() 1035 ? array_step : MIN (array_step, array_size - array_base)); in base_bitmap_view() 1067 shift < BITMAP_WORD_BITS && array_i < array_size; in base_bitmap_view()
|
| D | bb-reorder.cc | 174 static int array_size; variable 217 gcc_assert (bb->index < array_size); in bb_visited_trace() 846 if (new_bb->index >= array_size in copy_bb() 847 || last_basic_block_for_fn (cfun) > array_size) in copy_bb() 855 for (i = array_size; i < new_size; i++) in copy_bb() 865 array_size = new_size; in copy_bb() 871 array_size); in copy_bb() 2359 array_size = GET_ARRAY_SIZE (last_basic_block_for_fn (cfun)); in reorder_basic_blocks_software_trace_cache() 2360 bbd = XNEWVEC (bbro_basic_block_data, array_size); in reorder_basic_blocks_software_trace_cache() 2361 for (i = 0; i < array_size; i++) in reorder_basic_blocks_software_trace_cache()
|
| D | tree-vectorizer.cc | 1544 poly_uint64 array_size, vector_size; in get_vec_alignment_for_array_type() local 1549 || !poly_int_tree_p (TYPE_SIZE (type), &array_size) in get_vec_alignment_for_array_type() 1551 || maybe_lt (array_size, vector_size)) in get_vec_alignment_for_array_type()
|
| /netbsd/src/external/bsd/libbind/dist/include/isc/ |
| D | heap.h | 25 int array_size; member
|
| /netbsd/src/lib/libc/include/isc/ |
| D | heap.h | 25 int array_size; member
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/ |
| D | drm_memory.c | 95 page_map = vmalloc(array_size(num_pages, sizeof(struct page *))); in agp_remap()
|
| D | drm_hashtab.c | 59 ht->table = vzalloc(array_size(size, sizeof(*ht->table))); in drm_ht_create()
|
| /netbsd/src/external/gpl3/gcc/dist/include/ |
| D | hsa_ext_image.h | 338 size_t array_size; member
|
| /netbsd/src/usr.bin/xlint/lint1/ |
| D | lint1.h | 321 } array_size; typedef
|
| /netbsd/src/sys/dev/pci/ |
| D | twa.c | 753 uint64_t array_size = 0LL; in twa_read_capacity() local 780 array_size = bswap64(_8btol( in twa_read_capacity() 783 array_size = _8btol(((struct scsipi_read_capacity_16_data *) in twa_read_capacity() 787 return (array_size); in twa_read_capacity()
|
| /netbsd/src/sys/external/bsd/drm2/dist/drm/via/ |
| D | via_dmablit.c | 322 vsg->pages = vzalloc(array_size(sizeof(struct page *), vsg->num_pages)); in via_lock_all_dma_pages()
|
| /netbsd/src/external/bsd/wpa/dist/src/common/ |
| D | ieee802_11_common.c | 2794 global_op_class_from_country_array(u8 op_class, size_t array_size, in global_op_class_from_country_array() argument 2799 for (i = 0; i < array_size; i++) { in global_op_class_from_country_array()
|
| /netbsd/src/sys/arch/amiga/dev/ |
| D | grfabs_cc.c | 292 u_short array_size = sizeof(u_char *) * depth; in alloc_bitmap() local 317 (temp_size) + (array_size) + sizeof(bmap_t) + in alloc_bitmap() 329 bm->blit_temp = ((u_char *) bm->plane) + array_size; in alloc_bitmap()
|