Home | History | Annotate | Download | only in src

Lines Matching refs:ptr32

2331 	  uint32_t *ptr32 = (uint32_t *) (notemem + idx);
2344 namesz32 = bswap_32 (*ptr32);
2345 ++ptr32;
2346 descsz32 = bswap_32 (*ptr32);
2354 namesz32 = *ptr32++;
2355 descsz32 = *ptr32;