Searched defs:longs (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmd5.c60 static void byteReverse (unsigned char *buf, unsigned longs){ argument
67 } while (--longs);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dutils.c185 int c, n, longs; local
250 longs = 0;
252 longs++;
255 longs++;
267 if (longs >= 2)
271 if (longs > 0)
279 if (longs >= 2)
283 if (longs > 0)
296 if (longs >= 2)
300 if (longs >
[all...]
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c50 /* First 16 longs of device PCI config header. */
1022 uint64_t longs[DUMP_BUF_SIZE / sizeof (uint64_t)]; member in union:__anon1054
1151 buffer.longs[next] = (uint64_t)local_prg.data;

Completed in 90 milliseconds