Searched refs:nbytes (Results 1 – 5 of 5) sorted by relevance
| /include/ |
| A D | spi-mem.h | 22 .nbytes = 1, \ 27 .nbytes = __nbytes, \ 36 .nbytes = __nbytes, \ 45 .nbytes = __nbytes, \ 53 .nbytes = __nbytes, \ 100 u8 nbytes; member 107 u8 nbytes; member 114 u8 nbytes; member 123 unsigned int nbytes; member
|
| A D | malloc.h | 381 #define MALLOC_ZERO(charp, nbytes) \ argument 383 INTERNAL_SIZE_T mzsz = (nbytes); \ 398 #define MALLOC_COPY(dest,src,nbytes) \ argument 400 INTERNAL_SIZE_T mcsz = (nbytes); \ 420 #define MALLOC_ZERO(charp, nbytes) \ 423 long mctmp = (nbytes)/sizeof(INTERNAL_SIZE_T), mcn; \ 437 #define MALLOC_COPY(dest,src,nbytes) \ 441 long mctmp = (nbytes)/sizeof(INTERNAL_SIZE_T), mcn; \
|
| A D | net-common.h | 132 unsigned compute_ip_checksum(const void *addr, unsigned int nbytes); 143 int ip_checksum_ok(const void *addr, unsigned int nbytes);
|
| A D | fat.h | 211 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes);
|
| /include/linux/mtd/ |
| A D | mtd.h | 378 const u8 *oobbuf, int start, int nbytes); 380 u8 *oobbuf, int start, int nbytes); 384 const u8 *oobbuf, int start, int nbytes); 386 u8 *oobbuf, int start, int nbytes);
|
Completed in 16 milliseconds