| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-array-prototype.c | 1404 uint32_t from, to; in ecma_builtin_array_prototype_object_splice() local
|
| H A D | ecma-builtin-string-prototype.c | 976 uint32_t from = start < end ? start : end; in ecma_builtin_string_prototype_object_substring() local 1276 uint32_t from = (uint32_t) ((start_num < 0) ? JERRY_MAX (this_len + start_num, 0) : start_num); in ecma_builtin_string_prototype_object_substr() local
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_function.cpp | 1102 implicitly_convert_component(ir_rvalue * &from, const glsl_base_type to, in implicitly_convert_component() argument [all...] |
| /third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
| H A D | radv_amdgpu_cs.c | 624 struct radv_amdgpu_cs *from = radv_amdgpu_cs(_from); in radv_amdgpu_cs_add_buffers() local
|
| /third_party/mesa3d/src/gtest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1001 CopyArray(const T& from, U* to) CopyArray() argument 1013 CopyArray(const T* from, size_t size, U* to) CopyArray() argument [all...] |
| /third_party/node/src/ |
| H A D | node_wasi.cc | 883 uint32_t from; in FdRenumber() local
|
| /third_party/ntfs-3g/src/ |
| H A D | ntfs-3g.c | 2348 static int ntfs_fuse_symlink(const char *to, const char *from) in ntfs_fuse_symlink() argument [all...] |
| /third_party/node/deps/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 1049 CopyArray(const T& from, U* to) CopyArray() argument 1063 CopyArray(const T* from, size_t size, U* to) CopyArray() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucnv.cpp | 2533 UConverter *algoConverter, *to, *from; ucnv_convertAlgorithmic() local [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tztest.cpp | 1235 const char *from; in TestAliasedNames() member 1385 TimeZone *from = NULL, *to = NULL; in TestAliasedNames() local [all...] |
| /third_party/lwip/src/api/ |
| H A D | sockets.c | 1053 lwip_sock_make_addr(struct netconn *conn, ip_addr_t *fromaddr, u16_t port, struct sockaddr *from, socklen_t *fromlen) lwip_sock_make_addr() argument 1087 lwip_recv_tcp_from(struct lwip_sock *sock, struct sockaddr *from, socklen_t *fromlen, const char *dbg_fn, int dbg_s, ssize_t dbg_ret) lwip_recv_tcp_from() argument 1230 lwip_recvfrom(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) lwip_recvfrom() argument 1241 lwip_recvfrom_internal(int s, void *mem, size_t len, int flags, struct sockaddr *from, socklen_t *fromlen) lwip_recvfrom_internal() argument [all...] |
| /third_party/lwip/src/apps/smtp/ |
| H A D | smtp.c | 242 const char* from; member 585 smtp_send_mail(const char* from, const char* to, const char* subject, const char* body, in smtp_send_mail() argument 640 smtp_send_mail_static(const char *from, const char* to, const char* subject, const char* body, smtp_result_fn callback_fn, void* callback_arg) smtp_send_mail_static() argument 1448 smtp_send_bodyh_data(struct altcp_pcb *pcb, const char **from, u16_t *howmany) smtp_send_bodyh_data() argument 1468 smtp_send_mail_bodycback(const char *from, const char* to, const char* subject, smtp_bodycback_fn bodycback_fn, smtp_result_fn callback_fn, void* callback_arg) smtp_send_mail_bodycback() argument [all...] |
| /third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
| H A D | geocoding_data.pb.h | 112 inline GeocodingInfo& operator=(const GeocodingInfo& from) { in operator =() argument 118 if (this != &from) InternalSwap(&from); variable 120 CopyFrom(from); variable 364 operator =(const PrefixesInfo& from) operator =() argument 370 if (this != &from) InternalSwap(&from); global() variable 372 CopyFrom(from); global() variable 590 operator =(const LanguageCodeInfo& from) operator =() argument 596 if (this != &from) InternalSwap(&from); global() variable 598 CopyFrom(from); global() variable 750 operator =(const CountriesInfo& from) operator =() argument 756 if (this != &from) InternalSwap(&from); global() variable 758 CopyFrom(from); global() variable 910 operator =(const CountryCodeInfo& from) operator =() argument 916 if (this != &from) InternalSwap(&from); global() variable 918 CopyFrom(from); global() variable [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | scheduler.cc | 186 void Scheduler::IncrementUnscheduledUseCount(Node* node, Node* from) { in IncrementUnscheduledUseCount() argument 205 void Scheduler::DecrementUnscheduledUseCount(Node* node, Node* from) { in DecrementUnscheduledUseCount() argument 1954 MovePlannedNodes(BasicBlock* from, BasicBlock* to) MovePlannedNodes() argument [all...] |
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-regexp-gen.cc | 1648 const TNode<Smi> from = last_matched_until; in RegExpPrototypeSplitBody() local 1671 const TNode<Object> from = LoadFixedArrayElement( in RegExpPrototypeSplitBody() local 1719 const TNode<Smi> from = var_last_matched_until.value(); in RegExpPrototypeSplitBody() local
|
| H A D | builtins-string-gen.cc | 549 auto from = Parameter<Smi>(Descriptor::kFrom); in TF_BUILTIN() local 1431 auto from in TF_BUILTIN() local 1594 AllocAndCopyStringCharacters( TNode<T> from, TNode<Int32T> from_instance_type, TNode<IntPtrT> from_index, TNode<IntPtrT> character_count) AllocAndCopyStringCharacters() argument 1632 SubString(TNode<String> string, TNode<IntPtrT> from, TNode<IntPtrT> to) SubString() argument [all...] |
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | deoptimizer.cc | 195 New(Address raw_function, DeoptimizeKind kind, Address from, int fp_to_sp_delta, Isolate* isolate) New() argument 470 Deoptimizer(Isolate* isolate, JSFunction function, DeoptimizeKind kind, Address from, int fp_to_sp_delta) Deoptimizer() argument [all...] |
| /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
|