Home
last modified time | relevance | path

Searched refs:dest (Results 3251 - 3275 of 5682) sorted by relevance

1...<<131132133134135136137138139140>>...228

/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_configfs.c2992 void **dest = priv2; in __uvcg_fill_strm() local
2996 **array = *dest; in __uvcg_fill_strm()
3001 struct uvc_input_header_descriptor *ihdr = *dest; in __uvcg_fill_strm()
3005 memcpy(*dest, &h->desc, sizeof(h->desc)); in __uvcg_fill_strm()
3006 *dest += sizeof(h->desc); in __uvcg_fill_strm()
3009 memcpy(*dest, f->fmt->bmaControls, sz); in __uvcg_fill_strm()
3010 *dest += sz; in __uvcg_fill_strm()
3026 memcpy(*dest, &u->desc, sizeof(u->desc)); in __uvcg_fill_strm()
3027 *dest += sizeof(u->desc); in __uvcg_fill_strm()
3034 memcpy(*dest, in __uvcg_fill_strm()
[all...]
/third_party/icu/icu4c/source/common/
H A Duresbund.cpp1540 char *dest, int32_t *pLength, in ures_toUTF8String()
1553 if (capacity < 0 || (capacity > 0 && dest == NULL)) { in ures_toUTF8String()
1564 u_terminateChars(dest, capacity, 0, status); in ures_toUTF8String()
1565 return dest; in ures_toUTF8String()
1577 * We know the string will fit into dest because each UChar turns in ures_toUTF8String()
1578 * into at most three UTF-8 bytes. Fill the latter part of dest in ures_toUTF8String()
1579 * so that callers do not expect to use dest as a string pointer, in ures_toUTF8String()
1582 * (In which case dest would not be used at all.) in ures_toUTF8String()
1585 * expects the string to start exactly at dest. in ures_toUTF8String()
1592 dest in ures_toUTF8String()
1539 ures_toUTF8String(const UChar *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument
1601 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument
1931 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument
2332 ResourceSink& dest; global() member
2569 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument
[all...]
/third_party/selinux/libsepol/src/
H A Dexpand.c568 type_datum_t *dest; in type_bounds_copy_callback() local
579 dest = hashtab_search(state->out->p_types.table, (char *)key); in type_bounds_copy_callback()
580 if (!dest) { in type_bounds_copy_callback()
584 if (dest->bounds != 0 && dest->bounds != bounds_val) { in type_bounds_copy_callback()
588 dest->bounds = bounds_val; in type_bounds_copy_callback()
598 role_datum_t *dest; in role_bounds_copy_callback() local
609 dest = hashtab_search(state->out->p_roles.table, (char *)key); in role_bounds_copy_callback()
610 if (!dest) { in role_bounds_copy_callback()
614 if (dest in role_bounds_copy_callback()
628 user_datum_t *dest; user_bounds_copy_callback() local
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dinode.c4005 struct btrfs_root *dest = BTRFS_I(inode)->root; in btrfs_delete_subvolume() local
4018 spin_lock(&dest->root_item_lock); in btrfs_delete_subvolume()
4019 if (dest->send_in_progress) { in btrfs_delete_subvolume()
4020 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4023 dest->root_key.objectid); in btrfs_delete_subvolume()
4027 if (atomic_read(&dest->nr_swapfiles)) { in btrfs_delete_subvolume()
4028 spin_unlock(&dest->root_item_lock); in btrfs_delete_subvolume()
4035 root_flags = btrfs_root_flags(&dest->root_item); in btrfs_delete_subvolume()
4036 btrfs_set_root_flags(&dest->root_item, in btrfs_delete_subvolume()
4038 spin_unlock(&dest in btrfs_delete_subvolume()
8906 struct btrfs_root *dest = BTRFS_I(new_dir)->root; btrfs_rename_exchange() local
9184 struct btrfs_root *dest = BTRFS_I(new_dir)->root; btrfs_rename() local
[all...]
H A Dblock-rsv.h72 struct btrfs_block_rsv *dest, u64 num_bytes,
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
H A Dlwip_rpl.h21 struct netif *lwip_rpl_route_netif_lookup(const ip6_addr_t *src, const ip6_addr_t *dest);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/prot/
H A Dip4.h109 PACK_STRUCT_FLD_S(ip4_addr_p_t dest);
H A Dtcp.h58 PACK_STRUCT_FIELD(u16_t dest);
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dutils.h59 static void SplitString(const std::string &src, std::vector<std::string> &dest, const std::string &seperator);
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dutils.h59 static void SplitString(const std::string &src, std::vector<std::string> &dest, const std::string &seperator);
/foundation/arkui/ui_lite/frameworks/dock/
H A Dscreen_device.h196 uint8_t* dest, in SnapShot()
194 SnapShot(uint32_t len, bool justCopy, uint8_t* dest, const Rect& rect, bool justRender) SnapShot() argument
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dsysio.h29 int (*send)(void *arg, FILLP_CONST char *buf, FILLP_SIZE_T size, FILLP_SOCKADDR *dest, FILLP_UINT16 destAddrLen);
/kernel/linux/linux-5.10/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h93 int cfe_getenv(char *name, char *dest, int destlen);
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dstring.h31 void memcpy_flushcache(void *dest, const void *src, size_t size);
/kernel/linux/linux-6.6/arch/mips/include/asm/fw/cfe/
H A Dcfe_api.h90 int cfe_getenv(char *name, char *dest, int destlen);
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/plugin-lib/
H A DbuildebpfPlugin.py38 dest='buildebpf',
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dstring.h31 void memcpy_flushcache(void *dest, const void *src, size_t size);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dsmu7_smumgr.h57 uint32_t *dest, uint32_t byte_count, uint32_t limit);
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_params.h94 void i915_params_copy(struct i915_params *dest, const struct i915_params *src);
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmax9271.h214 * @dest: The I2C destination address
216 * Program address translation from @source to @dest. This is required to
224 int max9271_set_translation(struct max9271_device *dev, u8 source, u8 dest);
/kernel/linux/linux-5.10/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.h59 int dest; member
/kernel/linux/linux-5.10/include/uapi/xen/
H A Dgntdev.h157 } source, dest; member
/kernel/linux/linux-5.10/lib/
H A Dtest_blackhole_dev.c52 uh->source = uh->dest = htons(UDP_PORT); in test_blackholedev_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/
H A Ddp.h57 void drm_dp_link_caps_copy(struct drm_dp_link_caps *dest,
/kernel/linux/linux-6.6/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835.h60 int dest; member

Completed in 27 milliseconds

1...<<131132133134135136137138139140>>...228