HomeSort by relevance Sort by last modified time
    Searched refs:GG (Results 1 - 24 of 24) sorted by null

  /external/libjpeg-turbo/md5/
md5.c 106 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
114 #define GG(a, b, c, d, x, s, ac) { \
272 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
273 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
274 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
275 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
276 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
277 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
278 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
279 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 *
    [all...]
  /external/syslinux/com32/libutil/
md5.c 54 * FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
62 #define GG(a, b, c, d, x, s, ac) { \
205 GG(a, b, c, d, x[1], S21, 0xf61e2562); /* 17 */
206 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */
207 GG(c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
208 GG(b, c, d, a, x[0], S24, 0xe9b6c7aa); /* 20 */
209 GG(a, b, c, d, x[5], S21, 0xd62f105d); /* 21 */
210 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */
211 GG(c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
212 GG(b, c, d, a, x[4], S24, 0xe7d3fbc8); /* 24 *
    [all...]
  /external/dng_sdk/source/
dng_fingerprint.cpp 530 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
531 GG (d, a, b, c, x[ 6], S22, 0xc040b340); /* 18 */
532 GG (c, d, a, b, x[11], S23, 0x265e5a51); /* 19 */
533 GG (b, c, d, a, x[ 0], S24, 0xe9b6c7aa); /* 20 */
534 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
535 GG (d, a, b, c, x[10], S22, 0x2441453); /* 22 */
536 GG (c, d, a, b, x[15], S23, 0xd8a1e681); /* 23 */
537 GG (b, c, d, a, x[ 4], S24, 0xe7d3fbc8); /* 24 */
538 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
539 GG (d, a, b, c, x[14], S22, 0xc33707d6); /* 26 *
    [all...]
dng_fingerprint.h 227 // FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
252 static inline void GG (uint32 &a,
  /external/curl/lib/
makefile.amiga 7 ATCPSDKI= /GG/netinclude
  /external/ppp/pppd/
md5.c 73 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
80 #define GG(a, b, c, d, x, s, ac) \
236 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
237 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
238 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
239 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
240 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
241 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
242 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
243 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 *
    [all...]
  /external/python/cpython3/Modules/
md5module.c 112 #define GG(a,b,c,d,M,s,t) \
156 GG(a,b,c,d,W[1],5,0xf61e2562UL)
157 GG(d,a,b,c,W[6],9,0xc040b340UL)
158 GG(c,d,a,b,W[11],14,0x265e5a51UL)
159 GG(b,c,d,a,W[0],20,0xe9b6c7aaUL)
160 GG(a,b,c,d,W[5],5,0xd62f105dUL)
161 GG(d,a,b,c,W[10],9,0x02441453UL)
162 GG(c,d,a,b,W[15],14,0xd8a1e681UL)
163 GG(b,c,d,a,W[4],20,0xe7d3fbc8UL)
164 GG(a,b,c,d,W[9],5,0x21e1cde6UL
    [all...]
  /external/syslinux/core/lwip/src/netif/ppp/
md5.c 81 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4 */
88 #define GG(a, b, c, d, x, s, ac) \
251 GG ( a, b, c, d, in[ 1], S21, UL(4129170786)); /* 17 */
252 GG ( d, a, b, c, in[ 6], S22, UL(3225465664)); /* 18 */
253 GG ( c, d, a, b, in[11], S23, UL( 643717713)); /* 19 */
254 GG ( b, c, d, a, in[ 0], S24, UL(3921069994)); /* 20 */
255 GG ( a, b, c, d, in[ 5], S21, UL(3593408605)); /* 21 */
256 GG ( d, a, b, c, in[10], S22, UL( 38016083)); /* 22 */
257 GG ( c, d, a, b, in[15], S23, UL(3634488961)); /* 23 */
258 GG ( b, c, d, a, in[ 4], S24, UL(3889429448)); /* 24 *
    [all...]
  /external/curl/src/
makefile.amiga 7 ATCPSDKI= /GG/netinclude
  /external/clang/test/CodeGen/
2002-07-14-MiscTests3.c 148 double EE, double FF, double GG, double HH,
151 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
  /external/clang/test/SemaCXX/
attr-noreturn.cpp 82 struct GG : EE {};
99 GG g;
115 const GG& gg = GG(); local
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_pcmu_jitter.rtp     [all...]
stereo_pcmu.rtp     [all...]
stereo_pcmu_vad.rtp     [all...]
stereo_pcmu_vad_jitter.rtp     [all...]
stereo_g729.rtp     [all...]
  /external/toybox/toys/posix/
ps.c 60 usage: ps [-AadefLlnwZ] [-gG GROUP,] [-k FIELD,] [-o FIELD,] [-p PID,] [-t TTY,] [-uU USER,]
278 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU;
426 {&TT.gg, SLOT_gid}, {&TT.GG, SLOT_rgid}, {&TT.pp, SLOT_pid},
727 |_PS_IO|_PS_DIO)) || TT.GG.len || TT.UU.len)
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
eyes-only.conf 252 ~c279=GG # Georgia
rel.conf 258 ~c200,~c279=GG # Georgia
  /external/toybox/generated/
globals.h 1285 struct ptr_len gg, GG, pp, PP, ss, tt, uu, UU; member in struct:ps_data
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/
arm-linux-androideabi-gcc-4.9.x     [all...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/bin/
x86_64-linux-android-gcc-4.9.x     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump     [all...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/bin/
mips64el-linux-android-gcc-4.9.x     [all...]

Completed in 1287 milliseconds