Home
last modified time | relevance | path

Searched defs:CAST (Results 1 – 4 of 4) sorted by relevance

/third_party/libuv/src/unix/
Dlinux-inotify.c47 #define CAST(p) ((struct watcher_root*)(p)) macro
/third_party/mesa3d/src/mesa/main/
Dmacros.h425 #define COPY_3V_CAST( DST, SRC, CAST ) \ argument
547 #define COPY_2V_CAST( DST, SRC, CAST ) \ argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h310 constexpr char CAST[] = "Cast"; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h754 enum UnaryOp : uint8_t { CAST, HEAD, TAIL, SIZE, EMPTY, GETOP }; enumerator