Home
last modified time | relevance | path

Searched defs:dest (Results 251 - 275 of 1433) sorted by relevance

1...<<11121314151617181920>>...58

/third_party/musl/src/misc/
H A Dmntent.c25 char *dest = beg; in unescape_ent() local
/third_party/node/deps/icu-small/source/common/
H A Dubidiwrt.cpp59 doWriteForward(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteForward() argument
152 doWriteReverse(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) doWriteReverse() argument
309 ubidi_writeReverse(const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReverse() argument
357 ubidi_writeReordered(UBiDi *pBiDi, char16_t *dest, int32_t destSize, uint16_t options, UErrorCode *pErrorCode) ubidi_writeReordered() argument
[all...]
H A Duscript_props.cpp261 uscript_getSampleString(UScriptCode script, char16_t *dest, int32_t capacity, UErrorCode *pErrorCode) { in uscript_getSampleString() argument
H A Duscript.cpp32 setCodes(const UScriptCode *src, int32_t length, UScriptCode *dest, int32_t capacity, UErrorCode *err) setCodes() argument
H A Drbbinode.cpp264 void RBBINode::findNodes(UVector *dest, RBBINode::NodeType kind, UErrorCode &status) { in findNodes() argument
H A Ducasemap_titlecase_brkiter.cpp57 utf8ToTitle( const char *locale, uint32_t options, BreakIterator *iter, const char *src, int32_t srcLength, char *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) utf8ToTitle() argument
102 ucasemap_utf8ToTitle(UCaseMap *csm, char *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucasemap_utf8ToTitle() argument
H A Dputilimp.h540 inline int32_t pinCapacity(T *dest, int32_t capacity) { in pinCapacity() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress.c905 _mesa_decompress_image(mesa_format format, GLuint width, GLuint height, const GLubyte *src, GLint srcRowStride, GLfloat *dest) _mesa_decompress_image() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_rasterpos.c120 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/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cid.c67 void ngtcp2_scid_copy(ngtcp2_scid *dest, const ngtcp2_scid *src) { in ngtcp2_scid_copy() argument
102 void ngtcp2_dcid_copy(ngtcp2_dcid *dest, const ngtcp2_dcid *src) { in ngtcp2_dcid_copy() argument
115 ngtcp2_dcid_copy_cid_token(ngtcp2_dcid *dest, const ngtcp2_dcid *src) ngtcp2_dcid_copy_cid_token() argument
[all...]
H A Dngtcp2_str.c31 void *ngtcp2_cpymem(void *dest, const void *src, size_t n) { in ngtcp2_cpymem() argument
36 uint8_t *ngtcp2_setmem(uint8_t *dest, uint8_t b, size_t n) { in ngtcp2_setmem() argument
43 uint8_t *ngtcp2_encode_hex(uint8_t *dest, const uint8_t *data, size_t len) { in ngtcp2_encode_hex() argument
57 char *ngtcp2_encode_printable_ascii(char *dest, cons argument
102 ngtcp2_encode_ipv4(uint8_t *dest, const uint8_t *addr) ngtcp2_encode_ipv4() argument
123 write_hex_zsup(uint8_t *dest, const uint8_t *data, size_t len) write_hex_zsup() argument
157 ngtcp2_encode_ipv6(uint8_t *dest, const uint8_t *addr) ngtcp2_encode_ipv6() argument
[all...]
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Ddisassemble.h21 va_print_dest(FILE *fp, uint8_t dest, bool can_mask) in va_print_dest() argument
/third_party/mesa3d/src/panfrost/util/
H A Dpan_sysval.c106 panfrost_sysval_for_instr(nir_instr *instr, nir_dest *dest) in panfrost_sysval_for_instr() argument
/third_party/libinput/src/
H A Dutil-matrix.h110 matrix_mult(struct matrix *dest, in matrix_mult() argument
166 matrix_to_relative(struct matrix *dest, const struct matrix *src) in matrix_to_relative() argument
[all...]
/third_party/lwip/src/core/
H A Dudp.c213 u16_t src, dest; local
[all...]
/third_party/lwip/src/include/lwip/
H A Dip6_frag.h96 ip6_addr_p_t dest; /* copy of the destination address in the IP header */ member
/third_party/lzma/C/
H A DBcj2.c71 Byte *dest = p->dest; in Bcj2Dec_Decode() local
112 Byte *dest = p->dest; in Bcj2Dec_Decode() local
244 Byte *dest; Bcj2Dec_Decode() local
[all...]
H A DLzma86Enc.c14 int Lzma86_Encode(Byte *dest, size_t *destLen, const Byte *src, size_t srcLen, in Lzma86_Encode() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_ra.c146 nir_dest *dest = defs[i].dest; in etna_ra_assign() local
184 nir_dest *dest = dest_for_instr(instr); in etna_ra_assign() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.cpp156 auto dest = m_value_factory.dest(literal->def, i, pin); in load_const() local
205 auto dest = shader.value_factory().undef(undef->def.index, i); in process_undef() local
H A Dsfn_instr_alu.h100 PRegister dest() const {return m_dest;} in dest() function in r600::AluInstr
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Da_mbstr.c50 ASN1_STRING *dest; in ASN1_mbstring_ncopy() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_mont.c111 int ossl_ec_GFp_mont_group_copy(EC_GROUP *dest, const EC_GROUP *src) in ossl_ec_GFp_mont_group_copy() argument
[all...]
/third_party/pulseaudio/src/pulsecore/filter/
H A Dcrossover.c25 void lr4_process_float32(struct lr4 *lr4, int samples, int channels, float *src, float *dest) in lr4_process_float32() argument
62 void lr4_process_s16(struct lr4 *lr4, int samples, int channels, short *src, short *dest) in lr4_process_s16() argument
/third_party/openssl/crypto/asn1/
H A Da_mbstr.c50 ASN1_STRING *dest; in ASN1_mbstring_ncopy() local
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...58