| /third_party/node/deps/icu-small/source/common/ |
| H A D | charstr.cpp | 58 const char *src = buffer.getAlias(); in extract() local [all...] |
| H A D | cstring.cpp | 315 uprv_strdup(const char *src) { in uprv_strdup() argument 327 uprv_strndup(const char *src, int32_t n) { in uprv_strndup() argument
|
| H A D | unistr_cnv.cpp | 79 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 D | unorm.cpp | 47 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 D | collationdatawriter.cpp | 341 copyData(const int32_t indexes[], int32_t startIndex, const void *src, uint8_t *dest) copyData() argument
|
| H A D | sortkey.cpp | 185 const uint8_t *src = getBytes(); in compareTo() local
|
| H A D | number_microprops.h | 62 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 D | test_base64.c | 13 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 D | inet_net_pton.c | 62 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 D | test_eu_compact.cpp | 57 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 D | brw_vec4_copy_propagation.cpp | 69 const src_reg *src = values[ch]; in is_channel_updated() local 95 src_reg src in get_copy_value() local [all...] |
| H A D | brw_vec4_cse.cpp | 275 src_reg *src = &entry->generator->src[i]; in opt_cse_local() local [all...] |
| H A D | test_vec4_register_coalesce.cpp | 171 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 D | brw_vec4_tes.cpp | 179 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 D | brw_vec4_surface_builder.cpp | 35 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 D | pbo.c | 146 _mesa_map_pbo_source(struct gl_context *ctx, const struct gl_pixelstore_attrib *unpack, const GLvoid *src) _mesa_map_pbo_source() argument
|
| H A D | texcompress_etc_tmp.h | 84 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 D | objectlabel.c | 93 copy_label(const GLchar *src, GLchar *dst, GLsizei *length, GLsizei bufSize) in copy_label() argument
|
| H A D | glspirv.c | 38 _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 D | vbo_exec_draw.c | 72 const fi_type *src = exec->vtx.buffer_map + start * sz; in vbo_exec_copy_vertices() local
|
| H A D | vbo_exec.c | 261 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 D | prscmnts.cpp | 71 trim(char16_t *src, int32_t srcLen, UErrorCode *status){ in trim() argument [all...] |
| H A D | rle.c | 151 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 D | ngtcp2_vec.c | 92 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 D | u_format_yuv.c | 50 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...] |