Home
last modified time | relevance | path

Searched defs:src (Results 1101 - 1125 of 4049) sorted by relevance

1...<<41424344454647484950>>...162

/third_party/node/deps/icu-small/source/common/
H A Dcharstr.cpp58 const char *src = buffer.getAlias(); in extract() local
[all...]
H A Dcstring.cpp315 uprv_strdup(const char *src) { in uprv_strdup() argument
327 uprv_strndup(const char *src, int32_t n) { in uprv_strndup() argument
H A Dunistr_cnv.cpp79 UnicodeString::UnicodeString(const char *src, int32_t srcLength, in UnicodeString() argument
262 const char16_t *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
H A Dunorm.cpp47 unorm_quickCheck(const char16_t *src, in unorm_quickCheck() argument
56 unorm_quickCheckWithOptions(const char16_t *src, int32_t srcLength, in unorm_quickCheckWithOptions() argument
71 unorm_isNormalized(const char16_t *src, int32_t srcLength, in unorm_isNormalized() argument
79 unorm_isNormalizedWithOptions(const char16_t *src, int32_t srcLength, in unorm_isNormalizedWithOptions() argument
97 unorm_normalize(const char16_t *src, int32_t srcLength, UNormalizationMode mode, int32_t options, char16_t *dest, int32_t destCapacity, UErrorCode *pErrorCode) unorm_normalize() argument
117 _iterate(UCharIterator *src, UBool forward, char16_t *dest, int32_t destCapacity, const Normalizer2 *n2, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) _iterate() argument
177 unorm_iterate(UCharIterator *src, UBool forward, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_iterate() argument
197 unorm_previous(UCharIterator *src, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_previous() argument
210 unorm_next(UCharIterator *src, char16_t *dest, int32_t destCapacity, UNormalizationMode mode, int32_t options, UBool doNormalize, UBool *pNeededToNormalize, UErrorCode *pErrorCode) unorm_next() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatawriter.cpp341 copyData(const int32_t indexes[], int32_t startIndex, const void *src, uint8_t *dest) copyData() argument
H A Dsortkey.cpp185 const uint8_t *src = getBytes(); in compareTo() local
H A Dnumber_microprops.h62 IntMeasures(IntMeasures &&src) = default; member in number::impl::IntMeasures
65 IntMeasures &operator=(IntMeasures &&src) = default; member in number::impl::IntMeasures
/third_party/node/deps/base64/base64/test/
H A Dtest_base64.c13 assert_enc (int flags, const char *src, const char *dst) in assert_enc() argument
36 assert_dec (int flags, const char *src, const char *dst) in assert_dec() argument
62 assert_roundtrip(int flags, const char *src) assert_roundtrip() argument
111 char* src = &chr[i]; test_char_table() local
[all...]
/third_party/node/deps/cares/src/lib/
H A Dinet_net_pton.c62 static int ares_inet_net_pton_ipv4(const char *src, unsigned char *dst, in ares_inet_net_pton_ipv4() argument
208 getbits(const char *src, size_t *bitsp) getbits() argument
241 ares_inet_pton6(const char *src, unsigned char *dst) ares_inet_pton6() argument
352 ares_inet_net_pton_ipv6(const char *src, unsigned char *dst, size_t size) ares_inet_net_pton_ipv6() argument
414 ares_inet_net_pton(int af, const char *src, void *dst, size_t size) ares_inet_net_pton() argument
427 ares_inet_pton(int af, const char *src, void *dst) ares_inet_pton() argument
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_eu_compact.cpp57 test_compact_instruction(struct brw_codegen *p, brw_inst src) in test_compact_instruction() argument
113 skip_bit(const struct brw_isa_info *isa, brw_inst *src, int bit) in skip_bit() argument
174 test_fuzz_compact_instruction(struct brw_codegen *p, brw_inst src) test_fuzz_compact_instruction() argument
[all...]
H A Dbrw_vec4_copy_propagation.cpp69 const src_reg *src = values[ch]; in is_channel_updated() local
95 src_reg src in get_copy_value() local
[all...]
H A Dbrw_vec4_cse.cpp275 src_reg *src = &entry->generator->src[i]; in opt_cse_local() local
[all...]
H A Dtest_vec4_register_coalesce.cpp171 src_reg src = src_reg(temp); in TEST_F() local
220 src_reg src = src_reg(to); in TEST_F() local
246 src_reg src = src_reg(to); in TEST_F() local
[all...]
H A Dbrw_vec4_tes.cpp179 src_reg src = src_reg(ATTR, imm_offset, glsl_type::ivec4_type); in nir_emit_intrinsic() local
197 src_reg src = src_reg(temp); nir_emit_intrinsic() local
[all...]
H A Dbrw_vec4_surface_builder.cpp35 emit_stride(const vec4_builder &bld, const src_reg &src, unsigned size, in emit_stride() argument
61 emit_insert(const vec4_builder &bld, const src_reg &src, in emit_insert() argument
72 bld.MOV(writemask(tmp, mask), src); in emit_insert() local
92 emit_send(const vec4_builder &bld, enum opcode op, const src_reg &header, const src_reg &addr, unsigned addr_sz, const src_reg &src, unsigned src_sz, const src_reg &surface, unsigned arg, unsigned ret_sz, brw_predicate pred = BRW_PREDICATE_NONE) emit_send() argument
161 emit_untyped_write(const vec4_builder &bld, const src_reg &surface, const src_reg &addr, const src_reg &src, unsigned dims, unsigned size, brw_predicate pred) emit_untyped_write() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dpbo.c146 _mesa_map_pbo_source(struct gl_context *ctx, const struct gl_pixelstore_attrib *unpack, const GLvoid *src) _mesa_map_pbo_source() argument
H A Dtexcompress_etc_tmp.h84 TAG(etc1_parse_block)(struct TAG(etc1_block) *block, const UINT8_TYPE *src) in etc1_parse_block() argument
151 const uint8_t *src = src_row; etc1_unpack_rgba8888() local
[all...]
H A Dobjectlabel.c93 copy_label(const GLchar *src, GLchar *dst, GLsizei *length, GLsizei bufSize) in copy_label() argument
H A Dglspirv.c38 _mesa_spirv_module_reference(struct gl_spirv_module **dest, struct gl_spirv_module *src) _mesa_spirv_module_reference() argument
53 _mesa_shader_spirv_data_reference(struct gl_shader_spirv_data **dest, struct gl_shader_spirv_data *src) _mesa_shader_spirv_data_reference() argument
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_draw.c72 const fi_type *src = exec->vtx.buffer_map + start * sz; in vbo_exec_copy_vertices() local
H A Dvbo_exec.c261 vbo_copy_vertices(struct gl_context *ctx, GLenum mode, unsigned start, unsigned *pcount, bool begin, unsigned vertex_size, bool in_dlist, fi_type *dst, const fi_type *src) vbo_copy_vertices() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dprscmnts.cpp71 trim(char16_t *src, int32_t srcLen, UErrorCode *status){ in trim() argument
[all...]
H A Drle.c151 usArrayToRLEString(const uint16_t* src,int32_t srcLen,uint16_t* buffer, int32_t bufLen,UErrorCode* status) { in usArrayToRLEString() argument
197 byteArrayToRLEString(const uint8_t* src,int32_t srcLen, uint16_t* buffer,int32_t bufLen, UErrorCode* status) { in byteArrayToRLEString() argument
242 rleStringToUCharArray(uint16_t* src, int32_t srcLen, uint16_t* target, int32_t tgtLen, UErrorCode* status) { in rleStringToUCharArray() argument
298 rleStringToByteArray(uint16_t* src, int32_t srcLen, uint8_t* target, int32_t tgtLen, UErrorCode* status) rleStringToByteArray() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_vec.c92 ngtcp2_ssize ngtcp2_vec_split(ngtcp2_vec *src, size_t *psrccnt, ngtcp2_vec *dst, in ngtcp2_vec_split() argument
145 ngtcp2_vec_merge(ngtcp2_vec *dst, size_t *pdstcnt, ngtcp2_vec *src, size_t *psrccnt, size_t left, size_t maxcnt) ngtcp2_vec_merge() argument
218 ngtcp2_vec_copy_at_most(ngtcp2_vec *dst, size_t dstcnt, const ngtcp2_vec *src, size_t srccnt, size_t left) ngtcp2_vec_copy_at_most() argument
241 ngtcp2_vec_copy(ngtcp2_vec *dst, const ngtcp2_vec *src, size_t cnt) ngtcp2_vec_copy() argument
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_yuv.c50 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() local
104 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() local
157 const float *src = src_row; in util_format_r8g8_b8g8_unorm_pack_rgba_float() local
206 const uint8_t *src = src_row; util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() local
248 util_format_r8g8_b8g8_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, ASSERTED unsigned j) util_format_r8g8_b8g8_unorm_fetch_rgba() argument
272 const uint32_t *src = (const uint32_t *)src_row; util_format_g8r8_g8b8_unorm_unpack_rgba_float() local
326 const uint32_t *src = (const uint32_t *)src_row; util_format_g8r8_g8b8_unorm_unpack_rgba_8unorm() local
379 const float *src = src_row; util_format_g8r8_g8b8_unorm_pack_rgba_float() local
428 const uint8_t *src = src_row; util_format_g8r8_g8b8_unorm_pack_rgba_8unorm() local
470 util_format_g8r8_g8b8_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, ASSERTED unsigned j) util_format_g8r8_g8b8_unorm_fetch_rgba() argument
494 const uint32_t *src = (const uint32_t *)src_row; util_format_uyvy_unpack_rgba_float() local
542 const uint32_t *src = (const uint32_t *)src_row; util_format_uyvy_unpack_rgba_8unorm() local
589 const float *src = src_row; util_format_uyvy_pack_rgba_float() local
642 const uint8_t *src = src_row; util_format_uyvy_pack_rgba_8unorm() local
688 util_format_uyvy_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, ASSERTED unsigned j) util_format_uyvy_fetch_rgba() argument
716 const uint32_t *src = (const uint32_t *)src_row; util_format_yuyv_unpack_rgba_float() local
764 const uint32_t *src = (const uint32_t *)src_row; util_format_yuyv_unpack_rgba_8unorm() local
811 const float *src = src_row; util_format_yuyv_pack_rgba_float() local
864 const uint8_t *src = src_row; util_format_yuyv_pack_rgba_8unorm() local
910 util_format_yuyv_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, unsigned i, ASSERTED unsigned j) util_format_yuyv_fetch_rgba() argument
[all...]

Completed in 13 milliseconds

1...<<41424344454647484950>>...162