Home
last modified time | relevance | path

Searched refs:suffix (Results 301 - 325 of 1079) sorted by relevance

1...<<11121314151617181920>>...44

/third_party/python/PC/
H A Dlauncher.c826 invoke_child(wchar_t * executable, wchar_t * suffix, wchar_t * cmdline) in invoke_child() argument
830 BOOL no_suffix = (suffix == NULL) || (*suffix == L'\0'); in invoke_child()
842 child_command_size = wcslen(executable) + wcslen(suffix) + in invoke_child()
856 executable, suffix, cmdline); in invoke_child()
1048 wchar_t ** suffix, BOOL *search) in parse_shebang()
1060 *suffix = NULL; in parse_shebang()
1104 *suffix = skip_whitespace(p); in parse_shebang()
1317 wchar_t * suffix; in maybe_handle_shebang() local
1431 &suffix, in maybe_handle_shebang()
1047 parse_shebang(wchar_t * shebang_line, int nchars, wchar_t ** command, wchar_t ** suffix, BOOL *search) parse_shebang() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dlzw.c64 uint8_t suffix[LZW_SIZTABLE]; member
205 *sp++ = s->suffix[code]; in ff_lzw_decode()
210 s->suffix[s->slot] = code; in ff_lzw_decode()
/third_party/node/lib/
H A Dtls.js227 const { 0: prefix, 1: suffix } = patternSubdomainParts;
229 if (prefix.length + suffix.length > hostSubdomain.length)
235 if (!StringPrototypeEndsWith(hostSubdomain, suffix))
/third_party/node/deps/brotli/c/common/
H A Dtransform.c241 const uint8_t* suffix = BROTLI_TRANSFORM_SUFFIX(transforms, transform_idx); in BrotliTransformDictionaryWord() local
283 int suffix_len = *suffix++; in BrotliTransformDictionaryWord()
284 while (suffix_len--) { dst[idx++] = *suffix++; } in BrotliTransformDictionaryWord()
/third_party/skia/third_party/externals/angle2/scripts/
H A Dgen_proc_table.py156 for suffix in strip_suffixes:
157 if name_no_suffix.endswith(suffix):
158 name_no_suffix = name_no_suffix[0:-len(suffix)]
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
H A DTransform.java14 * Transform descriptor is a triplet: {prefix, operator, suffix}.
15 * "prefix" and "suffix" are short strings inserted before and after transformed dictionary word.
113 int suffix = prefixSuffixHeads[suffixIdx]; in transformDictionaryWord()
229 // Copy suffix. in transformDictionaryWord()
230 while (suffix != suffixEnd) { in transformDictionaryWord()
231 dst[offset++] = prefixSuffixStorage[suffix++]; in transformDictionaryWord()
/third_party/skia/third_party/externals/brotli/c/common/
H A Dtransform.c241 const uint8_t* suffix = BROTLI_TRANSFORM_SUFFIX(transforms, transform_idx); in BrotliTransformDictionaryWord() local
283 int suffix_len = *suffix++; in BrotliTransformDictionaryWord()
284 while (suffix_len--) { dst[idx++] = *suffix++; } in BrotliTransformDictionaryWord()
/third_party/python/PCbuild/
H A Drt.bat32 set suffix= variable
41 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
50 set exe=%prefix%\python%suffix%.exe
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_test.cc782 absl::Cord suffix(blob); in TEST_P()
783 suffix.RemovePrefix(9); in TEST_P()
784 EXPECT_EQ(1, suffix.size()); in TEST_P()
786 absl::CopyCordToString(suffix, &s); in TEST_P()
794 absl::Cord suffix(blob); in TEST_P()
795 suffix.RemovePrefix(10); in TEST_P()
796 EXPECT_EQ(0, suffix.size()); in TEST_P()
798 absl::CopyCordToString(suffix, &s); in TEST_P()
815 absl::Cord suffix(blob); in SpliceCord()
816 suffix in SpliceCord()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_modifiers.cpp74 // Insert the suffix first since inserting the prefix will change the rightIndex in apply()
144 // Found suffix in SimpleModifier()
147 // No suffix in SimpleModifier()
271 // No suffix in formatTwoArgPattern()
337 const FormattedStringBuilder &suffix, in CurrencySpacingEnabledModifier()
342 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier()
360 if (suffix.length() > 0 && suffix.fieldAt(0) == Field(UFIELD_CATEGORY_NUMBER, UNUM_CURRENCY_FIELD)) { in CurrencySpacingEnabledModifier()
361 int suffixCp = suffix.getFirstCodePoint(); in CurrencySpacingEnabledModifier()
336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py253 suffix = name[len(prefix):]
254 if suffix in ['DSA', 'ECDSA']:
256 elif suffix == 'RSA_PSS':
257 suffix += '_STANDARD_SALT'
258 return prefix + midfix + suffix
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_config.h185 #define __ITT_BUILD_ASSERT(expr, suffix) do { \
186 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \
187 __itt_build_check_##suffix[0] = 0; \
189 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_modifiers.cpp83 // Insert the suffix first since inserting the prefix will change the rightIndex in apply()
153 // Found suffix in SimpleModifier()
156 // No suffix in SimpleModifier()
280 // No suffix in formatTwoArgPattern()
346 const FormattedStringBuilder &suffix, in CurrencySpacingEnabledModifier()
351 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier()
369 if (suffix.length() > 0 && suffix.fieldAt(0) == Field(UFIELD_CATEGORY_NUMBER, UNUM_CURRENCY_FIELD)) { in CurrencySpacingEnabledModifier()
370 int suffixCp = suffix.getFirstCodePoint(); in CurrencySpacingEnabledModifier()
345 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dby_dir.c36 int suffix; member
285 k = hent->suffix; in get_cert_by_subject_ex()
358 * If a CRL, update the last file suffix added for this. in get_cert_by_subject_ex()
384 hent->suffix = k; in get_cert_by_subject_ex()
398 } else if (hent->suffix < k) { in get_cert_by_subject_ex()
399 hent->suffix = k; in get_cert_by_subject_ex()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddiscriminant.rs113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
264 if suffix.is_empty() { in parse_int_suffix()
267 if let Some(atom) = Atom::from_str(suffix) { in parse_int_suffix()
273 let msg = format!("unrecognized integer suffix: `{}`", suffix); in parse_int_suffix()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddiscriminant.rs113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
264 if suffix.is_empty() { in parse_int_suffix()
267 if let Some(atom) = Atom::from_str(suffix) { in parse_int_suffix()
273 let msg = format!("unrecognized integer suffix: `{}`", suffix); in parse_int_suffix()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddiscriminant.rs113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
264 if suffix.is_empty() { in parse_int_suffix()
267 if let Some(atom) = Atom::from_str(suffix) { in parse_int_suffix()
273 let msg = format!("unrecognized integer suffix: `{}`", suffix); in parse_int_suffix()
/third_party/rust/crates/cxx/syntax/
H A Ddiscriminant.rs113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
264 if suffix.is_empty() { in parse_int_suffix()
267 if let Some(atom) = Atom::from_str(suffix) { in parse_int_suffix()
273 let msg = format!("unrecognized integer suffix: `{}`", suffix); in parse_int_suffix()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddiscriminant.rs113 let repr = parse_int_suffix(lit.suffix())?; in expr_to_discriminant()
263 fn parse_int_suffix(suffix: &str) -> Result<Option<Atom>> { in parse_int_suffix()
264 if suffix.is_empty() { in parse_int_suffix()
267 if let Some(atom) = Atom::from_str(suffix) { in parse_int_suffix()
273 let msg = format!("unrecognized integer suffix: `{}`", suffix); in parse_int_suffix()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Dittnotify_config.h155 #define __ITT_BUILD_ASSERT(expr, suffix) do { \
156 static char __itt_build_check_##suffix[(expr) ? 1 : -1]; \
157 __itt_build_check_##suffix[0] = 0; \
159 #define _ITT_BUILD_ASSERT(expr, suffix) __ITT_BUILD_ASSERT((expr), suffix)
/third_party/openssl/crypto/x509/
H A Dby_dir.c36 int suffix; member
285 k = hent->suffix; in get_cert_by_subject_ex()
357 * If a CRL, update the last file suffix added for this. in get_cert_by_subject_ex()
383 hent->suffix = k; in get_cert_by_subject_ex()
397 } else if (hent->suffix < k) { in get_cert_by_subject_ex()
398 hent->suffix = k; in get_cert_by_subject_ex()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.cpp74 // Insert the suffix first since inserting the prefix will change the rightIndex in apply()
144 // Found suffix in SimpleModifier()
147 // No suffix in SimpleModifier()
271 // No suffix in formatTwoArgPattern()
337 const FormattedStringBuilder &suffix, in CurrencySpacingEnabledModifier()
342 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier()
360 if (suffix.length() > 0 && suffix.fieldAt(0) == Field(UFIELD_CATEGORY_NUMBER, UNUM_CURRENCY_FIELD)) { in CurrencySpacingEnabledModifier()
361 int suffixCp = suffix.getFirstCodePoint(); in CurrencySpacingEnabledModifier()
336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
/third_party/skia/src/sksl/
H A DSkSLMain.cpp73 // filename prefix and suffix (e.g. "Gr" and ".fp"), returns the "base name" of the
75 static SkSL::String base_name(const SkSL::String& fpPath, const char* prefix, const char* suffix) { in base_name() argument
84 !strncmp(end - strlen(suffix), suffix, strlen(suffix))) { in base_name()
85 result.append(fileName + strlen(prefix), end - fileName - strlen(prefix) - strlen(suffix)); in base_name()
/third_party/mesa3d/src/freedreno/rnn/
H A Drnndec.c402 /* use _HI suffix for addresses */ in trymatch()
495 const char *suffix = strchr(name, '['); in tryreg() local
496 unsigned n = suffix ? (suffix - name) : strlen(name); in tryreg()
503 if (suffix) { in tryreg()
504 const char *tmp = strchr(suffix, ']'); in tryreg()
505 idx = strtol(suffix+1, NULL, 0); in tryreg()
517 assert(!suffix); in tryreg()
536 assert(suffix); in tryreg()
/third_party/node/deps/v8/src/runtime/
H A Druntime-atomics.cc143 #define ATOMIC_OPS(type, suffix, vctype) \
145 return InterlockedExchange##suffix(reinterpret_cast<vctype*>(p), \
149 return InterlockedCompareExchange##suffix(reinterpret_cast<vctype*>(p), \
154 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
158 return InterlockedExchangeAdd##suffix(reinterpret_cast<vctype*>(p), \
162 return InterlockedAnd##suffix(reinterpret_cast<vctype*>(p), \
166 return InterlockedOr##suffix(reinterpret_cast<vctype*>(p), \
170 return InterlockedXor##suffix(reinterpret_cast<vctype*>(p), \

Completed in 19 milliseconds

1...<<11121314151617181920>>...44