Home
last modified time | relevance | path

Searched refs:EM_DBG (Results 1 – 2 of 2) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/containers/
DEntityManager.h30 #define EM_DBG(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARGS__); macro
33 #define EM_DBG(...) macro
137 EM_DBG("newIndex/firstFree: %zu type: %zu", newIndex, type); in add()
146 EM_DBG("needed/current/next capacity: %zu %zu %zu", in add()
156 EM_DBG("new un-init entry: index %zu nextFree %zu", in add()
166 EM_DBG("created. new first free: %zu", mFirstFreeIndex); in add()
170 EM_DBG("result handle: 0x%llx", (unsigned long long)mEntries[newIndex].handle); in add()
191 EM_DBG("newIndex/firstFree: %zu type: %zu", newIndex, type); in addFixed()
201 EM_DBG("needed/current/next capacity: %zu %zu %zu", in addFixed()
211 EM_DBG("new un-init entry: index %zu nextFree %zu", in addFixed()
[all …]
/hardware/google/gfxstream/guest/android-emu/aemu/base/containers/
DEntityManager.h30 #define EM_DBG(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARGS__); macro
33 #define EM_DBG(...) macro
152 EM_DBG("newIndex/firstFree: %zu type: %zu", newIndex, type);
161 EM_DBG("needed/current/next capacity: %zu %zu %zu",
171 EM_DBG("new un-init entry: index %zu nextFree %zu",
181 EM_DBG("created. new first free: %zu", mFirstFreeIndex);
185 EM_DBG("result handle: 0x%llx", (unsigned long long)mEntries[newIndex].handle);
206 EM_DBG("newIndex/firstFree: %zu type: %zu", newIndex, type);
216 EM_DBG("needed/current/next capacity: %zu %zu %zu",
226 EM_DBG("new un-init entry: index %zu nextFree %zu",
[all …]