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

/ast/src/cmd/tests/aso/
H A Dtaso.c99 if ((rl = asodeclong(&vl)) != 3)
100 terror("asodeclong return failed -- expected %d, got %ld", 3, rl);
102 terror("asodeclong value failed -- expected %d, got %ld", 2, vl);
/ast/src/lib/libast/include/
H A Daso.h138 #define asodeclong(p) asodec32((uint32_t volatile*)p) macro
166 #define asodeclong(p) asodec64((uint64_t volatile*)p) macro

Completed in 7 milliseconds