Searched refs:TRUE (Results 1 - 25 of 232) sorted by relevance

12345678910

/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/
H A Dphy.c135 * TRUE if loop back is enabled \n
143 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
152 return TRUE;
162 * TRUE if loop back is disabled \n
170 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
179 return TRUE;
203 * TRUE if autonegotiation started
213 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
228 if (MDIOPhyRegRead(mdioBaseAddr, phyAddr, PHY_BCR, &data) != TRUE ) {
247 return TRUE;
[all...]
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dquest.c32 Qstat(first_start) = TRUE;
44 Qstat(first_locate) = TRUE;
79 Qstat(killed_nemesis) = TRUE;
88 Qstat(touched_artifact) = TRUE;
90 exercise(A_WIS, TRUE);
194 Qstat(got_thanks) = TRUE;
210 Qstat(cheater) = TRUE;
240 Qstat(met_leader) = TRUE;
249 exercise(A_WIS, TRUE);
251 } else if(is_pure(TRUE) <
[all...]
H A Dcmd.c227 * TRUE, no keystrokes can be saved into the saveq.
462 dryup(u.ux, u.uy, TRUE);
486 discover = TRUE;
535 map_trap(t, TRUE);
644 polyself(TRUE);
685 display_nhwindow(win, TRUE);
722 display_nhwindow(win, TRUE);
754 display_nhwindow(win, TRUE);
1062 if (carrying(LUCKSTONE) || stone_luck(TRUE)) {
1124 display_nhwindow(en_win, TRUE);
[all...]
H A Doptions.c21 #define PREFER_TILED TRUE
43 {"altmeta", &flags.altmeta, TRUE, DISP_IN_GAME},
45 {"altmeta", (boolean *)0, TRUE, DISP_IN_GAME},
54 {"autopickup", &flags.pickup, TRUE, SET_IN_GAME},
62 {"checkpoint", &flags.ins_chkpt, TRUE, SET_IN_GAME},
67 {"checkspace", &iflags.checkspace, TRUE, SET_IN_GAME},
71 {"cmdassist", &iflags.cmdassist, TRUE, SET_IN_GAME},
73 {"color", &iflags.wc_color,TRUE, SET_IN_GAME}, /*WC*/
77 {"confirm",&flags.confirm, TRUE, SET_IN_GAME},
90 {"fast_map", &flags.fast_map, TRUE, SET_IN_GAM
[all...]
H A Dversion.c56 display_file(OPTIONS_USED, TRUE);
104 return TRUE;
116 boolean verbose = name ? TRUE : FALSE;
131 return TRUE;
H A Dpotion.c68 if ((xtime && !old) || (!xtime && old)) flags.botl = TRUE;
95 if ((!xtime && old) || (xtime && !old)) flags.botl = TRUE;
121 flags.botl = TRUE;
132 flags.botl = TRUE;
256 if (HHallucination) changed = TRUE;
262 changed = TRUE;
362 otmp->in_use = TRUE; /* you've opened the stopper */
391 otmp->in_use = TRUE;
447 TRUE, 0L); local
474 exercise(A_CON, TRUE);
797 !otmp->cursed, TRUE); local
[all...]
H A Duhitm.c64 (void)rust_dmg(target, xname(target), hurt, TRUE, mdef);
68 (void)rust_dmg(target, xname(target), hurt, TRUE, mdef);
71 (void)rust_dmg(target, xname(target), hurt, TRUE, mdef);
146 return TRUE;
161 return TRUE;
181 return TRUE;
198 override_confirmation = TRUE;
205 return(TRUE);
324 inshop = TRUE;
337 return(TRUE);
[all...]
H A Ddokick.c84 exercise(A_DEX, TRUE);
104 if (mintrap(mon) == 2) trapkilled = TRUE;
109 (void) passive(mon, TRUE, mon->mhp > 0, AT_KICK);
188 if(i < j/10) clumsy = TRUE;
189 else if(!rn2((i < j/5) ? 2 : 3)) clumsy = TRUE;
192 if(Fumbling) clumsy = TRUE;
195 clumsy = TRUE;
232 * Return TRUE if caught (the gold taken care of), FALSE otherwise.
250 msg_given = TRUE;
319 mtmp->mpeaceful = TRUE;
[all...]
H A Dtrap.c54 boolean /* returns TRUE if hit on torso */
78 return TRUE;
83 return TRUE;
90 return TRUE;
110 /* Generic rust-armor function. Returns TRUE if a message was printed;
111 * "print", if set, means to print a message (and thus to return TRUE) even
112 * if the item could not be rusted; otherwise a message is printed and TRUE is
127 boolean is_primary = TRUE;
136 grprot = TRUE;
142 grprot = TRUE;
1851 erode_obj(MON_WEP(mtmp), FALSE, TRUE); local
[all...]
H A Ddetect.c109 return TRUE;
130 return TRUE;
155 change_made = TRUE;
183 known = TRUE;
187 known = TRUE;
190 known = TRUE;
198 known = TRUE;
201 known = TRUE;
282 exercise(A_WIS, TRUE);
283 display_nhwindow(WIN_MAP, TRUE);
[all...]
H A Dspell.c107 /* TRUE: book should be destroyed by caller */
124 make_blinded(Blinded + rn1(100,250),TRUE);
158 bp->in_use = TRUE;
169 return TRUE;
177 /* study while confused: returns TRUE if the book is destroyed */
185 spellbook->in_use = TRUE; /* in case called from learn */
194 gone = TRUE;
234 if(!otmp->cursed) arti1_primed = TRUE;
235 else arti_cursed = TRUE;
239 if(!otmp->cursed) arti2_primed = TRUE;
[all...]
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dquest.c32 Qstat(first_start) = TRUE;
44 Qstat(first_locate) = TRUE;
79 Qstat(killed_nemesis) = TRUE;
88 Qstat(touched_artifact) = TRUE;
90 exercise(A_WIS, TRUE);
194 Qstat(got_thanks) = TRUE;
210 Qstat(cheater) = TRUE;
240 Qstat(met_leader) = TRUE;
249 exercise(A_WIS, TRUE);
251 } else if(is_pure(TRUE) <
[all...]
H A Dcmd.c227 * TRUE, no keystrokes can be saved into the saveq.
462 dryup(u.ux, u.uy, TRUE);
486 discover = TRUE;
535 map_trap(t, TRUE);
644 polyself(TRUE);
685 display_nhwindow(win, TRUE);
722 display_nhwindow(win, TRUE);
754 display_nhwindow(win, TRUE);
1062 if (carrying(LUCKSTONE) || stone_luck(TRUE)) {
1124 display_nhwindow(en_win, TRUE);
[all...]
H A Doptions.c21 #define PREFER_TILED TRUE
43 {"altmeta", &flags.altmeta, TRUE, DISP_IN_GAME},
45 {"altmeta", (boolean *)0, TRUE, DISP_IN_GAME},
54 {"autopickup", &flags.pickup, TRUE, SET_IN_GAME},
62 {"checkpoint", &flags.ins_chkpt, TRUE, SET_IN_GAME},
67 {"checkspace", &iflags.checkspace, TRUE, SET_IN_GAME},
71 {"cmdassist", &iflags.cmdassist, TRUE, SET_IN_GAME},
73 {"color", &iflags.wc_color,TRUE, SET_IN_GAME}, /*WC*/
77 {"confirm",&flags.confirm, TRUE, SET_IN_GAME},
90 {"fast_map", &flags.fast_map, TRUE, SET_IN_GAM
[all...]
H A Dversion.c56 display_file(OPTIONS_USED, TRUE);
104 return TRUE;
116 boolean verbose = name ? TRUE : FALSE;
131 return TRUE;
H A Dpotion.c68 if ((xtime && !old) || (!xtime && old)) flags.botl = TRUE;
95 if ((!xtime && old) || (xtime && !old)) flags.botl = TRUE;
121 flags.botl = TRUE;
132 flags.botl = TRUE;
256 if (HHallucination) changed = TRUE;
262 changed = TRUE;
362 otmp->in_use = TRUE; /* you've opened the stopper */
391 otmp->in_use = TRUE;
447 TRUE, 0L); local
474 exercise(A_CON, TRUE);
797 !otmp->cursed, TRUE); local
[all...]
H A Duhitm.c64 (void)rust_dmg(target, xname(target), hurt, TRUE, mdef);
68 (void)rust_dmg(target, xname(target), hurt, TRUE, mdef);
71 (void)rust_dmg(target, xname(target), hurt, TRUE, mdef);
146 return TRUE;
161 return TRUE;
181 return TRUE;
198 override_confirmation = TRUE;
205 return(TRUE);
324 inshop = TRUE;
337 return(TRUE);
[all...]
H A Ddokick.c84 exercise(A_DEX, TRUE);
104 if (mintrap(mon) == 2) trapkilled = TRUE;
109 (void) passive(mon, TRUE, mon->mhp > 0, AT_KICK);
188 if(i < j/10) clumsy = TRUE;
189 else if(!rn2((i < j/5) ? 2 : 3)) clumsy = TRUE;
192 if(Fumbling) clumsy = TRUE;
195 clumsy = TRUE;
232 * Return TRUE if caught (the gold taken care of), FALSE otherwise.
250 msg_given = TRUE;
319 mtmp->mpeaceful = TRUE;
[all...]
H A Dtrap.c54 boolean /* returns TRUE if hit on torso */
78 return TRUE;
83 return TRUE;
90 return TRUE;
110 /* Generic rust-armor function. Returns TRUE if a message was printed;
111 * "print", if set, means to print a message (and thus to return TRUE) even
112 * if the item could not be rusted; otherwise a message is printed and TRUE is
127 boolean is_primary = TRUE;
136 grprot = TRUE;
142 grprot = TRUE;
1851 erode_obj(MON_WEP(mtmp), FALSE, TRUE); local
[all...]
H A Ddetect.c109 return TRUE;
130 return TRUE;
155 change_made = TRUE;
183 known = TRUE;
187 known = TRUE;
190 known = TRUE;
198 known = TRUE;
201 known = TRUE;
282 exercise(A_WIS, TRUE);
283 display_nhwindow(WIN_MAP, TRUE);
[all...]
H A Dspell.c107 /* TRUE: book should be destroyed by caller */
124 make_blinded(Blinded + rn1(100,250),TRUE);
158 bp->in_use = TRUE;
169 return TRUE;
177 /* study while confused: returns TRUE if the book is destroyed */
185 spellbook->in_use = TRUE; /* in case called from learn */
194 gone = TRUE;
234 if(!otmp->cursed) arti1_primed = TRUE;
235 else arti_cursed = TRUE;
239 if(!otmp->cursed) arti2_primed = TRUE;
[all...]
/seL4-refos-master/projects/util_libs/libethdrivers/src/plat/am335x/cpsw/
H A Dcpswif.h113 #ifndef TRUE
114 # define TRUE 1 macro
119 #define CPSW0_PORT_1_PHY_GIGABIT TRUE
128 #define CPSW0_PORT_1_PHY_GIGABIT TRUE
129 #define CPSW0_PORT_2_PHY_GIGABIT TRUE
/seL4-refos-master/projects/util_libs/libethdrivers/plat_include/am335x/ethdrivers/plat/hw/
H A Dhw_types.h82 #define TRUE 1 macro
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Dqttableview.h36 void repaint( bool erase=TRUE );
37 void repaint( int x, int y, int w, int h, bool erase=TRUE );
38 void repaint( const QRect &, bool erase=TRUE );
59 virtual void setOffset( int x, int y, bool updateScrBars = TRUE );
79 void updateCell( int row, int column, bool erase=TRUE );
133 virtual void setHorScrollBar( bool on, bool update = TRUE );
134 virtual void setVerScrollBar( bool on, bool update = TRUE );
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Dqttableview.h36 void repaint( bool erase=TRUE );
37 void repaint( int x, int y, int w, int h, bool erase=TRUE );
38 void repaint( const QRect &, bool erase=TRUE );
59 virtual void setOffset( int x, int y, bool updateScrBars = TRUE );
79 void updateCell( int row, int column, bool erase=TRUE );
133 virtual void setHorScrollBar( bool on, bool update = TRUE );
134 virtual void setVerScrollBar( bool on, bool update = TRUE );

Completed in 281 milliseconds

12345678910