Home
last modified time | relevance | path

Searched defs:src (Results 376 - 400 of 4010) sorted by relevance

1...<<11121314151617181920>>...161

/third_party/icu/icu4c/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(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToLower() argument
57 u_strToUpper(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToUpper() argument
70 toLower( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument
82 toUpper( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCharacterPropertiesImpl.java34 private static UnicodeSet getInclusionsForSource(int src) { in getInclusionsForSource() argument
[all...]
/third_party/icu/icu4c/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(UChar* dest, const UChar* src) { in copyCurrencyCode() argument
/third_party/icu/icu4c/source/common/unicode/
H A Dnormalizer2.h201 normalize(const UnicodeString &src, UErrorCode &errorCode) const { in normalize() argument
[all...]
/third_party/libwebsockets/lib/drivers/display/
H A Dili9341-spi.c123 lws_display_ili9341_spi_blit(const struct lws_display *disp, const uint8_t *src, in lws_display_ili9341_spi_blit() argument
/third_party/libwebsockets/lib/drivers/spi/bitbang/
H A Dlws-bb-spi.c99 const uint8_t *src = desc->src; in lws_bb_spi_queue() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_var_copies.c66 split_deref_copy_instr(nir_builder *b, nir_deref_instr *dst, nir_deref_instr *src, enum gl_access_qualifier dst_access, enum gl_access_qualifier src_access) split_deref_copy_instr() argument
110 nir_deref_instr *src = split_var_copies_impl() local
[all...]
H A Dnir_lower_packing.c38 lower_pack_64_from_32(nir_builder *b, nir_ssa_def *src) in lower_pack_64_from_32() argument
45 lower_unpack_64_to_32(nir_builder *b, nir_ssa_def *src) in lower_unpack_64_to_32() argument
52 lower_pack_32_from_16(nir_builder *b, nir_ssa_def *src) in lower_pack_32_from_16() argument
59 lower_unpack_32_to_16(nir_builder *b, nir_ssa_def *src) in lower_unpack_32_to_16() argument
66 lower_pack_64_from_16(nir_builder *b, nir_ssa_def *src) lower_pack_64_from_16() argument
78 lower_unpack_64_to_16(nir_builder *b, nir_ssa_def *src) lower_unpack_64_to_16() argument
90 lower_pack_32_from_8(nir_builder *b, nir_ssa_def *src) lower_pack_32_from_8() argument
117 nir_ssa_def *src = nir_ssa_for_alu_src(b, alu_instr, 0); lower_pack_instr() local
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_lower_images.c96 nir_ssa_def *src; in lower_impl() local
/third_party/mesa3d/src/glx/
H A Dclientinfo.c127 struct glx_screen *src = glx_dpy->screens[i]; in __glX_send_client_info() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.h45 static inline void si_compute_reference(struct si_compute **dst, struct si_compute *src) in si_compute_reference() argument
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_shader.c37 vmw_svga_winsys_shader_reference(struct vmw_svga_winsys_shader **pdst, struct vmw_svga_winsys_shader *src) vmw_svga_winsys_shader_reference() argument
/third_party/node/src/
H A Dbase64-inl.h38 base64_decode_group_slow(char* const dst, const size_t dstlen, const TypeName* const src, const size_t srclen, size_t* const i, size_t* const k) base64_decode_group_slow() argument
68 base64_decode_fast(char* const dst, const size_t dstlen, const TypeName* const src, const size_t srclen, const size_t decoded_size) base64_decode_fast() argument
[all...]
/third_party/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/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

Completed in 9 milliseconds

1...<<11121314151617181920>>...161