Home
last modified time | relevance | path

Searched defs:from (Results 476 - 500 of 2589) sorted by relevance

1...<<11121314151617181920>>...104

/third_party/backends/sanei/
H A Dsanei_udp.c218 struct sockaddr_in from; in sanei_udp_recvfrom() local
/third_party/gn/src/gn/
H A Dvisibility.cc93 bool Visibility::CheckItemVisibility(const Item *from, const Item *to, bool is_external_deps, Err *err) { in CheckItemVisibility() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuFunctions.java180 from(LocalDate::atStartOfDay), enum constant
/third_party/node/deps/v8/tools/
H A Dgenerate-ten-powers.scm[all...]
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinffast_chunk.c103 unsigned char FAR *from; /* where to copy match from */ local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dinffast.c82 unsigned char FAR *from; /* where to copy match from */ local
[all...]
/third_party/node/deps/zlib/
H A Dinffast.c79 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() local
[all...]
/third_party/node/deps/zlib/contrib/optimizations/
H A Dinffast_chunk.c101 unsigned char FAR *from; /* where to copy match from */ in inflate_fast_chunk_() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dztrans.cpp29 ztrans_open(UDate time, const void* from, const void* to){ in ztrans_open() argument
69 ztrans_setFrom(ZTrans* trans, const void* from) { in ztrans_setFrom() argument
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom() argument
/third_party/icu/icu4c/source/i18n/
H A Dztrans.cpp29 ztrans_open(UDate time, const void* from, const void* to){ in ztrans_open() argument
69 ztrans_setFrom(ZTrans* trans, const void* from) { in ztrans_setFrom() argument
74 ztrans_adoptFrom(ZTrans* trans, void* from) { in ztrans_adoptFrom() argument
/third_party/libfuse/test/
H A Drelease_unlink_race.c59 static int xmp_rename(const char *from, const char *to, unsigned int flags) in xmp_rename() argument
/third_party/libwebsockets/win32port/zlib/
H A Dinffast.c95 unsigned char FAR *from; /* where to copy match from */ local
[all...]
/third_party/ltp/testcases/network/tcp_cmds/sendfile/
H A Dtestsf_s.c33 sa_t from; in main() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-typed-array.cc57 int64_t from = 0; in BUILTIN() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator-inl.h16 HeapEntry* HeapGraphEdge::from() const { in from() function in v8::internal::HeapGraphEdge
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_emit.c49 CMD_STALL(struct etna_cmd_stream *stream, uint32_t from, uint32_t to) in CMD_STALL() argument
56 etna_stall(struct etna_cmd_stream *stream, uint32_t from, uint32_t to) in etna_stall() argument
[all...]
/third_party/musl/libc-test/src/functional/
H A Diconv_test.c40 char *from; member
85 void CompareIconvResult(char *to, char *from, char *src, size_t srcLen) in CompareIconvResult() argument
138 char *from = g_encodeArray[i]; main() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_crpt.c33 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt() argument
39 int RSA_private_encrypt(int flen, const unsigned char *from, in RSA_private_encrypt() argument
45 int RSA_private_decrypt(int flen, const unsigned char *from, in RSA_private_decrypt() argument
51 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt() argument
H A Drsa_pk1.c28 RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen) RSA_padding_add_PKCS1_type_1() argument
53 RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) RSA_padding_check_PKCS1_type_1() argument
121 ossl_rsa_padding_add_PKCS1_type_2_ex(OSSL_LIB_CTX *libctx, unsigned char *to, int tlen, const unsigned char *from, int flen) ossl_rsa_padding_add_PKCS1_type_2_ex() argument
161 RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen) RSA_padding_add_PKCS1_type_2() argument
167 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) RSA_padding_check_PKCS1_type_2() argument
297 ossl_rsa_padding_check_PKCS1_type_2_TLS(OSSL_LIB_CTX *libctx, unsigned char *to, size_t tlen, const unsigned char *from, size_t flen, int client_version, int alt_version) ossl_rsa_padding_check_PKCS1_type_2_TLS() argument
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dtemplate_params.rs600 fn from(used_templ_params: UsedTemplateParameters<'ctx>) -> Self { functions
/third_party/rust/crates/cxx/gen/src/
H A Derror.rs49 fn from(err: fs::Error) -> Self { in from() functions
55 fn from(err: syn::Error) -> Self { in from() functions
H A Dinclude.rs184 fn from(include: &syntax::Include) -> Self { in from() functions
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Derror.rs49 fn from(err: fs::Error) -> Self { in from() functions
55 fn from(err: syn::Error) -> Self { in from() functions
H A Dinclude.rs184 fn from(include: &syntax::Include) -> Self { in from() functions
/third_party/rust/crates/io-lifetimes/src/
H A Dimpls_tokio.rs43 fn from(owned: OwnedFd) -> Self { in from() functions
59 fn from(owned: OwnedHandle) -> Self { in from() functions

Completed in 10 milliseconds

1...<<11121314151617181920>>...104