Home
last modified time | relevance | path

Searched defs:dest (Results 1426 - 1450 of 1689) sorted by relevance

1...<<51525354555657585960>>...68

/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h123 uint16_t dest; member
/third_party/nghttp2/src/
H A Dshrpx_config.cc390 int parse_uint(T *dest, const StringRef &opt, const StringRef &optarg) { in parse_uint() argument
404 int parse_uint_with_unit(T *dest, const StringRef &opt, in parse_uint_with_unit() argument
799 int parse_address_family(int *dest, const StringRef &opt, in parse_address_family() argument
820 int parse_duration(ev_tstamp *dest, const StringRef &opt, in parse_duration() argument
835 parse_tls_proto_version(int &dest, const StringRef &opt, const StringRef &optarg) parse_tls_proto_version() argument
971 parse_downstream_param_duration(ev_tstamp &dest, const StringRef &name, const StringRef &value) parse_downstream_param_duration() argument
[all...]
H A Dutil.cc139 std::string dest; in percent_encode() local
1719 int msghdr_get_local_addr(Address &dest, msghdr *msg, int family) { in msghdr_get_local_addr() argument
[all...]
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h119 uint16_t dest; member
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h142 ReorderingBuffer(const Normalizer2Impl &ni, UnicodeString &dest) : in ReorderingBuffer() argument
H A Dunistr.cpp918 UnicodeString::extract(Char16Ptr dest, int32_t destCapacity, in extract() argument
1662 UnicodeString::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
H A Ducnv.cpp1724 ucnv_fromUChars(UConverter *cnv, char *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_fromUChars() argument
1780 ucnv_toUChars(UConverter *cnv, char16_t *dest, int32_t destCapacity, const char *src, int32_t srcLength, UErrorCode *pErrorCode) ucnv_toUChars() argument
[all...]
H A Dunames.cpp1504 u_getISOComment(UChar32 , char *dest, int32_t destCapacity, UErrorCode *pErrorCode) u_getISOComment() argument
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_cb_drawpixels.c661 GLubyte *dest; in make_texture() local
1043 ubyte *dest = stmap + spanY * pt->stride; draw_stencil_pixels() local
1050 uint *dest = (uint *) (stmap + spanY * pt->stride); draw_stencil_pixels() local
1058 uint *dest = (uint *) (stmap + spanY * pt->stride); draw_stencil_pixels() local
1068 uint *dest = (uint *) (stmap + spanY * pt->stride); draw_stencil_pixels() local
1076 uint *dest = (uint *) (stmap + spanY * pt->stride); draw_stencil_pixels() local
1086 uint *dest = (uint *) (stmap + spanY * pt->stride); draw_stencil_pixels() local
1096 uint *dest = (uint *) (stmap + spanY * pt->stride); draw_stencil_pixels() local
[all...]
H A Dst_cb_texture.c222 void *dest = _mesa_image_address(dims, &ctx->Pack, pixels, in copy_to_staging_dest() local
255 void *dest = _mesa_image_address(dims, &ctx->Pack, pixels, in copy_to_staging_dest() local
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_nir.c1886 nir_ssa_def *dest = lower_ubo_array_one_to_static() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dffvertex_prog.c570 emit_op3fn(struct tnl_program *p, enum prog_opcode op, struct ureg dest, GLuint mask, struct ureg src0, struct ureg src1, struct ureg src2, const char *fn, GLuint line) emit_op3fn() argument
649 emit_matrix_transform_vec4( struct tnl_program *p, struct ureg dest, const struct ureg *mat, struct ureg src) emit_matrix_transform_vec4() argument
665 emit_transpose_matrix_transform_vec4( struct tnl_program *p, struct ureg dest, const struct ureg *mat, struct ureg src) emit_transpose_matrix_transform_vec4() argument
687 emit_matrix_transform_vec3( struct tnl_program *p, struct ureg dest, const struct ureg *mat, struct ureg src) emit_matrix_transform_vec3() argument
698 emit_normalize_vec3( struct tnl_program *p, struct ureg dest, struct ureg src ) emit_normalize_vec3() argument
1423 build_reflect_texgen( struct tnl_program *p, struct ureg dest, GLuint writemask ) build_reflect_texgen() argument
1442 build_sphere_texgen( struct tnl_program *p, struct ureg dest, GLuint writemask ) build_sphere_texgen() argument
[all...]
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.c872 loader_dri3_copy_drawable(struct loader_dri3_drawable *draw, xcb_drawable_t dest, xcb_drawable_t src) loader_dri3_copy_drawable() argument
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_api.c1181 fi_type *dest = save->vertex_store->buffer_in_ram; in upgrade_vertex() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp1330 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation() local
H A Dreslist.cpp1550 StringResource::writeUTF16v2(int32_t base, UnicodeString &dest) { in writeUTF16v2() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack.c1732 nghttp3_qpack_header_block_ref **dest; in nghttp3_qpack_stream_add_ref() local
2677 qpack_read_huffman_string(nghttp3_qpack_read_state *rstate, nghttp3_buf *dest, const uint8_t *begin, const uint8_t *end) qpack_read_huffman_string() argument
2705 qpack_read_string(nghttp3_qpack_read_state *rstate, nghttp3_buf *dest, const uint8_t *begin, const uint8_t *end) qpack_read_string() argument
3776 nghttp3_qpack_decoder_reconstruct_ricnt(nghttp3_qpack_decoder *decoder, uint64_t *dest, uint64_t encricnt) nghttp3_qpack_decoder_reconstruct_ricnt() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duregex.cpp477 uregex_getUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_getUText() argument
666 uregex_group(URegularExpression *regexp2, int32_t groupNum, char16_t *dest, int32_t destCapacity, UErrorCode *status) uregex_group() argument
736 uregex_groupUText(URegularExpression *regexp2, int32_t groupNum, UText *dest, int64_t *groupLength, UErrorCode *status) uregex_groupUText() argument
1201 uregex_replaceAllUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceAllUText() argument
1262 uregex_replaceFirstUText(URegularExpression *regexp2, UText *replacementText, UText *dest, UErrorCode *status) uregex_replaceFirstUText() argument
1375 char16_t *dest = *destBuf; appendReplacement() local
1447 appendToBuf(U16_LEAD(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1448 appendToBuf(U16_TRAIL(escapedChar), &destIdx, dest, capacity); appendReplacement() local
1603 uregex_appendReplacementUText(URegularExpression *regexp2, UText *replText, UText *dest, UErrorCode *status) uregex_appendReplacementUText() argument
1648 char16_t *dest = *destBuf; appendTail() local
1756 uregex_appendTailUText(URegularExpression *regexp2, UText *dest, UErrorCode *status) uregex_appendTailUText() argument
[all...]
H A Drematch.cpp279 RegexMatcher &RegexMatcher::appendReplacement(UnicodeString &dest, in appendReplacement() argument
302 RegexMatcher &RegexMatcher::appendReplacement(UText *dest, in appendReplacement() argument
492 appendTail(UnicodeString &dest) appendTail() argument
508 appendTail(UText *dest, UErrorCode &status) appendTail() argument
1166 group(UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1171 group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const group() argument
1248 appendGroup(int32_t groupNum, UText *dest, UErrorCode &status) const appendGroup() argument
1394 getInput(UText *dest, UErrorCode &status) const getInput() argument
1720 replaceAll(UText *replacement, UText *dest, UErrorCode &status) replaceAll() argument
1777 replaceFirst(UText *replacement, UText *dest, UErrorCode &status) replaceFirst() argument
1988 utext_extract_replace(UText *src, UText *dest, int64_t start, int64_t limit, UErrorCode *status) utext_extract_replace() argument
2044 split(const UnicodeString &input, UnicodeString dest[], int32_t destCapacity, UErrorCode &status) split() argument
2079 split(UText *input, UText *dest[], int32_t destCapacity, UErrorCode &status) split() argument
2752 int64_t *dest = newFP; StateSave() local
[all...]
H A Drulebasedcollator.cpp66 FixedSortKeyByteSink(char *dest, int32_t destCapacity) in FixedSortKeyByteSink() argument
641 RuleBasedCollator::getReorderCodes(int32_t *dest, int32_t capacity, in getReorderCodes() argument
1311 getSortKey(const UnicodeString &s, uint8_t *dest, int32_t capacity) const getSortKey() argument
1317 getSortKey(const char16_t *s, int32_t length, uint8_t *dest, int32_t capacity) const getSortKey() argument
1426 internalNextSortKeyPart(UCharIterator *iter, uint32_t state[2], uint8_t *dest, int32_t count, UErrorCode &errorCode) const internalNextSortKeyPart() argument
[all...]
/third_party/icu/icu4c/source/tools/genrb/
H A Dreslist.cpp1550 StringResource::writeUTF16v2(int32_t base, UnicodeString &dest) { in writeUTF16v2() argument
[all...]
/third_party/lwip/src/core/
H A Dtcp.c2419 tcp_eff_send_mss_netif(u16_t sendmss, struct netif *outif, const ip_addr_t *dest) argument
/third_party/lzma/C/
H A D7zArcIn.c1727 SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest) SzArEx_GetFileNameUtf16() argument
[all...]
H A DLzmaDec.c572 Byte *dest = dic + dicPos; in LZMA_DECODE_REAL() local
1200 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) in LzmaDec_DecodeToBuf() argument
1340 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode() argument
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-posix.cc911 void OS::StrNCpy(char* dest, int length, const char* src, size_t n) { in StrNCpy() argument

Completed in 61 milliseconds

1...<<51525354555657585960>>...68