/external/elfutils/libasm/ |
D | asm_addint8.c | 74 fprintf (asmscn->ctx->out.file, "\t.long\t%" PRId32 "\n", in FCT() 83 "\t.long\t%" PRId32 "\n\t.long\t%" PRId32 "\n", in FCT()
|
D | asm_addsleb128.c | 53 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num); in asm_addsleb128()
|
D | asm_align.c | 57 fprintf (asmscn->ctx->out.file, "\t.align %" PRId32 ", ", in asm_align()
|
/external/brotli/research/ |
D | BUILD.libdivsufsort | 32 "gsub(/@SAINT_PRId@/, \"PRId32\"); " 52 "gsub(/@SAINDEX_PRId@/, \"PRId32\"); " +
|
/external/capstone/include/ |
D | platform.h | 78 #define PRId32 "ld" macro 85 #define PRId32 "d" macro
|
/external/libdivsufsort/android_include/ |
D | divsufsort.h | 58 #define PRIdSAINT_T PRId32 61 #define PRIdSAIDX_T PRId32
|
D | divsufsort64.h | 58 #define PRIdSAINT_T PRId32
|
/external/clang/lib/Headers/ |
D | inttypes.h | 35 #undef PRId32 70 #define PRId32 "d" macro
|
/external/elfutils/tests/ |
D | sectiondump.c | 94 "type = %" PRId32 "\n" in handle_section() 99 "link = %" PRId32 "\n" in handle_section()
|
D | asm-tst9.c | 138 printf ("cannot insert sleb %" PRId32 ": %s\n", in main() 152 printf ("cannot insert sleb %" PRId32 ": %s\n", in main()
|
D | elfgetchdr.c | 87 printf ("section %d: ELF Compressed ch_type: %" PRId32 in main()
|
/external/honggfuzz/ |
D | subproc.c | 241 snprintf(fuzzNo, sizeof(fuzzNo), "%" PRId32, run->fuzzNo); in subproc_PrepareExecv() 320 LOG_D("Forking new process for thread: %" PRId32, run->fuzzNo); in subproc_New() 365 LOG_D("Launched new process, pid=%d, thread: %" PRId32 " (concurrency: %zd)", (int)run->pid, in subproc_New()
|
/external/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/external/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/external/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/Support/ |
D | DataTypes.h | 110 #define PRId32 "d" macro
|
/external/gflags/src/ |
D | util.h | 75 #ifndef PRId32 76 # define PRId32 "d" macro
|
D | windows_port.h | 117 #define PRId32 "d" macro
|
/external/libdivsufsort/include/ |
D | CMakeLists.txt | 75 check_symbol_exists("PRId32" "inttypes.h" HAVE_PRID32) 77 set(SAINT32_PRId "PRId32")
|
/external/vixl/src/aarch64/ |
D | disasm-aarch64.cc | 5094 AppendToOutput(", lsl #%" PRId32, 16 * instr->GetShiftMoveWide()); in SubstituteImmediateField() 5109 AppendToOutput("pc%+" PRId32, in SubstituteImmediateField() 5119 AppendToOutput(", #%" PRId32, instr->GetImmLS()); in SubstituteImmediateField() 5131 AppendToOutput(", #%" PRId32, instr->GetImmLSPair() * scale); in SubstituteImmediateField() 5138 AppendToOutput(", #%" PRId32, instr->GetImmLSUnsigned() << shift); in SubstituteImmediateField() 5143 AppendToOutput("#%" PRId32, instr->GetImmRotFcmlaSca() * 90); in SubstituteImmediateField() 5165 AppendToOutput("#%" PRId32, 64 - instr->GetFPScale()); in SubstituteImmediateField() 5182 AppendToOutput("#%" PRId32, instr->GetImmHint()); in SubstituteImmediateField() 5199 AppendToOutput("#%" PRId32, instr->GetImmCondCmp()); in SubstituteImmediateField() 5206 AppendToOutput("#%" PRId32, instr->GetImmS()); in SubstituteImmediateField() [all …]
|
/external/grpc-grpc/src/core/lib/gpr/ |
D | log_linux.cc | 89 gpr_asprintf(&prefix, "%s%s.%09" PRId32 " %7ld %s:%d]", in gpr_default_log()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | malloc_io.h | 23 # define FMTd32 PRId32
|
/external/e2fsprogs/intl/ |
D | loadmsgcat.c | 147 #if !defined PRId32 || PRI_MACROS_BROKEN 148 # undef PRId32 149 # define PRId32 "d" macro 550 return PRId32; in get_sysdep_segment_value()
|
/external/libusb/msvc/ |
D | inttypes.h | 54 #define PRId32 "d" macro
|
/external/google-breakpad/src/third_party/libdisasm/ |
D | x86_format.c | 89 snprintf( str, len, "%" PRId32, op->data.sdword ); in get_operand_data_str() 234 STRNCATF (buf, "value=%" PRId32 "/>\n", ea->disp, len); in format_expr() 265 STRNCATF( buf, "*%" PRId32, ea->scale, len ); in format_expr() 931 STRNCATF( buf, "%" PRId32 "|", op->data.sdword, len ); in format_operand_raw() 1156 STRNCATF( buf, "%" PRId32 "|", insn->stack_mod_val, len ); in format_raw_insn()
|