Searched refs:lval (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/usr/tests/filetests/
H A Dfscanf_test.c61 long lval; local
62 r = fscanf(fh, "c %ld\n", &lval);
64 if(lval != 1234567890UL) {
65 USER_PANIC("fscanf read wrong value %ld != 1234567890", lval);
/barrelfish-master/include/x86emu/
H A Dfpu_regs.h55 s32 lval; member in union:x86_fpu_reg_u
/barrelfish-master/lib/msun/src/
H A Dmath_private.h280 #define STRICT_ASSIGN(type, lval, rval) ((lval) = (rval))
282 #define STRICT_ASSIGN(type, lval, rval) do { \
286 (lval) = (rval); \
289 (lval) = __lval; \
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dwrite.c125 p_printf5(value vs, type ts, value strval, type strtag, value lval, type ltag, value vm, type tm, value vfc, type tfc, value vse, type tse, value vle, type tle, value verr, type terr),
1982 p_printf5(value vs, type ts, value strval, type strtag, value lval, type ltag, value vm, type tm, value vfc, type tfc, value vse, type tse, value vle, type tle, value verr, type terr) argument
2013 my_list[0].val = lval;
2018 list = lval.ptr;
2406 Request_Unify_Pw(vle, tle, lval, ltag);

Completed in 42 milliseconds