Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 7 of 7) sorted by relevance

/system/bt/embdrv/sbc/decoder/srce/
Dframing.c210 OI_INT32 _a, _b, _c, _d; \
211 _a = *--_src; \
215 *--_dest = _a; \
/system/core/fastboot/
Dprotocol.cpp30 ({ typeof(a) _a = (a); typeof(b) _b = (b); _a - (_a % _b); })
/system/bt/btif/include/
Dbtif_common.h60 #define maybe_non_aligned_memcpy(_a, _b, _c) memcpy((void *)(_a), (_b), (_c)) argument
/system/tools/aidl/
Daidl_language_l.ll19 identifier [_a-zA-Z][_a-zA-Z0-9]*
/system/core/libsparse/
Dsparse_read.c52 ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
Doutput_file.c52 ({ typeof(a) _a = (a); typeof(b) _b = (b); (_a < _b) ? _a : _b; })
/system/bt/bta/hf_client/
Dbta_hf_client_at.c68 ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); (_a < _b) ? _a : _b; })