/src/games/battlestar/ |
room.c | 82 switch (direction) { 121 switch (direction) { 135 switch (direction) { 149 switch (direction) { 163 switch (direction) { 185 switch (direction) { 190 direction = WEST; 193 direction = EAST; 196 direction = SOUTH; 203 direction = EAST [all...] |
globals.c | 269 int direction; variable in typeref:typename:int
|
init.c | 61 direction = NORTH;
|
save.c | 68 fread(&direction, sizeof direction, 1, fp); 122 fwrite(&direction, sizeof direction, 1, fp);
|
/src/sys/dev/fdt/ |
fdt_pinctrl.c | 275 int direction = -1; local in function:fdtbus_pinctrl_parse_input_output 279 direction = GPIO_PIN_INPUT; 283 * just "don't set the direction" - it's an active 290 if (direction == -1) 291 direction = 0; 292 direction |= GPIO_PIN_OUTPUT; 294 if (direction == -1) 295 direction = 0; 296 direction |= GPIO_PIN_TRISTATE; 300 if (direction == -1 [all...] |
/src/lib/libmenu/ |
internals.h | 47 int _menui_match_pattern(MENU *menu, int c, int direction , 49 int _menui_match_items(MENU *menu, int direction, int *item_matched);
|
/src/lib/libm/arch/m68k/ |
s_rint.S | 44 | delivers integer nearest x in direction of prevailing rounding mode
|
/src/sys/arch/hpc/stand/hpcboot/menu/ |
tabwindow.cpp | 80 int direction = 0; local in function:TabWindowBase::focusManagerHook 85 direction = 1; // next 89 direction = -1; // prev 94 direction = -1; // prev 96 direction = 1; // next 100 if (!direction) 105 if (direction > 0) { // next - into the current dialog
|
/src/sys/dev/raidframe/ |
rf_cvscan.h | 43 ** current direction is toward set 2, and you will only switch to set 63 RF_CvscanArmDir_t direction; member in struct:RF_CvscanHeader_s
|
/src/sys/dev/sbus/ |
dbrivar.h | 47 enum direction { enum 89 enum direction direction; member in struct:dbri_pipe
|
/src/games/gomoku/ |
gomoku.h | 169 u_char c_dir; /* F: frame direction, 202 typedef unsigned char direction; typedef in typeref:typename:unsigned char 211 * five spots in the direction. 239 is_blocked(const struct spotstr *sp, direction r) 245 set_blocked(struct spotstr *sp, direction r) 254 direction win_dir;
|
makemove.c | 41 const int dd[4] = { /* direction deltas */ 79 old_weight_value(const struct spotstr *sp, direction r) 117 for (direction r = 4; r-- > 0; ) { 237 direction r) 280 * with direction 'rb' that cross frame 'a' in 'os'. Since the spot 'os' 285 update_overlap_different_direction(spot_index os, frame_index a, direction rb) 309 for (direction r = 4; r-- > 0; ) { 340 for (direction rb = 0; rb < r; rb++)
|
/src/lib/libc/arch/x86_64/string/ |
swab.S | 19 cld # set direction forward
|
/src/sys/arch/arm/s3c2xx0/ |
s3c2440_i2s.h | 79 /* Set transfer direction of the I2S bus */ 80 void s3c2440_i2s_set_direction(void *handle, int direction);
|
/src/sys/arch/zaurus/dev/ |
zaudio.c | 207 zaudio_allocm(void *hdl, int direction, size_t size) 211 return pxa2x0_i2s_allocm(&sc->sc_i2s, direction, size); 223 zaudio_round_buffersize(void *hdl, int direction, size_t bufsize) 227 return pxa2x0_i2s_round_buffersize(&sc->sc_i2s, direction, bufsize);
|
/src/usr.bin/ftp/ |
progressbar.h | 62 GLOBAL const char *direction; /* direction transfer is occurring */ variable in typeref:typename:GLOBAL const char *
|
/src/sys/dev/pci/ixgbe/ |
ixgbe_dcb.c | 92 * @direction: Configuring either Tx or Rx 100 u32 max_frame_size, u8 direction) 124 p = &dcb_config->tc_config[i].path[direction]; 125 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; 146 p = &dcb_config->tc_config[i].path[direction]; 147 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; 179 if (direction == IXGBE_DCB_TX_CONFIG) { 228 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, 235 refill[tc] = tc_config[tc].path[direction].data_credits_refill; 247 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction, [all...] |
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/ |
k3-am65-iot2050-common.dtsi | 406 "IO1", "IO2", "", "IO3", "IO17-direction", "A5", 407 "IO16-direction", "IO15-direction", "IO14-direction", "A3", 409 "", "IO18-direction", "A4", "A2", "A1", "A0", "", "", "IO13", 458 "IO0-direction", "IO1-direction", "IO2-direction", 459 "IO3-direction", "IO4-direction", "IO5-direction" [all...] |
/src/usr.bin/telnet/ |
utilities.c | 127 Dump(int direction, unsigned char *buffer, int length) 138 fprintf(NetTrace, "%c 0x%x\t", direction, offset); 175 printoption(const char *direction, int cmd, int option) 181 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option)); 183 fprintf(NetTrace, "%s IAC %d", direction, option); 189 fprintf(NetTrace, "%s %s ", direction, fmt); 197 fprintf(NetTrace, "%s %d %d", direction, cmd, option); 287 int direction, /* '<' or '>' */ 297 if (showoptions || direction == 0 || 299 if (direction) { [all...] |
/src/libexec/identd/ |
pf.c | 49 nl.direction = PF_IN; 60 nl.direction = PF_IN;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/ |
nouveau_nvkm_subdev_therm_g84.c | 106 enum nvkm_therm_thrs_direction direction; local in function:g84_therm_threshold_hyst_emulation 131 /* find the direction */ 133 direction = NVKM_THERM_THRS_RISING; 135 direction = NVKM_THERM_THRS_FALLING; 139 /* advertise a change in direction */ 140 nvkm_therm_sensor_event(therm, thrs_name, direction);
|
nouveau_nvkm_subdev_therm_temp.c | 146 enum nvkm_therm_thrs_direction direction; local in function:nvkm_therm_threshold_hyst_polling 153 direction = NVKM_THERM_THRS_RISING; 157 direction = NVKM_THERM_THRS_FALLING; 163 nvkm_therm_sensor_event(therm, thrs_name, direction);
|
/src/usr.sbin/faithd/ |
tcp.c | 154 send_data(int s_rcv, int s_snd, const char *service, int direction) 179 direction == 1 ? "client" : "server", tblen, tcpbuf); 199 relay(int s_rcv, int s_snd, const char *service, int direction) 275 /* to close opposite-direction relay process */ 293 send_data(s_rcv, s_snd, service, direction);
|
/src/sys/external/bsd/ipf/netinet/ |
ip_rcmd_pxy.c | 136 int off, dlen, nflags, direction; local in function:ipf_p_rcmd_portmsg 274 direction = NAT_INBOUND; 277 direction = NAT_OUTBOUND; 284 direction); 288 direction);
|
/src/common/lib/libc/gen/ |
rb.c | 964 rb_tree_iterate(struct rb_tree *rbt, void *object, const unsigned int direction) 967 const unsigned int other = direction ^ RB_DIR_OTHER; 970 KASSERT(direction == RB_DIR_LEFT || direction == RB_DIR_RIGHT); 976 return RB_NODETOITEM(rbto, rbt->rbt_minmax[direction]); 981 while (!RB_SENTINEL_P(self->rb_nodes[direction])) 982 self = self->rb_nodes[direction]; 989 * We can't go any further in this direction. We proceed up in the 990 * opposite direction until our parent is in direction we want to go [all...] |