Home
last modified time | relevance | path

Searched defs:dest (Results 1526 - 1550 of 1662) sorted by relevance

1...<<61626364656667

/third_party/node/deps/icu-small/source/common/
H A Ducurr.cpp973 char16_t* dest = nullptr; in toUpperCase() local
H A Duresbund.cpp1541 ures_toUTF8String(const char16_t *s16, int32_t length16, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_toUTF8String() argument
1603 ures_getUTF8String(const UResourceBundle *resB, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8String() argument
1933 ures_getUTF8StringByIndex(const UResourceBundle *resB, int32_t idx, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByIndex() argument
2334 ResourceSink& dest; global() member
2630 ures_getUTF8StringByKey(const UResourceBundle *resB, const char *key, char *dest, int32_t *pLength, UBool forceCopy, UErrorCode *status) ures_getUTF8StringByKey() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c595 GLubyte *dest; in clear_buffer_subdata_sw() local
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp1594 getDisplayNames(const UnicodeString& tzID, const UTimeZoneNameType types[], int32_t numTypes, UDate date, UnicodeString dest[], UErrorCode& status) const getDisplayNames() argument
/third_party/ltp/tools/sparse/sparse-src/
H A Dcompile-i386.c1086 static void emit_copy(struct storage *dest, struct storage *src, in emit_copy() argument
1113 static void emit_store(struct expression *dest_expr, struct storage *dest, in emit_store() argument
1154 static void emit_move(struct storage *src, struct storage *dest, in emit_move() argument
1226 insn(opbits(opname, bits), src, dest, comment); emit_move() local
1346 struct storage *dest, *src; emit_binop() local
[all...]
/third_party/lz4/lib/
H A Dlz4.c1346 int LZ4_compress_fast_extState(void* state, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) in LZ4_compress_fast_extState() argument
910 LZ4_compress_generic_validated( LZ4_stream_t_internal* const cctx, const char* const source, char* const dest, const int inputSize, int* inputConsumed, const int maxOutputSize, const limitedOutput_directive outputDirective, const tableType_t tableType, const dict_directive dictDirective, const dictIssue_directive dictIssue, const int acceleration) LZ4_compress_generic_validated() argument
1416 LZ4_compress_fast(const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) LZ4_compress_fast() argument
1632 LZ4_compress_fast_continue(LZ4_stream_t* LZ4_stream, const char* source, char* dest, int inputSize, int maxOutputSize, int acceleration) LZ4_compress_fast_continue() argument
1712 LZ4_compress_forceExtDict(LZ4_stream_t* LZ4_dict, const char* source, char* dest, int srcSize) LZ4_compress_forceExtDict() argument
2345 LZ4_decompress_safe(const char* source, char* dest, int compressedSize, int maxDecompressedSize) LZ4_decompress_safe() argument
2362 LZ4_decompress_fast(const char* source, char* dest, int originalSize) LZ4_decompress_fast() argument
2373 LZ4_decompress_safe_withPrefix64k(const char* source, char* dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_withPrefix64k() argument
2381 LZ4_decompress_safe_partial_withPrefix64k(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity) LZ4_decompress_safe_partial_withPrefix64k() argument
2390 LZ4_decompress_fast_withPrefix64k(const char* source, char* dest, int originalSize) LZ4_decompress_fast_withPrefix64k() argument
2398 LZ4_decompress_safe_withSmallPrefix(const char* source, char* dest, int compressedSize, int maxOutputSize, size_t prefixSize) LZ4_decompress_safe_withSmallPrefix() argument
2407 LZ4_decompress_safe_partial_withSmallPrefix(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, size_t prefixSize) LZ4_decompress_safe_partial_withSmallPrefix() argument
2417 LZ4_decompress_safe_forceExtDict(const char* source, char* dest, int compressedSize, int maxOutputSize, const void* dictStart, size_t dictSize) LZ4_decompress_safe_forceExtDict() argument
2427 LZ4_decompress_safe_partial_forceExtDict(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, const void* dictStart, size_t dictSize) LZ4_decompress_safe_partial_forceExtDict() argument
2438 LZ4_decompress_fast_extDict(const char* source, char* dest, int originalSize, const void* dictStart, size_t dictSize) LZ4_decompress_fast_extDict() argument
2451 LZ4_decompress_safe_doubleDict(const char* source, char* dest, int compressedSize, int maxOutputSize, size_t prefixSize, const void* dictStart, size_t dictSize) LZ4_decompress_safe_doubleDict() argument
2524 LZ4_decompress_safe_continue(LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int compressedSize, int maxOutputSize) LZ4_decompress_safe_continue() argument
2564 LZ4_decompress_fast_continue(LZ4_streamDecode_t* LZ4_streamDecode, const char* source, char* dest, int originalSize) LZ4_decompress_fast_continue() argument
2612 LZ4_decompress_safe_usingDict(const char* source, char* dest, int compressedSize, int maxOutputSize, const char* dictStart, int dictSize) LZ4_decompress_safe_usingDict() argument
2627 LZ4_decompress_safe_partial_usingDict(const char* source, char* dest, int compressedSize, int targetOutputSize, int dstCapacity, const char* dictStart, int dictSize) LZ4_decompress_safe_partial_usingDict() argument
2642 LZ4_decompress_fast_usingDict(const char* source, char* dest, int originalSize, const char* dictStart, int dictSize) LZ4_decompress_fast_usingDict() argument
2657 LZ4_compress_limitedOutput(const char* source, char* dest, int inputSize, int maxOutputSize) LZ4_compress_limitedOutput() argument
2661 LZ4_compress(const char* src, char* dest, int srcSize) LZ4_compress() argument
2677 LZ4_compress_continue(LZ4_stream_t* LZ4_stream, const char* source, char* dest, int inputSize) LZ4_compress_continue() argument
2688 LZ4_uncompress(const char* source, char* dest, int outputSize) LZ4_uncompress() argument
2692 LZ4_uncompress_unknownOutputSize(const char* source, char* dest, int isize, int maxOutputSize) LZ4_uncompress_unknownOutputSize() argument
[all...]
H A Dlz4hc.c976 int LZ4_compress_HC_destSize(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel) in LZ4_compress_HC_destSize() argument
553 LZ4HC_compress_hashChain( LZ4HC_CCtx_internal* const ctx, const char* const source, char* const dest, int* srcSizePtr, int const maxOutputSize, int maxNbAttempts, const limitedOutput_directive limit, const dictCtx_directive dict ) LZ4HC_compress_hashChain() argument
/third_party/node/deps/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc2070 Register dest = pointer_to_new_space_out; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/ppc/
H A Dbuiltins-ppc.cc2258 Register dest = pointer_to_new_space_out; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/loong64/
H A Dbuiltins-loong64.cc2073 Register dest = pointer_to_new_space_out; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc105 int strncpy_s(char* dest, size_t dest_size, const char* source, size_t count) { in strncpy_s() argument
723 void OS::StrNCpy(char* dest, int length, const char* src, size_t n) { in StrNCpy() argument
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.cc1290 Register src = edx, dest = esp, num = edi, current = ebx; in CallRecordWriteStub() local
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc2053 Register dest = pointer_to_new_space_out; in Generate_AllocateSpaceAndShiftExistingArguments() local
3284 Register dest = r0; in Generate_MemCopyUint8Uint8() local
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc2175 Register dest = pointer_to_new_space_out; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/builtins/s390/
H A Dbuiltins-s390.cc2303 Register dest = pointer_to_new_space_out; in Generate_AllocateSpaceAndShiftExistingArguments() local
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-array-builder.cc206 void BytecodeArrayBuilder::OutputMovRaw(Register src, Register dest) { in OutputMovRaw() argument
/third_party/node/deps/v8/src/objects/
H A Dvalue-serializer.cc348 uint8_t* dest; in WriteBigIntContents() local
355 uint8_t* dest; in WriteRawBytes() local
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
H A Dppir.h276 ppir_dest dest; member
290 ppir_dest dest; member
303 ppir_dest dest; member
319 ppir_dest dest; member
578 static inline ppir_reg *ppir_dest_get_reg(ppir_dest *dest) in ppir_dest_get_reg() argument
592 ppir_dest *dest = ppir_node_get_dest(node); ppir_node_target_assign() local
613 ppir_node_target_equal(ppir_src *src, ppir_dest *dest) ppir_node_target_equal() argument
644 ppir_target_get_dest_reg_index(ppir_dest *dest) ppir_target_get_dest_reg_index() argument
671 ppir_target_is_scalar(ppir_dest *dest) ppir_target_is_scalar() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga3d_shaderdefs.h460 SVGA3dShaderDestToken dest; member
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_compile.c597 mir_accept_dest_mod(compiler_context *ctx, nir_dest **dest, nir_op op) mir_accept_dest_mod() argument
622 mir_determine_float_outmod(compiler_context *ctx, nir_dest **dest, unsigned prior_outmod) mir_determine_float_outmod() argument
721 nir_dest *dest = &instr->dest.dest; mir_is_bcsel_float() local
732 nir_dest *dest = &instr->dest.dest; emit_alu() local
1193 emit_ubo_read( compiler_context *ctx, nir_instr *instr, unsigned dest, unsigned offset, nir_src *indirect_offset, unsigned indirect_shift, unsigned index, unsigned nr_comps) emit_ubo_read() argument
1361 unsigned dest = nir_dest_index(&instr->dest); emit_atomic() local
1418 emit_varying_read( compiler_context *ctx, unsigned dest, unsigned offset, unsigned nr_comp, unsigned component, nir_src *indirect_offset, nir_alu_type type, bool flat) emit_varying_read() argument
1516 unsigned dest = make_compiler_temp_reg(ctx); emit_image_op() local
1546 emit_attr_read( compiler_context *ctx, unsigned dest, unsigned offset, unsigned nr_comp, nir_alu_type t) emit_attr_read() argument
1587 unsigned dest = nir_dest_index(&nir_dest); emit_sysval_read() local
2420 nir_dest *dest = &instr->dest; emit_texop_native() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h74 struct r300_surface *dest; member
/third_party/pulseaudio/src/pulsecore/
H A Dprotocol-native.c1509 static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_moving_cb() argument
1657 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-equalizer-sink.c1066 static bool sink_input_may_move_to_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_may_move_to_cb() argument
1076 static void sink_input_moving_cb(pa_sink_input *i, pa_sink *dest) { in sink_input_moving_cb() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_lex_autogen.cpp2285 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A Dpreprocessor_lex_autogen.cpp1519 char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf; in yy_get_next_buffer() local

Completed in 97 milliseconds

1...<<61626364656667