Lines Matching defs:alignbytes
46 static int alignbytes = -1;53 if (alignbytes > 0)54 return alignbytes;59 len = sizeof(alignbytes);61 (void *)&alignbytes, &len, NULL, (size_t)0);62 if (ret >= 0 && alignbytes >= 0)63 return alignbytes;66 alignbytes = ALIGNBYTES;67 return alignbytes;
Indexes created Wed Oct 01 15:09:59 GMT 2025