Home
last modified time | relevance | path

Searched refs:DBG (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DErrorLog.h23 # define DBG(...) ALOGD(__VA_ARGS__) macro
25 # define DBG(...) ((void)0) macro
31 # define DBG(...) fprintf(stderr, __VA_ARGS__) macro
33 # define DBG(...) ((void)0) macro
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/AcpiPlatformDxe/
DEthMac.c46 #define DBG(arg...) DEBUG((EFI_D_ERROR,## arg)) macro
48 #define DBG(arg...) macro
129 DBG("In Level:%d\n", Level); in _SearchReplacePackageMACAddress()
138 DBG("_DSD Child Subnode Store Op Code 0x%02X 0x%02X %02X\n", in _SearchReplacePackageMACAddress()
149 DBG(" _DSD Child Subnode Store Op Code 0x%02X 0x%02X %02X\n", in _SearchReplacePackageMACAddress()
157 DBG("_DSD Key Type %d. Found MAC address key\n", DataType); in _SearchReplacePackageMACAddress()
179 DBG(" _DSD Child Subnode Store Op Code 0x%02X 0x%02X %02X DataType 0x%X\n", in _SearchReplacePackageMACAddress()
243 DBG("Size %p Data %02x %02x %02x %02x\n", DataSize, Data[0], Data[1], Data[2], Data[3]); in GetEthID()
297 DBG("Data Type 0x%02X %02X\n", Data[0], DataSize > 1 ? Data[1] : 0); in ProcessDSDTDevice()
319 DBG("[%a:%d] - _HID = %a\n", __FUNCTION__, __LINE__, Data); in ProcessDSDTDevice()
[all …]
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c100 #define DBG(fmt, ...) fprintf(stdlog, fmt "\n", ##__VA_ARGS__) macro
147DBG("SortedReloc[%3zu] = {0x%08" PRIX32 ",0x%02" PRIX8 "}", i, app->nanoReloc[i].ofstInRam, app->n… in packNanoRelocs()
166 DBG("Out: RelocTC [size 1] // to 0x%02" PRIX8, app->nanoReloc[i].type); in packNanoRelocs()
171 DBG("Out: RelocTC [size 2] (0x%02" PRIX8 ") // to 0x%02" PRIX8, in packNanoRelocs()
192 DBG("Out: Reloc0 [size 2]; repeat=%zu", j); in packNanoRelocs()
204 DBG("Out: Reloc8 [size 1] 0x%02" PRIX32, displacement); in packNanoRelocs()
208 DBG("Out: Reloc16 [size 3] 0x%06" PRIX32, displacement); in packNanoRelocs()
215 DBG("Out: Reloc24 [size 4] 0x%08" PRIX32, displacement); in packNanoRelocs()
223 DBG("Out: Reloc32 [size 5] 0x%08" PRIX32, displacement); in packNanoRelocs()
287 DBG("Final binary size %zu bytes", binarySize); in finalizeAndWrite()
[all …]
Dpostprocess_elf.c79 #define DBG(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) macro
580 DBG("Found section %s with size %zu", name, appSection->size); in elfExtractSectionPointer()
660 DBG("Fixup addr 0x%08" PRIX32 " (flash) --> 0x%08" PRIX32, *addr, in fixupAddrElf()
665 DBG("Fixup addr 0x%08" PRIX32 " (ram) --> 0x%08" PRIX32, *addr, in fixupAddrElf()
670 DBG("Error: invalid address 0x%08" PRIX32, *addr); in fixupAddrElf()
683 DBG("Appyling fixups to header"); in fixupHeaderElf()
738 DBG("Parsing relocs for .data (%zu):", numDataRelocs); in genElfNanoRelocs()
743 DBG(" [%3zu] 0x%08" PRIx32 " type %2" PRIu32 " symIdx %3" PRIu32 in genElfNanoRelocs()
770 DBG("Updating GOT entries (%zu):", gotCount); in genElfNanoRelocs()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpu0Cst.asl87 OperationRegion (DEB0, SystemIO, 0x80, 1) //DBG
88 Field (DEB0, ByteAcc,NoLock,Preserve) //DBG
89 { DBG8, 8,} //DBG
93 Store(0x60,DBG8) //DBG
107 Store(0x61,DBG8) //DBG
166 Store(0x77,DBG8) //DBG
201 Store(0x67,DBG8) //DBG
235 Store(0x76,DBG8) //DBG
261 Store(0x71,DBG8) //DBG
DCpu0Ist.asl85 //OperationRegion (DEB0, SystemIO, 0x80, 1) //DBG
86 //Field (DEB0, ByteAcc,NoLock,Preserve) //DBG
87 //{ DBG8, 8,} //DBG
102 //Store(0xA0,DBG8) //DBG
138 //Store(0xB0,DBG8) //DBG
141 //Store(0xBF,DBG8) //DBG
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp61 DBG("glEGLImageTargetTexture2DOES v2 target=%#x img=%p\n", target, img); in glEGLImageTargetTexture2DOES()
101 DBG("glEGLImageTargetRenderbufferStorageOES v2 image=%p\n", img); in glEGLImageTargetRenderbufferStorageOES()
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp60 DBG("glEGLImageTargetTexture2DOES v1 target=%#x img=%p", target, img); in glEGLImageTargetTexture2DOES()
98 DBG("glEGLImageTargetRenderbufferStorageOES v1 image=%p\n", img); in glEGLImageTargetRenderbufferStorageOES()
/device/linaro/bootloader/arm-trusted-firmware/include/drivers/
Ddw_ufs.h35 #define DBG 0xF8 macro
/device/generic/goldfish-opengl/system/egl/
DeglDisplay.cpp506 DBG("^^^^^^^^^^ dumpConfig %p ^^^^^^^^^^^^^^^^^^", config); in dumpConfig()
509 DBG("Config %p: {%u}[%d] %d\n", config, getIndexOfConfig(config), i, value); in dumpConfig()
Degl.cpp864 #define DBG_FUNC DBG("%s\n", __FUNCTION__)
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp567 DBG("HostConnection::glEncoder new encoder %p, tid %d", in glEncoder()
578 DBG("HostConnection::gl2Encoder new encoder %p, tid %d", in gl2Encoder()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp70 #define DBG_FUNC DBG("%s\n", __FUNCTION__)