Home
last modified time | relevance | path

Searched defs:SIGNED (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformat_parser.py30 SIGNED = 's' variable
Dformats.h139 #define MESA_ARRAY_FORMAT(BASE_FORMAT, SIZE, SIGNED, IS_FLOAT, NORM, NUM_CHANS, \ argument
/third_party/mesa3d/src/util/format/
Du_format_parse.py34 VOID, UNSIGNED, SIGNED, FIXED, FLOAT = range(5) variable
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-format.c155 #define SIGNED (1U<<31) macro
/third_party/ltp/tools/sparse/sparse-src/
Dexpand.c189 #define SIGNED(op) CONVERT(op, 1) macro
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c857 #define SIGNED 0x20 macro
DsljitNativeARM_T2_32.c886 #define SIGNED 0x02 macro
DsljitNativeARM_32.c978 #define SIGNED 0x04 macro
/third_party/python/Modules/
D_testcapimodule.c102 #define CHECK_SIGNNESS(TYPE, SIGNED) \ in test_sizeof_c_types() argument