Home
last modified time | relevance | path

Searched refs:PRIx8 (Results 1 – 19 of 19) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlibopencore-amr.c123 ff_dlog(avctx, "packet_size=%d buf= 0x%"PRIx8" %"PRIx8" %"PRIx8" %"PRIx8"\n", in amr_nb_decode_frame()
Dtableprint.h116 WRITE_1D_FUNC(uint8_t, "0x%02"PRIx8, 15)
Dlagarith.c696 "Unsupported Lagarith frame type: %#"PRIx8"\n", frametype); in lag_decode_frame()
Dwmalosslessdec.c1223 "Packet loss detected! seq %"PRIx8" vs %x\n", in decode_packet()
Dwmaprodec.c1692 "Packet loss detected! seq %"PRIx8" vs %x\n", in decode_packet()
Dhevcdec.c3206 av_log(log_ctx, level, "%02"PRIx8, md5[i]); in print_md5()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFListTable.cpp94 "addr_size = 0x%2.2" PRIx8 ", seg_size = 0x%2.2" PRIx8 in dump()
DDWARFDebugAddr.cpp146 "addr_size = 0x%2.2" PRIx8 ", seg_size = 0x%2.2" PRIx8 "\n", in dump()
DDWARFDebugFrame.cpp51 "Invalid primary CFI opcode 0x%" PRIx8, in parse()
66 "Invalid extended CFI opcode 0x%" PRIx8, in parse()
DDWARFDebugLine.cpp563 *OS << format("%02.02" PRIx8 " ", Opcode); in parse()
616 " expected 0x%2.2" PRIx8 " found 0x%2.2" PRIx64, in parse()
679 *OS << format("Unrecognized extended op 0x%02.02" PRIx8, SubOpcode) in parse()
/third_party/musl/porting/uniproton/kernel/include/
Dinttypes.h93 #define PRIx8 "x" macro
/third_party/musl/include/
Dinttypes.h93 #define PRIx8 "x" macro
/third_party/musl/porting/liteos_a/kernel/include/
Dinttypes.h93 #define PRIx8 "x" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dinttypes.h93 #define PRIx8 "x" macro
/third_party/musl/ndk_musl_include/
Dinttypes.h93 #define PRIx8 "x" macro
/third_party/lwip/src/include/lwip/
Darch.h150 #define X8_F "02" PRIx8
/third_party/gettext/gettext-runtime/intl/
Dloadmsgcat.c118 #if !defined PRIx8
119 # define PRIx8 "x" macro
458 return PRIx8; in get_sysdep_segment_value()
/third_party/musl/libc-test/src/api/
Dinttypes.c155 S(PRIx8) in f()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DEHFrameSupport.cpp718 dbgs() << format(" 0x%02" PRIx8, *(CurCFIRecord + I)); in walkAppleEHFrameSection()