/third_party/rust/crates/lazy-static.rs/src/ |
H A D | lib.rs | 129 __lazy_static_internal!(@TAIL, $N : $T = $e); 132 (@TAIL, $N:ident : $T:ty = $e:expr) => {
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | testecho.c | 15 #define TAIL 1024 macro 34 st = speex_echo_state_init(NN, TAIL); in main()
|
/third_party/zlib/examples/ |
H A D | gznorm.c | 98 enum { // BETWEEN -> HEAD -> BLOCK -> TAIL -> BETWEEN -> ... in gzip_normalize() 102 TAIL // reading a gzip trailer in gzip_normalize() enumerator 348 // Don't need to set prev here since going to TAIL. in gzip_normalize() 380 state = TAIL; in gzip_normalize() 384 case TAIL: in gzip_normalize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | InstrumentationMap.h | 40 enum class FunctionKinds { ENTRY, EXIT, TAIL, LOG_ARGS_ENTER, CUSTOM_EVENT }; member in llvm::xray::SledEntry::FunctionKinds 107 IO.enumCase(Kind, "tail-exit", xray::SledEntry::FunctionKinds::TAIL); in enumeration()
|
/third_party/skia/modules/skparagraph/include/ |
H A D | DartTypes.h | 69 TAIL = 2, member in skia::textlayout::EllipsisModal
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | InstrumentationMap.cpp | 160 SledEntry::FunctionKinds::TAIL, in loadObj()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 34 TAIL,
|
H A D | RISCVISelLowering.cpp | 2324 return DAG.getNode(RISCVISD::TAIL, DL, NodeTys, Ops); in LowerCall() 2517 case RISCVISD::TAIL: in getTargetNodeName() 2518 return "RISCVISD::TAIL"; in getTargetNodeName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | TGParser.cpp | 941 Code = UnOpInit::TAIL; in ParseOperation() 986 Code == UnOpInit::TAIL || in ParseOperation() 1004 if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL || in ParseOperation() 1012 if (Code == UnOpInit::HEAD || Code == UnOpInit::TAIL) { in ParseOperation()
|
H A D | Record.cpp | 771 case TAIL: 824 case TAIL: Result = "!tail"; break;
|
/third_party/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 930 case EllipsisModal::TAIL: 1032 ellipsisNotFitProcess(EllipsisModal::TAIL); 2295 if (width > 0 && (ellipsisMode == EllipsisModal::HEAD || ellipsisMode == EllipsisModal::TAIL)) { 2302 } else if (ellipsisMode == EllipsisModal::TAIL) {
|
H A D | ParagraphImpl.cpp | 1218 if (addEllipsis && this->paragraphStyle().getEllipsisMod() == EllipsisModal::TAIL) { in GetLineFontMetrics()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
H A D | Record.h | 754 enum UnaryOp : uint8_t { CAST, HEAD, TAIL, SIZE, EMPTY, GETOP };
|
/third_party/node/deps/openssl/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 891 .L128_enc_tail: @ TAIL 1778 .L128_dec_tail: @ TAIL 2784 .L192_enc_tail: @ TAIL 3721 .L192_dec_tail: @ TAIL 4771 .L256_enc_tail: @ TAIL 5768 .L256_dec_tail: @ TAIL
|
/third_party/openssl/crypto/modes/asm/ |
H A D | aes-gcm-armv8_64.pl | 891 .L128_enc_tail: @ TAIL 1778 .L128_dec_tail: @ TAIL 2784 .L192_enc_tail: @ TAIL 3721 .L192_dec_tail: @ TAIL 4771 .L256_enc_tail: @ TAIL 5768 .L256_dec_tail: @ TAIL
|