/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/e2fsprogs/tests/f_extent_htree/ |
script | 26 BSIZE=1024 34 NUM=$(((BSIZE / (NAMELEN + 8)) * (BSIZE / 12) * 2)) 46 echo "mke2fs -b $BSIZE -O dir_index,extent -d$SRC -N$NUM $TMPFILE $NUM" >> $OUT 47 $MKE2FS -b $BSIZE -O dir_index,extent -d$SRC -N$NUM $TMPFILE $NUM >> $OUT 2>&1
|
/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/syscalls/memcmp/ |
memcmp01.c | 46 #undef BSIZE 47 #define BSIZE 4096 52 char buf[BSIZE]; 194 for (i = 0; i < BSIZE; i++)
|
/toolchain/binutils/binutils-2.27/opcodes/ |
rx-decode.opc | 42 #define BSIZE 0 935 ID(bset); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____; 938 ID(bset); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____; 947 ID(bclr); BWL(BSIZE); SC(bit); DD(sd, rdst, BSIZE); F_____; 950 ID(bclr); BWL(BSIZE); SR(rsrc); DD(sd, rdst, BSIZE); F_____; 959 ID(btst); BWL(BSIZE); S2C(bit); SD(sd, rdst, BSIZE); F___ZC [all...] |
rx-decode.c | 43 #define BSIZE 0 [all...] |
/external/ltp/testcases/kernel/fs/doio/ |
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...] |
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...] |
doio.c | [all...] |
/toolchain/binutils/binutils-2.27/gas/config/ |
rx-parse.y | 33 #define BSIZE 0 38 static int sizemap[] = { BSIZE, WSIZE, LSIZE, WSIZE }; 288 { if ($8 <= 7 && rx_uintop ($4, 8) && rx_disp5op0 (&$6, BSIZE)) 291 { B2 (0xf8, 0x04); F ($8, 8, 4); DSP ($6, 6, BSIZE); O1 ($4); 323 { B2 (0x44, 0); F ($4, 8, 4); F ($8, 12, 4); DSP ($2, 6, BSIZE); } 609 { B2 (0xf0, 0x00); F ($7, 8, 4); FE ($3, 13, 3); DSP ($5, 6, BSIZE); } 611 { B2 (0xf0, 0x08); F ($7, 8, 4); FE ($3, 13, 3); DSP ($5, 6, BSIZE); } 613 { B2 (0xf4, 0x00); F ($7, 8, 4); FE ($3, 13, 3); DSP ($5, 6, BSIZE); } 658 { id24 (1, 0x60, 0x00); F ($6, 16, 4); F ($2, 20, 4); DSP ($4, 14, BSIZE); } 660 { id24 (1, 0x64, 0x00); F ($6, 16, 4); F ($2, 20, 4); DSP ($4, 14, BSIZE); } [all...] |
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
RsBrickedBitMask.java | 41 public final static int BSIZE = 32;
|
/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...] |