Home
last modified time | relevance | path

Searched defs:CHAR (Results 1 – 17 of 17) sorted by relevance

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dmacro_const.rs9 pub const CHAR: u8 = 98u8; constant
Dmacro_const_1_0.rs9 pub const CHAR: u8 = 98u8; constant
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
Dmacro_const.h2 #define CHAR 'b' macro
Dmacro_const_1_0.h4 #define CHAR 'b' macro
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontData.java33 CHAR(1), enumConstant
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
DFontData.java33 CHAR(1), enumConstant
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfprintf.c34 #define CHAR _CHAR macro
45 SHORT, USHORT, CHAR, UCHAR, enumerator
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvfprintf.c34 #define CHAR _CHAR macro
45 SHORT, USHORT, CHAR, UCHAR, enumerator
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfprintf.c34 #define CHAR _CHAR macro
45 SHORT, USHORT, CHAR, UCHAR, enumerator
/third_party/elfutils/backends/
Dlinux-core-note.c37 #define CHAR int8_t macro
/third_party/python/Lib/tkinter/
Dconstants.py49 CHAR='char' variable
/third_party/musl/src/stdio/
Dvfwprintf.c33 SHORT, USHORT, CHAR, UCHAR, enumerator
Dvfprintf.c40 SHORT, USHORT, CHAR, UCHAR, enumerator
/third_party/python/Lib/ctypes/
Dwintypes.py9 CHAR = ctypes.c_char variable
/third_party/musl/porting/linux/user/src/stdio/
Dvfprintf.c40 SHORT, USHORT, CHAR, UCHAR, enumerator
/third_party/mesa3d/src/amd/addrlib/inc/
Daddrtypes.h56 typedef char CHAR; typedef
/third_party/mksh/
Dsh.h1990 #define CHAR 1 /* unquoted character */ macro