Searched refs:array_size (Results 26 - 46 of 46) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Df-exp.c1638 int array_size;
1655 array_size = pop_type_int ();
1656 if (array_size != -1)
1661 array_size - 1);
1635 int array_size; local
/openbsd-current/gnu/llvm/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.cpp577 array_size; // Number of items in array, only needed for structs member in struct:RenderScriptRuntime::Element
632 uint32_t array_size; // Number of elements in array member in struct:RenderScriptRuntime::AllocationDetails::ElementHeader
2071 child.array_size = static_cast<uint32_t>(results);
2321 const uint32_t array_size = local
2322 child.array_size.isValid() ? *child.array_size.get() : 1;
2323 data_size += *child.datum_size.get() * array_size;
2569 elem_header.array_size =
2570 elem.array_size.isValid() ? *elem.array_size
[all...]
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dvega20_processpptables.c691 uint32_t array_size, i; local
695 array_size = sizeof(uint8_t) * od_feature_count;
696 table = kzalloc(array_size, GFP_KERNEL);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_device.c197 * @array_size: size of the register array
204 const u32 array_size)
209 if (array_size % 3)
212 for (i = 0; i < array_size; i +=3) {
202 radeon_program_register_sequence(struct radeon_device *rdev, const u32 *registers, const u32 array_size) argument
H A Dradeon.h2865 const u32 array_size);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/inc/
H A Dhw_sequencer.h429 uint32_t *array_size);
/openbsd-current/gnu/usr.bin/gcc/gcc/f/
H A Dstc.c6383 ffebld array_size;
6541 &array_size,
6544 ffesymbol_set_arraysize (s, array_size);
6547 && (ffebld_op (array_size) == FFEBLD_opCONTER)
6548 && (ffebld_constant_integerdefault (ffebld_conter (array_size))
7285 ffebld array_size;
7379 &array_size,
7382 ffesymbol_set_arraysize (s, array_size);
7385 && (ffebld_op (array_size) == FFEBLD_opCONTER)
7386 && (ffebld_constant_integerdefault (ffebld_conter (array_size))
6382 ffebld array_size; local
7284 ffebld array_size; local
8306 ffebld array_size; local
[all...]
H A Dsymbol.c222 s->array_size = NULL;
/openbsd-current/sys/dev/pci/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c217 uint32_t *array_size)
228 *array_size = 12;
216 find_color_matrix(enum dc_color_space color_space, uint32_t *array_size) argument
/openbsd-current/sys/dev/pci/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c1012 uint32_t array_size = sizeof(struct SMU73_Discrete_GraphicsLevel) * local
1087 (uint32_t)array_size, SMC_RAM_END);
1228 uint32_t array_size = sizeof(SMU73_Discrete_MemoryLevel) * local
1266 (uint32_t)array_size, SMC_RAM_END);
H A Dvegam_smumgr.c876 uint32_t array_size = sizeof(struct SMU75_Discrete_GraphicsLevel) * local
958 (uint32_t)array_size, SMC_RAM_END);
1043 uint32_t array_size = sizeof(SMU75_Discrete_MemoryLevel) * local
1080 (uint32_t)array_size, SMC_RAM_END);
H A Dpolaris10_smumgr.c1048 uint32_t array_size = sizeof(struct SMU74_Discrete_GraphicsLevel) * local
1147 (uint32_t)array_size, SMC_RAM_END);
1217 uint32_t array_size = sizeof(SMU74_Discrete_MemoryLevel) * local
1247 (uint32_t)array_size, SMC_RAM_END);
H A Dci_smumgr.c480 uint32_t array_size = sizeof(struct SMU7_Discrete_GraphicsLevel) * local
506 (u8 *)levels, array_size,
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Dsoc15.c441 * @array_size: size of the register array
449 const u32 array_size)
455 for (i = 0; i < array_size; ++i) {
447 soc15_program_register_sequence(struct amdgpu_device *adev, const struct soc15_reg_golden *regs, const u32 array_size) argument
H A Damdgpu.h1336 const u32 array_size);
H A Damdgpu_device.c940 * @array_size: size of the register array
947 const u32 array_size)
952 if (array_size % 3)
955 for (i = 0; i < array_size; i += 3) {
945 amdgpu_device_program_register_sequence(struct amdgpu_device *adev, const u32 *registers, const u32 array_size) argument
/openbsd-current/gnu/gcc/gcc/
H A Dtree-data-ref.c909 tree array_size, data_size, element_size;
915 array_size = TYPE_SIZE (TREE_TYPE (opnd0));
917 if (array_size == NULL_TREE
918 || TREE_CODE (array_size) != INTEGER_CST
923 array_size, element_size);
907 tree array_size, data_size, element_size; local
/openbsd-current/gnu/llvm/lldb/source/Core/
H A DValueObject.cpp903 uint64_t array_size = 0; local
904 if (compiler_type.IsArrayType(nullptr, &array_size)) {
905 cstr_len = array_size;
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_hdcp_gsc.c524 array_size(data->k, sizeof(*data->streams)));
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_device_queue_manager.c2819 size_t array_size = num_queues * sizeof(uint32_t); local
2824 return memdup_user(usr_queue_id_array, array_size);
/openbsd-current/sys/dev/pci/drm/i915/gvt/
H A Dgtt.c1916 vzalloc(array_size(nr_entries,

Completed in 499 milliseconds

12