Searched refs:integralof (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/aso/
H A Dasohdr.h38 #ifndef integralof
39 #define integralof(x) (((char*)(x))-((char*)0)) macro
69 #define HASH(p,z) ((integralof(p)*FNV_MULT)%(z))
H A Daso.c624 s = (int)(integralof(p) & (sizeof(u.i) - 1));
625 a = (U16_8_t*)((char*)0 + (integralof(p) & ~(sizeof(u.i) - 1)));
651 s = (int)(integralof(p) & (sizeof(u.i) - 1));
652 a = (U32_8_t*)((char*)0 + (integralof(p) & ~(sizeof(u.i) - 1)));
678 s = (int)(integralof(p) & (sizeof(u.i) - 1));
679 a = (U64_8_t*)((char*)0 + (integralof(p) & ~(sizeof(u.i) - 1)));
723 s = (int)(integralof(p) & (sizeof(u.i) - 1)) / 2;
724 a = (U32_16_t*)((char*)0 + (integralof(p) & ~(sizeof(u.i) - 1)));
750 s = (int)(integralof(p) & (sizeof(u.i) - 1)) / 2;
751 a = (U64_16_t*)((char*)0 + (integralof(
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathtemp.c300 tmp.rng = (uint32_t)tmp.pid * ((uint32_t)time(NiL) ^ (((uint32_t)integralof(&attempt)) >> 3) ^ (((uint32_t)integralof(tmp.dir)) >> 3));
/macosx-10.10/ksh-23/ksh/src/lib/libast/hash/
H A Dhashlook.c91 n = (unsigned int)integralof(name);
301 else if ((n = (int)integralof(value)) < m) n = m;
359 if (value && tab->root->local->alloc) value = (*tab->root->local->alloc)((unsigned int)integralof(value));
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h90 #define integralof(x) (((char*)(x))-((char*)0)) macro
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dvmstate.c78 *pn = integralof(state->vm);
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h203 #define integralof(x) (((char*)(x))-((char*)0)) macro

Completed in 138 milliseconds