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

  /device/linaro/bootloader/edk2/StdLib/Include/sys/
param.h 192 #define NBPW sizeof(int) /* number of bytes per word (integer) */
  /external/ltp/testcases/kernel/ipc/pipeio/
pipeio.c 64 #define NBPW sizeof(int)
536 count_word = (int *)&writebuf[NBPW];
598 for (i = 2 * NBPW; i < size; ++i) {
760 int num_words = length / NBPW; /* given length in bytes, get length in words */
764 char b[NBPW];
765 char c[NBPW * 2];
772 if (length % NBPW)
781 for (i = 0; i < num_words; ++i, a += NBPW, addr++) {
789 memset(c, 0x00, width * NBPW);
793 memcpy(c, a - (width * NBPW), width * NBPW)
    [all...]

Completed in 84 milliseconds