Home
last modified time | relevance | path

Searched defs:Suffix (Results 1 – 25 of 205) sorted by relevance

123456789

/external/google-breakpad/src/third_party/curl/
Dcurlrules.h221 # 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/
Dsuffix_test.cc25 TEST(Suffix, ReturnsByte) { in TEST() argument
33 TEST(Suffix, ErrorsAtCompileTimeOnTooLargeOfValueInCpp20AndAbove) { in TEST() argument
/external/rust/android-crates-io/crates/textdistance/src/algorithms/
Dsuffix.rs9 pub struct Suffix {} struct
11 impl Algorithm<usize> for Suffix { implementation
/external/llvm/lib/TableGen/
DTableGenBackend.cpp23 StringRef Suffix) { in printLine()
37 StringRef Suffix(" *|"); in emitSourceFileHeader() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTableGenBackend.cpp22 StringRef Suffix) { in printLine()
36 StringRef Suffix(" *|"); in emitSourceFileHeader() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/TableGen/
DTableGenBackend.cpp23 StringRef Suffix) { in printLine()
37 StringRef Suffix(" *|"); in emitSourceFileHeader() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DStringRef.h272 [[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/
Dtwoway.rs483 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/
Dtwoway.rs483 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/
Dtwoway.rs483 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/
DX86InstComments.cpp27 #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/
DGlobPattern.h43 Optional<StringRef> Suffix; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DGlobPattern.h53 std::optional<StringRef> Suffix; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86InstComments.cpp28 #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/
Dstring_view.h154 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/
Dstring_view.h152 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/
DHeaderMap.cpp191 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/
Dstring_view.h152 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/
DX86InstComments.cpp28 #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/
DDataMov.cpp21 #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/
DCGOpenCLRuntime.cpp43 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in convertOpenCLSpecificType() argument
/external/cronet/stable/net/http/
Dhttp_byte_range.cc42 HttpByteRange HttpByteRange::Suffix(int64_t suffix_length) { in Suffix() function in net::HttpByteRange
/external/cronet/tot/net/http/
Dhttp_byte_range.cc42 HttpByteRange HttpByteRange::Suffix(int64_t suffix_length) { in Suffix() function in net::HttpByteRange
/external/clang/lib/Serialization/
DASTCommon.cpp133 #define IMAGE_TYPE(ImgType, Id, SingletonId, Access, Suffix) \ in TypeIdxFromBuiltin() argument
/external/clang/include/clang/Lex/
DHeaderMapTypes.h26 uint32_t Suffix; // Offset (into strings) of value suffix. member

123456789