Home
last modified time | relevance | path

Searched defs:LAZY (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/openssl/openssl/ms/
Duplink.c104 # define LAZY(i) \ macro
113 # define LAZY(i) \ macro
/third_party/openssl/ms/
Duplink.c104 # define LAZY(i) \ macro
113 # define LAZY(i) \ macro
/third_party/node/deps/v8/src/compiler/
Dframe-states.h172 enum class ContinuationFrameStateMode { EAGER, LAZY, LAZY_WITH_CATCH }; enumerator
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java204 LAZY { enumConstant
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_screen.c1552 #define LAZY(FUNC) screen->FUNC = zink_##FUNC##_lazy in zink_screen_init_descriptor_funcs() macro