Home
last modified time | relevance | path

Searched refs:ai1 (Results 1 - 11 of 11) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdatePair.cpp116 static int CompareArcItemsBase(const CArcItem &ai1, const CArcItem &ai2) in CompareArcItemsBase() argument
118 const int res = CompareFileNames(ai1.Name, ai2.Name); in CompareArcItemsBase()
121 if (ai1.IsDir != ai2.IsDir) in CompareArcItemsBase()
122 return ai1.IsDir ? -1 : 1; in CompareArcItemsBase()
/third_party/libwebsockets/lib/abstract/
H A Dabstract.c139 lws_abs_t *ai1 = (lws_abs_t *)user, in find_compatible() local
142 if (!lws_abstract_compare_connection(ai1, ai2)) { in find_compatible()
144 lws_dll2_add_tail(&ai1->bound, &ai2->children_owner); in find_compatible()
/third_party/pulseaudio/speex/libspeexdsp/
H A Dsmallft.c279 float dc2,ai1,ai2,ar1,ar2,ds2; in dradfg() local
411 ai1=0.f; in dradfg()
418 ar1h=dcp*ar1-dsp*ai1; in dradfg()
419 ai1=dcp*ai1+dsp*ar1; in dradfg()
428 ch2[t5++]=ai1*c2[t6++]; in dradfg()
432 ds2=ai1; in dradfg()
434 ai2=ai1; in dradfg()
847 float dc2,ai1,ai2,ar1,ar2,ds2; in dradbg() local
982 ai1 in dradbg()
[all...]
/third_party/libwebsockets/lib/core-net/client/
H A Dconmon.c128 struct addrinfo *ai1 = ai->ai_next; in lws_conmon_addrinfo_destroy() local
131 ai = ai1; in lws_conmon_addrinfo_destroy()
/third_party/mesa3d/src/mesa/math/
H A Dm_matrix.c173 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); in matmul4() local
174 P(i,0) = ai0 * B(0,0) + ai1 * B(1,0) + ai2 * B(2,0) + ai3 * B(3,0); in matmul4()
175 P(i,1) = ai0 * B(0,1) + ai1 * B(1,1) + ai2 * B(2,1) + ai3 * B(3,1); in matmul4()
176 P(i,2) = ai0 * B(0,2) + ai1 * B(1,2) + ai2 * B(2,2) + ai3 * B(3,2); in matmul4()
177 P(i,3) = ai0 * B(0,3) + ai1 * B(1,3) + ai2 * B(2,3) + ai3 * B(3,3); in matmul4()
193 const GLfloat ai0=A(i,0), ai1=A(i,1), ai2=A(i,2), ai3=A(i,3); in matmul34() local
194 P(i,0) = ai0 * B(0,0) + ai1 * B(1,0) + ai2 * B(2,0); in matmul34()
195 P(i,1) = ai0 * B(0,1) + ai1 * B(1,1) + ai2 * B(2,1); in matmul34()
196 P(i,2) = ai0 * B(0,2) + ai1 * B(1,2) + ai2 * B(2,2); in matmul34()
197 P(i,3) = ai0 * B(0,3) + ai1 * in matmul34()
[all...]
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Dia64-mont.pl378 ai0=f8; ai1=f9; ai2=f10; ai3=f11; ai4=f12; ai5=f13; ai6=f14; ai7=f15;
426 ldf8 ai1=[r29],16 // ap[1]
531 (p16) xma.hu ahi[1]=ai1,bj[7],ahi[0] // ap[1]*b[i]
534 (p16) xma.lu alo[1]=ai1,bj[7],ahi[0]
/third_party/openssl/crypto/bn/asm/
H A Dia64-mont.pl378 ai0=f8; ai1=f9; ai2=f10; ai3=f11; ai4=f12; ai5=f13; ai6=f14; ai7=f15;
426 ldf8 ai1=[r29],16 // ap[1]
531 (p16) xma.hu ahi[1]=ai1,bj[7],ahi[0] // ap[1]*b[i]
534 (p16) xma.lu alo[1]=ai1,bj[7],ahi[0]
/third_party/mbedtls/3rdparty/everest/library/legacy/
H A DHacl_Curve25519.c427 uint64_t ai1 = ai ^ x; in Hacl_EC_Point_swap_conditional_step() local
429 a[i] = ai1; in Hacl_EC_Point_swap_conditional_step()
/third_party/mbedtls/3rdparty/everest/library/
H A DHacl_Curve25519.c382 uint64_t ai1 = ai ^ x; in Hacl_EC_Point_swap_conditional_step() local
384 a[i] = ai1; in Hacl_EC_Point_swap_conditional_step()
/third_party/python/Lib/
H A Ddifflib.py965 for tag, ai1, ai2, bj1, bj2 in cruncher.get_opcodes():
966 la, lb = ai2 - ai1, bj2 - bj1
/third_party/ffmpeg/libavcodec/
H A Dexr.c1169 uint8_t *ai1 = td->rle_raw_data + y * td->xsize + rle_raw_size / 2; in dwa_uncompress() local
1172 uint16_t ha = ai0[x] | (ai1[x] << 8); in dwa_uncompress()

Completed in 25 milliseconds