Searched refs:direction (Results 1 - 25 of 317) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/pcap/
H A Dbluetooth.h44 u_int32_t direction; /* if first bit is set direction is incoming */ member in struct:_pcap_bluetooth_h4_header
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dprint-usb.c38 /* returns direction: 1=inbound 2=outbound -1=invalid */
42 int direction; local
44 direction = -1;
52 direction = 2;
56 direction = 1;
59 direction = -1;
66 direction = 1;
70 direction = 2;
73 direction = -1;
77 direction
86 int direction; local
[all...]
/netbsd-6-1-5-RELEASE/games/battlestar/
H A Droom.c82 switch (direction) {
121 switch (direction) {
134 switch (direction) {
147 switch (direction) {
160 switch (direction) {
182 switch (direction) {
187 direction = WEST;
190 direction = EAST;
193 direction = SOUTH;
200 direction
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/cpp0x/
H A Dscoped_enum_examples.C13 enum direction { left='l', right='r' }; enum
16 direction d;
20 d = direction::right;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr14814.C10 YY direction() const { return v; } function in class:XX
14 if (r.direction().y() < 0.000001) return 0;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr14814.c14 static inline struct YY direction (const struct XX* this_1) { return this_1->v;} function
17 struct YY t = direction(r);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr14814.C10 YY direction() const { return v; } function in class:XX
14 if (r.direction().y() < 0.000001) return 0;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr14814.c14 static inline struct YY direction (const struct XX* this_1) { return this_1->v;} function
17 struct YY t = direction(r);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dheap-scalestress.c28 int direction; local
30 for (direction = 0; direction < 2; direction++)
43 if (direction == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/
H A Dmanexamp.c73 direction = -1;
77 direction = 1;
80 end = start + (count * direction);
102 for (; start != end; start += direction)
111 rl_point = end - direction;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Dhistsearch.c63 history_search_internal (string, direction, anchored)
65 int direction, anchored;
74 reverse = (direction < 0);
94 /* At limit for direction? */
159 history_search (string, direction)
161 int direction;
163 return (history_search_internal (string, direction, NON_ANCHORED_SEARCH));
168 history_search_prefix (string, direction)
170 int direction;
172 return (history_search_internal (string, direction, ANCHORED_SEARC
[all...]
H A Dkill.c249 rl_kill_line (direction, ignore)
250 int direction, ignore;
254 if (direction < 0)
272 rl_backward_kill_line (direction, ignore)
273 int direction, ignore;
277 if (direction < 0)
450 /* Copy COUNT words to the kill ring. DIR says which direction we look
627 static int direction = 1; local
636 direction = 1;
643 direction
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/preproc/pic/
H A Dobject.h109 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...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducpgba.h53 * These are the direction values that can appear in render runs and render
66 * This structure is used to contain runs of text in a particular direction.
75 int direction; /* Direction of the run. */ member in struct:_ucrun_t
92 int direction; /* Overall direction of the string. */ member in struct:_ucstring_t
117 * "Pretty Good Bidi Algorithm." A default direction is provided for cases
118 * of a string containing no strong direction characters and the default
160 * This routine retrieves the direction of the run containing the cursor
164 ucstring_cursor_info LDAP_P((ucstring_t *string, int *direction,
H A Ducpgba.c126 unsigned long start, unsigned long end, int direction)
133 run->direction = direction;
145 if (direction == UCPGBA_RTL) {
189 * This is used to splice runs into strings with overall LTR direction.
205 if (str->direction == UCPGBA_LTR) {
240 if (str->direction == UCPGBA_LTR) {
277 if (str->direction == UCPGBA_LTR) {
307 if (str->direction == UCPGBA_LTR) {
361 * the default direction
125 _add_run(ucstring_t *str, unsigned long *src, unsigned long start, unsigned long end, int direction) argument
728 ucstring_cursor_info(ucstring_t *str, int *direction, unsigned long *position) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-ports.h32 port_direction direction; member in struct:hw_port_descriptor
120 port_direction direction);
127 port_direction direction);
/netbsd-6-1-5-RELEASE/lib/libmenu/
H A Dinternals.h47 int _menui_match_pattern(MENU *menu, int c, int direction ,
49 int _menui_match_items(MENU *menu, int direction, int *item_matched);
/netbsd-6-1-5-RELEASE/external/bsd/libelf/dist/
H A Dlibelf_xlate.c55 int elfclass, int direction)
70 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY);
95 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) {
105 if (direction == ELF_TOMEMORY) {
132 if ((direction == ELF_TOMEMORY ? db : sb) %
145 (_libelf_get_translator(src->d_type, direction, elfclass))(dst->d_buf,
54 _libelf_xlate(Elf_Data *dst, const Elf_Data *src, unsigned int encoding, int elfclass, int direction) argument
/netbsd-6-1-5-RELEASE/dist/ipf/rules/
H A Dipmon.conf20 rule = 12, logtag = 101, direction = in, result = block,
/netbsd-6-1-5-RELEASE/lib/libm/arch/m68k/
H A Ds_rint.S44 | delivers integer nearest x in direction of prevailing rounding mode
/netbsd-6-1-5-RELEASE/sys/arch/hpc/stand/hpcboot/menu/
H A Dtabwindow.cpp80 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
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Dbfdio.c271 bfd_seek (bfd *abfd, file_ptr position, int direction) argument
279 BFD_ASSERT (direction == SEEK_SET || direction == SEEK_CUR);
281 if (direction == SEEK_CUR && position == 0)
286 if (direction == SEEK_SET && (bfd_vma) position == abfd->where)
305 if (direction == SEEK_SET && abfd->my_archive != NULL)
309 result = abfd->iovec->bseek (abfd, file_position, direction);
333 if (direction == SEEK_SET)
503 memory_bseek (bfd *abfd, file_ptr position, int direction) argument
510 if (direction
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Dbfdio.c271 bfd_seek (bfd *abfd, file_ptr position, int direction) argument
279 BFD_ASSERT (direction == SEEK_SET || direction == SEEK_CUR);
281 if (direction == SEEK_CUR && position == 0)
286 if (direction == SEEK_SET && (bfd_vma) position == abfd->where)
305 if (direction == SEEK_SET && abfd->my_archive != NULL)
309 result = abfd->iovec->bseek (abfd, file_position, direction);
333 if (direction == SEEK_SET)
503 memory_bseek (bfd *abfd, file_ptr position, int direction) argument
510 if (direction
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.reverse/
H A Dbreak-reverse.exp58 gdb_test_no_output "set exec-direction reverse" "set reverse"
72 gdb_test_no_output "set exec-direction forward" "set forward"
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_cvscan.h43 ** current direction is toward set 2, and you will only switch to set
63 RF_CvscanArmDir_t direction; member in struct:RF_CvscanHeader_s

Completed in 419 milliseconds

1234567891011>>