Home
last modified time | relevance | path

Searched defs:AMT (Results 1 – 3 of 3) sorted by relevance

/third_party/nghttp2/lib/
Dnghttp2_buf.h62 #define nghttp2_buf_shift_right(BUF, AMT) \ argument
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
/third_party/node/deps/nghttp2/lib/
Dnghttp2_buf.h62 #define nghttp2_buf_shift_right(BUF, AMT) \ argument
68 #define nghttp2_buf_shift_left(BUF, AMT) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp4395 if (const auto *AMT = dyn_cast<AtomicMemTransferInst>(AMI)) { in visitIntrinsicCall() local