Home
last modified time | relevance | path

Searched refs:dup (Results 76 - 100 of 463) sorted by relevance

12345678910>>...19

/third_party/ffmpeg/libavcodec/aarch64/
H A Dh264dsp_neon.S41 dup v22.16B, w2 // alpha
50 dup v22.16B, w3 // beta
189 dup v30.16b, w2 // alpha
190 dup v31.16b, w3 // beta
380 dup v22.8B, w2 // alpha
381 dup v23.8B, w3 // beta
587 dup v0.16B, w5
588 dup v1.16B, w6
623 dup v0.8B, w5
624 dup v
[all...]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_dir2.h76 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup);
81 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
87 struct xfs_dir2_data_unused *dup);
H A Dxfs_da_format.h364 xfs_dir2_data_unused_tag_p(struct xfs_dir2_data_unused *dup) in xfs_dir2_data_unused_tag_p() argument
366 return (__be16 *)((char *)dup + in xfs_dir2_data_unused_tag_p()
367 be16_to_cpu(dup->length) - sizeof(__be16)); in xfs_dir2_data_unused_tag_p()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_dir2.h76 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup);
81 struct xfs_buf *bp, struct xfs_dir2_data_unused *dup,
87 struct xfs_dir2_data_unused *dup);
H A Dxfs_da_format.h365 xfs_dir2_data_unused_tag_p(struct xfs_dir2_data_unused *dup) in xfs_dir2_data_unused_tag_p() argument
367 return (__be16 *)((char *)dup + in xfs_dir2_data_unused_tag_p()
368 be16_to_cpu(dup->length) - sizeof(__be16)); in xfs_dir2_data_unused_tag_p()
/third_party/optimized-routines/string/aarch64/
H A Dstrrchr-mte.S49 dup vrepchr.16b, chrin
51 dup vrepmask.8h, wtmp
59 dup vrepmask2.8h, wtmp
H A Dmemchr-mte.S52 dup vrepchr.16b, chrin
54 dup vrepmask.8h, wtmp
H A Dmemrchr.S55 dup vrepchr.16b, chrin
57 dup vrepmask.8h, wtmp
H A Dstrchrnul.S55 dup vrepchr.16b, chrin
57 dup vrepmask.4s, wtmp2
H A Dstrchrnul-mte.S46 dup vrepchr.16b, chrin
49 dup vrepmask.8h, tmp2w
H A Dmemchr.S60 dup vrepchr.16b, chrin
63 dup vrepmask.4s, wtmp2
H A Dstrchr.S60 dup vrepchr.16b, chrin
62 dup vrepmask_c.4s, wtmp2
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl471 dup $xa0,@{K[0]}[0] // unpack key block
473 dup $xa1,@{K[0]}[1]
475 dup $xa2,@{K[0]}[2]
477 dup $xa3,@{K[0]}[3]
479 dup $xb0,@{K[1]}[0]
481 dup $xb1,@{K[1]}[1]
483 dup $xb2,@{K[1]}[2]
485 dup $xb3,@{K[1]}[3]
487 dup $xd0,@{K[3]}[0]
489 dup
[all...]
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-armv8.pl475 dup $xa0,@{K[0]}[0] // unpack key block
477 dup $xa1,@{K[0]}[1]
479 dup $xa2,@{K[0]}[2]
481 dup $xa3,@{K[0]}[3]
483 dup $xb0,@{K[1]}[0]
485 dup $xb1,@{K[1]}[1]
487 dup $xb2,@{K[1]}[2]
489 dup $xb3,@{K[1]}[3]
491 dup $xd0,@{K[3]}[0]
493 dup
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpmu-events.c766 char *dup, *cur; in check_parse_id() local
776 dup = strdup(id); in check_parse_id()
777 if (!dup) in check_parse_id()
780 for (cur = strchr(dup, '@') ; cur; cur = strchr(++cur, '@')) in check_parse_id()
783 ret = __parse_events(evlist, dup, /*pmu_filter=*/NULL, error, fake_pmu, in check_parse_id()
785 free(dup); in check_parse_id()
/third_party/ltp/tools/sparse/sparse-src/
H A Dinline.c41 struct expression *dup = alloc_expression(expr->pos, expr->type); in dup_expression() local
42 *dup = *expr; in dup_expression()
43 return dup; in dup_expression()
48 struct statement *dup = alloc_statement(stmt->pos, stmt->type); in dup_statement() local
49 *dup = *stmt; in dup_statement()
50 return dup; in dup_statement()
456 /* no need to dup "clobbers", since they are all constant strings */ in copy_one_statement()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dmap.c511 * Map.dup => new_map
528 upb_value dup; in Map_dup() local
529 void* dup_mem = value_memory(&dup); in Map_dup()
532 if (!upb_strtable_insert2(&new_self->table, k.data, k.size, dup)) { in Map_dup()
553 upb_value dup; in Map_deep_copy() local
554 void* dup_mem = value_memory(&dup); in Map_deep_copy()
558 if (!upb_strtable_insert2(&new_self->table, k.data, k.size, dup)) { in Map_deep_copy()
829 rb_define_method(klass, "dup", Map_dup, 0); in Map_register()
/third_party/musl/src/unistd/
H A Ddup.c7 int dup(int fd) in dup() function
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dparams.c440 char *dup = NULL, *iter; in ovl_parse_param_lowerdir() local
465 dup = kstrdup(name, GFP_KERNEL); in ovl_parse_param_lowerdir()
466 if (!dup) in ovl_parse_param_lowerdir()
470 nr_lower = ovl_parse_param_split_lowerdirs(dup); in ovl_parse_param_lowerdir()
490 iter = dup; in ovl_parse_param_lowerdir()
537 kfree(dup); in ovl_parse_param_lowerdir()
544 kfree(dup); in ovl_parse_param_lowerdir()
/third_party/littlefs/scripts/
H A Dchangeprefix.py31 return os.fdopen(os.dup(sys.stdin.fileno()), mode, buffering)
33 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
H A Dtailpipe.py26 return os.fdopen(os.dup(sys.stdin.fileno()), mode, buffering)
28 return os.fdopen(os.dup(sys.stdout.fileno()), mode, buffering)
/third_party/python/Lib/multiprocessing/
H A Dresource_sharer.py30 new_sock = sock.dup()
48 new_fd = os.dup(fd)
/third_party/ffmpeg/libavfilter/
H A Dvf_fps.c95 int dup; ///< number of frames duplicated member
147 s->dup += s->cur_frame_out - 1; in shift_frame()
170 "%d frames duplicated.\n", s->frames_in, s->frames_out, s->drop, s->dup); in uninit()
/third_party/openssl/test/
H A Dexdatatest.c68 int dup; member
106 /* indicate this is a dup */ in exdup2()
107 ex_data->dup = 1; in exdup2()
288 if (!TEST_int_eq(ex_data->dup, 1)) in test_exdata()
/third_party/python/Objects/
H A Dsetobject.c2397 PyObject *elem=NULL, *dup=NULL, *t, *f, *dup2, *x=NULL; in test_c_api() local
2427 dup = PySet_New(ob); in test_c_api()
2428 assertRaises(PySet_Discard(ob, dup) == -1, PyExc_TypeError); in test_c_api()
2429 assertRaises(PySet_Contains(ob, dup) == -1, PyExc_TypeError); in test_c_api()
2430 assertRaises(PySet_Add(ob, dup) == -1, PyExc_TypeError); in test_c_api()
2445 dup2 = PySet_New(dup); in test_c_api()
2451 f = PyFrozenSet_New(dup); in test_c_api()
2453 assertRaises(_PySet_Update(f, dup) == -1, PyExc_SystemError); in test_c_api()
2462 while (_PySet_NextEntry((PyObject *)dup, &i, &x, &hash)) { in test_c_api()
2471 assert(_PySet_Update(dup2, dup) in test_c_api()
[all...]

Completed in 19 milliseconds

12345678910>>...19