Searched refs:BITS_PER_WORD (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | defaults.h | 473 #ifndef BITS_PER_WORD 474 #define BITS_PER_WORD (BITS_PER_UNIT * UNITS_PER_WORD) macro 491 #define INT_TYPE_SIZE BITS_PER_WORD 495 #define LONG_TYPE_SIZE BITS_PER_WORD 499 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2) 507 #define FLOAT_TYPE_SIZE BITS_PER_WORD 511 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) 515 #define LONG_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) 747 #define POINTER_SIZE BITS_PER_WORD 825 #define MALLOC_ABI_ALIGNMENT BITS_PER_WORD [all …]
|
| H A D | rtl.h | 4430 && GET_MODE_PRECISION (int_mode) < BITS_PER_WORD)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | defaults.h | 473 #ifndef BITS_PER_WORD 474 #define BITS_PER_WORD (BITS_PER_UNIT * UNITS_PER_WORD) macro 491 #define INT_TYPE_SIZE BITS_PER_WORD 495 #define LONG_TYPE_SIZE BITS_PER_WORD 499 #define LONG_LONG_TYPE_SIZE (BITS_PER_WORD * 2) 507 #define FLOAT_TYPE_SIZE BITS_PER_WORD 511 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) 515 #define LONG_DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) 747 #define POINTER_SIZE BITS_PER_WORD 825 #define MALLOC_ABI_ALIGNMENT BITS_PER_WORD [all …]
|
| H A D | rtl.h | 4430 && GET_MODE_PRECISION (int_mode) < BITS_PER_WORD)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/config/arm/ |
| H A D | linux-gas.h | 48 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| H A D | arm.h | 693 (((COND) && ((ALIGN) < BITS_PER_WORD) \ 696 || TREE_CODE (EXP) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN)) 731 #define WCHAR_TYPE_SIZE BITS_PER_WORD
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | bcmstb_spi.c | 24 #define BITS_PER_WORD 8 macro 133 writel(BITS_PER_WORD << 2 | SPI_MODE_3, &priv->regs->spcr0_msb); in bcmstb_spi_hw_set_parms()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/config/aarch64/ |
| H A D | aarch64.h | 119 (((COND) && ((ALIGN) < BITS_PER_WORD) \ 122 || TREE_CODE (EXP) == RECORD_TYPE)) ? BITS_PER_WORD : (ALIGN))
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/acac/ |
| H A D | cac_adaptor.cpp | 42 #define BITS_PER_WORD (BITS_PER_BYTE * BYTES_PER_WORD) macro 64 DIV_ROUND_UP((CacPsfKernelSize - 1) * BITS_PER_BYTE, BITS_PER_WORD);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gccint.info | 16975 size is 'BITS_PER_WORD', 'SImode' on 32-bit machines. 16978 and the modes corresponding to 'BITS_PER_WORD', 'FLOAT_TYPE_SIZE' and 17219 'BITS_PER_WORD', respectively. On 32-bit machines, these are 'QImode' 31735 -- Macro: BITS_PER_WORD 31741 default is 'BITS_PER_WORD'. Otherwise, it is the constant value 31742 that is the largest value that 'BITS_PER_WORD' can have at 31759 specify a value the default is 'BITS_PER_WORD'. 31779 integer mode narrower than 'BITS_PER_WORD'. In most cases, only 31877 provide. If not defined, the default value is 'BITS_PER_WORD'. 41473 greater than or equal to 'BITS_PER_WORD', so you may return any [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gccint.info | 16975 size is 'BITS_PER_WORD', 'SImode' on 32-bit machines. 16978 and the modes corresponding to 'BITS_PER_WORD', 'FLOAT_TYPE_SIZE' and 17219 'BITS_PER_WORD', respectively. On 32-bit machines, these are 'QImode' 31735 -- Macro: BITS_PER_WORD 31741 default is 'BITS_PER_WORD'. Otherwise, it is the constant value 31742 that is the largest value that 'BITS_PER_WORD' can have at 31759 specify a value the default is 'BITS_PER_WORD'. 31779 integer mode narrower than 'BITS_PER_WORD'. In most cases, only 31877 provide. If not defined, the default value is 'BITS_PER_WORD'. 41473 greater than or equal to 'BITS_PER_WORD', so you may return any [all …]
|