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

  /external/ltp/testcases/kernel/syscalls/pread/
pread01.c 85 #define K4 (K1 * 4)
127 * We should still be at offset K4,
130 l_seek(fildes, 0, SEEK_CUR, K4);
175 /* reset our location to offset K4 in case we are looping */
176 l_seek(fildes, K4, SEEK_SET, K4);
236 * place at an offset of K3, moving the file pointer to K4.
243 /* We should be at offset K4. */
244 l_seek(fildes, 0, SEEK_CUR, K4);
  /external/ltp/testcases/kernel/syscalls/pwrite/
pwrite01.c 88 #define K4 (K1 * 4)
158 * moving the file pointer to K4.
167 /* We should be at offset K4. */
168 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/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.27/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 133 milliseconds