| /external/libdivsufsort/include/ |
| D | divsufsort_private.h | 146 # 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/ARM/ |
| D | tls-directives.s | 31 .globl _b symbol 32 _b: label
|
| /external/llvm/test/MC/MachO/PowerPC/ |
| D | coal-sections-powerpc.s | 42 .globl _b ; @b symbol 45 _b: label
|
| /external/llvm/test/MC/MachO/ |
| D | coal-sections-x86_64.s | 42 .globl _b ## @b symbol 45 _b: label
|
| D | tls.s | 40 .globl _b symbol 41 _b: label
|
| D | reloc-pcrel-offset.s | 8 _b: label
|
| D | indirect-symbols.s | 3 _b: label
|
| D | reloc-pcrel.s | 8 _b: label
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
| D | msg.c | 143 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/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
| D | NestedInlineFunctionsTest.kt | 9 val _b = atomic(42) in <lambda>() constant
|
| /external/e2fsprogs/lib/support/ |
| D | sort_r.h | 66 const void *_b, in sort_r_cmpswap() 98 const void *_b, in sort_r_simple() 223 const void *_b, in sort_r() 280 const void *_b, void *_arg), in sort_r()
|
| /external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/ |
| D | MultiArgConstructorTest.java | 17 protected int _a, _b; field in MultiArgConstructorTest.MultiArgCtorBean 29 protected int _a, _b; field in MultiArgConstructorTest.MultiArgCtorBeanWithAnnotations
|
| /external/llvm/test/MC/COFF/ |
| D | comm-align.s | 35 _b: label
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | get_func_args_test.c | 71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() 100 int BPF_PROG(fexit_test, int _a, int *_b, int _ret) in BPF_PROG()
|
| /external/mesa3d/src/util/format/ |
| D | u_format_yuv.h | 63 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/libwebsockets/include/libwebsockets/ |
| D | lws-service.h | 199 #define lws_libuv_static_refcount_add(_a, _b, _c) argument
|
| D | lws-metrics.h | 89 #define lws_metrics_tag_wsi_add(_a, _b, _c) argument 101 #define lws_metrics_tag_ss_add(_a, _b, _c) argument 124 #define lws_metric_bucket_name_len(_b) (*((uint8_t *)&(_b)[1])) argument 125 #define lws_metric_bucket_name(_b) (((const char *)&(_b)[1]) + 1) argument
|
| /external/tremolo/Tremolo/ |
| D | misc.h | 157 #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
|
| /external/compiler-rt/test/BlocksRuntime/ |
| D | byrefcopycopy.c | 23 __typeof(b) _b; in main() local
|
| /external/clang/test/SemaCXX/Inputs/ |
| D | array-bounds-system-header.h | 7 #define BAD_MACRO_2(_b, _i) \ argument
|
| /external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/ |
| D | timestamp_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
| D | any_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
| D | acquisition_task_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
| D | acquisition_network_device_pb2.py | 5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/ |
| D | ByteBufferBackedOutputStream.java | 11 protected final ByteBuffer _b; field in ByteBufferBackedOutputStream
|