| /third_party/node/deps/v8/src/execution/ppc/ |
| H A D | simulator-ppc.h | 436 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 D | string.cc | 122 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 D | profile-generator.cc | 1011 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 D | regexp-macro-assembler-arm64.cc | 571 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 D | regexp-compiler-tonode.cc | 217 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 D | regexp-macro-assembler-s390.cc | 478 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 D | runtime-regexp.cc | 361 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 D | types.cc | 1055 bool IsAssignableFrom(const Type* to, const Type* from) { in IsAssignableFrom() argument
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| H A D | u_vbuf.c | 206 enum pipe_format from, to; member
|
| /third_party/mksh/ |
| H A D | eval.c | 449 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 D | e_capi.c | 824 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 D | p_lib.c | 119 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 D | list.c | 69 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 D | cms.c | 299 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local
|
| /third_party/node/deps/uvwasi/src/ |
| H A D | uvwasi.c | 1496 uvwasi_fd_renumber(uvwasi_t* uvwasi, uvwasi_fd_t from, uvwasi_fd_t to) uvwasi_fd_renumber() argument
|
| /third_party/libabigail/src/ |
| H A D | abg-tools-utils.cc | 1277 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 D | context.rs | 75 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 D | clang.rs | 1098 fn from(val: i32) -> Self { in from() functions [all...] |
| /third_party/rust/crates/clap/src/builder/ |
| H A D | command.rs | 4678 fn from(cmd: &'_ Command) -> Self { from() functions [all...] |
| H A D | arg.rs | 4245 fn from(a: &Arg) -> Self { from() functions [all...] |
| H A D | value_parser.rs | 286 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 D | lib.rs | 901 fn from(r: Result<R, L>) -> Self { from() functions [all...] |
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | source.c | 1413 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 D | p_lib.c | 119 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 D | cms.c | 299 char *to = NULL, *from = NULL, *subject = NULL, *prog; in cms_main() local
|