Home
last modified time | relevance | path

Searched defs:byte (Results 126 - 150 of 327) sorted by relevance

12345678910>>...14

/third_party/skia/third_party/externals/icu/source/io/
H A Dufmt_cmn.cpp212 uint8_t byte = (uint8_t)ufmt_digitvalue(buffer[count]); in ufmt_utop() local
/third_party/skia/third_party/externals/icu/source/tools/escapesrc/
H A Descapesrc.cpp113 appendByte(std::string &outstr, uint8_t byte) appendByte() argument
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dhash_rolling_inc.h28 static uint32_t FN(HashByte)(uint8_t byte) { in HashByte() argument
/third_party/openssl/test/
H A Ddanetest.c182 uint8_t byte; in hexdecode() local
/third_party/toybox/toys/other/
H A Di2ctools.c109 static int i2c_read_byte(int fd, int addr, int *byte) in i2c_read_byte() argument
191 int bus, first = 0x03, last = 0x77, fd, row, addr, byte; in i2cdetect_main() local
241 int fd, row, addr, byte; in i2cdump_main() local
271 int fd, byte; i2cget_main() local
[all...]
/third_party/vixl/src/
H A Dglobals-vixl.h68 typedef uint8_t byte; typedef
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php195 $byte = ord($this->buffer[$this->current]); variable
/third_party/skia/gm/
H A Dbc1_transparency.cpp58 unsigned int byte; in create_BC1_block() local
/third_party/rust/crates/regex/src/
H A Dinput.rs40 pub fn byte(&self) -> Option<u8> { in byte() functions
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c58 static int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() argument
73 static int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte() argument
[all...]
/base/security/device_auth/common_lib/impl/src/
H A Djson_utils.c234 int32_t GetByteFromJson(const CJson *jsonObj, const char *key, uint8_t *byte, uint32_t len) in GetByteFromJson() argument
442 int32_t AddByteToJson(CJson *jsonObj, const char *key, const uint8_t *byte, uint32_t len) in AddByteToJson() argument
/base/security/device_auth/test/unittest/deviceauth/source/
H A Djson_utils_mock.c267 int32_t GetByteFromJson(const CJson *jsonObj, const char *key, uint8_t *byte, uint32_t len) in GetByteFromJson() argument
475 int32_t AddByteToJson(CJson *jsonObj, const char *key, const uint8_t *byte, uint32_t len) in AddByteToJson() argument
/base/telephony/core_service/utils/codec/src/
H A Dasn1_utils.cpp150 uint8_t byte = static_cast<uint8_t>(strtol((hexStr.substr(i, BYTE_TO_HEX_LEN)).c_str(), in HexStrToBytes() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTPacket.h68 /*unsigned*/ char byte; /**< the whole byte */ member
[all...]
/foundation/multimedia/drm_framework/frameworks/c/drm_capi/
H A Dnative_mediakeysystem.cpp112 uint8_t byte = static_cast<u_int8_t>(std::stoi(byteStr, nullptr, HEXADECIMAL)); in OH_MediaKeySystem_GetMediaKeySystems() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/utils/
H A Dwifi_randommac_helper.cpp166 unsigned long long WifiRandomMacHelper::BytesToLonglong(const std::vector<uint8_t> &byte) in BytesToLonglong() argument
[all...]
/test/xts/acts/security_lite/huks/liteos_m_adapter/
H A Dhks_mac_test.c95 int32_t HexStringToByteForTest(const char *hexStr, uint8_t *byte, in HexStringToByteForTest() argument
/third_party/ffmpeg/libavcodec/
H A Dscpr.c109 uint32_t byte = bytestream2_get_byteu(gb); in decode() local
145 uint32_t byte = bytestream2_get_byteu(gb); in decode0() local
/third_party/curl/lib/
H A Dconfig-dos.h136 #undef byte macro
/third_party/icu/icu4c/source/common/
H A Dbytestriebuilder.cpp311 char byte=elements[i++].charAt(byteIndex, *strings); in countElementUnits() local
323 char byte=elements[i++].charAt(byteIndex, *strings); in skipElementsBySomeUnits() local
403 BytesTrieBuilder::write(int32_t byte) { in write() argument
[all...]
H A Ducnv_ext.cpp39 ucnv_extFindToU(const uint32_t *toUSection, int32_t length, uint8_t byte) { in ucnv_extFindToU() argument
[all...]
/third_party/libsnd/src/
H A Dms_adpcm.c528 unsigned char byte ; in msadpcm_encode_block() local
[all...]
H A Dsds.c214 { unsigned char channel, bitwidth, loop_type, byte ; in sds_read_header() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-global.c396 ecma_builtin_global_object_byte_to_hex(lit_utf8_byte_t *dest_p, uint32_t byte) ecma_builtin_global_object_byte_to_hex() argument
/third_party/json/tests/src/
H A Dunit-ubjson.cpp2377 const auto byte = static_cast<uint8_t>(i); global() variable
[all...]

Completed in 21 milliseconds

12345678910>>...14