| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-xtensa.h | 464 int num_units; member in struct:__anon10148
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-xtensa.h | 464 int num_units; member in struct:__anon11620
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_kms.c | 2454 u32 num_units = 0; local 2461 units[num_units++] = vmw_crtc_to_du(dirty->crtc); 2468 units[num_units++] = vmw_crtc_to_du(crtc); 2472 for (k = 0; k < num_units; k++) {
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| libgccjit.cc | 4060 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units) 4074 (pow2_or_zerop (num_units), ctxt, NULL, 4075 "num_units not a power of two: %zi", 4076 num_units); local 4078 return (gcc_jit_type *)type->get_vector (num_units);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| libgccjit.cc | 3960 gcc_jit_type_get_vector (gcc_jit_type *type, size_t num_units) 3974 (pow2_or_zerop (num_units), ctxt, NULL, 3975 "num_units not a power of two: %zi", 3976 num_units); local 3978 return (gcc_jit_type *)type->get_vector (num_units);
|
| /src/external/mit/xorg/lib/libxcb/files/ |
| randr.h | 616 uint32_t num_units; member in struct:xcb_randr_change_output_property_request_t 2589 uint32_t num_units, 2607 uint32_t num_units,
|
| /src/external/gpl3/binutils/dist/binutils/ |
| dwarf.c | 3845 unsigned int num_units = 0; local 3849 for (section_begin = start, num_units = 0; section_begin < end; 3850 num_units ++) 3881 if (num_units == 0) 3892 debug_information = cmalloc (num_units, sizeof (*debug_information)); 3896 num_units); 3906 memset (debug_information, 0, num_units * sizeof (*debug_information)); 3908 alloc_num_debug_info_entries = num_units; 4421 if (num_units > alloc_num_debug_info_entries) 4424 num_debug_info_entries = num_units; [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| dwarf.c | 3769 unsigned int num_units = 0; local 3773 for (section_begin = start, num_units = 0; section_begin < end; 3774 num_units ++) 3805 if (num_units == 0) 3816 debug_information = cmalloc (num_units, sizeof (*debug_information)); 3820 num_units); 3830 memset (debug_information, 0, num_units * sizeof (*debug_information)); 3832 alloc_num_debug_info_entries = num_units; 4350 if (num_units > alloc_num_debug_info_entries) 4353 num_debug_info_entries = num_units; [all...] |