HomeSort by relevance Sort by last modified time
    Searched refs:UINT8_TYPE (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_etc_tmp.h 32 UINT8_TYPE base_colors[2][3];
35 static UINT8_TYPE
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in)
41 static UINT8_TYPE
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in)
51 static UINT8_TYPE
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in)
57 static UINT8_TYPE
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in)
63 static UINT8_TYPE
    [all...]
texcompress_etc.c 47 #define UINT8_TYPE GLubyte
51 #undef UINT8_TYPE
  /external/mesa3d/src/mesa/main/
texcompress_etc_tmp.h 32 UINT8_TYPE base_colors[2][3];
35 static UINT8_TYPE
36 TAG(etc1_base_color_diff_hi)(UINT8_TYPE in)
41 static UINT8_TYPE
42 TAG(etc1_base_color_diff_lo)(UINT8_TYPE in)
51 static UINT8_TYPE
52 TAG(etc1_base_color_ind_hi)(UINT8_TYPE in)
57 static UINT8_TYPE
58 TAG(etc1_base_color_ind_lo)(UINT8_TYPE in)
63 static UINT8_TYPE
    [all...]
texcompress_etc.c 47 #define UINT8_TYPE GLubyte
51 #undef UINT8_TYPE
  /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 31 #define UINT8_TYPE "unsigned char"
  /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 31 #define UINT8_TYPE "unsigned char"
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/
newlib-stdint.h 35 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
44 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_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 35 #define UINT8_TYPE (CHAR_TYPE_SIZE == 8 ? "unsigned char" : 0)
44 #define UINT_LEAST8_TYPE (UINT8_TYPE ? UINT8_TYPE : UINT16_TYPE ? UINT16_TYPE : UINT32_TYPE ? UINT32_TYPE : UINT64_TYPE ? UINT64_TYPE : 0)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_etc.c 7 #define UINT8_TYPE uint8_t
11 #undef UINT8_TYPE
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_etc.c 7 #define UINT8_TYPE uint8_t
11 #undef UINT8_TYPE
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
defaults.h 602 #ifndef UINT8_TYPE
603 #define UINT8_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 602 #ifndef UINT8_TYPE
603 #define UINT8_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 602 #ifndef UINT8_TYPE
603 #define UINT8_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 602 #ifndef UINT8_TYPE
603 #define UINT8_TYPE ((const char *) NULL)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 415 #ifndef UINT8_TYPE
417 # define UINT8_TYPE uint8_t
419 # define UINT8_TYPE unsigned char
437 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 407 milliseconds