| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-bounded.c | 432 int array_size, length, elem_size, type_size; local 459 array_size = (TREE_INT_CST_LOW (array_size_expr) + 1) * type_size; 461 array_size = 0; 465 if (array_size < 1) 480 if (array_size < length) 482 array_size, length); 486 if (array_size < length) 488 array_size, length); 496 if (array_size < (length * elem_size)) 498 array_size, length, elem_size); [all …]
|
| H A D | c-format.c | 1459 tree array_size = 0; local 1524 array_size = DECL_SIZE_UNIT (format_tree); 1539 if (array_size != 0) 1542 if (TREE_CODE (array_size) != INTEGER_CST) 1544 if (host_integerp (array_size, 0)) 1546 HOST_WIDE_INT array_size_value = TREE_INT_CST_LOW (array_size); 2363 int array_size = TREE_INT_CST_LOW (array_size_expr) + 1; local 2364 if (array_size < (types->field_width + f)) 2366 array_size, types->field_width + f, arg_num);
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-bounded.c | 429 int array_size, length, elem_size, type_size; local 456 array_size = (TREE_INT_CST_LOW (array_size_expr) + 1) * type_size; 458 array_size = 0; 462 if (array_size < 1) 477 if (array_size < length) 479 array_size, length); 483 if (array_size < length) 485 array_size, length); 493 if (array_size < (length * elem_size)) 495 array_size, length, elem_size); [all …]
|
| H A D | bb-reorder.c | 139 static int array_size; variable 775 if (new_bb->index >= array_size || last_basic_block > array_size) in copy_bb() 783 for (i = array_size; i < new_size; i++) in copy_bb() 791 array_size = new_size; in copy_bb() 797 array_size); in copy_bb() 1914 array_size = GET_ARRAY_SIZE (last_basic_block); in reorder_basic_blocks() 1915 bbd = XNEWVEC (bbro_basic_block_data, array_size); in reorder_basic_blocks() 1916 for (i = 0; i < array_size; i++) in reorder_basic_blocks()
|
| H A D | c-format.c | 1348 tree array_size = 0; in check_format_arg() local 1417 array_size = DECL_SIZE_UNIT (format_tree); in check_format_arg() 1432 if (array_size != 0) in check_format_arg() 1435 gcc_assert (TREE_CODE (array_size) == INTEGER_CST); in check_format_arg() 1437 if (host_integerp (array_size, 0)) in check_format_arg() 1439 HOST_WIDE_INT array_size_value = TREE_INT_CST_LOW (array_size); in check_format_arg() 2271 int array_size = TREE_INT_CST_LOW (array_size_expr) + 1; in check_format_types() local 2272 if (array_size < (types->field_width + f)) in check_format_types() 2275 "string size (%d) (arg %d)", array_size, in check_format_types()
|
| /openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/ |
| H A D | common_baco.c | 84 const u32 array_size) in baco_program_registers() argument 88 for (i = 0; i < array_size; i++) { in baco_program_registers() 103 const u32 array_size) in soc15_baco_program_registers() argument 108 for (i = 0; i < array_size; i++) { in soc15_baco_program_registers()
|
| H A D | common_baco.h | 59 const u32 array_size); 62 const u32 array_size);
|
| H A D | smu_helper.c | 52 uint32_t array_size, i; in phm_copy_clock_limits_array() local 55 array_size = sizeof(uint32_t) * power_saving_clock_count; in phm_copy_clock_limits_array() 56 table = kzalloc(array_size, GFP_KERNEL); in phm_copy_clock_limits_array() 74 uint32_t array_size, i; in phm_copy_overdrive_settings_limits_array() local 77 array_size = sizeof(uint32_t) * od_setting_count; in phm_copy_overdrive_settings_limits_array() 78 table = kzalloc(array_size, GFP_KERNEL); in phm_copy_overdrive_settings_limits_array()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
| H A D | inline4.C | 19 extern int array_size; 23 int lookup_array[array_size]; in h()
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | pch.c | 552 size_t array_size; member 577 if (data->count == data->array_size) in save_macros() 579 data->array_size *= 2; in save_macros() 580 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size)); in save_macros() 616 d->array_size = 512; in cpp_prepare_state() 617 d->defns = XNEWVEC (uchar *, d->array_size); in cpp_prepare_state()
|
| /openbsd-src/lib/libcbor/src/cbor/ |
| H A D | serialization.c | 112 size_t array_size = cbor_array_is_definite(item) in cbor_serialized_size() local 117 array_size = _cbor_safe_signaling_add(array_size, in cbor_serialized_size() 120 return array_size; in cbor_serialized_size()
|
| /openbsd-src/sys/dev/pci/drm/include/linux/ |
| H A D | overflow.h | 6 #define array_size(x, y) ((x) * (y)) macro
|
| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | imu_v11_0_3.c | 109 const u32 array_size) in program_rlc_ram_register_setting() argument 115 for (i = 0; i < array_size; ++i) { in program_rlc_ram_register_setting()
|
| H A D | soc15.h | 108 const u32 array_size);
|
| H A D | imu_v11_0.c | 318 const u32 array_size) in program_imu_rlc_ram() argument 324 for (i = 0; i < array_size; ++i) { in program_imu_rlc_ram()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | parse.c | 1197 int array_size; in follow_types() local 1261 array_size = pop_type_int (); in follow_types() 1267 array_size >= 0 ? array_size - 1 : 0); in follow_types() 1271 if (array_size < 0) in follow_types()
|
| H A D | f-exp.y | 507 int array_size; variable 524 array_size = pop_type_int (); 525 if (array_size != -1) 530 array_size - 1);
|
| H A D | f-exp.c | 1635 int array_size; local 1652 array_size = pop_type_int (); 1653 if (array_size != -1) 1658 array_size - 1);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | symbol.h | 107 ffebld array_size; /* Size as an expression involving some of member 159 #define ffesymbol_arraysize(s) ((s)->array_size) 228 #define ffesymbol_set_arraysize(s,a) ((s)->array_size = (a))
|
| H A D | stt.h | 171 ffebld *array_size, ffebld *extents,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | jcf-dump.c | 659 int array_size; variable 665 array_size = -1; 668 array_size = (array_size < 0 ? 0 : 10 * array_size) + *(*ptr) - '0'; 671 if (array_size == -1) 674 fprintf (stream, "[%d]", array_size);
|
| /openbsd-src/sys/dev/pci/drm/radeon/ |
| H A D | radeon_gart.c | 395 rdev->gart.pages = vzalloc(array_size(sizeof(void *), in radeon_gart_init() 401 rdev->gart.pages_entry = vmalloc(array_size(sizeof(uint64_t), in radeon_gart_init()
|
| /openbsd-src/sys/dev/pci/drm/ |
| H A D | drm_memory.c | 88 page_map = vmalloc(array_size(num_pages, sizeof(struct vm_page *))); in agp_remap()
|
| H A D | drm_hashtab.c | 54 ht->table = vzalloc(array_size(size, sizeof(*ht->table))); in drm_ht_create()
|
| /openbsd-src/gnu/llvm/lldb/source/DataFormatters/ |
| H A D | FormatManager.cpp | 234 uint64_t array_size; in GetPossibleMatches() local 235 if (compiler_type.IsArrayType(nullptr, &array_size, nullptr)) { in GetPossibleMatches() 243 element_type.GetTypedefedType().GetArrayType(array_size); in GetPossibleMatches()
|