HomeSort by relevance Sort by last modified time
    Searched refs:NBPW (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/kernel/fs/doio/
datapid.c 46 NBPW 8
97 num_full_words = bsize / NBPW;
100 if (cnt = (offset % NBPW)) { /* partial word */
118 for (; boff < (NBPW - cnt) && boff < bsize; boff++, chr++) {
127 num_full_words = (bsize - boff) / NBPW;
131 for (cnt = 0; cnt < num_full_words; woff += NBPW, cnt++) {
138 for (tmp = 0; tmp < NBPW; tmp++, chr++) {
144 boff += NBPW;
153 if (cnt = ((bsize - boff) % NBPW)) {
198 num_full_words = bsize / NBPW;
    [all...]
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 64 #define NBPW sizeof(int)
539 count_word = (int *)&writebuf[NBPW];
601 for (i = 2 * NBPW; i < size; ++i) {
763 int num_words = length / NBPW; /* given length in bytes, get length in words */
767 char b[NBPW];
768 char c[NBPW * 2];
775 if (length % NBPW)
784 for (i = 0; i < num_words; ++i, a += NBPW, addr++) {
792 memset(c, 0x00, width * NBPW);
796 memcpy(c, a - (width * NBPW), width * NBPW)
    [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 192 #define NBPW sizeof(int) /* number of bytes per word (integer) */

Completed in 242 milliseconds