Home
last modified time | relevance | path

Searched defs:dest (Results 1476 - 1500 of 1571) sorted by relevance

1...<<51525354555657585960>>...63

/third_party/ffmpeg/libavformat/
H A Dhlsenc.c260 static int strftime_expand(const char *fmt, char **dest) in strftime_expand() argument
/third_party/backends/backend/
H A Dumax_pp_low.c1181 Insb(int port, unsigned char *dest, int size) Insb() argument
1224 Insw(int port, unsigned char *dest, int size) Insw() argument
1980 PS2bufferRead(int size, unsigned char *dest) PS2bufferRead() argument
2718 EPPbufferRead(int size, unsigned char *dest) EPPbufferRead() argument
2903 ECPbufferRead(int size, unsigned char *dest) ECPbufferRead() argument
3124 bufferRead(int size, unsigned char *dest) bufferRead() argument
3689 EPPRead32Buffer(int size, unsigned char *dest) EPPRead32Buffer() argument
3883 ParportpausedBufferRead(int size, unsigned char *dest) ParportpausedBufferRead() argument
4083 DirectpausedBufferRead(int size, unsigned char *dest) DirectpausedBufferRead() argument
4219 pausedBufferRead(int size, unsigned char *dest) pausedBufferRead() argument
5192 pausedReadData(int size, unsigned char *dest) pausedReadData() argument
5452 unsigned char dest[2048]; cmdSetDataBuffer() local
6041 unsigned char *dest = NULL; initTransport1220P() local
6292 probePS2(unsigned char *dest) probePS2() argument
6339 probeEPP(unsigned char *dest) probeEPP() argument
6577 probeECP(unsigned char *dest) probeECP() argument
6895 unsigned char *dest = NULL; sanei_umax_pp_probeScanner() local
10219 int *dest = NULL; sanei_umax_pp_scan() local
11141 int *dest = NULL; sanei_umax_pp_checkModel() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c749 UChar dest[MAXLEN]; in testReorder() local
784 UChar dest[MAXLEN]; in testReorder() local
818 UChar dest[MAXLEN]; testReorder() local
849 UChar dest[MAXLEN]; testReorder() local
883 UChar dest[MAXLEN]; testReorder() local
1010 UChar dest[MAXLEN]; testReorderArabicMathSymbols() local
1423 UChar src[MAXLEN], dest[MAXLEN]; doMisc() local
1853 UChar src[MAXLEN], dest[MAXLEN]; testMultipleParagraphs() local
2395 UChar text[90], dest[MAXLEN], expected[120]; _testManyAddedPoints() local
2424 UChar src[3], dest[MAXLEN], expected[5]; _testMisc() local
2470 UChar dest[8]; doArabicShapingTest() local
2689 UChar dest[38]; doLamAlefSpecialVLTRArabicShapingTest() local
2815 UChar dest[43]; doTashkeelSpecialVLTRArabicShapingTest() local
2869 UChar dest[36]; doLOGICALArabicDeShapingTest() local
2991 UChar dest[38]; doArabicShapingTestForBug5421() local
3080 UChar dest[20]; doArabicShapingTestForBug8703() local
3262 UChar dest[MAXLEN]; doArabicShapingTestForBug9024() local
3951 assertRoundTrip(UBiDi *pBiDi, int32_t tc, int32_t outIndex, const char *srcChars, const char *destChars, const UChar *dest, int32_t destLen, int mode, int option, UBiDiLevel level) assertRoundTrip() argument
4194 UChar src[MAXLEN], dest[MAXLEN], visual1[MAXLEN], visual2[MAXLEN]; testReorderRunsOnly() local
4273 UChar src[MAXLEN], dest[MAXLEN]; testReorderingMode() local
4571 UChar src[MAXLEN], dest[MAXLEN]; testClassOverride() local
4657 checkMaps(UBiDi *pBiDi, int32_t stringIndex, const char *src, const char *dest, const char *mode, const char* option, UBiDiLevel level, UBool forward) checkMaps() argument
4843 UChar prologue[MAXLEN], epilogue[MAXLEN], src[MAXLEN], dest[MAXLEN]; testContext() local
[all...]
H A Dcnumtst.c883 UChar dest[DESTCAPACITY]; in TestNumberFormat() local
[all...]
H A Dnucnvtst.c5516 UChar dest[100] = {'\0'}; in TestJB5275_1() local
5569 UChar dest[100] = {'\0'}; in TestJB5275() local
/third_party/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1340 UnicodeString dest; in API_Replace() local
2026 UnicodeString dest; API_Match_UTF8() local
2443 UnicodeString dest; API_Replace_UTF8() local
5783 char16_t dest[destCap] = {}; TestBug13632() local
[all...]
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c2578 usbhost_putle16(uint8_t *dest, uint16_t val) in usbhost_putle16() argument
2586 usbhost_putbe16(uint8_t *dest, uint16_t val) in usbhost_putbe16() argument
2612 usbhost_putle32(uint8_t *dest, uint32_t val) in usbhost_putle32() argument
2621 usbhost_putbe32(uint8_t *dest, uint32_ argument
2630 usbhost_putbe64(uint8_t *dest, uint64_t val) usbhost_putbe64() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit.cpp2229 getAvailable( MeasureUnit *dest, int32_t destCapacity, UErrorCode &errorCode) getAvailable() argument
2252 getAvailable( const char *type, MeasureUnit *dest, int32_t destCapacity, UErrorCode &errorCode) getAvailable() argument
H A DdecNumber.cpp3385 U_CAPI decNumber * U_EXPORT2 uprv_decNumberCopy(decNumber *dest, const decNumber *src) { in uprv_decNumberCopy() argument
6889 decCopyFit(decNumber *dest, const decNumber *src, decContext *set, Int *residue, uInt *status) global() argument
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp1083 inline int compare_exchange(std::atomic<int> * dest, int exchange, int comparand) in compare_exchange() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c835 struct vtn_type *dest = ralloc(b, struct vtn_type); in vtn_type_copy() local
3154 struct vtn_ssa_value *dest = vtn_create_ssa_value(b, struct_type->type); vtn_handle_texture() local
3581 struct vtn_ssa_value *dest = vtn_create_ssa_value(b, struct_type->type); vtn_handle_image() local
3869 struct vtn_ssa_value *dest = vtn_ssa_transpose() local
3963 struct vtn_ssa_value *dest = rzalloc(mem_ctx, struct vtn_ssa_value); vtn_composite_copy() local
3984 struct vtn_ssa_value *dest = vtn_composite_copy(b, src); vtn_composite_insert() local
5408 struct vtn_ssa_value *dest = rzalloc(b, struct vtn_ssa_value); vtn_nir_select() local
[all...]
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c285 nir_dest *dest = c->tmu.flush[i].dest; in ntq_flush_tmu() local
311 ntq_add_pending_tmu_flush(struct v3d_compile *c, nir_dest *dest, uint32_t component_mask) ntq_add_pending_tmu_flush() argument
766 ntq_store_dest(struct v3d_compile *c, nir_dest *dest, int chan, struct qreg result) ntq_store_dest() argument
2689 try_emit_uniform(struct v3d_compile *c, int offset, int num_components, nir_dest *dest, enum quniform_contents contents) try_emit_uniform() argument
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cmd_buffer.c1753 struct v3dv_dynamic_state *dest = &cmd_buffer->state.dynamic; in cmd_buffer_bind_pipeline_static_state() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_compiler.c415 dest_is_64bit(nir_dest *dest, void *state) dest_is_64bit() argument
1729 nir_ssa_def *dest = nir_vec(&b, comp, num_components); lower_64bit_vars() local
1737 nir_ssa_def *dest = nir_vec(&b, &comp[i * 4], MIN2(num_components, 4)); lower_64bit_vars() local
1745 nir_ssa_def *dest = NULL; lower_64bit_vars() local
1891 nir_ssa_def *dest = &nir_build_deref_var(&b, members[deref->strct.index])->dest.ssa; split_blocks() local
3002 nir_ssa_def *dest = nir_vec(b, dests, num_components); split_bitfields_instr() local
[all...]
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
H A Dnir_to_spirv.c340 get_dest_uvec_type(struct ntv_context *ctx, nir_dest *dest) in get_dest_uvec_type() argument
1262 store_dest_raw(struct ntv_context *ctx, nir_dest *dest, SpvId result) in store_dest_raw() argument
1271 store_dest(struct ntv_context *ctx, nir_dest *dest, SpvId result, nir_alu_type type) in store_dest() argument
1885 get_dest_type(struct ntv_context *ctx, nir_dest *dest, nir_alu_type type) get_dest_type() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfsresize.c1892 static void copy_clusters(ntfs_resize_t *resize, s64 dest, s64 src, s64 len) in copy_clusters() argument
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp3385 U_CAPI decNumber * U_EXPORT2 uprv_decNumberCopy(decNumber *dest, const decNumber *src) { in uprv_decNumberCopy() argument
6889 decCopyFit(decNumber *dest, const decNumber *src, decContext *set, Int *residue, uInt *status) global() argument
[all...]
H A Dmeasunit.cpp2247 getAvailable( MeasureUnit *dest, int32_t destCapacity, UErrorCode &errorCode) getAvailable() argument
2270 getAvailable( const char *type, MeasureUnit *dest, int32_t destCapacity, UErrorCode &errorCode) getAvailable() argument
/third_party/lzma/C/
H A DLzmaEnc.c3080 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, in LzmaEnc_MemEncode() argument
3112 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, in LzmaEncode() argument
2954 LzmaEnc_CodeOneMemBlock(CLzmaEncHandle p, BoolInt reInit, Byte *dest, size_t *destLen, UInt32 desiredPackSize, UInt32 *unpackSize) LzmaEnc_CodeOneMemBlock() argument
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h108 static void ReplaceWith(InstructionOperand* dest, in ReplaceWith() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dinstruction-selector-ia32.cc402 InstructionOperand dest = opcode == kIA32I8x16ExtractLaneS in VisitRRISimd() local
/third_party/node/deps/v8/src/builtins/mips/
H A Dbuiltins-mips.cc2025 Register dest = pointer_to_new_space_out; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc1096 void TurboAssembler::ByteSwapSigned(Register dest, Register src, in CallRecordWriteStub() argument
1112 ByteSwapUnsigned(Register dest, Register src, int operand_size) CallRecordWriteStub() argument
4895 Register src = a6, dest = a7; CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/builtins/ia32/
H A Dbuiltins-ia32.cc2355 Register src = ecx, dest = esi, num = edx; in Generate_CallOrConstructForwardVarargs() local
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.cc1620 Register num = r5, src = r6, dest = r9; // r7 and r8 are context and root. in CallRecordWriteStub() local
2114 void TurboAssembler::JumpIfEqual(Register x, int32_t y, Label* dest) { in CallRecordWriteStub() argument
2119 void TurboAssembler::JumpIfLessThan(Register x, int32_t y, Label* dest) { in CallRecordWriteStub() argument

Completed in 136 milliseconds

1...<<51525354555657585960>>...63