Home
last modified time | relevance | path

Searched defs:expr (Results 1 – 6 of 6) sorted by relevance

/device/generic/vulkan-cereal/protocols/generic-apigen/
DVar.h88 …void setHostPackTmpAllocExpression(const std::string & expr) { m_host_packTmpAllocExpression = exp… in setHostPackTmpAllocExpression()
89 void setHostPackExpression(const std::string & expr) { m_host_packExpression = expr; } in setHostPackExpression()
90 void setGuestUnpackExpression(const std::string & expr) { m_guest_unpackExpression = expr; } in setGuestUnpackExpression()
91 void setGuestPackExpression(const std::string & expr) { m_guest_packExpression = expr; } in setGuestPackExpression()
/device/generic/opengl-transport/host/commands/emugen/
DVar.h85 …void setHostPackTmpAllocExpression(const std::string & expr) { m_host_packTmpAllocExpression = exp… in setHostPackTmpAllocExpression()
86 void setHostPackExpression(const std::string & expr) { m_host_packExpression = expr; } in setHostPackExpression()
87 void setGuestUnpackExpression(const std::string & expr) { m_guest_unpackExpression = expr; } in setGuestUnpackExpression()
/device/generic/goldfish-opengl/fuchsia/
Dfuchsia_stdio.cc10 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail()
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Ddriver_gen.cpp465 #define UNLIKELY(expr) __builtin_expect((expr), 0) argument
Dapi_gen.cpp32 #define UNLIKELY(expr) __builtin_expect((expr), 0) argument
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dwuffs-v0.3.c11033 #define WUFFS_BASE__LIKELY(expr) (__builtin_expect(!!(expr), 1)) argument
11034 #define WUFFS_BASE__UNLIKELY(expr) (__builtin_expect(!!(expr), 0)) argument