Home
last modified time | relevance | path

Searched refs:iv1 (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/io/direct_io/
Ddiotest_routines.c93 int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt) in vbufcmp() argument
97 for (i = 0; i < vcnt; iv1++, iv2++, i++) { in vbufcmp()
98 if (bufcmp(iv1->iov_base, iv2->iov_base, iv1->iov_len) < 0) { in vbufcmp()
100 i, (char *)iv1->iov_base, in vbufcmp()
Ddiotest_routines.h6 extern int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt);
/third_party/node/test/async-hooks/
Dtest-graph.intervals.js12 const iv1 = setInterval(common.mustCall(onfirstInterval, 3), TIMEOUT); constant
17 clearInterval(iv1);
/third_party/glslang/Test/baseResults/
Dspv.1.4.OpSelect.frag.out19 Name 30 "iv1"
79 30(iv1): 29(ptr) Variable Function
95 Store 30(iv1) 33
102 41: 28(ivec4) Load 30(iv1)
/third_party/glslang/Test/
Dspv.1.4.OpSelect.frag25 ivec4 iv1 = ivec4(f1);
27 …outv *= (cond > 0 ? iv1 : iv2).z; // in all versions, but in 1.4 as scalar condition, not smea…
/third_party/openssl/crypto/aes/asm/
Daesfx-sparcv9.pl392 my ($iv0,$iv1,$r0hi,$r0lo,$rlhi,$rllo,$in0,$in1,$intail,$outhead,$fshift)
653 fmovd %f2, $iv1
690 fxor $iv1, $rllo, %f8
692 fmovd $in1, $iv1
725 st $iv1, [$ivp + 8]
726 st $iv1#lo, [$ivp + 12]
819 fxor $iv1, $rllo, %f8
821 fmovd $in1, $iv1
850 st $iv1, [$ivp + 8]
851 st $iv1#lo, [$ivp + 12]
/third_party/python/Lib/test/
Ddataclass_module_2.py29 iv1: InitVar
Ddataclass_module_2_str.py29 iv1: InitVar
Ddataclass_module_1_str.py29 iv1: dataclasses.InitVar
Ddataclass_module_1.py29 iv1: dataclasses.InitVar
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dhlsdemux_m3u8.c625 guint8 iv1[16] = { 0, }; in GST_START_TEST() local
628 iv1[15] = 1; in GST_START_TEST()
651 fail_unless (memcmp (&file->iv, iv1, 16) == 0); in GST_START_TEST()
656 fail_unless (memcmp (&file->iv, iv1, 16) == 0); in GST_START_TEST()
/third_party/openssl/test/
Devp_extra_test.c677 const unsigned char *iv1; member
730 if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, kGCMResetKey, t->iv1, 1))) { in test_gcm_reinit()