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

  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 84 #define K4 (K1 * 4)
126 * We should still be at offset K4,
129 l_seek(fildes, 0, SEEK_CUR, K4);
174 /* reset our location to offset K4 in case we are looping */
175 l_seek(fildes, K4, SEEK_SET, K4);
235 * place at an offset of K3, moving the file pointer to K4.
242 /* We should be at offset K4. */
243 l_seek(fildes, 0, SEEK_CUR, K4);
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite01.c 87 #define K4 (K1 * 4)
157 * moving the file pointer to K4.
166 /* We should be at offset K4. */
167 l_seek(fildes, 0, SEEK_CUR, K4);
pwrite04.c 55 #define K4 (K1 * 4)
132 * take place at an offset of K3, moving the file pointer to K4.
141 * We should be at offset K4.
143 l_seek(fd, 0, SEEK_CUR, K4);
160 * the file and ensure it is already K4 in length and
173 if (statbuf.st_size != K4) {
174 tst_resm(TFAIL, "file size is %ld != K4",
199 tst_resm(TFAIL, "file size is %ld != K4",
  /external/openssh/openbsd-compat/
rmd160.c 67 #define K4 0xA953FD4EU
259 R(b, c, d, e, a, F4, K4, 9, 4);
260 R(a, b, c, d, e, F4, K4, 15, 0);
261 R(e, a, b, c, d, F4, K4, 5, 5);
262 R(d, e, a, b, c, F4, K4, 11, 9);
263 R(c, d, e, a, b, F4, K4, 6, 7);
264 R(b, c, d, e, a, F4, K4, 8, 12);
265 R(a, b, c, d, e, F4, K4, 13, 2);
266 R(e, a, b, c, d, F4, K4, 12, 10);
267 R(d, e, a, b, c, F4, K4, 5, 14)
    [all...]
  /external/speex/libspeex/
math_approx.h 186 #define K4 -10
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))))));
  /toolchain/binutils/binutils-2.25/libiberty/
sha1.c 274 #define K4 0xca62c1d6
388 R( a, b, c, d, e, F4, K4, M(60) );
389 R( e, a, b, c, d, F4, K4, M(61) );
390 R( d, e, a, b, c, F4, K4, M(62) );
391 R( c, d, e, a, b, F4, K4, M(63) );
392 R( b, c, d, e, a, F4, K4, M(64) );
393 R( a, b, c, d, e, F4, K4, M(65) );
394 R( e, a, b, c, d, F4, K4, M(66) );
395 R( d, e, a, b, c, F4, K4, M(67) );
396 R( c, d, e, a, b, F4, K4, M(68) )
    [all...]
  /external/clang/test/Sema/
warn-duplicate-enum.c 70 K4 = K2,
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 281 milliseconds