Searched defs:octets (Results 1 - 11 of 11) sorted by relevance
| /third_party/node/test/fixtures/wpt/encoding/ |
| H A D | textdecoder-streaming.any.js | |
| /third_party/libcoap/src/ |
| H A D | coap_asn1.c | 23 size_t octets = (**ptr) & 0x7f; in asn1_len() local
|
| /third_party/curl/lib/ |
| H A D | inet_pton.c | 103 int saw_digit, octets, ch; in inet_pton4() local
|
| /third_party/node/tools/ |
| H A D | genv8constants.py | 39 octets = 4 variable
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/ |
| H A D | avrcp_ct_packet.cpp | 76 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_1, tmpPayload); in PopOctets1() local 87 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_2, tmpPayload); in PopOctets2() local 98 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_3, tmpPayload); in PopOctets3() local 109 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_4, tmpPayload); in PopOctets4() local 120 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_CT_UNIT8_NUM_8, tmpPayload); in PopOctets8() local [all...] |
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/ |
| H A D | avrcp_tg_packet.cpp | 70 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_ONE_BIT, tmpPayload); in PopOctets1() local 81 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_TWO_BITS, tmpPayload); in PopOctets2() local 92 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_THREE_BITS, tmpPayload); in PopOctets3() local 103 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_FOUR_BITS, tmpPayload); in PopOctets4() local 114 uint16_t octets = PopOctetsUpto8(pkt, sizeof(uint8_t) * AVRC_TG_OFFSET_EIGHT_BITS, tmpPayload); in PopOctets8() local [all...] |
| /third_party/libuv/src/ |
| H A D | inet.c | 177 int saw_digit, octets, ch; in inet_pton4() local
|
| /third_party/node/deps/uv/src/ |
| H A D | inet.c | 182 int saw_digit, octets, ch; in inet_pton4() local
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-global.c | 325 lit_utf8_byte_t octets[LIT_UTF8_MAX_BYTES_IN_CODE_POINT]; in ecma_builtin_global_object_decode_uri_helper() local 435 lit_utf8_byte_t octets[LIT_UTF8_MAX_BYTES_IN_CODE_POINT]; in ecma_builtin_global_object_encode_uri_helper() local [all...] |
| /third_party/node/deps/v8/src/strings/ |
| H A D | uri.cc | 37 bool IsReplacementCharacter(const uint8_t* octets, int length) { in IsReplacementCharacter() argument 47 bool DecodeOctets(const uint8_t* octets, int length, in DecodeOctets() argument 108 uint8_t octets[unibrow::Utf8::kMaxEncodedSize]; in IntoTwoByte() local [all...] |
| /third_party/python/Modules/ |
| H A D | socketmodule.c | 1292 unsigned int octets[6]; in makebdaddr() local
|
Completed in 14 milliseconds