| /src/external/public-domain/xz/dist/src/liblzma/rangecoder/ |
| price_tablegen.c | 69 const size_t array_size = sizeof(lzma_rc_prices) local 71 for (size_t i = 0; i < array_size; ++i) { 77 if (i != array_size - 1)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| common_baco.h | 61 const u32 array_size); 64 const u32 array_size);
|
| amdgpu_common_baco.c | 89 const u32 array_size) 93 for (i = 0; i < array_size; i++) { 108 const u32 array_size) 113 for (i = 0; i < array_size; i++) {
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| type-stack.c | 115 int array_size; local 168 array_size = pop_int (); 173 0, array_size >= 0 ? array_size - 1 : 0); 174 if (array_size < 0)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| type-stack.c | 115 int array_size; local 168 array_size = pop_int (); 173 0, array_size >= 0 ? array_size - 1 : 0); 174 if (array_size < 0)
|
| /src/lib/libc/include/isc/ |
| heap.h | 25 int array_size; member in struct:heap_context
|
| /src/external/bsd/libbind/dist/include/isc/ |
| heap.h | 25 int array_size; member in struct:heap_context
|
| /src/sys/external/bsd/common/include/linux/ |
| overflow.h | 44 array_size(size_t x, size_t y) function 73 if ((arraysize = array_size(elemsize, nelem)) == SIZE_MAX)
|
| /src/tests/usr.bin/xlint/lint1/ |
| decl_arg.c | 74 /* expect+1: error: declared parameter 'array_size' is missing [53] */ 75 const array_size[1+1+1]; variable 134 double (array_size[3]),
|
| /src/external/bsd/libbind/dist/isc/ |
| heap.c | 66 ctx->array_size = 0; 96 ctx->array_size += ctx->array_size_increment; 98 (ctx->array_size) * (sizeof (void *))); 157 if (ctx->heap_size >= ctx->array_size && heap_resize(ctx) < 0)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| soc15.h | 92 const u32 array_size);
|
| /src/external/bsd/atf/dist/atf-c++/detail/ |
| process_test.cpp | 50 array_size(const char* const* array) function 262 ATF_REQUIRE_EQ(array_size(eargv), 0); 270 ATF_REQUIRE_EQ(array_size(eargv), 1); 280 ATF_REQUIRE_EQ(array_size(eargv), 1);
|
| /src/external/bsd/atf/dist/tools/ |
| process_test.cpp | 50 array_size(const char* const* array) function 265 ATF_REQUIRE_EQ(array_size(eargv), 0); 273 ATF_REQUIRE_EQ(array_size(eargv), 1); 283 ATF_REQUIRE_EQ(array_size(eargv), 1);
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_surface.c | 1100 if (dev_priv->has_sm4_1 && srf->array_size > 0) { 1104 } else if (srf->array_size > 0) { 1123 if (dev_priv->has_sm4_1 && srf->array_size > 0) { 1137 cmd3->body.arraySize = srf->array_size; 1138 } else if (srf->array_size > 0) { 1150 cmd2->body.arraySize = srf->array_size; 1389 * @array_size: Surface array size. 1407 uint32_t array_size, 1450 /* array_size must be null for non-GL3 host. */ 1451 if (array_size > 0 && !dev_priv->has_dx) [all...] |
| /src/external/gpl3/gcc/dist/libcpp/ |
| pch.cc | 735 size_t array_size; member in struct:save_macro_data 760 if (data->count == data->array_size) 762 data->array_size *= 2; 763 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size)); 785 d->array_size = 512; 786 d->defns = XNEWVEC (uchar *, d->array_size);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| pch.cc | 735 size_t array_size; member in struct:save_macro_data 760 if (data->count == data->array_size) 762 data->array_size *= 2; 763 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size)); 785 d->array_size = 512; 786 d->defns = XNEWVEC (uchar *, d->array_size);
|
| /src/external/bsd/atf/dist/atf-c/detail/ |
| text_test.c | 53 array_size(const char *words[]) function 76 printf("Expecting %zd words\n", array_size(words)); 77 ATF_CHECK_EQ(atf_list_size(&list), array_size(words));
|
| /src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
| virtgpu_drm.h | 91 __u32 array_size; member in struct:drm_virtgpu_resource_create
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/ |
| amdgpu_dc_hw_sequencer.c | 211 uint32_t *array_size) 222 *array_size = 12;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| bitmap.h | 1023 size_t array_size = Traits::size (array); local 1032 array_base < array_size; 1037 = (STATIC_CONSTANT_P (array_size % array_step == 0) 1038 ? array_step : MIN (array_step, array_size - array_base)); 1070 shift < BITMAP_WORD_BITS && array_i < array_size;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| bitmap.h | 1020 size_t array_size = Traits::size (array); local 1029 array_base < array_size; 1034 = (STATIC_CONSTANT_P (array_size % array_step == 0) 1035 ? array_step : MIN (array_step, array_size - array_base)); 1067 shift < BITMAP_WORD_BITS && array_i < array_size;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| target-memory.cc | 179 mpz_t array_size; local 185 gfc_array_size (expr, &array_size); 186 for (i = 0; i < (int)mpz_get_ui (array_size); i++) 192 mpz_clear (array_size); 372 size_t array_size = 1; local 379 array_size *= mpz_get_ui (result->shape[i]); 382 for (size_t i = 0; i < array_size; i++)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| target-memory.cc | 179 mpz_t array_size; local 185 gfc_array_size (expr, &array_size); 186 for (i = 0; i < (int)mpz_get_ui (array_size); i++) 192 mpz_clear (array_size); 372 size_t array_size = 1; local 379 array_size *= mpz_get_ui (result->shape[i]); 382 for (size_t i = 0; i < array_size; i++)
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_ioctl.c | 228 if (rc->array_size > 1) 241 params.array_size = rc->array_size;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/ |
| hw_sequencer.h | 203 uint32_t *array_size);
|