Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dframing.c248 int32_t _a, _b, _c, _d; \
249 _a = *--(_src); \
253 *--(_dest) = _a; \
/system/bt/btif/include/
Dbtif_common.h68 #define maybe_non_aligned_memcpy(_a, _b, _c) \ argument
69 memcpy((void*)(_a), (void*)(_b), (_c))
/system/tools/aidl/
Daidl_language_l.ll21 identifier [_a-zA-Z][_a-zA-Z0-9]*
/system/core/libsparse/
Doutput_file.cpp53 typeof(a) _a = (a); \
55 (_a < _b) ? _a : _b; \
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc59 __typeof__(a) _a = (a); \
61 (_a < _b) ? _a : _b; \