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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dntpclient.c130 #define PREC -6 macro
140 ( STRATUM << 16) | ( POLL << 8 ) | ( PREC & 0xff ) );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_unfl.S189 | Set up d1 for round subroutine d1 contains the PREC/MODE
194 addl (%a7)+,%d1 |merge PREC/MODE
H A Dsint.S224 | ; d1 PREC/MODE info
H A Dround.S126 | Input: d1 = PREC:ROUND
134 | Notes: the ext_grs uses the round PREC, and therefore has to swap d1
H A Dres_func.S1727 addl %d0,%d1 |d1 has PREC/MODE info
1908 swap %d1 |at this point d1 has PREC/MODE info
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dntpclient.c126 #define PREC -6 macro
136 ( STRATUM << 16) | ( POLL << 8 ) | ( PREC & 0xff ) );
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c12007 #define PREC(op) ((op) & 0x1F) macro
12092 operator prec = PREC(op);
12095 return (prec == PREC(TOK_ASSIGN) ||
12102 return (prec == PREC(TOK_ASSIGN) || prec == PREC(TOK_EXPONENT)
12103 || prec == PREC(TOK_CONDITIONAL));
12498 prec = PREC(op);
12518 operator prev_prec = PREC(stackptr[-1]);

Completed in 94 milliseconds