Home
last modified time | relevance | path

Searched refs:nbytes (Results 1 – 5 of 5) sorted by relevance

/include/
A Dspi-mem.h22 .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 Dmalloc.h381 #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 Dnet-common.h132 unsigned compute_ip_checksum(const void *addr, unsigned int nbytes);
143 int ip_checksum_ok(const void *addr, unsigned int nbytes);
A Dfat.h211 void *fat_next_cluster(fat_itr *itr, unsigned int *nbytes);
/include/linux/mtd/
A Dmtd.h378 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