Home
last modified time | relevance | path

Searched defs:from (Results 701 - 725 of 2589) sorted by relevance

1...<<21222324252627282930>>...104

/third_party/rust/crates/clap/clap_lex/src/
H A Dlib.rs256 fn from(val: I) -> Self { in from() functions
/third_party/rust/crates/bindgen/bindgen/
H A Dfeatures.rs62 fn from(target: RustTarget) -> Self { in from() functions
180 fn from(rust_target: RustTarget) -> Self { in from() functions
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dhas_vtable.rs216 fn from(analysis: HasVtableAnalysis<'ctx>) -> Self { in from() functions
/third_party/openssl/crypto/bn/
H A Dbn_mont.c411 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 Dnames.c186 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 Do_time.c102 OPENSSL_gmtime_diff(int *pday, int *psec, const struct tm *from, const struct tm *to) OPENSSL_gmtime_diff() argument
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtest_fixture.h55 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() argument
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cfg.cpp217 void CFG::add_branch(uint32_t from, uint32_t to) in add_branch() argument
278 node_terminates_control_flow_in_sub_graph(BlockID from, BlockID to) const node_terminates_control_flow_in_sub_graph() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtest_fixture.h55 SpirvVector Subvector(const SpirvVector& v, SpirvVector::size_type from) { in Subvector() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-utils.h225 Vector<T> SubVector(int from, int to) { in SubVector() argument
[all...]
/third_party/python/Modules/_decimal/libmpdec/
H A Dtranspose.c181 mpd_uint_t *to, *from; in squaretrans_pow2() local
[all...]
/third_party/skia/third_party/externals/zlib/contrib/optimizations/
H A Dchunkcopy.h82 chunkcopy_core( unsigned char FAR* out, const unsigned char FAR* from, unsigned len) chunkcopy_core() argument
107 chunkcopy_core_safe( unsigned char FAR* out, const unsigned char FAR* from, unsigned len, unsigned char FAR* limit) chunkcopy_core_safe() argument
156 const unsigned char FAR* from = out - *dist; chunkunroll_relaxed() local
341 chunkcopy_relaxed( unsigned char FAR* Z_RESTRICT out, const unsigned char FAR* Z_RESTRICT from, unsigned len) chunkcopy_relaxed() argument
365 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/skia/third_party/externals/zlib/
H A Dinfback.c264 unsigned char FAR *from; /* wher local
[all...]
/third_party/toybox/scripts/
H A Dmkflags.c141 void octane(char *from) in octane() argument
/third_party/toybox/toys/pending/
H A Darping.c131 static void recv_from(struct sockaddr_ll *from, int *recv_len) in recv_from() argument
203 struct sockaddr_ll from; in arping_main() local
[all...]
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.cc49 int32_t from = reference.GetLocation(); in ResolveReferences() local
91 int32_t from in AddForwardRef() local
59 EncodeLocationFor(internal::AssemblerBase* assembler, int32_t from, const Location::EmitOperator* encoder) EncodeLocationFor() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dduration.pb.h81 inline Duration& operator=(const Duration& from) { in operator =() argument
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
H A Dfield_mask.pb.h81 inline FieldMask& operator=(const FieldMask& from) { in operator =() argument
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
H A Dinlined_string_field.h227 inline void InlinedStringField::Swap(InlinedStringField* from) { in Swap() argument
167 AssignWithDefault( const std::string* , const InlinedStringField& from) AssignWithDefault() argument
H A Dsource_context.pb.h81 inline SourceContext& operator=(const SourceContext& from) { in operator =() argument
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
H A Dtimestamp.pb.h81 inline Timestamp& operator=(const Timestamp& from) { in operator =() argument
87 if (this != &from) InternalSwap(&from); variable
89 CopyFrom(from); variable
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DLazyStringArrayList.java87 public LazyStringArrayList(LazyStringList from) { in LazyStringArrayList() argument
92 public LazyStringArrayList(List<String> from) { in LazyStringArrayList() argument
/third_party/protobuf/php/tests/
H A DWellKnownTest.php315 $from = new DateTime('2011-01-01T15:03:01.012345UTC'); variable
/third_party/pulseaudio/src/pulse/
H A Dutf8.c189 static char* iconv_simple(const char *str, const char *to, const char *from) { in iconv_simple() argument
/third_party/pulseaudio/src/pulsecore/
H A Ddatabase-tdb.c40 static inline TDB_DATA* datum_to_tdb(TDB_DATA *to, const pa_datum *from) { in datum_to_tdb() argument
50 static inline pa_datum* datum_from_tdb(pa_datum *to, const TDB_DATA *from) { in datum_from_tdb() argument

Completed in 13 milliseconds

1...<<21222324252627282930>>...104