Searched refs:asocaslong (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/tests/aso/
H A Dtaso.c87 if ((rl = asocaslong(&vl, 1, 2)) != 1)
88 terror("asocaslong return value failed -- expected %d, got %ld", 1, rl);
90 terror("asocaslong value failed -- expected %d, got %ld", 2, vl);
91 else if ((rl = asocaslong(&vl, 1, 3)) != 2)
92 terror("asocaslong return value failed -- expected %d, got %ld", 2, rl);
94 terror("asocaslong value failed -- expected %d, got %ld", 2, vl);
/ast/src/lib/libast/include/
H A Daso.h135 #define asocaslong(p,o,n) asocas32((uint32_t volatile*)p,o,n) macro
163 #define asocaslong(p,o,n) asocas64((uint64_t volatile*)p,o,n) macro

Completed in 7 milliseconds