Home
last modified time | relevance | path

Searched refs:cur_byte (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/include/perfetto/public/
Dpb_utils.h77 uint8_t cur_byte = *pos++; in PerfettoPbParseVarInt() local
78 value |= PERFETTO_STATIC_CAST(uint64_t, cur_byte & 0x7f) << shift; in PerfettoPbParseVarInt()
79 if ((cur_byte & 0x80) == 0) { in PerfettoPbParseVarInt()
/external/openthread/third_party/mbedtls/repo/library/
Dasn1write.c307 const unsigned char *cur_byte; in mbedtls_asn1_write_named_bitstring() local
321 cur_byte = buf + byte_len - 1; in mbedtls_asn1_write_named_bitstring()
322 cur_byte_shifted = *cur_byte >> unused_bits; in mbedtls_asn1_write_named_bitstring()
337 cur_byte_shifted = *--cur_byte; in mbedtls_asn1_write_named_bitstring()
/external/mbedtls/library/
Dasn1write.c306 const unsigned char *cur_byte; in mbedtls_asn1_write_named_bitstring() local
320 cur_byte = buf + byte_len - 1; in mbedtls_asn1_write_named_bitstring()
321 cur_byte_shifted = *cur_byte >> unused_bits; in mbedtls_asn1_write_named_bitstring()
336 cur_byte_shifted = *--cur_byte; in mbedtls_asn1_write_named_bitstring()
/external/strace/
Dutil.c144 uint8_t cur_byte; in next_set_bit() local
148 cur_byte = array[pos ^ pos_xor_mask]; in next_set_bit()
149 if (cur_byte == 0) { in next_set_bit()
156 if (cur_byte & bitmask) in next_set_bit()
/external/openthread/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function4094 unsigned cur_byte;
4121 for( cur_byte = 0; cur_byte < sizeof( should_corrupt_byte ); cur_byte++ )
4124 unsigned char * const byte = &serialized_session[ cur_byte ];
4126 if( should_corrupt_byte[ cur_byte ] == 0 )
/external/mbedtls/tests/suites/
Dtest_suite_ssl.function5036 unsigned cur_byte;
5075 for( cur_byte = 0; cur_byte < sizeof( should_corrupt_byte ); cur_byte++ )
5078 unsigned char * const byte = &serialized_session[ cur_byte ];
5080 if( should_corrupt_byte[ cur_byte ] == 0 )