Searched refs:WEAK (Results 1 - 12 of 12) sorted by relevance

/seL4-refos-master/libs/libutils/include/utils/
H A Dattribute.h73 #define WEAK __attribute__((weak)) macro
/seL4-refos-master/projects/util_libs/libutils/include/utils/
H A Dattribute.h73 #define WEAK __attribute__((weak)) macro
/seL4-refos-master/libs/libsel4platsupport/src/
H A Dcommon.c300 WEAK
312 WEAK
/seL4-refos-master/projects/seL4_libs/libsel4platsupport/src/
H A Dcommon.c300 WEAK
312 WEAK
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c300 #define WEAK 3 macro
314 (u.uhunger > 0) ? WEAK : FAINTING;
325 case WEAK: exercise(A_STR, FALSE);
H A Deat.c55 #define WEAK 3 macro
2277 (h > 0) ? WEAK : FAINTING;
2279 /* While you're eating, you may pass from WEAK to HUNGRY to NOT_HUNGRY.
2298 * were added or if HUNGRY and WEAK were separated by a big enough
2317 if(u.uhs <= WEAK || rn2(20-u.uhunger/10) >= 19) {
2343 if(newhs >= WEAK && u.uhs < WEAK)
2345 else if(newhs < WEAK && u.uhs >= WEAK)
2361 case WEAK
[all...]
H A Dpray.c130 #define WEAK 3 macro
143 if(u.uhs >= WEAK) return(TROUBLE_STARVING);
H A Dapply.c602 #define WEAK 3 /* from eat.c */ macro
638 else if (u.uhs >= WEAK)
1502 if (idx == A_STR && u.uhs >= WEAK) val_limit--;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dattrib.c300 #define WEAK 3 macro
314 (u.uhunger > 0) ? WEAK : FAINTING;
325 case WEAK: exercise(A_STR, FALSE);
H A Deat.c55 #define WEAK 3 macro
2277 (h > 0) ? WEAK : FAINTING;
2279 /* While you're eating, you may pass from WEAK to HUNGRY to NOT_HUNGRY.
2298 * were added or if HUNGRY and WEAK were separated by a big enough
2317 if(u.uhs <= WEAK || rn2(20-u.uhunger/10) >= 19) {
2343 if(newhs >= WEAK && u.uhs < WEAK)
2345 else if(newhs < WEAK && u.uhs >= WEAK)
2361 case WEAK
[all...]
H A Dpray.c130 #define WEAK 3 macro
143 if(u.uhs >= WEAK) return(TROUBLE_STARVING);
H A Dapply.c602 #define WEAK 3 /* from eat.c */ macro
638 else if (u.uhs >= WEAK)
1502 if (idx == A_STR && u.uhs >= WEAK) val_limit--;

Completed in 90 milliseconds