Home
last modified time | relevance | path

Searched defs:tgt (Results 1 – 25 of 47) sorted by relevance

12

/third_party/skia/tests/
DSkImageTest.cpp33 SkBitmap tgt; in DEF_TEST() local
/third_party/ffmpeg/libavdevice/
Ddecklink_dec.cpp226 static void fill_data_unit_head(int line, uint8_t *tgt) in fill_data_unit_head()
235 static uint8_t* teletext_data_unit_from_vbi_data(int line, uint8_t *src, uint8_t *tgt, vbi_pixfmt f… in teletext_data_unit_from_vbi_data()
249 static uint8_t* teletext_data_unit_from_vbi_data_10bit(int line, uint8_t *src, uint8_t *tgt) in teletext_data_unit_from_vbi_data_10bit()
267 static uint8_t* teletext_data_unit_from_op47_vbi_packet(int line, uint16_t *py, uint8_t *tgt) in teletext_data_unit_from_op47_vbi_packet()
295 static uint8_t* teletext_data_unit_from_op47_data(uint16_t *py, uint16_t *pend, uint8_t *tgt, int64… in teletext_data_unit_from_op47_data()
312 static uint8_t* teletext_data_unit_from_ancillary_packet(uint16_t *py, uint16_t *pend, uint8_t *tgt in teletext_data_unit_from_ancillary_packet()
422 uint8_t *tgt, size_t tgt_size, AVPacket *pkt) in get_metadata()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_hdr.c83 static int set1_general_name(GENERAL_NAME **tgt, const X509_NAME *src) in set1_general_name()
140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random()
Dcmp_util.c243 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1()
266 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1_bytes()
/third_party/openssl/crypto/cmp/
Dcmp_util.c243 int ossl_cmp_asn1_octet_string_set1(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1()
266 int ossl_cmp_asn1_octet_string_set1_bytes(ASN1_OCTET_STRING **tgt, in ossl_cmp_asn1_octet_string_set1_bytes()
Dcmp_hdr.c83 static int set1_general_name(GENERAL_NAME **tgt, const X509_NAME *src) in set1_general_name()
140 static int set_random(ASN1_OCTET_STRING **tgt, OSSL_CMP_CTX *ctx, size_t len) in set_random()
/third_party/skia/third_party/externals/icu/source/i18n/
Dsortkey.cpp186 const uint8_t *tgt = target.getBytes(); in compareTo() local
/third_party/icu/icu4c/source/i18n/
Dsortkey.cpp186 const uint8_t *tgt = target.getBytes(); in compareTo() local
/third_party/node/deps/icu-small/source/i18n/
Dsortkey.cpp186 const uint8_t *tgt = target.getBytes(); in compareTo() local
/third_party/mesa3d/src/mesa/main/
Dtexstate.c1002 GLint tgt; in alloc_proxy_textures() local
1123 GLuint u, tgt; in _mesa_free_texture_data() local
Dattrib.c559 gl_texture_index tgt; in pop_texture_group() local
610 for (gl_texture_index tgt = 0; tgt < NUM_TEXTURE_TARGETS; tgt++) { in pop_texture_group() local
Ddebug.c46 tex_target_name(GLenum tgt) in tex_target_name()
/third_party/selinux/libsepol/src/
Dhierarchy.c99 uint32_t parent, uint32_t src, uint32_t tgt, in bounds_expand_rule()
262 static int bounds_add_bad(sepol_handle_t *handle, uint32_t src, uint32_t tgt, in bounds_add_bad()
284 uint32_t tgt, uint32_t class, uint32_t data, in bounds_check_rule()
Dkernel_to_conf.c1686 const char *flavor, *src, *tgt, *class, *perms, *new; in avtab_node_to_str() local
1859 char *src, *tgt, *class, *filename, *new; in map_filename_trans_to_str() local
1973 char *src, *tgt, *class, *range; in map_range_trans_to_str() local
/third_party/selinux/libsepol/cil/src/
Dcil_binary.c973 static int __cil_insert_type_rule(policydb_t *pdb, uint32_t kind, uint32_t src, uint32_t tgt, uint3… in __cil_insert_type_rule()
1097 struct cil_symtab_datum *tgt = NULL; in __cil_type_rule_to_avtab() local
1210 struct cil_symtab_datum *tgt = NULL; in __cil_typetransition_to_avtab() local
1344 static int __cil_insert_avrule(policydb_t *pdb, uint32_t kind, uint32_t src, uint32_t tgt, uint32_t… in __cil_insert_avrule()
1391 …policydb_t *pdb, uint16_t kind, struct cil_symtab_datum *src, struct cil_symtab_datum *tgt, struct… in __cil_avrule_expand_helper()
1432 …policydb_t *pdb, uint16_t kind, struct cil_symtab_datum *src, struct cil_symtab_datum *tgt, struct… in __cil_avrule_expand()
1492 struct cil_symtab_datum *tgt = NULL; in __cil_avrule_to_avtab() local
1753 static int __cil_avrulex_ioctl_to_hashtable(hashtab_t h, uint16_t kind, uint32_t src, uint32_t tgt,… in __cil_avrulex_ioctl_to_hashtable()
1810 …policydb_t *pdb, uint16_t kind, struct cil_symtab_datum *src, struct cil_symtab_datum *tgt, struct… in __cil_avrulex_to_hashtable_helper()
1855 struct cil_symtab_datum *tgt = NULL; in cil_avrulex_to_hashtable() local
[all …]
Dcil_policy.c1158 struct cil_symtab_datum *src, *tgt; in cil_av_rulex_to_policy() local
1189 struct cil_symtab_datum *src, *tgt; in cil_av_rule_to_policy() local
1227 struct cil_symtab_datum *src, *tgt, *res; in cil_type_rule_to_policy() local
1259 struct cil_symtab_datum *src, *tgt, *res; in cil_nametypetransition_to_policy() local
Dcil_internal.h573 void *tgt; /* type, alias, or attribute */ member
615 void *tgt; /* type, alias, or attribute */ member
644 void *tgt; /* type, alias, or attribute */ member
655 void *tgt; /* type, alias, or attribute */ member
666 void *tgt; /* role or attribute */ member
/third_party/ffmpeg/libavcodec/
Dra288.c88 static void convolve(float *tgt, const float *src, int len, int n) in convolve()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_graph.cpp158 Graph::Edge::Edge(Node *org, Node *tgt, Type kind) in Edge()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c3972 struct crocus_stream_output_target *tgt = (void *)so; in crocus_get_so_offset() local
3998 struct crocus_stream_output_target *tgt = (void *)so; in crocus_get_so_offset() local
4065 aggregate_stream_counter(struct crocus_batch *batch, struct crocus_stream_output_target *tgt, in aggregate_stream_counter()
4085 struct crocus_stream_output_target *tgt) in crocus_stream_store_prims_written()
4109 struct crocus_stream_output_target *tgt, in compute_vertices_written_so_far()
4156 struct crocus_stream_output_target *tgt = in crocus_set_stream_output_targets() local
4181 struct crocus_stream_output_target *tgt = in crocus_set_stream_output_targets() local
4205 struct crocus_stream_output_target *tgt = in crocus_set_stream_output_targets() local
4224 struct crocus_stream_output_target *tgt = in crocus_set_stream_output_targets() local
4239 struct crocus_stream_output_target *tgt = in crocus_set_stream_output_targets() local
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationIteratorTest.java582 String tgt[] = {// non blocking combining character in TestDiscontiguous() local
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java579 String tgt[] = {// non blocking combining character in TestDiscontiguous() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
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/icu/icu4c/source/test/cintltst/
Dccapitst.c3386 char tgt[10]; in TestFromUCountPending() local
3421 char tgt[10]; in TestFromUCountPending() local
3492 UChar tgt[20]; in TestToUCountPending() local
3529 UChar tgt[10]; in TestToUCountPending() local
Dcitertst.c1030 const char *tgt[] = { in TestDiscontiguos() local

12