Searched refs:_S (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dframe_kern.h9 #define _S(nr) (1<<((nr)-1)) macro
10 #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dctype.c12 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
15 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
29 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
H A Dts_fsm.c54 [TS_FSM_SPACE] = _S,
67 _W|_A|_C, _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C|_S, /* 8- 11 */
68 _W|_A|_C|_S, _W|_A|_C|_S, _W|_A|_C, _W|_A|_C, /* 12- 15 */
73 _W|_A|_S|_SP, _W|_A|_P, _W|_A|_P, _W|_A|_P, /* 32- 35 */
105 _W|_S|_SP, _W|_P, _W|_P, _W|_P, /* 160-163 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dctype.h14 #define _S 0x20 /* white space (space/lf/tab) */ macro
30 #define isspace(c) ((__ismask(c)&(_S)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/
H A Dpibs.c25 _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
28 _S|_SP,_P,_P,_P,_P,_P,_P,_P, /* 32-39 */
42 _S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsignal.c31 #define _S(nr) (1<<((nr)-1)) macro
33 #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsignal.c17 #define _S(nr) (1L<<((nr)-1)) macro
19 #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))
102 sigdelsetmask(&current->blocked, _S(sig));
108 sigaddsetmask(&current->blocked, (_S(sig) & ~_BLOCKABLE));
123 sigdelsetmask(&current->blocked, _S(sig));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmdefs.h325 * #define <NAME>_S 4
335 (((val) >> field ## _S) & field ## _M)
337 (((val) & (~(field ## _M << field ## _S))) | \
338 ((unsigned)(bits) << field ## _S))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dirixsig.c23 #define _S(nr) (1<<((nr)-1)) macro
25 #define _BLOCKABLE (~(_S(SIGKILL) | _S(SIGSTOP)))

Completed in 85 milliseconds