Searched defs:UINT8_TYPE (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_etc.c47 #define UINT8_TYPE GLubyte macro
51 #undef UINT8_TYPE macro
/external/mesa3d/src/mesa/main/
H A Dtexcompress_etc.c47 #define UINT8_TYPE GLubyte macro
51 #undef UINT8_TYPE macro
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_etc.c7 #define UINT8_TYPE uint8_t macro
11 #undef UINT8_TYPE macro
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_etc.c7 #define UINT8_TYPE uint8_t macro
11 #undef UINT8_TYPE macro
/external/chromium_org/third_party/sqlite/src/src/
H A DsqliteInt.h415 #ifndef UINT8_TYPE
417 # define UINT8_TYPE uint8_t macro
419 # define UINT8_TYPE unsigned char macro
437 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7395 #ifndef UINT8_TYPE
7397 # define UINT8_TYPE uint8_t macro
7399 # define UINT8_TYPE unsigned char macro
7417 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8478 #ifndef UINT8_TYPE
8480 # define UINT8_TYPE uint8_t macro
8482 # define UINT8_TYPE unsigned char macro
8500 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8478 #ifndef UINT8_TYPE
8480 # define UINT8_TYPE uint8_t macro
8482 # define UINT8_TYPE unsigned char macro
8500 typedef UINT8_TYPE u8; /* 1-byte unsigned integer */
[all...]

Completed in 873 milliseconds