/external/google-breakpad/src/third_party/curl/ |
D | curlrules.h | 221 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val ## Suffix argument 223 # define __CURL_OFF_T_C_HELPER2(Val,Suffix) Val/**/Suffix argument 225 #define __CURL_OFF_T_C_HELPER1(Val,Suffix) __CURL_OFF_T_C_HELPER2(Val,Suffix) argument
|
/external/pigweed/pw_bytes/ |
D | suffix_test.cc | 25 TEST(Suffix, ReturnsByte) { in TEST() argument 33 TEST(Suffix, ErrorsAtCompileTimeOnTooLargeOfValueInCpp20AndAbove) { in TEST() argument
|
/external/rust/android-crates-io/crates/textdistance/src/algorithms/ |
D | suffix.rs | 9 pub struct Suffix {} struct 11 impl Algorithm<usize> for Suffix { implementation
|
/external/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 23 StringRef Suffix) { in printLine() 37 StringRef Suffix(" *|"); in emitSourceFileHeader() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 22 StringRef Suffix) { in printLine() 36 StringRef Suffix(" *|"); in emitSourceFileHeader() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/ |
D | TableGenBackend.cpp | 23 StringRef Suffix) { in printLine() 37 StringRef Suffix(" *|"); in emitSourceFileHeader() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | StringRef.h | 272 [[nodiscard]] bool ends_with(StringRef Suffix) const { in ends_with() 277 [[nodiscard]] bool endswith(StringRef Suffix) const { in endswith() 283 [[nodiscard]] bool endswith_insensitive(StringRef Suffix) const { in endswith_insensitive() 643 bool consume_back(StringRef Suffix) { in consume_back() 653 bool consume_back_insensitive(StringRef Suffix) { in consume_back_insensitive()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/ |
D | twoway.rs | 483 struct Suffix { struct 499 impl Suffix { argument 500 fn forward(needle: &[u8], kind: SuffixKind) -> Suffix { in forward() 548 fn reverse(needle: &[u8], kind: SuffixKind) -> Suffix { in reverse()
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/arch/all/ |
D | twoway.rs | 483 struct Suffix { struct 499 impl Suffix { impl 500 fn forward(needle: &[u8], kind: SuffixKind) -> Suffix { in forward() 548 fn reverse(needle: &[u8], kind: SuffixKind) -> Suffix { in reverse()
|
/external/rust/android-crates-io/crates/memchr/src/arch/all/ |
D | twoway.rs | 483 struct Suffix { struct 499 impl Suffix { implementation 500 fn forward(needle: &[u8], kind: SuffixKind) -> Suffix { in forward() 548 fn reverse(needle: &[u8], kind: SuffixKind) -> Suffix { in reverse()
|
/external/llvm/lib/Target/X86/InstPrinter/ |
D | X86InstComments.cpp | 27 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument 30 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument 33 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument 36 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GlobPattern.h | 43 Optional<StringRef> Suffix; variable
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
D | GlobPattern.h | 53 std::optional<StringRef> Suffix; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86InstComments.cpp | 28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument 31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument 34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument 37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
|
/external/llvm-libc/src/__support/CPP/ |
D | string_view.h | 154 LIBC_INLINE bool ends_with(const char Suffix) const { in ends_with() 159 LIBC_INLINE bool ends_with(string_view Suffix) const { in ends_with()
|
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/ |
D | string_view.h | 152 LIBC_INLINE bool ends_with(const char Suffix) const { in ends_with() 157 LIBC_INLINE bool ends_with(string_view Suffix) const { in ends_with()
|
/external/clang/lib/Lex/ |
D | HeaderMap.cpp | 191 StringRef Suffix = getStringOrInvalid(B.Suffix); in dump() local 233 Optional<StringRef> Suffix = getString(B.Suffix); in lookupFilename() local
|
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/ |
D | string_view.h | 152 LIBC_INLINE bool ends_with(const char Suffix) const { in ends_with() 157 LIBC_INLINE bool ends_with(string_view Suffix) const { in ends_with()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86InstComments.cpp | 28 #define CASE_AVX_INS_COMMON(Inst, Suffix, src) \ argument 31 #define CASE_MASK_INS_COMMON(Inst, Suffix, src) \ argument 34 #define CASE_MASKZ_INS_COMMON(Inst, Suffix, src) \ argument 37 #define CASE_AVX512_INS_COMMON(Inst, Suffix, src) \ argument
|
/external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
D | DataMov.cpp | 21 #define MovRegImm(Reg, Suffix, Size) \ in TEST_F() argument 156 #define TestRegReg(Dst, Src, Suffix, Size) \ in TEST_F() argument 217 #define TestRegAddr(Dst, Suffix, Size) \ in TEST_F() argument 296 #define TestImplRegReg(Dst, Src, Suffix, Size) \ in TEST_F() argument 312 #define TestImplRegAddr(Dst, Suffix, Size) \ in TEST_F() argument 359 #define TestImplRegReg(Dst, Src, Suffix, Size) \ in TEST_F() argument 376 #define TestImplRegAddr(Dst, Suffix, Size) \ in TEST_F() argument
|
/external/clang/lib/CodeGen/ |
D | CGOpenCLRuntime.cpp | 43 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in convertOpenCLSpecificType() argument
|
/external/cronet/stable/net/http/ |
D | http_byte_range.cc | 42 HttpByteRange HttpByteRange::Suffix(int64_t suffix_length) { in Suffix() function in net::HttpByteRange
|
/external/cronet/tot/net/http/ |
D | http_byte_range.cc | 42 HttpByteRange HttpByteRange::Suffix(int64_t suffix_length) { in Suffix() function in net::HttpByteRange
|
/external/clang/lib/Serialization/ |
D | ASTCommon.cpp | 133 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
|
/external/clang/include/clang/Lex/ |
D | HeaderMapTypes.h | 26 uint32_t Suffix; // Offset (into strings) of value suffix. member
|