Searched defs:third (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Deh_frame.c220 unsigned char *third = data; local
232 third += 8;
233 next_code = (third >= data_end)? ULONG_MAX :
235 (uint64_t)(*((uint32_t *)third));
243 third += 16;
244 next_code = (third >= data_end)? ULONG_MAX :
246 (uint64_t)(*((uint64_t *)third));
254 third += 8;
255 next_code = (third >= data_end)? ULONG_MAX :
257 (uint64_t)(int64_t)(*((int32_t *)third));
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dfind.c206 Item_t third; member in struct:Node_s
896 np->third.u = 0;
939 np->third.u = 512;
944 np->third.u = 1024 * 1024 * 1024;
947 np->third.u = 1024;
950 np->third.u = 1024 * 1024;
953 np->third.u = 2;
1526 if (m = np->third.u)

Completed in 598 milliseconds