Home
last modified time | relevance | path

Searched defs:src (Results 676 - 700 of 8288) sorted by relevance

1...<<21222324252627282930>>...332

/third_party/node/deps/icu-small/source/common/
H A Dbytesinkutil.h40 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c, in appendCodePoint() argument
H A Dustrcase_locale.cpp45 u_strToLower(char16_t *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToLower() argument
57 u_strToUpper(char16_t *dest, int32_t destCapacity, const char16_t *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToUpper() argument
70 toLower( const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument
82 toUpper( const char *locale, uint32_t options, const char16_t *src, int32_t srcLength, char16_t *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument
/third_party/node/deps/icu-small/source/common/unicode/
H A Dnormalizer2.h223 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_str.c75 size_t ares_strcpy(char *dest, const char *src, size_t dest_size) in ares_strcpy() argument
H A Dinet_ntop.c58 const char *ares_inet_ntop(int af, const void *src, char *dst, in ares_inet_ntop() argument
84 static const char *inet_ntop4(const unsigned char *src, char *dst, size_t size) in inet_ntop4() argument
104 inet_ntop6(const unsigned char *src, char *dst, size_t size) inet_ntop6() argument
209 ares_inet_ntop(int af, const void *src, char *dst, ares_socklen_t size) ares_inet_ntop() argument
[all...]
/third_party/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy_sse41.c37 _isl_memcpy_linear_to_tiled_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_linear_to_tiled_sse41() argument
50 _isl_memcpy_tiled_to_linear_sse41(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_tiled_to_linear_sse41() argument
H A Disl_tiled_memcpy_normal.c36 _isl_memcpy_linear_to_tiled(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, uint32_t dst_pitch, int32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_linear_to_tiled() argument
49 _isl_memcpy_tiled_to_linear(uint32_t xt1, uint32_t xt2, uint32_t yt1, uint32_t yt2, char *dst, const char *src, int32_t dst_pitch, uint32_t src_pitch, bool has_swizzling, enum isl_tiling tiling, isl_memcpy_type copy_type) _isl_memcpy_tiled_to_linear() argument
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_gs_nir.cpp37 src_reg src; in nir_emit_intrinsic() local
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dprog_instruction.c71 _mesa_copy_instructions(struct prog_instruction *dest, const struct prog_instruction *src, GLuint n) _mesa_copy_instructions() argument
/third_party/mesa3d/src/mesa/main/
H A Dformat_pack.h38 _mesa_pack_float_rgba_row(mesa_format format, uint32_t n, const float src[][4], void *dst) _mesa_pack_float_rgba_row() argument
45 _mesa_pack_ubyte_rgba_row(mesa_format format, uint32_t n, const uint8_t *src, void *dst) _mesa_pack_ubyte_rgba_row() argument
53 _mesa_pack_uint_rgba_row(mesa_format format, uint32_t n, const uint32_t src[][4], void *dst) _mesa_pack_uint_rgba_row() argument
60 _mesa_pack_float_z_row(mesa_format format, uint32_t n, const float *src, void *dst) _mesa_pack_float_z_row() argument
67 _mesa_pack_uint_z_row(mesa_format format, uint32_t n, const uint32_t *src, void *dst) _mesa_pack_uint_z_row() argument
74 _mesa_pack_ubyte_stencil_row(mesa_format format, uint32_t n, const uint8_t *src, void *dst) _mesa_pack_ubyte_stencil_row() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_symbolswrapper.cpp82 void SymbolsWrapper::doMoveFrom(SymbolsWrapper &&src) { in doMoveFrom() argument
[all...]
H A Dnumparse_utils.h31 inline static void copyCurrencyCode(char16_t* dest, const char16_t* src) { in copyCurrencyCode() argument
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_qpack_huffman.c34 size_t nghttp3_qpack_huffman_encode_count(const uint8_t *src, size_t len) { in nghttp3_qpack_huffman_encode_count() argument
45 uint8_t *nghttp3_qpack_huffman_encode(uint8_t *dest, const uint8_t *src, in nghttp3_qpack_huffman_encode() argument
86 nghttp3_qpack_huffman_decode(nghttp3_qpack_huffman_decode_context *ctx, uint8_t *dest, const uint8_t *src, size_t srclen, int fin) nghttp3_qpack_huffman_decode() argument
[all...]
H A Dnghttp3_rcbuf.c52 int nghttp3_rcbuf_new2(nghttp3_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp3_rcbuf_new2() argument
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_rcbuf.c53 int nghttp2_rcbuf_new2(nghttp2_rcbuf **rcbuf_ptr, const uint8_t *src, in nghttp2_rcbuf_new2() argument
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_addr.c37 void ngtcp2_addr_copy(ngtcp2_addr *dest, const ngtcp2_addr *src) { in ngtcp2_addr_copy() argument
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_lower_swizzle.c34 bi_lower_swizzle_16(bi_context *ctx, bi_instr *ins, unsigned src) in bi_lower_swizzle_16() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_liveness.c78 mir_is_live_after(compiler_context *ctx, midgard_block *block, midgard_instruction *start, int src) in mir_is_live_after() argument
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunilib.h62 inline int OneCharLen(const char* src) { in OneCharLen() argument
67 inline int OneCharLen(const uint8* src) { in OneCharLen() argument
81 inline int SpanInterchangeValid(const std::string& src) { in SpanInterchangeValid() argument
88 inline bool IsInterchangeValid(const char* src, in argument
91 IsInterchangeValid(const std::string& src) IsInterchangeValid() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dunssa.c41 pseudo_t src; in simplify_phi_node() local
79 pseudo_t src; in replace_phi_node() local
[all...]
H A Dutils.c28 void *xmemdup(const void *src, size_t len) in xmemdup() argument
33 char *xstrdup(const char *src) in xstrdup() argument
/third_party/lwip/src/netif/
H A Dethernet.c270 ethernet_output(struct netif * netif, struct pbuf * p, const struct eth_addr * src, const struct eth_addr * dst, u16_t eth_type) global() argument
[all...]
/third_party/lz4/examples/
H A Dsimple_buffer.c41 const char* const src = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Lorem ipsum dolor site amat."; in main() local
/third_party/lz4/ossfuzz/
H A Dlz4_helpers.c30 FUZZ_decompressFrame(void* dst, const size_t dstCapacity, const void* src, const size_t srcSize) FUZZ_decompressFrame() argument
/third_party/lzma/C/
H A DLzma86Dec.c12 SRes Lzma86_GetUnpackSize(const Byte *src, SizeT srcLen, UInt64 *unpackSize) in Lzma86_GetUnpackSize() argument
23 SRes Lzma86_Decode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen) in Lzma86_Decode() argument

Completed in 9 milliseconds

1...<<21222324252627282930>>...332