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/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/libspeexdsp/
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))))));
  /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 2733 milliseconds