HomeSort by relevance Sort by last modified time
    Searched refs:PRIX32 (Results 76 - 89 of 89) sorted by null

1 2 34

  /external/e2fsprogs/intl/
loadmsgcat.c 163 #if !defined PRIx32 || PRI_MACROS_BROKEN
164 # undef PRIx32
165 # define PRIx32 "x"
167 #if !defined PRIX32 || PRI_MACROS_BROKEN
168 # undef PRIX32
169 # define PRIX32 "X"
558 return PRIx32;
560 return PRIX32;
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
loadmsgcat.c 163 #if !defined PRIx32 || PRI_MACROS_BROKEN
164 # undef PRIx32
165 # define PRIx32 "x"
167 #if !defined PRIX32 || PRI_MACROS_BROKEN
168 # undef PRIX32
169 # define PRIX32 "X"
564 return PRIx32;
566 return PRIX32;
    [all...]
  /external/libcxx/test/std/input.output/file.streams/c.files/
cinttypes.pass.cpp 491 #ifndef PRIx32
492 #error PRIx32 not defined
547 #ifndef PRIX32
548 #error PRIX32 not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cinttypes.pass.cpp 491 #ifndef PRIx32
492 #error PRIx32 not defined
547 #ifndef PRIX32
548 #error PRIX32 not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
inttypes.h 126 # define PRIx32 "x"
142 # define PRIX32 "X"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
inttypes.h 126 # define PRIx32 "x"
142 # define PRIX32 "X"
  /external/bison/darwin-lib/
inttypes.h 483 #if !defined PRIx32 || 0
484 # undef PRIx32
486 # define PRIx32 "x"
489 #if !defined PRIX32 || 0
490 # undef PRIX32
492 # define PRIX32 "X"
    [all...]
  /external/bison/linux-lib/
inttypes.h 483 #if !defined PRIx32 || 0
484 # undef PRIx32
486 # define PRIx32 "x"
489 #if !defined PRIX32 || 0
490 # undef PRIX32
492 # define PRIX32 "X"
    [all...]
  /device/google/contexthub/firmware/src/
sensors.c 443 osLog(LOG_WARN, "Bad rate 0x%08" PRIX32 " for sensor %u", extraReqedRate, s->si->sensorType);
nanohubCommand.c 438 " bytes @ %p; state=%02" PRIX32 "\n",
    [all...]
seos.c 940 osLog(LOG_DEBUG, "Started %" PRIu32 " internal apps; EXT status: %08" PRIX32 "\n", taskCnt, status);
    [all...]
  /hardware/bsp/intel/peripheral/audio/generic/
audio_hal.c 973 ALOGV("in adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
    [all...]
  /hardware/libhardware/modules/usbaudio/
audio_hal.c 939 ALOGV("adev_open_input_stream() rate:%" PRIu32 ", chanMask:0x%" PRIX32 ", fmt:%" PRIu8,
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 327 outs() << format("0x%08" PRIx32, addr + j * stride) << " ";
432 outs() << format("0x%08" PRIx32, Offset) << " ";
456 outs() << format("0x%04" PRIx32, Kind);
460 outs() << format("0x%04" PRIx32, Kind);
629 outs() << format("0x%08" PRIx32, l);
668 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1);
714 outs() << format("0x%08" PRIx32, l0) << " ";
715 outs() << format("0x%08" PRIx32, l1) << " ";
716 outs() << format("0x%08" PRIx32, l2) << " "
    [all...]

Completed in 1480 milliseconds

1 2 34