| /third_party/skia/src/utils/ |
| H A D | SkBase64.cpp | 43 int byte = 0; in Decode() local
|
| /third_party/skia/src/sksl/ |
| H A D | SkSLDehydrator.cpp | 608 const char* Dehydrator::prefixAtOffset(size_t byte) { in prefixAtOffset() argument
|
| /base/hiviewdfx/faultloggerd/tools/process_dump/ |
| H A D | dfx_unwind_async_thread.cpp | 101 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 D | string_util.c | 35 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 D | utils_base64.c | 84 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 D | string_utils.cpp | 93 std::string byte = str.substr(i, hexStep); in HexToString() local
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | oal_util.c | 116 hi_u8 byte; in oal_get_lut_index() local
|
| /device/qemu/arm_mps3_an547/liteos_m/board/driver/ |
| H A D | arm_uart_drv.c | 136 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 D | arm_uart_drv.c | 136 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 D | xml_parser.cpp | 149 unsigned char byte = static_cast<unsigned char>(std::stoi(byteString, nullptr, 16)); // hex in GetByteArrValue() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | roqvideodec.c | 98 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 D | setup-win32.h | 33 # undef byte macro
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-bmp.c | 75 byte; /* Byte in image */ in _cupsImageReadBMP() local
|
| /third_party/icu/icu4c/source/tools/toolutil/ |
| H A D | unewdata.cpp | 206 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8() argument
|
| /third_party/json/include/nlohmann/detail/output/ |
| H A D | serializer.hpp | 403 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 D | fw_load.c | 202 int k, byte = fw_num; in create_firmware() local
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-value.h | 198 stream << byte; in to_string() local
|
| /third_party/node/deps/icu-small/source/tools/toolutil/ |
| H A D | unewdata.cpp | 206 udata_write8(UNewDataMemory *pData, uint8_t byte) { in udata_write8() argument
|
| /third_party/lwip/src/apps/snmp/ |
| H A D | snmpv3_mbedtls.c | 82 u8_t byte; in snmpv3_auth() local
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | gdb-jit.cc | 127 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 D | object-start-bitmap.h | 123 uint8_t byte = load<mode>(cell_index) & ((1 << (bit + 1)) - 1); in FindHeader() local
|
| /third_party/node/deps/v8/src/heap/ |
| H A D | object-start-bitmap.h | 102 uint32_t byte = load(cell_index) & ((1 << (bit + 1)) - 1); in FindBasePtr() local
|
| /third_party/rust/crates/bindgen/bindgen-integration/cpp/ |
| H A D | Test.cc | 106 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 D | packettest.c | 288 const unsigned char *byte = NULL; in test_PACKET_forward() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Types.hpp | 48 typedef ALIGN(1, uint8_t) byte; member
|