| /third_party/node/deps/zlib/contrib/optimizations/ |
| H A D | chunkcopy.h | 118 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument 167 const unsigned char FAR* from = out - *dist; global() variable 352 chunkcopy_relaxed( unsigned char FAR* Z_RESTRICT out, const unsigned char FAR* Z_RESTRICT from, unsigned len) chunkcopy_relaxed() argument 376 chunkcopy_safe( unsigned char FAR* out, const unsigned char FAR* Z_RESTRICT from, unsigned len, unsigned char FAR* limit) chunkcopy_safe() argument [all...] |
| /third_party/ninja/src/ |
| H A D | missing_deps.cc | 172 bool MissingDependencyScanner::PathExistsBetween(Edge* from, Edge* to) { in PathExistsBetween() argument
|
| /third_party/libexif/libexif/canon/ |
| H A D | exif-mnote-data-canon.c | 70 unsigned int from = 0, to; in exif_mnote_data_canon_get_tags() local
|
| /third_party/lwip/src/core/distributed_net/ |
| H A D | distributed_net_core.c | 191 ssize_t distributed_net_recvfrom(int sock, void *buf, size_t buf_len, int flags, struct sockaddr *from, in distributed_net_recvfrom() argument
|
| /third_party/lwip/src/include/lwip/apps/ |
| H A D | smtp.h | 55 const char *from; member
|
| /third_party/libwebsockets/win32port/zlib/ |
| H A D | infback.c | 255 unsigned char FAR *from; /* wher local [all...] |
| /third_party/libdrm/ |
| H A D | util_double_list.h | 69 static inline void list_replace(struct list_head *from, struct list_head *to) in list_replace() argument
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | control-equivalence.cc | 77 void ControlEquivalence::VisitBackedge(Node* from, Node* to, in VisitBackedge() argument 188 void ControlEquivalence::DFSPush(DFSStack& stack, Node* node, Node* from, in DFSPush() argument [all...] |
| H A D | escape-analysis-reducer.h | 33 Constructor(NodeHashCache* cache, Node* from) in Constructor() argument
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | remembered-set.cc | 96 auto from = remembered_slots_.lower_bound(begin), in InvalidateRememberedSlotsInRange() local
|
| /third_party/node/deps/v8/src/regexp/ |
| H A D | regexp-dotprinter.cc | 57 void DotPrinterImpl::PrintOnFailure(RegExpNode* from, RegExpNode* on_failure) { in PrintOnFailure() argument
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_mont.c | 411 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) in BN_MONT_CTX_copy() argument [all...] |
| /third_party/node/deps/openssl/openssl/crypto/evp/ |
| H A D | names.c | 186 EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) EVP_CIPHER_do_all() argument 200 EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) EVP_CIPHER_do_all_sorted() argument 229 EVP_MD_do_all(void (*fn) (const EVP_MD *md, const char *from, const char *to, void *x), void *arg) EVP_MD_do_all() argument 243 EVP_MD_do_all_sorted(void (*fn) (const EVP_MD *md, const char *from, const char *to, void *x), void *arg) EVP_MD_do_all_sorted() argument
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | o_time.c | 102 OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, const struct tm *to) OPENSSL_gmtime_diff() argument
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
| H A D | PrefixTree.java | 51 public static PrefixTree from(RangeTree ranges) { in from() method in PrefixTree 62 public static PrefixTree from(RangeSpecification spec) { in from() method in PrefixTree [all...] |
| /third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
| H A D | sizedness.rs | 338 fn from(analysis: SizednessAnalysis<'ctx>) -> Self { in from() functions
|
| H A D | has_vtable.rs | 216 fn from(analysis: HasVtableAnalysis<'ctx>) -> Self { in from() functions
|
| /third_party/rust/crates/io-lifetimes/src/ |
| H A D | impls_mio.rs | 43 fn from(owned: mio::net::TcpStream) -> Self { in from() functions 59 fn from(owned: mio::net::TcpStream) -> Self { in from() functions 75 fn from(owned: OwnedFd) -> Self { in from() functions 91 fn from(owned: OwnedSocket) -> Self { in from() functions 123 fn from(owned: mio::net::TcpListener) -> Self { in from() functions 139 fn from(owned: mio::net::TcpListener) -> Self { in from() functions 155 fn from(owned: OwnedFd) -> Self { in from() functions 171 fn from(owned: OwnedSocket) -> Self { in from() functions 203 fn from(owned: mio::net::UdpSocket) -> Self { in from() functions 219 fn from(owne functions 235 fn from(owned: OwnedFd) -> Self { from() functions 251 fn from(owned: OwnedSocket) -> Self { from() functions 275 fn from(owned: mio::net::UnixDatagram) -> Self { from() functions 291 fn from(owned: OwnedFd) -> Self { from() functions 315 fn from(owned: mio::net::UnixListener) -> Self { from() functions 331 fn from(owned: OwnedFd) -> Self { from() functions 355 fn from(owned: mio::net::UnixStream) -> Self { from() functions 371 fn from(owned: OwnedFd) -> Self { from() functions 395 fn from(owned: mio::unix::pipe::Receiver) -> Self { from() functions 411 fn from(owned: OwnedFd) -> Self { from() functions 435 fn from(owned: mio::unix::pipe::Sender) -> Self { from() functions 451 fn from(owned: OwnedFd) -> Self { from() functions [all...] |
| H A D | impls_os_pipe.rs | 43 fn from(owned: os_pipe::PipeReader) -> Self { in from() functions 59 fn from(owned: os_pipe::PipeReader) -> Self { in from() functions 75 fn from(owned: OwnedFd) -> Self { in from() functions 91 fn from(owned: OwnedHandle) -> Self { in from() functions 123 fn from(owned: os_pipe::PipeWriter) -> Self { in from() functions 139 fn from(owned: os_pipe::PipeWriter) -> Self { in from() functions 155 fn from(owned: OwnedFd) -> Self { in from() functions 171 fn from(owned: OwnedHandle) -> Self { in from() functions
|
| H A D | impls_socket2.rs | 43 fn from(owned: socket2::Socket) -> Self { in from() functions 59 fn from(owned: socket2::Socket) -> Self { in from() functions 75 fn from(owned: OwnedFd) -> Self { in from() functions 91 fn from(owned: OwnedSocket) -> Self { in from() functions
|
| /third_party/rust/crates/clap/clap_lex/src/ |
| H A D | lib.rs | 256 fn from(val: I) -> Self { in from() functions
|
| /third_party/rust/crates/bindgen/bindgen/ |
| H A D | features.rs | 62 fn from(target: RustTarget) -> Self { in from() functions 180 fn from(rust_target: RustTarget) -> Self { in from() functions
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_mont.c | 411 BN_MONT_CTX *BN_MONT_CTX_copy(BN_MONT_CTX *to, BN_MONT_CTX *from) in BN_MONT_CTX_copy() argument [all...] |
| /third_party/openssl/crypto/evp/ |
| H A D | names.c | 186 EVP_CIPHER_do_all(void (*fn) (const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) EVP_CIPHER_do_all() argument 200 EVP_CIPHER_do_all_sorted(void (*fn) (const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) EVP_CIPHER_do_all_sorted() argument 229 EVP_MD_do_all(void (*fn) (const EVP_MD *md, const char *from, const char *to, void *x), void *arg) EVP_MD_do_all() argument 243 EVP_MD_do_all_sorted(void (*fn) (const EVP_MD *md, const char *from, const char *to, void *x), void *arg) EVP_MD_do_all_sorted() argument
|
| /third_party/openssl/crypto/ |
| H A D | o_time.c | 102 OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, const struct tm *to) OPENSSL_gmtime_diff() argument
|