Home
last modified time | relevance | path

Searched defs:byte (Results 51 - 75 of 327) sorted by relevance

12345678910>>...14

/third_party/skia/src/utils/
H A DSkBase64.cpp43 int byte = 0; in Decode() local
/third_party/skia/src/sksl/
H A DSkSLDehydrator.cpp608 const char* Dehydrator::prefixAtOffset(size_t byte) { in prefixAtOffset() argument
/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp101 size_t byte = DfxMemory::ReadProcMemByPid(thread_->threadInfo_.nsTid, map->begin, tableData->data(), size); in GetSubmitterStack() local
/base/security/device_auth/common_lib/impl/src/
H A Dstring_util.c35 int32_t ByteToHexString(const uint8_t *byte, uint32_t byteLen, char *hexStr, uint32_t hexLen) in ByteToHexString() argument
67 int32_t HexStringToByte(const char *hexStr, uint8_t *byte, uint32_t byteLen) in HexStringToByte() argument
/base/security/device_security_level/baselib/utils/src/
H A Dutils_base64.c84 uint32_t byte = (((a << 16) & 0x00FF0000) | ((b << 8) & 0x0000FF00) | ((c << 0) & 0x000000FF)); /* 16, 8 */ in Base64Encode() local
144 uint32_t byte = in Base64Decode() local
/base/telephony/sms_mms/utils/
H A Dstring_utils.cpp93 std::string byte = str.substr(i, hexStep); in HexToString() local
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_util.c116 hi_u8 byte; in oal_get_lut_index() local
/device/qemu/arm_mps3_an547/liteos_m/board/driver/
H A Darm_uart_drv.c136 enum arm_uart_error_t arm_uart_read(struct arm_uart_dev_t* dev, uint8_t* byte) in arm_uart_read() argument
150 enum arm_uart_error_t arm_uart_write(struct arm_uart_dev_t* dev, uint8_t byte) in arm_uart_write() argument
/device/qemu/arm_mps2_an386/liteos_m/board/driver/
H A Darm_uart_drv.c136 enum arm_uart_error_t arm_uart_read(struct arm_uart_dev_t* dev, uint8_t* byte) in arm_uart_read() argument
150 enum arm_uart_error_t arm_uart_write(struct arm_uart_dev_t* dev, uint8_t byte) in arm_uart_write() argument
/foundation/communication/wifi/wifi/base/utils/
H A Dxml_parser.cpp149 unsigned char byte = static_cast<unsigned char>(std::stoi(byteString, nullptr, 16)); // hex in GetByteArrValue() local
/third_party/ffmpeg/libavcodec/
H A Droqvideodec.c98 int byte = bytestream2_get_byte(gb); in roqvideo_decode_frame() local
131 int byte = bytestream2_get_byte(gb); in roqvideo_decode_frame() local
/third_party/curl/lib/
H A Dsetup-win32.h33 # undef byte macro
/third_party/cups-filters/cupsfilters/
H A Dimage-bmp.c75 byte; /* Byte in image */ in _cupsImageReadBMP() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Dunewdata.cpp206 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8() argument
/third_party/json/include/nlohmann/detail/output/
H A Dserializer.hpp403 const auto byte = static_cast<std::uint8_t>(s[i]); in dump_escaped() local
677 hex_bytes(std::uint8_t byte) hex_bytes() argument
[all...]
/third_party/ltp/testcases/kernel/firmware/fw_load_user/
H A Dfw_load.c202 int k, byte = fw_num; in create_firmware() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-value.h198 stream << byte; in to_string() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dunewdata.cpp206 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8() argument
/third_party/lwip/src/apps/snmp/
H A Dsnmpv3_mbedtls.c82 u8_t byte; in snmpv3_auth() local
/third_party/node/deps/v8/src/diagnostics/
H A Dgdb-jit.cc127 uint8_t byte = value & 0x7F; in WriteULEB128() local
137 int8_t byte = value & 0x7F; in WriteSLEB128() local
[all...]
/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-start-bitmap.h123 uint8_t byte = load<mode>(cell_index) & ((1 << (bit + 1)) - 1); in FindHeader() local
/third_party/node/deps/v8/src/heap/
H A Dobject-start-bitmap.h102 uint32_t byte = load(cell_index) & ((1 << (bit + 1)) - 1); in FindBasePtr() local
/third_party/rust/crates/bindgen/bindgen-integration/cpp/
H A DTest.cc106 Sixth::assert(unsigned char byte, in assert() argument
78 assert(unsigned short nWeekDay, unsigned short nMonthDay, unsigned short nMonth, unsigned short nYear, unsigned short byte) assert() argument
92 assert(unsigned short nWeekDay, unsigned short nMonthDay, unsigned short nMonth, unsigned short nYear, unsigned char byte) assert() argument
/third_party/openssl/test/
H A Dpackettest.c288 const unsigned char *byte = NULL; in test_PACKET_forward() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DTypes.hpp48 typedef ALIGN(1, uint8_t) byte; member

Completed in 13 milliseconds

12345678910>>...14