Home
last modified time | relevance | path

Searched refs:dest (Results 3101 - 3125 of 5608) sorted by relevance

1...<<121122123124125126127128129130>>...225

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dconstruct.h113 // Returns true if |dest| is structured exit from the construct. Structured
129 bool IsStructuredExit(ValidationState_t& _, BasicBlock* dest) const;
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dconstruct.h113 // Returns true if |dest| is structured exit from the construct. Structured
129 bool IsStructuredExit(ValidationState_t& _, BasicBlock* dest) const;
/third_party/skia/third_party/externals/tint/fuzzers/
H A Drandom_generator.h74 /// @param dest - memory location to store data
76 void GetNBytes(uint8_t* dest, size_t n);
/third_party/skia/tools/
H A Dbuild_workaround_header.py58 dest="output_file",
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Drep.h172 * @param dest the destination index. The characters from
173 * <code>start..limit-1</code> will be copied to <code>dest</code>.
174 * Implementations of this method may assume that <code>dest <= start ||
175 * dest >= limit</code>.
178 virtual void copy(int32_t start, int32_t limit, int32_t dest) = 0;
H A Dushape.h78 * @param dest The destination buffer that will receive the results of the
103 UChar *dest, int32_t destSize,
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
H A Dgraphcycles.h98 // Find a path from "source" to "dest". If such a path exists,
105 // end with "dest". There is no guarantee that the path is the
110 int FindPath(GraphId source, GraphId dest, int max_path_len,
/third_party/spirv-tools/source/val/
H A Dconstruct.h113 // Returns true if |dest| is structured exit from the construct. Structured
129 bool IsStructuredExit(ValidationState_t& _, BasicBlock* dest) const;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp4213 void StaStateMachine::DhcpResultNotify::SaveDhcpResult(DhcpResult *dest, DhcpResult *source) in SaveDhcpResult() argument
4215 if (dest == nullptr || source == nullptr) { in SaveDhcpResult()
4216 LOGE("SaveDhcpResult dest or source is nullptr."); in SaveDhcpResult()
4220 dest->iptype = source->iptype; in SaveDhcpResult()
4221 dest->isOptSuc = source->isOptSuc; in SaveDhcpResult()
4222 dest->uOptLeasetime = source->uOptLeasetime; in SaveDhcpResult()
4223 dest->uAddTime = source->uAddTime; in SaveDhcpResult()
4224 dest->uGetTime = source->uGetTime; in SaveDhcpResult()
4225 if (strcpy_s(dest->strOptClientId, DHCP_MAX_FILE_BYTES, source->strOptClientId) != EOK) { in SaveDhcpResult()
4229 if (strcpy_s(dest in SaveDhcpResult()
4261 SaveDhcpResultExt(DhcpResult *dest, DhcpResult *source) SaveDhcpResultExt() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1886 private static void appendToBuf(StringBuffer dest, String src, int fieldLen) { in appendToBuf() argument
1889 dest.append(src.substring(0, fieldLen)); in appendToBuf()
1891 dest.append(src); in appendToBuf()
1893 dest.append(' '); in appendToBuf()
1901 private static void appendCharToBuf(StringBuffer dest, int c, int fieldLen) { in appendCharToBuf() argument
1904 dest.append("\\u"); in appendCharToBuf()
1906 dest.append(hexChars.charAt(((c)>>bn)&0xf)); in appendCharToBuf()
1908 appendToBuf(dest, " ", fieldLen-6); in appendCharToBuf()
1910 dest.append("\\U"); in appendCharToBuf()
1912 dest in appendCharToBuf()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1891 private static void appendToBuf(StringBuffer dest, String src, int fieldLen) { in appendToBuf() argument
1894 dest.append(src.substring(0, fieldLen)); in appendToBuf()
1896 dest.append(src); in appendToBuf()
1898 dest.append(' '); in appendToBuf()
1907 private static void appendCharToBuf(StringBuffer dest, int c, int fieldLen) { in appendCharToBuf() argument
1910 dest.append("\\u"); in appendCharToBuf()
1912 dest.append(hexChars.charAt(((c)>>bn)&0xf)); in appendCharToBuf()
1914 appendToBuf(dest, " ", fieldLen-6); in appendCharToBuf()
1916 dest.append("\\U"); in appendCharToBuf()
1918 dest in appendCharToBuf()
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conn.c1648 nghttp3_settings *dest = &conn->remote.settings; in nghttp3_conn_on_settings_entry_received() local
1653 dest->max_field_section_size = ent->value; in nghttp3_conn_on_settings_entry_received()
1656 if (dest->qpack_max_dtable_capacity != 0) { in nghttp3_conn_on_settings_entry_received()
1664 dest->qpack_max_dtable_capacity = (size_t)ent->value; in nghttp3_conn_on_settings_entry_received()
1670 if (dest->qpack_blocked_streams != 0) { in nghttp3_conn_on_settings_entry_received()
1678 dest->qpack_blocked_streams = (size_t)ent->value; in nghttp3_conn_on_settings_entry_received()
1690 if (ent->value == 0 && dest->enable_connect_protocol) { in nghttp3_conn_on_settings_entry_received()
1693 dest->enable_connect_protocol = (int)ent->value; in nghttp3_conn_on_settings_entry_received()
2471 int nghttp3_conn_get_stream_priority(nghttp3_conn *conn, nghttp3_pri *dest, in nghttp3_conn_get_stream_priority() argument
2486 dest in nghttp3_conn_get_stream_priority()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp114 CharString &dest, int32_t partSize,
325 void addLeadSurrogatesForSupplementary(const UnicodeSet &src, UnicodeSet &dest) { in addLeadSurrogatesForSupplementary() argument
329 dest.add(U16_LEAD(c)); in addLeadSurrogatesForSupplementary()
1332 CharString &dest, int32_t partSize,
1347 dest.append(reinterpret_cast<char *>(part), partLength, errorCode);
1463 uint8_t *dest;
1467 dest = mergedKey.getAlias();
1476 dest = mergedKey.allocateInsteadAndReset(mergedKeyCapacity);
1478 U_ASSERT(dest != NULL || mergedKeyCapacity == 0);
1481 uprv_memcpy(dest, key2Byte
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_smpl.c127 int ossl_ec_GFp_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_simple_group_copy() argument
129 if (!BN_copy(dest->field, src->field)) in ossl_ec_GFp_simple_group_copy()
131 if (!BN_copy(dest->a, src->a)) in ossl_ec_GFp_simple_group_copy()
133 if (!BN_copy(dest->b, src->b)) in ossl_ec_GFp_simple_group_copy()
136 dest->a_is_minus3 = src->a_is_minus3; in ossl_ec_GFp_simple_group_copy()
353 int ossl_ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) in ossl_ec_GFp_simple_point_copy() argument
355 if (!BN_copy(dest->X, src->X)) in ossl_ec_GFp_simple_point_copy()
357 if (!BN_copy(dest->Y, src->Y)) in ossl_ec_GFp_simple_point_copy()
359 if (!BN_copy(dest->Z, src->Z)) in ossl_ec_GFp_simple_point_copy()
361 dest in ossl_ec_GFp_simple_point_copy()
[all...]
/third_party/openssl/crypto/ec/
H A Decp_smpl.c127 int ossl_ec_GFp_simple_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_simple_group_copy() argument
129 if (!BN_copy(dest->field, src->field)) in ossl_ec_GFp_simple_group_copy()
131 if (!BN_copy(dest->a, src->a)) in ossl_ec_GFp_simple_group_copy()
133 if (!BN_copy(dest->b, src->b)) in ossl_ec_GFp_simple_group_copy()
136 dest->a_is_minus3 = src->a_is_minus3; in ossl_ec_GFp_simple_group_copy()
353 int ossl_ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) in ossl_ec_GFp_simple_point_copy() argument
355 if (!BN_copy(dest->X, src->X)) in ossl_ec_GFp_simple_point_copy()
357 if (!BN_copy(dest->Y, src->Y)) in ossl_ec_GFp_simple_point_copy()
359 if (!BN_copy(dest->Z, src->Z)) in ossl_ec_GFp_simple_point_copy()
361 dest in ossl_ec_GFp_simple_point_copy()
[all...]
/third_party/toybox/toys/pending/
H A Dvi.c399 //copies data to dest if dest is not 0
400 static int text_codepoint(char *dest, size_t offset) in text_codepoint() argument
409 if (dest) memcpy(dest, scratch, 8); in text_codepoint()
449 static size_t text_getline(char *dest, size_t offset, size_t max_len) in text_getline() argument
455 if (dest) *dest = 0; in text_getline()
466 if (dest) do { in text_getline()
467 for (; i < s->node->len && j; i++, j--, dest in text_getline()
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil_copy_ast.c47 struct cil_tree_node *dest; member
1719 parent = args->dest; in __cil_copy_node_helper()
2093 args->dest = new; in __cil_copy_node_helper()
2113 node = args->dest; in __cil_copy_last_child_helper()
2116 args->dest = node->parent; in __cil_copy_last_child_helper()
2122 // dest is the parent node to copy into
2123 // if the copy is for a call to a macro, dest should be a pointer to the call
2124 int cil_copy_ast(struct cil_db *db, struct cil_tree_node *orig, struct cil_tree_node *dest) in cil_copy_ast() argument
2129 extra_args.orig_dest = dest; in cil_copy_ast()
2130 extra_args.dest in cil_copy_ast()
[all...]
/kernel/linux/linux-5.10/arch/powerpc/lib/
H A Dsstep.c288 static nokprobe_inline int read_mem_aligned(unsigned long *dest, in read_mem_aligned() argument
312 *dest = x; in read_mem_aligned()
322 static nokprobe_inline int copy_mem_in(u8 *dest, unsigned long ea, int nb, in copy_mem_in() argument
334 err = __get_user(*dest, (unsigned char __user *) ea); in copy_mem_in()
337 err = __get_user(*(u16 *)dest, in copy_mem_in()
341 err = __get_user(*(u32 *)dest, in copy_mem_in()
346 err = __get_user(*(unsigned long *)dest, in copy_mem_in()
355 dest += c; in copy_mem_in()
361 static nokprobe_inline int read_mem_unaligned(unsigned long *dest, in read_mem_unaligned() argument
376 *dest in read_mem_unaligned()
385 read_mem(unsigned long *dest, unsigned long ea, int nb, struct pt_regs *regs) read_mem() argument
427 copy_mem_out(u8 *dest, unsigned long ea, int nb, struct pt_regs *regs) copy_mem_out() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DvalidationES2.cpp3212 const Texture *dest = context->getTexture(destId); in ValidateCopyTextureCHROMIUM() local
3213 if (dest == nullptr) in ValidateCopyTextureCHROMIUM()
3219 if (!IsValidCopyTextureDestinationTarget(context, dest->getType(), destTarget)) in ValidateCopyTextureCHROMIUM()
3225 if (!IsValidCopyTextureDestinationLevel(context, entryPoint, dest->getType(), destLevel, in ValidateCopyTextureCHROMIUM()
3237 if (dest->getType() == TextureType::CubeMap && sourceWidth != sourceHeight) in ValidateCopyTextureCHROMIUM()
3243 if (dest->getImmutableFormat()) in ValidateCopyTextureCHROMIUM()
3337 const Texture *dest = context->getTexture(destId); in ValidateCopySubTextureCHROMIUM() local
3338 if (dest == nullptr) in ValidateCopySubTextureCHROMIUM()
3344 if (!IsValidCopyTextureDestinationTarget(context, dest->getType(), destTarget)) in ValidateCopySubTextureCHROMIUM()
3350 if (!IsValidCopyTextureDestinationLevel(context, entryPoint, dest in ValidateCopySubTextureCHROMIUM()
3424 const Texture *dest = context->getTexture(destId); ValidateCompressedCopyTextureCHROMIUM() local
[all...]
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp323 Uri dest(destUri); in CmdCopyFile()
324 int ret = CopyFile(source, dest, fileName, newFileUri); in CmdCopyFile()
745 Uri dest(targetParent); in CmdMoveItem()
746 int ret = MoveItem(source, dest, moveResult, force); in CmdMoveItem()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dnip_output.c484 t1->dest = th->source; in tcp_nip_actual_send_reset()
485 t1->source = th->dest; in tcp_nip_actual_send_reset()
494 ntohs(t1->dest), t1->dest, ntohs(t1->source), t1->source); in tcp_nip_actual_send_reset()
/kernel/linux/linux-5.10/drivers/block/rsxx/
H A Dcregs.c576 * terminating '\0' character), up to the count into the dest pointer.
577 * Returns the number of bytes copied to dest.
579 static int substrncpy(char *dest, const char *src, int count) in substrncpy() argument
585 *dest = *src; in substrncpy()
586 if (*dest == '\0') in substrncpy()
589 dest++; in substrncpy()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dvpe.c651 void *dest; in vpe_elfload() local
656 dest = v->load_addr + sechdrs[i].sh_entsize; in vpe_elfload()
659 memcpy(dest, (void *)sechdrs[i].sh_addr, in vpe_elfload()
662 sechdrs[i].sh_addr = (unsigned long)dest; in vpe_elfload()
/kernel/linux/linux-5.10/drivers/md/bcache/
H A Dutil.h228 #define fifo_move(dest, src) \
230 typeof(*((dest)->data)) _t; \
231 while (!fifo_full(dest) && \
233 fifo_push(dest, _t); \
/kernel/linux/linux-5.10/drivers/iio/common/cros_ec_sensors/
H A Dcros_ec_sensors_core.c507 unsigned int offset, u8 *dest) in cros_ec_sensors_cmd_read_u8()
509 return ec->cmd_readmem(ec, offset, 1, dest); in cros_ec_sensors_cmd_read_u8()
513 unsigned int offset, u16 *dest) in cros_ec_sensors_cmd_read_u16()
519 *dest = le16_to_cpu(tmp); in cros_ec_sensors_cmd_read_u16()
506 cros_ec_sensors_cmd_read_u8(struct cros_ec_device *ec, unsigned int offset, u8 *dest) cros_ec_sensors_cmd_read_u8() argument
512 cros_ec_sensors_cmd_read_u16(struct cros_ec_device *ec, unsigned int offset, u16 *dest) cros_ec_sensors_cmd_read_u16() argument

Completed in 42 milliseconds

1...<<121122123124125126127128129130>>...225