Home
last modified time | relevance | path

Searched defs:_b (Results 1 – 25 of 124) sorted by relevance

12345

/external/libdivsufsort/include/
Ddivsufsort_private.h146 # define SWAP(_a, _b) do { t = (_a); (_a) = (_b); (_b) = t; } while(0) argument
149 # define MIN(_a, _b) (((_a) < (_b)) ? (_a) : (_b)) argument
152 # define MAX(_a, _b) (((_a) > (_b)) ? (_a) : (_b)) argument
154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
166 #define STACK_POP(_a, _b, _c, _d)\ argument
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
/external/llvm/test/MC/MachO/PowerPC/
Dcoal-sections-powerpc.s42 .globl _b ; @b symbol
45 _b: label
/external/llvm-project/llvm/test/MC/ARM/
Dtls-directives.s31 .globl _b symbol
32 _b: label
/external/llvm-project/llvm/test/MC/MachO/
Dcoal-sections-x86_64.s42 .globl _b ## @b symbol
45 _b: label
Dtls.s40 .globl _b symbol
41 _b: label
Dreloc-pcrel-offset.s8 _b: label
Dindirect-symbols.s3 _b: label
Dreloc-pcrel.s8 _b: label
/external/llvm/test/MC/ARM/
Dtls-directives.s31 .globl _b symbol
32 _b: label
/external/llvm/test/MC/MachO/
Dcoal-sections-x86_64.s42 .globl _b ## @b symbol
45 _b: label
Dtls.s40 .globl _b symbol
41 _b: label
Dreloc-pcrel-offset.s8 _b: label
Dindirect-symbols.s3 _b: label
Dreloc-pcrel.s8 _b: label
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dmsg.c143 static void _upb_mapsorter_getkeys(const void *_a, const void *_b, void *a_key, in _upb_mapsorter_getkeys()
153 static int _upb_mapsorter_cmpi64(const void *_a, const void *_b) { in _upb_mapsorter_cmpi64()
159 static int _upb_mapsorter_cmpu64(const void *_a, const void *_b) { in _upb_mapsorter_cmpu64()
165 static int _upb_mapsorter_cmpi32(const void *_a, const void *_b) { in _upb_mapsorter_cmpi32()
171 static int _upb_mapsorter_cmpu32(const void *_a, const void *_b) { in _upb_mapsorter_cmpu32()
177 static int _upb_mapsorter_cmpbool(const void *_a, const void *_b) { in _upb_mapsorter_cmpbool()
183 static int _upb_mapsorter_cmpstr(const void *_a, const void *_b) { in _upb_mapsorter_cmpstr()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DMultiArgConstructorTest.java17 protected int _a, _b; field in MultiArgConstructorTest.MultiArgCtorBean
29 protected int _a, _b; field in MultiArgConstructorTest.MultiArgCtorBeanWithAnnotations
/external/llvm/test/MC/COFF/
Dcomm-align.s35 _b: label
/external/llvm-project/llvm/test/MC/COFF/
Dcomm-align.s35 _b: label
/external/libwebsockets/include/libwebsockets/
Dlws-service.h197 #define lws_libuv_static_refcount_add(_a, _b) argument
/external/llvm-project/compiler-rt/test/BlocksRuntime/
Dbyrefcopycopy.c22 __typeof(b) _b; in main() local
/external/compiler-rt/test/BlocksRuntime/
Dbyrefcopycopy.c23 __typeof(b) _b; in main() local
/external/mesa3d/src/util/format/
Du_format_yuv.h63 const float _b = SATURATE(b); in util_format_rgb_float_to_yuv() local
115 const int _b = (298 * _y + 516 * _u + 128) >> 8; in util_format_yuv_to_rgb_8unorm() local
/external/llvm-project/clang/test/SemaCXX/Inputs/
Darray-bounds-system-header.h7 #define BAD_MACRO_2(_b, _i) \ argument
/external/clang/test/SemaCXX/Inputs/
Darray-bounds-system-header.h7 #define BAD_MACRO_2(_b, _i) \ argument
/external/tremolo/Tremolo/
Dmisc.h157 #define XPROD32(_a, _b, _t, _v, _x, _y) \ argument
160 #define XPROD31(_a, _b, _t, _v, _x, _y) \ argument
163 #define XNPROD31(_a, _b, _t, _v, _x, _y) \ argument

12345