Searched defs:SIGNED (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | format_parser.py | 30 SIGNED = 's' variable
|
D | formats.h | 139 #define MESA_ARRAY_FORMAT(BASE_FORMAT, SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ argument
|
/third_party/mesa3d/src/util/format/ |
D | u_format_parse.py | 34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-format.c | 155 #define SIGNED (1U<<31) macro
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | expand.c | 189 #define SIGNED(op) CONVERT(op, 1) macro
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 857 #define SIGNED 0x20 macro
|
D | sljitNativeARM_T2_32.c | 886 #define SIGNED 0x02 macro
|
D | sljitNativeARM_32.c | 978 #define SIGNED 0x04 macro
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 102 #define CHECK_SIGNNESS(TYPE, SIGNED) \ in test_sizeof_c_types() argument
|