Home
last modified time | relevance | path

Searched refs:iv2 (Results 1 – 25 of 38) sorted by relevance

12

/third_party/openssl/crypto/aes/
Daes_ige.c91 aes_block_t iv2; in AES_ige_encrypt() local
94 load_block(iv2, ivec + AES_BLOCK_SIZE); in AES_ige_encrypt()
103 tmp2.data[n] ^= iv2.data[n]; in AES_ige_encrypt()
106 iv2 = tmp; in AES_ige_encrypt()
112 memcpy(ivec + AES_BLOCK_SIZE, iv2.data, AES_BLOCK_SIZE); in AES_ige_encrypt()
144 aes_block_t iv2; in AES_ige_encrypt() local
147 load_block(iv2, ivec + AES_BLOCK_SIZE); in AES_ige_encrypt()
153 tmp.data[n] ^= iv2.data[n]; in AES_ige_encrypt()
160 iv2 = tmp; in AES_ige_encrypt()
166 memcpy(ivec + AES_BLOCK_SIZE, iv2.data, AES_BLOCK_SIZE); in AES_ige_encrypt()
[all …]
/third_party/glslang/Test/baseResults/
Dspv.precisionNonESSamp.frag.out20 Name 39 "iv2"
43 Decorate 39(iv2) RelaxedPrecision
44 Decorate 39(iv2) Flat
45 Decorate 39(iv2) Location 3
79 39(iv2): 38(ptr) Variable Input
94 40: 37(ivec2) Load 39(iv2)
98 45: 37(ivec2) Load 39(iv2)
DconstErrors.frag.out6 …t ' const structure{ global 3-component vector of float v3, global 2-component vector of int iv2}'
7 …{ global 3-component vector of float v3, global 2-component vector of int iv2, global 2X4 matrix…
26 …s' ( temp structure{ global 3-component vector of float v3, global 2-component vector of int iv2})
27 …{ global 3-component vector of float v3, global 2-component vector of int iv2, global 2X4 matrix…
50 …s' ( temp structure{ global 3-component vector of float v3, global 2-component vector of int iv2})
51 …{ global 3-component vector of float v3, global 2-component vector of int iv2, global 2X4 matrix…
DtextureQueryLOD.frag.out22 0:29 'iv2' ( temp 2-component vector of int)
39 0:33 'iv2' ( temp 2-component vector of int)
80 0:29 'iv2' ( temp 2-component vector of int)
97 0:33 'iv2' ( temp 2-component vector of int)
Dspv.1.4.OpSelect.frag.out20 Name 34 "iv2"
80 34(iv2): 29(ptr) Variable Function
99 Store 34(iv2) 37
103 42: 28(ivec4) Load 34(iv2)
Dspv.vecMatConstruct.frag.out17 Name 37 "iv2"
44 37(iv2): 36(ptr) Variable Function
70 Store 37(iv2) 42
Dspv.newTexture.frag.out38 Name 243 "iv2"
215 243(iv2): 242(ptr) Variable Function
399 Store 243(iv2) 251
401 255: 68(ivec2) Load 243(iv2)
DnewTexture.frag.out215 0:71 'iv2' ( temp 2-component vector of int)
226 0:74 'iv2' ( temp 2-component vector of int)
477 0:71 'iv2' ( temp 2-component vector of int)
488 0:74 'iv2' ( temp 2-component vector of int)
/third_party/node/test/async-hooks/
Dtest-graph.intervals.js13 let iv2; variable
18 iv2 = setInterval(common.mustCall(onsecondInterval, 1), TIMEOUT + 1);
23 clearInterval(iv2);
/third_party/glslang/Test/
Dspv.precisionNonESSamp.frag14 layout(location = 3) flat in lowp ivec2 iv2;
22 lowp vec4 vi1 = imageLoad(i1, iv2);
23 lowp vec4 vi2 = imageLoad(i2, iv2);
Dspv.newTexture.frag68 ivec2 iv2 = textureSize(sCubeShadow, 2);
69 // iv2 += textureSize(is2Dms);
71 FragData = v + vec4(iv2, 0.0, 0.0);
DnewTexture.frag71 ivec2 iv2 = textureSize(sCubeShadow, 2);
72 // iv2 += textureSize(is2Dms);
74 FragData = v + vec4(iv2, 0.0, 0.0);
DtextureQueryLOD.frag29 ivec2 iv2 = textureSize(sampler, 0);
33 color = vec4(iv2,fv2);
DconstErrors.frag26 ivec2 iv2;
31 ivec2 iv2;
Dspv.1.4.OpSelect.frag26 ivec4 iv2 = ivec4(f2);
27 …outv *= (cond > 0 ? iv1 : iv2).z; // in all versions, but in 1.4 as scalar condition, not smea…
Dspv.vecMatConstruct.frag11 ivec2 iv2 = ivec2(m);
DconstFold.frag74 ivec2 iv2;
80 float a[s.iv2.y]; // 3 element array
/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()
101 (char *)iv2->iov_base); in vbufcmp()
Ddiotest_routines.h6 extern int vbufcmp(struct iovec *iv1, struct iovec *iv2, int vcnt);
/third_party/openssl/crypto/aes/asm/
Daesv8-armx.pl2231 my ($iv0,$iv1,$iv2,$iv3,$iv4)=("v6.16b","v8.16b","v9.16b","v10.16b","v11.16b");
2374 // the five ivs stored into, $iv0,$iv1,$iv2,$iv3,$iv4
2427 veor $in2,$dat2,$iv2 // the third block
2428 veor $dat2,$dat2,$iv2
2586 veor $tmp2,$rndlast,$iv2
2626 veor $dat2,$in2,$iv2
2645 vorr $iv3,$iv2,$iv2
2646 vorr $iv2,$iv1,$iv1
2652 veor $dat2,$in2,$iv2
2667 veor $dat2,$in4,$iv2
[all …]
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Daggressive_dead_code_elim_test.cpp143 OpName %iv2 "iv2" in TEST_F()
153 OpName %iv2 "iv2" in TEST_F()
/third_party/python/Lib/test/
Ddataclass_module_2.py30 iv2: T_IV2
Ddataclass_module_2_str.py30 iv2: T_IV2
Ddataclass_module_1_str.py30 iv2: T_IV2
Ddataclass_module_1.py30 iv2: T_IV2

12