Home
last modified time | relevance | path

Searched defs:tgt (Results 1 - 25 of 41) sorted by relevance

12

/third_party/skia/tests/
H A DSkImageTest.cpp33 SkBitmap tgt; in DEF_TEST() local
H A DStreamTest.cpp434 SkDynamicMemoryWStream tgt; in stream_copy_test() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DByteArrayWrapper.java278 private static final void copyBytes(byte[] src, int srcoff, byte[] tgt, in copyBytes() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DByteArrayWrapper.java266 private static final void copyBytes(byte[] src, int srcoff, byte[] tgt, in copyBytes() argument
/third_party/icu/icu4c/source/i18n/
H A Dsortkey.cpp186 const uint8_t *tgt = target.getBytes(); in compareTo() local
/third_party/node/deps/icu-small/source/i18n/
H A Dsortkey.cpp186 const uint8_t *tgt = target.getBytes(); in compareTo() local
/third_party/node/deps/openssl/openssl/crypto/cmp/
H A Dcmp_hdr.c83 static int set1_general_name(GENERAL_NAME **tgt, const X509_NAME *src) in set1_general_name() argument
140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random() argument
H A Dcmp_util.c243 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1() argument
266 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1_bytes() argument
/third_party/openssl/crypto/cmp/
H A Dcmp_hdr.c83 static int set1_general_name(GENERAL_NAME **tgt, const X509_NAME *src) in set1_general_name() argument
140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random() argument
H A Dcmp_util.c243 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1() argument
266 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1_bytes() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsortkey.cpp186 const uint8_t *tgt = target.getBytes(); in compareTo() local
/third_party/ffmpeg/libavcodec/
H A Dra288.c89 static void convolve(float *tgt, const float *src, int len, int n) in convolve() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexstate.c1002 GLint tgt; in alloc_proxy_textures() local
1123 GLuint u, tgt; in _mesa_free_texture_data() local
[all...]
H A Dattrib.c559 gl_texture_index tgt; in pop_texture_group() local
[all...]
H A Ddebug.c46 tex_target_name(GLenum tgt) in tex_target_name() argument
H A Dtexobj.c1102 GLuint tgt, total = 0; in _mesa_total_texture_memory() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) in Edge() argument
/third_party/vixl/test/aarch64/
H A Dtest-assembler-neon-aarch64.cc7697 const VRegister& tgt = q0; in TEST() local
/third_party/selinux/libsepol/src/
H A Dhierarchy.c262 static int bounds_add_bad(sepol_handle_t *handle, uint32_t src, uint32_t tgt, in bounds_add_bad() argument
97 bounds_expand_rule(sepol_handle_t *handle, policydb_t *p, avtab_t *avtab, avtab_t *global, avtab_t *other, uint32_t parent, uint32_t src, uint32_t tgt, uint32_t class, uint32_t data) bounds_expand_rule() argument
281 bounds_check_rule(sepol_handle_t *handle, policydb_t *p, avtab_t *global_avtab, avtab_t *cur_avtab, uint32_t child, uint32_t parent, uint32_t src, uint32_t tgt, uint32_t class, uint32_t data, avtab_ptr_t *bad, int *numbad) bounds_check_rule() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcitertst.c1030 const char *tgt[] = { in TestDiscontiguos() local
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c948 struct basic_block *tgt; in simplify_cfg_early() local
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resolve.c420 struct iris_stream_output_target *tgt = (void *)ice->state.so_target[i]; in iris_predraw_flush_buffers() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp512 unsigned tgt = fieldFromInstruction(insn, 0, 30); in DecodeCall() local
522 unsigned tgt = SignExtend32<13>(fieldFromInstruction(insn, 0, 13)); in DecodeSIMM13() local
/third_party/ffmpeg/libavdevice/
H A Ddecklink_dec.cpp226 static void fill_data_unit_head(int line, uint8_t *tgt) in fill_data_unit_head() argument
235 static uint8_t* teletext_data_unit_from_vbi_data(int line, uint8_t *src, uint8_t *tgt, vbi_pixfmt fmt) in teletext_data_unit_from_vbi_data() argument
249 teletext_data_unit_from_vbi_data_10bit(int line, uint8_t *src, uint8_t *tgt) teletext_data_unit_from_vbi_data_10bit() argument
267 teletext_data_unit_from_op47_vbi_packet(int line, uint16_t *py, uint8_t *tgt) teletext_data_unit_from_op47_vbi_packet() argument
295 teletext_data_unit_from_op47_data(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64_t wanted_lines) teletext_data_unit_from_op47_data() argument
312 teletext_data_unit_from_ancillary_packet(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64_t wanted_lines, int allow_multipacket) teletext_data_unit_from_ancillary_packet() argument
421 get_metadata(AVFormatContext *avctx, uint16_t *buf, size_t width, uint8_t *tgt, size_t tgt_size, AVPacket *pkt) get_metadata() argument
[all...]
/third_party/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp612 StringPiece src, tgt; in call() local

Completed in 33 milliseconds

12