HomeSort by relevance Sort by last modified time
    Searched refs:PRId32 (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /external/elfutils/libasm/
asm_addint8.c 74 fprintf (asmscn->ctx->out.file, "\t.long\t%" PRId32 "\n",
83 "\t.long\t%" PRId32 "\n\t.long\t%" PRId32 "\n",
asm_addsleb128.c 53 fprintf (asmscn->ctx->out.file, "\t.sleb128\t%" PRId32 "\n", num);
  /external/clang/lib/Headers/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /external/libdivsufsort/android_include/
divsufsort.h 58 #define PRIdSAINT_T PRId32
61 #define PRIdSAIDX_T PRId32
divsufsort64.h 58 #define PRIdSAINT_T PRId32
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /prebuilts/sdk/renderscript/clang-include/
inttypes.h 31 #undef PRId32
66 #define PRId32 "d"
  /external/valgrind/none/tests/s390x/
rounding-1.c 45 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
rounding-3.c 61 convert_to_int("cfebr",float,int32_t,PRId32,0,value)
63 convert_to_int("cfdbr",double,int32_t,PRId32,0,value)
rounding-5.c 40 printf("cefbr: %"PRId32" -> %f\n", i32, out);
rounding-6.c 62 convert_to_int("cfebr",float,int32_t,PRId32,round,value)
64 convert_to_int("cfdbr",double,int32_t,PRId32,round,value)
  /frameworks/native/services/sensorservice/
SensorList.cpp 126 "%#010x) %-25s | %-15s | ver: %" PRId32 " | type: %20s(%" PRId32
152 result.appendFormat("maxDelay=%" PRId32 "us | ", s.getMaxDelay());
158 result.appendFormat("minDelay=%" PRId32 "us | ", s.getMinDelay());
  /system/core/libcutils/
trace-dev.c 217 WRITE_MSG("S|%d|", "|%" PRId32, getpid(), name, cookie);
222 WRITE_MSG("F|%d|", "|%" PRId32, getpid(), name, cookie);
227 WRITE_MSG("C|%d|", "|%" PRId32, getpid(), name, value);
  /hardware/libhardware/modules/input/evdev/
SwitchInputMapper.cpp 94 ALOGV("processing switch event. code=%" PRId32 ", value=%" PRId32, switchCode, switchValue);
  /system/core/libutils/
FileMap.cpp 27 # define PRId32 "I32d"
101 ALOGD("UnmapViewOfFile(%p) failed, error = %" PRId32 "\n", mBasePtr,
141 ALOGE("CreateFileMapping(%p, %" PRIx32 ") failed with error %" PRId32 "\n",
156 ALOGE("MapViewOfFile(%" PRId64 ", %zu) failed with error %" PRId32 "\n",
  /external/elfutils/tests/
sectiondump.c 94 "type = %" PRId32 "\n"
99 "link = %" PRId32 "\n"
  /external/llvm/include/llvm/Support/
DataTypes.h.cmake 105 #define PRId32 "d"

Completed in 1276 milliseconds

1 2 3 4 5 6