| /third_party/node/deps/v8/src/heap/ |
| H A D | spaces-inl.h | 57 MoveExternalBackingStoreBytes(ExternalBackingStoreType type, Space* from, Space* to, size_t amount) MoveExternalBackingStoreBytes() argument
|
| /third_party/node/deps/v8/src/execution/ |
| H A D | stack-guard.cc | 206 char* StackGuard::RestoreStackGuard(char* from) { in RestoreStackGuard() argument 208 MemCopy(reinterpret_cast<char*>(&thread_local_), from, sizeof(ThreadLocal)); in RestoreStackGuard() local
|
| H A D | v8threads.cc | 136 char* from = state->data(); in RestoreThread() local [all...] |
| /third_party/node/deps/v8/src/profiler/ |
| H A D | allocation-tracker.cc | 124 void AddressToTraceMap::MoveObject(Address from, Address to, int size) { in MoveObject() argument
|
| H A D | heap-profiler.cc | 187 void HeapProfiler::ObjectMoveEvent(Address from, Address to, int size) { in ObjectMoveEvent() argument
|
| /third_party/node/deps/v8/src/strings/ |
| H A D | string-builder-inl.h | 69 static inline void AddSubjectSlice(FixedArrayBuilder* builder, int from, in AddSubjectSlice() argument 86 void AddSubjectSlice(int from, int to) { in AddSubjectSlice() argument
|
| /third_party/mesa3d/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_texture.c | 149 struct etna_resource *to = base, *from = base; in etna_update_sampler_source() local [all...] |
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| H A D | ns_parse.c | 87 const unsigned char from[] = "11"; in ns_put16_0100() local 104 const unsigned char from[] = "1234"; in ns_put32_0100() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ui/ |
| H A D | ui_util.c | 71 static int ui_dup_method_data(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, in ui_dup_method_data() argument
|
| /third_party/node/deps/openssl/openssl/crypto/x509/ |
| H A D | x_name.c | 390 unsigned char *to, *from; in asn1_string_canon() local [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | keymgmt_lib.c | 444 int evp_keymgmt_util_copy(EVP_PKEY *to, EVP_PKEY *from, int selection) in evp_keymgmt_util_copy() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | ex_data.c | 98 static int dummy_dup(CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from, in dummy_dup() argument 269 CRYPTO_dup_ex_data(int class_index, CRYPTO_EX_DATA *to, const CRYPTO_EX_DATA *from) CRYPTO_dup_ex_data() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rsa/ |
| H A D | rsa_meth.c | 113 RSA_meth_set_pub_enc(RSA_METHOD *meth, int (*pub_enc) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_pub_enc() argument 129 RSA_meth_set_pub_dec(RSA_METHOD *meth, int (*pub_dec) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_pub_dec() argument 145 RSA_meth_set_priv_enc(RSA_METHOD *meth, int (*priv_enc) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_priv_enc() argument 161 RSA_meth_set_priv_dec(RSA_METHOD *meth, int (*priv_dec) (int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding)) RSA_meth_set_priv_dec() argument
|
| H A D | rsa_ossl.c | 74 static int rsa_ossl_public_encrypt(int flen, const unsigned char *from, in rsa_ossl_public_encrypt() argument 242 static int rsa_ossl_private_encrypt(int flen, const unsigned char *from, in rsa_ossl_private_encrypt() argument 374 rsa_ossl_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) rsa_ossl_private_decrypt() argument 511 rsa_ossl_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) rsa_ossl_public_decrypt() argument [all...] |
| H A D | rsa_oaep.c | 39 RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen) RSA_padding_add_PKCS1_OAEP() argument 54 ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex(OSSL_LIB_CTX *libctx, unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() argument 141 RSA_padding_add_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, const unsigned char *from, int flen, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) RSA_padding_add_PKCS1_OAEP_mgf1() argument 150 RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen) RSA_padding_check_PKCS1_OAEP() argument 158 RSA_padding_check_PKCS1_OAEP_mgf1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num, const unsigned char *param, int plen, const EVP_MD *md, const EVP_MD *mgf1md) RSA_padding_check_PKCS1_OAEP_mgf1() argument [all...] |
| H A D | rsa_pss.c | 307 ossl_rsa_pss_params_30_copy(RSA_PSS_PARAMS_30 *to, const RSA_PSS_PARAMS_30 *from) ossl_rsa_pss_params_30_copy() argument
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | RangeSpecification.java | 75 public static RangeSpecification from(DigitSequence s) { in from() method in RangeSpecification 185 static ImmutableList<RangeSpecification> from(RangeSet<DigitSequence> ranges) { in from() method in RangeSpecification [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
| H A D | Operation.java | 179 static Operation from(boolean isTerminating, ImmutableMap<DfaNode, Integer> outMasks) { in from() method in Operation [all...] |
| /third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
| H A D | mod.rs | 371 fn from(reachable: ReachableFrom<'a>) -> Self { in from() functions
|
| /third_party/rust/crates/aho-corasick/src/ |
| H A D | tests.rs | 1207 let mut from = 0; in regression_stream_rare_byte_prefilter() variables [all...] |
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| H A D | traversal.rs | 28 fn from(val: Edge) -> Self { in from() functions [all...] |
| /third_party/rust/crates/clap/src/util/ |
| H A D | id.rs | 31 fn from(id: &'_ Id) -> Self { in from() functions 37 fn from(name: Str) -> Self { in from() functions 43 fn from(name: &'_ Str) -> Self { in from() functions 50 fn from(name: std::string::String) -> Self { in from() functions 57 fn from(name: &'_ std::string::String) -> Self { in from() functions 63 fn from(name: &'static str) -> Self { in from() functions 69 fn from(name: &'_ &'static str) -> Self { in from() functions 75 fn from(name: Id) -> Self { in from() functions 81 fn from(name: Id) -> Self { in from() functions [all...] |
| /third_party/rust/crates/codespan/codespan-reporting/src/ |
| H A D | files.rs | 47 fn from(err: std::io::Error) -> Error { in from() functions
|
| /third_party/rust/crates/io-lifetimes/src/ |
| H A D | impls_async_std.rs | 50 fn from(owned: async_std::fs::File) -> Self { in from() functions 66 fn from(owned: async_std::fs::File) -> Self { in from() functions 82 fn from(owned: OwnedFd) -> Self { in from() functions 98 fn from(owned: OwnedHandle) -> Self { in from() functions 130 fn from(owned: async_std::net::TcpStream) -> Self { in from() functions 146 fn from(owned: async_std::net::TcpStream) -> Self { in from() functions 162 fn from(owned: OwnedFd) -> Self { in from() functions 178 fn from(owned: OwnedSocket) -> Self { in from() functions 210 fn from(owned: async_std::net::TcpListener) -> Self { in from() functions 226 fn from(owne functions 242 fn from(owned: OwnedFd) -> Self { from() functions 258 fn from(owned: OwnedSocket) -> Self { from() functions 290 fn from(owned: async_std::net::UdpSocket) -> Self { from() functions 306 fn from(owned: async_std::net::UdpSocket) -> Self { from() functions 322 fn from(owned: OwnedFd) -> Self { from() functions 338 fn from(owned: OwnedSocket) -> Self { from() functions 410 fn from(owned: async_std::os::unix::net::UnixStream) -> Self { from() functions 426 fn from(owned: OwnedFd) -> Self { from() functions 450 fn from(owned: async_std::os::unix::net::UnixListener) -> Self { from() functions 466 fn from(owned: OwnedFd) -> Self { from() functions 490 fn from(owned: async_std::os::unix::net::UnixDatagram) -> Self { from() functions 506 fn from(owned: OwnedFd) -> Self { from() functions [all...] |
| /third_party/rust/crates/env_logger/src/fmt/writer/ |
| H A D | mod.rs | 59 fn from(target: Target) -> Self { in from() functions
|