Searched refs:_b (Results 1 – 5 of 5) sorted by relevance
248 int32_t _a, _b, _c, _d; \250 _b = *--(_src); \254 *--(_dest) = _b; \
68 #define maybe_non_aligned_memcpy(_a, _b, _c) \ argument69 memcpy((void*)(_a), (void*)(_b), (_c))
54 typeof(b) _b = (b); \55 (_a < _b) ? _a : _b; \
5 _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) variable22 …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.…
60 __typeof__(b) _b = (b); \61 (_a < _b) ? _a : _b; \