Home
last modified time | relevance | path

Searched defs:from (Results 851 - 875 of 1018) sorted by relevance

1...<<3132333435363738394041

/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.h436 int from = kSimd128Size - 1 - (byte_from + sizeof(T) - 1); in get_simd_register_bytes() local
459 int from = kSimd128Size - 1 - (byte_from + sizeof(T) - 1); in set_simd_register_bytes() local
/third_party/node/deps/v8/src/objects/
H A Dstring.cc122 void MigrateExternalStringResource(Isolate* isolate, ExternalString from, in MigrateExternalStringResource() argument
667 AreDigits(const uint8_t* s, int from, int to) AreDigits() argument
675 ParseDecimalInteger(const uint8_t* s, int from, int to) ParseDecimalInteger() argument
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dprofile-generator.cc1011 void CodeMap::MoveCode(Address from, Address to) { in MoveCode() argument
1227 UpdateNativeContextAddressForCurrentProfiles( Address from, Address to) UpdateNativeContextAddressForCurrentProfiles() argument
[all...]
/third_party/node/deps/v8/src/regexp/arm64/
H A Dregexp-macro-assembler-arm64.cc571 void RegExpMacroAssemblerARM64::CheckCharacterInRange(base::uc16 from, in CheckCharacterInRange() argument
579 CheckCharacterNotInRange( base::uc16 from, base::uc16 to, Label* on_not_in_range) CheckCharacterNotInRange() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler-tonode.cc217 constexpr UC16Range ToUC16Range(base::uc16 from, bas argument
277 base::uc32 from = non_bmp->at(i).from(); AddNonBmpSurrogatePairs() local
1055 int from = kNoIndex; RationalizeConsecutiveAtoms() local
1078 Rewrite(int from, int to) RationalizeConsecutiveAtoms() argument
1107 ReplaceSequenceWithFailure(int from, int to) RationalizeConsecutiveAtoms() argument
1253 base::uc32 from = range.from(); RationalizeConsecutiveAtoms() local
1285 UChar32 from = others.getRangeStart(i); RationalizeConsecutiveAtoms() local
1388 MoveRanges(ZoneList<CharacterRange>* list, int from, int to, int count) RationalizeConsecutiveAtoms() argument
1408 base::uc32 from = insert.from(); RationalizeConsecutiveAtoms() local
1509 base::uc32 from = 0; RationalizeConsecutiveAtoms() local
[all...]
/third_party/node/deps/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc478 void RegExpMacroAssemblerS390::CheckCharacterInRange(base::uc16 from, in CheckCharacterInRange() argument
486 CheckCharacterNotInRange( base::uc16 from, base::uc16 to, Label* on_not_in_range) CheckCharacterNotInRange() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-regexp.cc361 int from = -tag; in Compile() local
395 int from = match[capture * 2]; in Apply() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc1055 bool IsAssignableFrom(const Type* to, const Type* from) { in IsAssignableFrom() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c206 enum pipe_format from, to; member
/third_party/mksh/
H A Deval.c449 mksh_ari_t from = 0, num = -1, flen, finc = 0; in expand() local
468 &from, KSH_UNWIND_ERROR, true); in expand() local
[all...]
/third_party/node/deps/openssl/openssl/engines/
H A De_capi.c824 int capi_rsa_priv_enc(int flen, const unsigned char *from, in capi_rsa_priv_enc() argument
926 int capi_rsa_priv_dec(int flen, const unsigned char *from, in capi_rsa_priv_dec() argument
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dp_lib.c119 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters() argument
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dlist.c69 legacy_cipher_fn(const EVP_CIPHER *c, const char *from, const char *to, void *arg) legacy_cipher_fn() argument
158 legacy_md_fn(const EVP_MD *m, const char *from, const char *to, void *arg) legacy_md_fn() argument
H A Dcms.c299 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local
/third_party/node/deps/uvwasi/src/
H A Duvwasi.c1496 uvwasi_fd_renumber(uvwasi_t* uvwasi, uvwasi_fd_t from, uvwasi_fd_t to) uvwasi_fd_renumber() argument
/third_party/libabigail/src/
H A Dabg-tools-utils.cc1277 trim_leading_string(const string& from, const string& to_trim) in trim_leading_string() argument
2401 find_vmlinux_and_module_paths(const string& from, string &vmlinux_path, vector<string> &module_paths) find_vmlinux_and_module_paths() argument
2444 find_vmlinux_path(const string& from, string &vmlinux_path) find_vmlinux_path() argument
2525 string from = dist_root; get_binary_paths_from_kernel_dist() local
2544 get_vmlinux_path_from_kernel_dist(const string& from, string& vmlinux_path) get_vmlinux_path_from_kernel_dist() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs75 fn from(id: $name) -> ItemId { in from() functions
81 fn from(id: &'a $name) -> ItemId { in from() functions
190 fn from(id: ItemId) -> usize { in from() functions
2824 fn from(id: T) -> ItemResolver { from() functions
[all...]
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs1098 fn from(val: i32) -> Self { in from() functions
[all...]
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs4678 fn from(cmd: &'_ Command) -> Self { from() functions
[all...]
H A Darg.rs4245 fn from(a: &Arg) -> Self { from() functions
[all...]
H A Dvalue_parser.rs286 fn from(p: P) -> Self { in from() functions
292 fn from(p: _AnonymousValueParser) -> Self { in from() functions
321 fn from(value: std::ops::Range<i64>) -> Self { in from() functions
351 fn from(value: std::ops::RangeInclusive<i64>) -> Self { in from() functions
381 fn from(value: std::ops::RangeFrom<i64>) -> Self { from() functions
411 fn from(value: std::ops::RangeTo<i64>) -> Self { from() functions
441 fn from(value: std::ops::RangeToInclusive<i64>) -> Self { from() functions
471 fn from(value: std::ops::RangeFull) -> Self { from() functions
505 fn from(values: [P; C]) -> Self { from() functions
540 fn from(values: Vec<P>) -> Self { from() functions
1206 fn from(values: I) -> Self { possible_values() functions
1399 fn from(range: B) -> Self { from() functions
1595 fn from(range: B) -> Self { from() functions
[all...]
/third_party/rust/crates/either/src/
H A Dlib.rs901 fn from(r: Result<R, L>) -> Self { from() functions
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Dsource.c1413 cvolume_remap_minimal_impact( pa_cvolume *v, const pa_cvolume *template, const pa_channel_map *from, const pa_channel_map *to) cvolume_remap_minimal_impact() argument
[all...]
/third_party/openssl/crypto/evp/
H A Dp_lib.c119 int EVP_PKEY_copy_parameters(EVP_PKEY *to, const EVP_PKEY *from) in EVP_PKEY_copy_parameters() argument
[all...]
/third_party/openssl/apps/
H A Dcms.c299 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local

Completed in 58 milliseconds

1...<<3132333435363738394041