/external/python/cpython2/Lib/plat-sunos5/ |
TYPES.py | 140 PRIx32 = "x" 150 PRIX32 = "X"
|
/device/google/contexthub/contexthubhal/ |
system_comms.cpp | 579 ALOGI("Nanohub NEW APP STOP: %08" PRIX32 "\n", sts.value); 651 ALOGI("Nanohub EXISTING APP START: %08" PRIX32 "\n", sts.value); 710 ALOGI("Nanohub NEW APP START: %08" PRIX32 "\n", sts.value); 758 ALOGI("Nanohub NEW APP STOP: %08" PRIX32 "\n", sts.value); 786 ALOGI("Nanohub reboot status [USER REQ]: %08" PRIX32 "\n", rsp.mStatus); 865 ALOGI("Nanohub MGMT response: CMD=%02X; STATUS=%08" PRIX32, rsp.mCmd, sts.value); 942 " Version: 0x%08" PRIx32 "\n" 943 " flashAddr: 0x%08" PRIx32 "\n" 953 " CRC: 0x%08" PRIx32 "\n", 977 " Cached Version: 0x%08" PRIx32 "\n [all...] |
/external/libcxx/test/std/depr/depr.c.headers/ |
inttypes_h.pass.cpp | 491 #ifndef PRIx32 492 #error PRIx32 not defined 547 #ifndef PRIX32 548 #error PRIX32 not defined
|
/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
|
/device/google/contexthub/firmware/os/core/ |
nanohub_chre.c | 145 osLog(LOG_ERROR, "APP ID=0x%" PRIX64 " TID=0x%" PRIX16 " aborted [code 0x%" PRIX32 "]", 148 osLog(LOG_ERROR, "APP ID=NULL TID=0x%" PRIX16 " aborted [code 0x%" PRIX32 "]", 153 osLog(LOG_ERROR, "osChreAbort called with no current task [code 0x%" PRIX32 "]",
|
seos.c | 319 osLog(LOG_WARN, "released app ID 0x%" PRIx64 "; plat:%08" PRIx32 " sensor:%08" PRIx32 " tim:%d heap:%d; TID %04" PRIX32 "\n", appId, platErr, sensorErr, timErr, heapErr, taskTid); 321 osLog(LOG_INFO, "released app ID 0x%" PRIx64 "; TID %04" PRIX32 "\n", appId, taskTid); 375 osLog(LOG_ERROR, "ERROR: Failed to find task to free event: evtType=%08" PRIX32 "\n", evtType); 406 osLog(LOG_ERROR, "ERROR: Failed to find task to free event: evtType=%08" PRIX32 "\n", evtType); 1036 osLog(LOG_DEBUG, "Started %" PRIu32 " internal apps; EXT status: %08" PRIX32 "\n", taskCnt, status); [all...] |
sensors.c | 411 osLog(LOG_WARN, "Bad rate 0x%08" PRIX32 " for sensor %u", extraReqedRate, s->si->sensorType);
|
nanohubCommand.c | 464 " bytes @ %p; state=%02" PRIX32 "; crc=%08" PRIX32 "\n", [all...] |
/external/skia/src/compute/hs/cuda/bench/ |
main.c | 219 fprintf(stderr,"%8" PRIX32 " ",*vout_h++);
|
/external/skqp/src/compute/hs/cuda/bench/ |
main.c | 219 fprintf(stderr,"%8" PRIX32 " ",*vout_h++);
|
/external/skia/src/compute/hs/cl/bench/ |
main.c | 191 fprintf(stderr,"%8" PRIX32 " ",*vout_h++);
|
/external/skqp/src/compute/hs/cl/bench/ |
main.c | 191 fprintf(stderr,"%8" PRIX32 " ",*vout_h++);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
raw_ostream.cpp | 138 *this << format("%02" PRIX32, UUID[Idx]);
|
/external/llvm/lib/ObjectYAML/ |
MachOYAML.cpp | 49 Out << format("%02" PRIX32, Val[Idx]);
|
/external/skia/src/compute/hs/vk/bench/ |
main.c | 239 fprintf(stderr,"%8" PRIX32 " ",*vout_h++); [all...] |
/external/skqp/src/compute/hs/vk/bench/ |
main.c | 239 fprintf(stderr,"%8" PRIX32 " ",*vout_h++); [all...] |
/external/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | 392 OS << format("%08" PRIx32, opcode); 466 OS << format("%08" PRIX32 " ", static_cast<uint32_t>(D)); [all...] |
MachODump.cpp | 363 outs() << format("0x%08" PRIx32, (uint32_t)addr + j * stride) << " "; 473 outs() << format("0x%08" PRIx32, Offset) << " "; 497 outs() << format("0x%04" PRIx32, Kind); 501 outs() << format("0x%04" PRIx32, Kind); 683 outs() << format("0x%08" PRIx32, l); 722 outs() << format("0x%08" PRIx32, l0) << " " << format("0x%08" PRIx32, l1); 768 outs() << format("0x%08" PRIx32, l0) << " "; 769 outs() << format("0x%08" PRIx32, l1) << " "; 770 outs() << format("0x%08" PRIx32, l2) << " " [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/ |
llvm-objdump.cpp | [all...] |
MachODump.cpp | 369 outs() << format("0x%08" PRIx32, (uint32_t)addr + j * stride) << " "; 801 outs() << format("0x%08" PRIx32, Offset) << " "; 825 outs() << format("0x%04" PRIx32, Kind); 829 outs() << format("0x%04" PRIx32, Kind); [all...] |