Home
last modified time | relevance | path

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

/system/bt/embdrv/sbc/decoder/srce/
Dframing.c248 int32_t _a, _b, _c, _d; \
250 _b = *--(_src); \
254 *--(_dest) = _b; \
/system/bt/btif/include/
Dbtif_common.h68 #define maybe_non_aligned_memcpy(_a, _b, _c) \ argument
69 memcpy((void*)(_a), (void*)(_b), (_c))
/system/core/libsparse/
Doutput_file.cpp54 typeof(b) _b = (b); \
55 (_a < _b) ? _a : _b; \
/system/extras/simpleperf/scripts/
Dprofile_pb2.py5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable
22 …serialized_pb=_b('\n\rprofile.proto\x12\x12perftools.profiles\"\xd5\x03\n\x07Profile\x12\x32\n\x0b…
596 DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\035com.google.…
/system/bt/bta/hf_client/
Dbta_hf_client_at.cc60 __typeof__(b) _b = (b); \
61 (_a < _b) ? _a : _b; \