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

  /external/ltp/testcases/kernel/fs/fs_di/
create_datafile.c 37 #define BSIZE 1048576L
43 char buf[BSIZE];
49 BSIZE);
55 for (i = 1; i < BSIZE; i++)
57 buf[BSIZE - 1] = 'Z';
63 if (write(fd, buf, BSIZE) == -1)
  /external/ltp/testcases/network/nfs/nfs_stress/
nfs04_create_file.c 37 #define BSIZE 1048576L
43 char buf[BSIZE];
49 BSIZE);
55 for (i = 1; i < BSIZE; i++)
57 buf[BSIZE - 1] = 'Z';
63 if (write(fd, buf, BSIZE) == -1)
  /external/ltp/testcases/kernel/fs/lftest/
lftest.c 40 #define BSIZE 1048576L
41 char buf[BSIZE];
54 printf("usage:<# of %ld buffers to write>\n", BSIZE);
62 for (i = 1; i < BSIZE; i++)
64 buf[BSIZE - 1] = 'Z';
70 if (write(fd, buf, BSIZE) == -1)
78 if (lseek(fd, (i + 1) * BSIZE, 0) == -1)
  /external/ltp/testcases/kernel/syscalls/memset/
memset01.c 46 #undef BSIZE
47 #define BSIZE 4096
52 char buf[BSIZE];
103 for (i = 0; i < BSIZE; i++)
  /external/ltp/testcases/kernel/syscalls/brk/
brk01.c 47 #ifndef BSIZE
48 #define BSIZE BBSIZE
  /external/ltp/testcases/kernel/syscalls/memcmp/
memcmp01.c 46 #undef BSIZE
47 #define BSIZE 4096
52 char buf[BSIZE];
194 for (i = 0; i < BSIZE; i++)
  /external/ltp/testcases/kernel/syscalls/memcpy/
memcpy01.c 51 #undef BSIZE
52 #define BSIZE 4096
61 char buf[BSIZE];
143 for (i = 0; i < BSIZE; i++)
  /external/ltp/testcases/kernel/fs/doio/
write_log.c 76 #ifndef BSIZE
78 #define BSIZE DEV_BSIZE
81 #define BSIZE 512
266 char buf[BSIZE * 32], *bufend, *cp, *bufstart;
growfiles.c 318 #ifndef BSIZE
320 #define BSIZE 1024
322 #define BSIZE 512
324 #endif /* BSIZE */
427 bytes_to_consume *= BSIZE;
    [all...]
iogen.c 73 #ifndef BSIZE
75 #define BSIZE DEV_BSIZE
77 #define BSIZE 512
477 Mintrans, (Mintrans + BSIZE - 1) / BSIZE);
481 Maxtrans, (Maxtrans + BSIZE - 1) / BSIZE);
489 Rawmult, (Rawmult + BSIZE - 1) / BSIZE);
619 random_range(Mintrans, Maxtrans, BSIZE, NULL)
    [all...]
  /frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
RsBrickedBitMask.java 41 public final static int BSIZE = 32;
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.c 43 #define BSIZE 0
    [all...]
  /external/tpm2/
Implementation.h 235 #define BSIZE UINT16
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h 84 typedef UINT16 BSIZE;
    [all...]
  /system/tpm/trunks/
tpm_generated.h 209 #if !defined(BSIZE)
210 #define BSIZE trunks::UINT16
    [all...]

Completed in 275 milliseconds