Home
last modified time | relevance | path

Searched refs:dest (Results 3201 - 3225 of 5632) sorted by relevance

1...<<121122123124125126127128129130>>...226

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-dln2.c389 static int dln2_spi_copy_from_buf(u8 *dest, const u8 *dln2_buf, u16 len, u8 bpw) in dln2_spi_copy_from_buf() argument
392 memcpy(dest, dln2_buf, len); in dln2_spi_copy_from_buf()
395 memcpy(dest, dln2_buf, len); in dln2_spi_copy_from_buf()
397 u16 *d = (u16 *)dest; in dln2_spi_copy_from_buf()
404 u32 *d = (u32 *)dest; in dln2_spi_copy_from_buf()
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/p54/
H A Deeprom.c174 struct ieee80211_channel *dest = &tmp->channels[j]; in p54_generate_band() local
192 dest->band = chan->band; in p54_generate_band()
193 dest->center_freq = chan->freq; in p54_generate_band()
194 dest->max_power = chan->max_power; in p54_generate_band()
200 dest->hw_value = (*chan_num); in p54_generate_band()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_tunnel.c28 u32 *dest = &regs->data[priv->dreg]; in nft_tunnel_get_eval() local
36 nft_reg_store8(dest, false); in nft_tunnel_get_eval()
44 nft_reg_store8(dest, true); in nft_tunnel_get_eval()
46 nft_reg_store8(dest, false); in nft_tunnel_get_eval()
58 *dest = ntohl(tunnel_id_to_key32(tun_info->key.tun_id)); in nft_tunnel_get_eval()
/kernel/linux/linux-6.6/sound/oss/dmasound/
H A Ddmasound_core.c547 u_char *dest; in sq_write() local
606 dest = write_sq.buffers[write_sq.rear]; in sq_write()
609 dest, &bUsed, bLeft); in sq_write()
647 dest = write_sq.buffers[(write_sq.rear+1) % write_sq.max_count]; in sq_write()
651 dest, &bUsed, bLeft); in sq_write()
/kernel/linux/linux-6.6/net/mac80211/
H A Drate.c874 struct ieee80211_tx_rate *dest, in ieee80211_get_tx_rates()
881 rate_control_fill_sta_table(sta, info, dest, max_rates); in ieee80211_get_tx_rates()
890 rate_control_apply_mask(sdata, sta, sband, dest, max_rates); in ieee80211_get_tx_rates()
892 if (dest[0].idx < 0) in ieee80211_get_tx_rates()
897 rate_fixup_ratelist(vif, sband, info, dest, max_rates); in ieee80211_get_tx_rates()
871 ieee80211_get_tx_rates(struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct sk_buff *skb, struct ieee80211_tx_rate *dest, int max_rates) ieee80211_get_tx_rates() argument
/third_party/ffmpeg/libavcodec/
H A Dspeedhq.c184 static inline int decode_alpha_block(const SHQContext *s, GetBitContext *gb, uint8_t last_alpha[16], uint8_t *dest, int linesize) in decode_alpha_block() argument
217 memcpy(dest, last_alpha, 16); in decode_alpha_block()
218 dest += linesize; in decode_alpha_block()
224 static inline int decode_dct_block(const SHQContext *s, GetBitContext *gb, int last_dc[4], int component, uint8_t *dest, int linesize) in decode_dct_block() argument
276 s->idsp.idct_put(dest, linesize, block); in decode_dct_block()
/third_party/ffmpeg/libavfilter/
H A Dvf_fftfilt.c116 static void copy_rev(float *dest, int w, int w2) in copy_rev() argument
121 dest[i] = dest[2*w - i - 1]; in copy_rev()
124 dest[i] = dest[w2 - i]; in copy_rev()
/third_party/ffmpeg/libswscale/ppc/
H A Dyuv2rgb_altivec.c642 uint8_t *dest, in yuv2packedX_altivec()
662 out = (vector unsigned char *) dest; in yuv2packedX_altivec()
837 memcpy(&((uint32_t *) dest)[i], scratch, (dstW - i) / 4); in yuv2packedX_altivec()
851 uint8_t *dest, int dstW, int dstY) \
856 dest, dstW, dstY, pixfmt); \
633 yuv2packedX_altivec(SwsContext *c, const int16_t *lumFilter, const int16_t **lumSrc, int lumFilterSize, const int16_t *chrFilter, const int16_t **chrUSrc, const int16_t **chrVSrc, int chrFilterSize, const int16_t **alpSrc, uint8_t *dest, int dstW, int dstY, enum AVPixelFormat target) yuv2packedX_altivec() argument
/third_party/alsa-utils/seq/aplaymidi/
H A Daplaymidi.c820 ev.dest = ports[event->port]; in play_midi()
824 ev.dest.client = SND_SEQ_CLIENT_SYSTEM; in play_midi()
825 ev.dest.port = SND_SEQ_PORT_SYSTEM_TIMER; in play_midi()
853 ev.dest.client = SND_SEQ_CLIENT_SYSTEM; in play_midi()
854 ev.dest.port = SND_SEQ_PORT_SYSTEM_TIMER; in play_midi()
/third_party/backends/sanei/
H A Dsanei_ir.c658 SANE_Uint *dest; in sanei_ir_filter_mean() local
684 dest = out_img; in sanei_ir_filter_mean()
739 *dest++ = the_sum / (ncol * nrow); in sanei_ir_filter_mean()
748 *dest++ = the_sum / ndiv; in sanei_ir_filter_mean()
756 *dest++ = the_sum / (ncol * nrow); in sanei_ir_filter_mean()
/third_party/icu/icu4c/source/test/cintltst/
H A Dutransts.c114 static void Xcopy(UReplaceable* rep, int32_t start, int32_t limit, int32_t dest) { in Xcopy() argument
118 u_strncpy(newText, x->text, dest); in Xcopy()
119 u_strncpy(newText + dest, x->text + start, limit - start); in Xcopy()
120 u_strcpy(newText + dest + limit - start, x->text + dest); in Xcopy()
/third_party/icu/icu4c/source/test/intltest/
H A Duts46test.cpp354 char16_t dest[60000]; in TestTooLong() local
356 u_strToPunycode(s.getBuffer(), s.length(), dest, UPRV_LENGTHOF(dest), nullptr, &errorCode); in TestTooLong()
359 u_strFromPunycode(s.getBuffer(), s.length(), dest, UPRV_LENGTHOF(dest), nullptr, &errorCode); in TestTooLong()
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
143 impl(ni), str(dest), in ReorderingBuffer()
147 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, UErrorCode &errorCode);
476 UnicodeString &decompose(const UnicodeString &src, UnicodeString &dest,
479 * Decomposes [src, limit[ and writes the result to dest.
481 * destLengthEstimate is the initial dest buffer capacity and can be -1.
484 UnicodeString &dest, int32_t destLengthEstimate,
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/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/text/
H A DSpoofCheckerTest.java348 String dest; in TestGetSkeleton()
349 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a); in TestGetSkeleton()
350 assertEquals("", lll_Skel, dest); in TestGetSkeleton()
380 String dest = sc.getSkeleton(SpoofChecker.ANY_CASE, s); in TestSpoofAPI()
381 assertEquals("", dest, "lllOO"); in TestSpoofAPI()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/
H A DSpoofCheckerTest.java345 String dest; in TestGetSkeleton()
346 dest = sc.getSkeleton(SpoofChecker.ANY_CASE, lll_Latin_a); in TestGetSkeleton()
347 assertEquals("", lll_Skel, dest); in TestGetSkeleton()
377 String dest = sc.getSkeleton(SpoofChecker.ANY_CASE, s); in TestSpoofAPI()
378 assertEquals("", dest, "lllOO"); in TestSpoofAPI()
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
143 impl(ni), str(dest), in ReorderingBuffer()
147 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, UErrorCode &errorCode);
476 UnicodeString &decompose(const UnicodeString &src, UnicodeString &dest,
479 * Decomposes [src, limit[ and writes the result to dest.
481 * destLengthEstimate is the initial dest buffer capacity and can be -1.
484 UnicodeString &dest, int32_t destLengthEstimate,
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_pbo.c533 tex->src[0].src = nir_src_for_ssa(&tex_deref->dest.ssa); in create_fs()
535 tex->src[1].src = nir_src_for_ssa(&tex_deref->dest.ssa); in create_fs()
538 nir_ssa_dest_init(&tex->instr, &tex->dest, 4, 32, NULL); in create_fs()
540 nir_ssa_def *result = &tex->dest.ssa; in create_fs()
565 nir_image_deref_store(&b, &img_deref->dest.ssa, in create_fs()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c152 switch (I->dest[0].swizzle) { in va_pack_wrmask()
194 return va_pack_reg(I, I->dest[0]) | (va_pack_wrmask(I) << 6); in va_pack_dest()
445 pack_assert(I, bi_is_null(I->dest[0])); in va_pack_alu()
664 bi_index sr = read ? I->src[0] : I->dest[0]; in va_pack_instr()
677 hex |= ((uint64_t) va_pack_reg(I, I->dest[0])) << 16; in va_pack_instr()
/third_party/node/deps/openssl/openssl/apps/
H A Dpasswd.c445 int dest, source; in md5crypt() local
449 for (dest = 0, source = 0; dest < 14; in md5crypt()
450 dest++, source = (source + 6) % 17) in md5crypt()
451 buf_perm[dest] = buf[source]; in md5crypt()
/third_party/openssl/apps/
H A Dpasswd.c445 int dest, source; in md5crypt() local
449 for (dest = 0, source = 0; dest < 14; in md5crypt()
450 dest++, source = (source + 6) % 17) in md5crypt()
451 buf_perm[dest] = buf[source]; in md5crypt()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Djcarith.c125 struct jpeg_destination_mgr *dest = cinfo->dest; in emit_byte() local
127 *dest->next_output_byte++ = (JOCTET)val; in emit_byte()
128 if (--dest->free_in_buffer == 0) in emit_byte()
129 if (!(*dest->empty_output_buffer) (cinfo)) in emit_byte()
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
143 impl(ni), str(dest), in ReorderingBuffer()
147 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest, UErrorCode &errorCode);
476 UnicodeString &decompose(const UnicodeString &src, UnicodeString &dest,
479 * Decomposes [src, limit[ and writes the result to dest.
481 * destLengthEstimate is the initial dest buffer capacity and can be -1.
484 UnicodeString &dest, int32_t destLengthEstimate,
/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/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...]

Completed in 43 milliseconds

1...<<121122123124125126127128129130>>...226