Searched refs:iv1 (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/io/direct_io/ |
D | diotest_routines.c | 93 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()
|
D | diotest_routines.h | 6 extern int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt);
|
/third_party/node/test/async-hooks/ |
D | test-graph.intervals.js | 12 const iv1 = setInterval(common.mustCall(onfirstInterval, 3), TIMEOUT); constant 17 clearInterval(iv1);
|
/third_party/glslang/Test/baseResults/ |
D | spv.1.4.OpSelect.frag.out | 19 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/ |
D | spv.1.4.OpSelect.frag | 25 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/ |
D | aesfx-sparcv9.pl | 392 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/ |
D | dataclass_module_2.py | 29 iv1: InitVar
|
D | dataclass_module_2_str.py | 29 iv1: InitVar
|
D | dataclass_module_1_str.py | 29 iv1: dataclasses.InitVar
|
D | dataclass_module_1.py | 29 iv1: dataclasses.InitVar
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | hlsdemux_m3u8.c | 625 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/ |
D | evp_extra_test.c | 677 const unsigned char *iv1; member 730 if (!TEST_true(EVP_CipherInit_ex(ctx, NULL, NULL, kGCMResetKey, t->iv1, 1))) { in test_gcm_reinit()
|