HomeSort by relevance Sort by last modified time
    Searched defs:K3 (Results 1 - 12 of 12) sorted by null

  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 84 #define K3 (K1 * 3)
135 /* pread() K1 of data (should be 3's) at offset K3. */
136 nread = pread(fildes, read_buf[3], K1, K3);
138 tst_brkm(TFAIL, cleanup, "pread() at off. K3 failed: "
231 /* lseek() to an offset of K3. */
232 l_seek(fildes, K3, SEEK_SET, K3);
236 * place at an offset of K3, moving the file pointer to K4.
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite01.c 87 #define K3 (K1 * 3)
152 /* lseek() to an offset of K3. */
153 l_seek(fildes, K3, SEEK_SET, K3);
157 * should take place at an offset of K3,
pwrite04.c 54 #define K3 (K1 * 3)
126 * lseek() to an offset of K3.
128 l_seek(fd, K3, SEEK_SET, K3);
132 * take place at an offset of K3, moving the file pointer to K4.
  /external/e2fsprogs/lib/ext2fs/
dirhash.c 66 #define K3 015666365641UL
96 ROUND(H, a, b, c, d, in[3] + K3, 3);
97 ROUND(H, d, a, b, c, in[7] + K3, 9);
98 ROUND(H, c, d, a, b, in[2] + K3, 11);
99 ROUND(H, b, c, d, a, in[6] + K3, 15);
100 ROUND(H, a, b, c, d, in[1] + K3, 3);
101 ROUND(H, d, a, b, c, in[5] + K3, 9);
102 ROUND(H, c, d, a, b, in[0] + K3, 11);
103 ROUND(H, b, c, d, a, in[4] + K3, 15);
117 #undef K3
    [all...]
  /external/elfutils/lib/
sha1.c 208 #define K3 0xca62c1d6
345 OP (60, FG, A, B, C, D, E, K3);
346 OP (61, FG, E, A, B, C, D, K3);
347 OP (62, FG, D, E, A, B, C, K3);
348 OP (63, FG, C, D, E, A, B, K3);
349 OP (64, FG, B, C, D, E, A, K3);
350 OP (65, FG, A, B, C, D, E, K3);
351 OP (66, FG, E, A, B, C, D, K3);
352 OP (67, FG, D, E, A, B, C, K3);
353 OP (68, FG, C, D, E, A, B, K3);
    [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapListTest.java 137 final ImapString K3 = new ImapSimpleString("abC");
141 K2, K3,
142 K3, STRING_2);
146 assertElement(K3, list.getKeyedElementOrNull("def", false));
151 assertElement(K3, list.getKeyedElementOrNull("def", true));
193 final ImapString K3 = new ImapSimpleString("abC");
195 ImapList list = buildList(K1, K2, K3);
  /external/speex/libspeex/
math_approx.h 185 #define K3 340
195 return ADD32(K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
199 return SUB32(-K1, MULT16_16_P13(x2, ADD32(K2, MULT16_16_P13(x2, ADD32(K3, MULT16_16_P13(K4, x2))))));
243 K3 = 3*log(2) - 2
  /toolchain/binutils/binutils-2.27/libiberty/
sha1.c 273 #define K3 0x8f1bbcdc
368 R( a, b, c, d, e, F3, K3, M(40) );
369 R( e, a, b, c, d, F3, K3, M(41) );
370 R( d, e, a, b, c, F3, K3, M(42) );
371 R( c, d, e, a, b, F3, K3, M(43) );
372 R( b, c, d, e, a, F3, K3, M(44) );
373 R( a, b, c, d, e, F3, K3, M(45) );
374 R( e, a, b, c, d, F3, K3, M(46) );
375 R( d, e, a, b, c, F3, K3, M(47) );
376 R( c, d, e, a, b, F3, K3, M(48) )
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 69 K3,
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 322 milliseconds