/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/ |
newlib-stdint.h | 33 #define INT32_TYPE (STDINT_LONG32 ? "long int" : INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signed char" : 0) 40 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0) 41 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0) 42 #define INT_LEAST32_TYPE (INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/ |
newlib-stdint.h | 33 #define INT32_TYPE (STDINT_LONG32 ? "long int" : INT_TYPE_SIZE == 32 ? "int" : SHORT_TYPE_SIZE == 32 ? "short int" : CHAR_TYPE_SIZE == 32 ? "signed char" : 0) 40 #define INT_LEAST8_TYPE (INT8_TYPE ? INT8_TYPE : INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0) 41 #define INT_LEAST16_TYPE (INT16_TYPE ? INT16_TYPE : INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0) 42 #define INT_LEAST32_TYPE (INT32_TYPE ? INT32_TYPE : INT64_TYPE ? INT64_TYPE : 0)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 403 struct lp_type int32_type = dst_type; local 413 int32_type.width *= 4; 414 int32_type.length /= 4; 415 int32_type.sign = 1; 428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); 429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); 458 struct lp_type int32_type = dst_type; local 468 int32_type.width *= 4; 469 int32_type.length /= 4; 470 int32_type.sign = 1 [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_conv.c | 403 struct lp_type int32_type = dst_type; local 413 int32_type.width *= 4; 414 int32_type.length /= 4; 415 int32_type.sign = 1; 428 lo = lp_build_pack2(gallivm, int32_type, int16_type, tmp[0], tmp[1]); 429 hi = lp_build_pack2(gallivm, int32_type, int16_type, tmp[2], tmp[3]); 458 struct lp_type int32_type = dst_type; local 468 int32_type.width *= 4; 469 int32_type.length /= 4; 470 int32_type.sign = 1 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_llvm.c | 75 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local 81 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type; 84 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS); 1039 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local 1064 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local [all...] |
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_llvm.c | 75 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local 81 elem_types[DRAW_JIT_TEXTURE_LAST_LEVEL] = int32_type; 84 LLVMArrayType(int32_type, PIPE_MAX_TEXTURE_LEVELS); 1039 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local 1064 LLVMTypeRef int32_type = LLVMInt32TypeInContext(context); local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
glibc-stdint.h | 29 #define INT32_TYPE "int"
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/ |
glibc-stdint.h | 29 #define INT32_TYPE "int"
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 776 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local 860 arg_types[1] = int32_type; /* x */ 861 arg_types[2] = int32_type; /* y */ 862 arg_types[3] = int32_type; /* facing */ 868 arg_types[9] = int32_type; /* mask_input */ 869 arg_types[10] = LLVMPointerType(int32_type, 0); /* counter */ [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_state_fs.c | 776 LLVMTypeRef int32_type = LLVMInt32TypeInContext(gallivm->context); local 860 arg_types[1] = int32_type; /* x */ 861 arg_types[2] = int32_type; /* y */ 862 arg_types[3] = int32_type; /* facing */ 868 arg_types[9] = int32_type; /* mask_input */ 869 arg_types[10] = LLVMPointerType(int32_type, 0); /* counter */ [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
defaults.h | 594 #ifndef INT32_TYPE 595 #define INT32_TYPE ((const char *) NULL) [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
defaults.h | 594 #ifndef INT32_TYPE 595 #define INT32_TYPE ((const char *) NULL) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
defaults.h | 594 #ifndef INT32_TYPE 595 #define INT32_TYPE ((const char *) NULL) [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
defaults.h | 594 #ifndef INT32_TYPE 595 #define INT32_TYPE ((const char *) NULL) [all...] |