Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dframing.c210 OI_INT32 _a, _b, _c, _d; \
212 _b = *--_src; \
216 *--_dest = _b; \
/system/bt/btif/include/
Dbtif_common.h60 #define maybe_non_aligned_memcpy(_a, _b, _c) memcpy((void *)(_a), (_b), (_c)) argument
/system/core/fastboot/
Dprotocol.cpp30 ({ typeof(a) _a = (a); typeof(b) _b = (b); _a - (_a % _b); })
/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/extras/cppreopts/
Dcppreopts.rc23 on property:sys.cppreopt=requested && property:ro.boot.slot_suffix=_b
/system/bt/bta/hf_client/
Dbta_hf_client_at.c68 ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); (_a < _b) ? _a : _b; })