Home
last modified time | relevance | path

Searched refs:dest (Results 3001 - 3025 of 5608) sorted by relevance

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

/third_party/node/deps/icu-small/source/common/unicode/
H A Duloc.h701 * @param dest the buffer to which the displayable keyword should be written.
703 * dest may be NULL and the function will only return the length of the
708 * resources and the keyword is placed into dest as fallback.
716 UChar* dest,
730 * @param dest the buffer to which the displayable keyword should be written.
732 * dest may be NULL and the function will only return the length of the
737 * resources and the value of the keyword is placed into dest as fallback.
745 UChar* dest,
H A Dubidi.h2112 * @param dest A pointer to where the reordered text is to be copied.
2113 * The source text and <code>dest[destSize]</code>
2116 * @param destSize The size of the <code>dest</code> buffer,
2152 UChar *dest, int32_t destSize,
2181 * @param dest A pointer to where the reordered text is to be copied.
2182 * <code>src[srcLength]</code> and <code>dest[destSize]</code>
2185 * @param destSize The size of the <code>dest</code> buffer,
2204 UChar *dest, int32_t destSize,
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_apitemp.py313 dest='filename',
318 dest='es',
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c122 GLfloat *dest, in update_attrib()
131 COPY_4V(dest, src); in update_attrib()
120 update_attrib(struct gl_context *ctx, const ubyte *outputMapping, const struct vertex_header *vert, GLfloat *dest, GLuint result, GLuint defaultAttrib) update_attrib() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dstrmatch.cpp228 int32_t dest = limit; in replace() local
233 text.copy(matchStart, matchLimit, dest); in replace()
H A Duspoof_impl.h253 int32_t confusableLookup(UChar32 inChar, UnicodeString &dest) const;
264 int32_t appendValueTo(int32_t index, UnicodeString& dest) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dudatpg.h637 * @param dest pattern adjusted to match the skeleton fields widths and subtypes.
638 * @param destCapacity the capacity of dest.
641 * @return the length of dest.
648 UChar *dest, int32_t destCapacity,
674 * @param dest pattern adjusted to match the skeleton fields widths and subtypes.
675 * @param destCapacity the capacity of dest.
678 * @return the length of dest.
686 UChar *dest, int32_t destCapacity,
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_print.c260 mir_print_index(ins->dest); in mir_print_instruction()
262 if (ins->dest != ~0) { in mir_print_instruction()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array-gen.h31 TNode<String> dest) { in CallJSArrayArrayJoinConcatToSequentialString()
43 std::make_pair(MachineType::AnyTagged(), dest))); in CallJSArrayArrayJoinConcatToSequentialString()
29 CallJSArrayArrayJoinConcatToSequentialString( TNode<FixedArray> fixed_array, TNode<IntPtrT> length, TNode<String> sep, TNode<String> dest) CallJSArrayArrayJoinConcatToSequentialString() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h185 extern uint32_t i915_emit_texld(struct i915_fp_compile *p, uint32_t dest,
191 uint32_t dest, uint32_t mask, uint32_t saturate,
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_blit.c51 nir_ssa_dest_init(&tex->instr, &tex->dest, 4, 32, NULL); in agx_build_reload_shader()
53 nir_store_var(&b, out, &tex->dest.ssa, 0xFF); in agx_build_reload_shader()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbir.c128 return bi_is_null(ins->dest[0]) ? 0 : ins->sr_count; in bi_count_write_registers()
147 unsigned shift = ins->dest[d].offset; in bi_writemask()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pwr8.h269 vec_store_si128 (uint32_t* dest, __m128i vdata) in vec_store_si128() argument
271 vec_st ((vector unsigned int) vdata, 0, dest); in vec_store_si128()
/third_party/python/Tools/c-analyzer/c_parser/
H A D__main__.py148 parser.add_argument('--format', dest='fmt', default='summary', choices=tuple(FORMATS))
150 parser.add_argument('--no-showfwd', dest='showfwd', action='store_false', default=None)
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_capi.cpp203 char* dest, in unumf_resultToDecimalNumber()
214 .extract(dest, destCapacity, *ec); in unumf_resultToDecimalNumber()
201 unumf_resultToDecimalNumber( const UFormattedNumber* uresult, char* dest, int32_t destCapacity, UErrorCode* ec) unumf_resultToDecimalNumber() argument
H A Dstrmatch.cpp228 int32_t dest = limit; in replace() local
233 text.copy(matchStart, matchLimit, dest); in replace()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dudatpg.h564 * @param dest pattern adjusted to match the skeleton fields widths and subtypes.
565 * @param destCapacity the capacity of dest.
568 * @return the length of dest.
575 UChar *dest, int32_t destCapacity,
601 * @param dest pattern adjusted to match the skeleton fields widths and subtypes.
602 * @param destCapacity the capacity of dest.
605 * @return the length of dest.
613 UChar *dest, int32_t destCapacity,
/third_party/python/Modules/_decimal/libmpdec/
H A Dbasearith.h65 void _mpd_baseshiftl(mpd_uint_t *dest, mpd_uint_t *src, mpd_size_t n,
67 mpd_uint_t _mpd_baseshiftr(mpd_uint_t *dest, mpd_uint_t *src, mpd_size_t slen,
H A Dtranspose.c53 std_trans(mpd_uint_t dest[], mpd_uint_t src[], mpd_size_t rows, mpd_size_t cols) in std_trans() argument
62 dest[idest] = src[isrc]; in std_trans()
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dubidi.h2111 * @param dest A pointer to where the reordered text is to be copied.
2112 * The source text and <code>dest[destSize]</code>
2115 * @param destSize The size of the <code>dest</code> buffer,
2151 UChar *dest, int32_t destSize,
2180 * @param dest A pointer to where the reordered text is to be copied.
2181 * <code>src[srcLength]</code> and <code>dest[destSize]</code>
2184 * @param destSize The size of the <code>dest</code> buffer,
2203 UChar *dest, int32_t destSize,
H A Duloc.h701 * @param dest the buffer to which the displayable keyword should be written.
703 * dest may be NULL and the function will only return the length of the
708 * resources and the keyword is placed into dest as fallback.
716 UChar* dest,
730 * @param dest the buffer to which the displayable keyword should be written.
732 * dest may be NULL and the function will only return the length of the
737 * resources and the value of the keyword is placed into dest as fallback.
745 UChar* dest,
/third_party/skia/third_party/externals/icu/source/common/
H A Duresdata.h538 virtual int32_t getStringArray(UnicodeString *dest, int32_t capacity,
540 virtual int32_t getStringArrayOrStringAsArray(UnicodeString *dest, int32_t capacity,
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_safe_arithmetic.h201 static void ConvertUnsigned(TSrc src, TDest *dest) { in ConvertUnsigned() argument
216 *dest = converted; in ConvertUnsigned()
/kernel/linux/common_modules/tzdriver/core/
H A Dgp_ops.c240 int read_from_client(void *dest, size_t dest_size, in read_from_client() argument
245 if (!dest || !src) { in read_from_client()
246 tloge("src or dest is NULL input buffer\n"); in read_from_client()
258 ret = memcpy_s(dest, dest_size, src, size); in read_from_client()
267 if (copy_from_user(dest, src, size) != 0) { in read_from_client()
275 int write_to_client(void __user *dest, size_t dest_size, in write_to_client() argument
280 if (!dest || !src) { in write_to_client()
281 tloge("src or dest is NULL input buffer\n"); in write_to_client()
294 ret = memcpy_s(dest, dest_size, src, size); in write_to_client()
304 if (copy_to_user(dest, sr in write_to_client()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-raid1.c332 struct dm_io_region from, to[DM_KCOPYD_MAX_REGIONS], *dest; in recover() local
354 for (i = 0, dest = to; i < ms->nr_mirrors; i++) { in recover()
359 dest->bdev = m->dev->bdev; in recover()
360 dest->sector = m->offset + dm_rh_region_to_sector(ms->rh, key); in recover()
361 dest->count = from.count; in recover()
362 dest++; in recover()
649 struct dm_io_region io[MAX_NR_MIRRORS], *dest = io; in do_write() local
668 map_region(dest++, m, bio); in do_write()

Completed in 24 milliseconds

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