HomeSort by: relevance | last modified time | path
    Searched refs:direction (Results 1 - 25 of 586) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /src/external/gpl3/gdb/dist/readline/readline/examples/
manexamp.c 72 direction = -1;
76 direction = 1;
79 end = start + (count * direction);
101 for (; start != end; start += direction)
110 rl_point = end - direction;
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
manexamp.c 72 direction = -1;
76 direction = 1;
79 end = start + (count * direction);
101 for (; start != end; start += direction)
110 rl_point = end - direction;
  /src/sys/dev/fdt/
fdt_pinctrl.c 275 int direction = -1; local
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/external/bsd/libpcap/dist/pcap/
bluetooth.h 46 uint32_t direction; /* if first bit is set direction is incoming */ member in struct:_pcap_bluetooth_h4_header
  /src/external/gpl3/gdb/dist/gdb/nat/
amd64-linux-siginfo.h 55 int direction,
  /src/external/gpl3/gdb.old/dist/gdb/nat/
amd64-linux-siginfo.h 55 int direction,
  /src/external/gpl2/groff/dist/src/preproc/pic/
object.h 109 enum direction { enum
118 direction dir;
196 direction dir;
203 object *make_object(position *, direction *);
204 graphic_object *make_box(position *, direction *);
205 graphic_object *make_block(position *, direction *);
206 graphic_object *make_text(position *, direction *);
207 graphic_object *make_ellipse(position *, direction *);
208 graphic_object *make_circle(position *, direction *);
209 linear_object *make_line(position *, direction *);
    [all...]
  /src/external/bsd/tcpdump/dist/
print-usb.c 143 /* returns direction: 1=inbound 2=outbound -1=invalid */
147 int direction; local
149 direction = -1;
156 direction = 2;
160 direction = 1;
163 direction = -1;
169 direction = 1;
173 direction = 2;
176 direction = -1;
180 direction = -1
189 int direction; local
    [all...]
print-bt.c 39 * the direction field is in network byte order.
42 nd_uint32_t direction; /* if first bit is set direction is incoming */ member in struct:_bluetooth_h4_header
68 ND_PRINT(", hci length %u, direction %s", length,
69 (GET_BE_U_4(hdr->direction)&0x1) ? "in" : "out");
print-bcm-li.c 66 u_int shim, direction, pkt_type, pkt_subtype, li_id; local
75 direction = (shim >> 29) & 0x7;
83 ND_PRINT("%sBCM-LI-SHIM: direction %s, pkt-type %s, pkt-subtype %s, li-id %u%s",
85 tok2str(bcm_li_direction_values, "unknown", direction),
  /src/external/gpl3/gdb/dist/sim/common/
hw-ports.h 31 port_direction direction; member in struct:hw_port_descriptor
119 port_direction direction);
126 port_direction direction);
  /src/external/gpl3/gdb.old/dist/sim/common/
hw-ports.h 31 port_direction direction; member in struct:hw_port_descriptor
119 port_direction direction);
126 port_direction direction);
  /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/external/bsd/elftoolchain/dist/libelf/
libelf_xlate.c 58 unsigned int elfclass, int elfmachine, int direction)
75 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
99 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) {
109 if (direction == ELF_TOMEMORY) {
136 if ((direction == ELF_TOMEMORY ? db : sb) %
151 xlator = _libelf_get_translator(src->d_type, direction, elfclass,
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
ucpgba.c 129 unsigned long start, unsigned long end, int direction)
136 run->direction = direction;
148 if (direction == UCPGBA_RTL) {
192 * This is used to splice runs into strings with overall LTR direction.
208 if (str->direction == UCPGBA_LTR) {
243 if (str->direction == UCPGBA_LTR) {
280 if (str->direction == UCPGBA_LTR) {
310 if (str->direction == UCPGBA_LTR) {
364 * the default direction
    [all...]
ucpgba.h 56 * These are the direction values that can appear in render runs and render
69 * This structure is used to contain runs of text in a particular direction.
78 int direction; /* Direction of the run. */ member in struct:_ucrun_t
95 int direction; /* Overall direction of the string. */ member in struct:_ucstring_t
120 * "Pretty Good Bidi Algorithm." A default direction is provided for cases
121 * of a string containing no strong direction characters and the default
163 * This routine retrieves the direction of the run containing the cursor
167 ucstring_cursor_info LDAP_P((ucstring_t *string, int *direction,
    [all...]
  /src/external/bsd/ipf/dist/rules/
ipmon.conf 22 rule = 12, logtag = 101, direction = in, result = block,
  /src/external/gpl3/gdb/dist/readline/readline/
histsearch.c 57 If DIRECTION < 0, then the search is through previous entries, else
67 history_search_internal (const char *string, int direction, int flags)
76 reverse = (direction < 0);
102 /* At limit for direction? */
199 _hs_history_patsearch (const char *string, int direction, int flags)
248 ret = history_search_internal (pat, direction, flags|PATTERN_SEARCH);
255 /* Do a non-anchored search for STRING through the history in DIRECTION. */
257 history_search (const char *string, int direction)
259 return (history_search_internal (string, direction, NON_ANCHORED_SEARCH));
262 /* Do an anchored search for string through the history in DIRECTION. *
    [all...]
  /src/external/gpl3/gdb.old/dist/readline/readline/
histsearch.c 57 If DIRECTION < 0, then the search is through previous entries, else
67 history_search_internal (const char *string, int direction, int flags)
76 reverse = (direction < 0);
102 /* At limit for direction? */
199 _hs_history_patsearch (const char *string, int direction, int flags)
248 ret = history_search_internal (pat, direction, flags|PATTERN_SEARCH);
255 /* Do a non-anchored search for STRING through the history in DIRECTION. */
257 history_search (const char *string, int direction)
259 return (history_search_internal (string, direction, NON_ANCHORED_SEARCH));
262 /* Do an anchored search for string through the history in DIRECTION. *
    [all...]
  /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
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/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
ml_common_codecs.h 97 const char *direction, const char *formats);
  /src/external/gpl3/gcc/dist/gcc/
domwalk.h 68 dom_walker (cdi_direction direction, enum reachability = ALL_BLOCKS,
92 /* This is the direction of the dominator tree we want to walk. i.e.,

Completed in 45 milliseconds

1 2 3 4 5 6 7 8 91011>>