Searched refs:at (Results 1 - 25 of 123) sorted by relevance

12345

/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_wattron.c48 wattr_on(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
50 T((T_CALLED("wattr_on(%p,%s)"), win, _traceattr(at)));
54 if (at & A_COLOR)
55 win->_color = PAIR_NUMBER(at);
57 toggle_attr_on(win->_attrs, at);
H A Dlib_wattroff.c48 wattr_off(WINDOW *win, attr_t at, void *opts GCC_UNUSED) argument
50 T((T_CALLED("wattr_off(%p,%s)"), win, _traceattr(at)));
54 if (at & A_COLOR)
57 toggle_attr_off(win->_attrs, at);
/haiku-fatelf/src/libs/ncurses/ncurses/
H A Dexpanded.c5 void _nc_toggle_attr_on (attr_t *S, attr_t at) argument
7 { if (PAIR_NUMBER( at ) > 0) { ( *S ) = (( *S ) & ALL_BUT_COLOR) | ( at ); } else { ( *S ) |= ( at ); } ;} ;
9 void _nc_toggle_attr_off (attr_t *S, attr_t at) argument
11 { if (PAIR_NUMBER( at ) > 0) { ( *S ) &= ~( at | (( ((1UL) << 8) - 1UL ) << (( 0 ) + 8 )) ); } else { ( *S ) &= ~( at ); } ;} ;
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A Dchew.c12 (at your option) any later version.
115 static char at (string_type *, unsigned int);
182 at (buffer, pos) function
254 while ((c = at (src, idx)),
259 && at (src, idx +1) != '/'
260 && at (src, idx -1) != '\n'))
385 while ((isspace ((unsigned char) at (tos, tos->write_idx - 1))
386 || at (tos, tos->write_idx - 1) == '\n')
425 while (at (src, idx))
427 /* Now see if we have a comment at th
[all...]
/haiku-fatelf/src/apps/debugger/types/
H A DArrayIndexPath.h31 inline void SetIndexAt(int32 at, int64 newIndex);
66 ArrayIndexPath::SetIndexAt(int32 at, int64 newIndex) argument
68 if (at >= 0 && at < fIndices.Count())
69 fIndices[at] = newIndex;
/haiku-fatelf/src/bin/
H A Dbadblocks.cpp23 off_t at = block * blockSize; local
40 fprintf(stderr, "Scanning '%s', %d * %d bytes at once\n",
46 for (; block <= endBlock; block += group, at += len) {
50 got = pread(fd, buffer, len, at);
56 block, at, got, len);
70 got = pread(fd, buffer, blockSize, at + blockSize * i);
95 fprintf(stderr, "badblocks [-sv] [-b block-size] [-c block-at-once] "
/haiku-fatelf/src/bin/network/wget/src/
H A Dcss-url.c9 the Free Software Foundation; either version 3 of the License, or (at
111 get_uri_string (const char *at, int *pos, int *length) argument
115 strncpy(buf,at + *pos, *length);
119 if (0 != strncasecmp (at + *pos, "url(", 4))
125 while (isspace (at[*pos]))
131 while (isspace (at[*pos + *length - 1]))
136 if (at[*pos] == '\'' || at[*pos] == '"')
145 strncpy (uri, at + *pos, *length);
207 DEBUGP (("Found @import: [%s] at
[all...]
/haiku-fatelf/src/tests/kits/net/netperf/
H A Dsnapshot_script69 # at what port will netserver be waiting? If you decide to run
70 # netserver at a differnet port than the default of 12865, then set
87 echo Netperf snapshot script started at `date` >&2
104 # We will perform three twenty second warm-up tests at this point, but
122 echo Starting 56x4 TCP_STREAM tests at `date` >&2
138 echo Starting 32x4 TCP_STREAM tests at `date` >&2
152 echo Starting 1,1 TCP_RR tests at `date` >&2
165 echo Starting 1,1 UDP_RR tests at `date` >&2
180 echo Starting 512,4 UDP_RR tests at `date` >&2
191 echo Starting 32x4 UDP_STREAM tests at `dat
[all...]
H A Dtcp_stream_script29 # at what port will netserver be waiting? If you decide to run
30 # netserver at a differnet port than the default of 12865, then set
101 echo If you wish to submit these results to the netperf database at
H A Dtcp_range_script37 # at what port will netserver be waiting? If you decide to run
38 # netserver at a differnet port than the default of 12865, then set
57 # we start at start, and then multiply by MULT and add ADD. by changing
109 echo If you wish to submit these results to the netperf database at
H A Dtcp_rr_script30 # at what port will netserver be waiting? If you decide to run
31 # netserver at a differnet port than the default of 12865, then set
104 echo If you wish to submit these results to the netperf database at
H A Dudp_rr_script27 # at what port will netserver be waiting? If you decide to run
28 # netserver at a differnet port than the default of 12865, then set
104 echo If you wish to submit these results to the netperf database at
H A Dudp_stream_script24 # at what port will netserver be waiting? If you decide to run
25 # netserver at a differnet port than the default of 12865, then set
101 echo If you wish to submit these results to the netperf database at
/haiku-fatelf/src/bin/gdb/gdb/
H A DChangeLog-3.x1 Tue Jan 23 15:49:47 1990 Jim Kingdon (kingdon at pogo.ai.mit.edu)
17 Fri Jan 19 20:04:15 1990 Jim Kingdon (kingdon at albert.ai.mit.edu)
25 Thu Jan 18 13:43:30 1990 Jim Kingdon (kingdon at mole.ai.mit.edu)
38 Thu Jan 11 12:58:12 1990 Jim Kingdon (kingdon at mole)
43 Wed Jan 10 14:00:14 1990 Jim Kingdon (kingdon at pogo)
50 Mon Jan 8 17:56:15 1990 Jim Kingdon (kingdon at pogo)
54 Sat Jan 6 12:33:04 1990 Jim Kingdon (kingdon at pogo)
66 Fri Dec 29 15:26:33 1989 Jim Kingdon (kingdon at hobbes.ai.mit.edu)
70 Thu Dec 28 16:21:02 1989 Jim Kingdon (kingdon at hobbes.ai.mit.edu)
75 Delete extra space before "also set at" an
[all...]
/haiku-fatelf/src/add-ons/kernel/generic/atomizer/
H A Datomizer.c136 void * at = (void *)0; local
142 ACQUIRE_BEN_ON_ERROR(module_lock, return at);
149 at = (void *)adl->the_atomizer;
150 ddprintf(("asked for %s, returning %p\n", string, at));
165 at = (void *)adl->the_atomizer;
174 ddprintf(("find_or_make_atomizer() returning %p\n", at));
175 return at;
237 delete_atomizer(const void * at) { argument
244 while (adl && (adl->the_atomizer != (atomizer_data *)at)) {
265 atomize(const void * at, cons argument
[all...]
/haiku-fatelf/headers/os/media/
H A DTimeSource.h106 void DirectStart(bigtime_t at);
107 void DirectStop(bigtime_t at, bool immediate);
108 void DirectSeek(bigtime_t to, bigtime_t at);
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlist.h9 * (at your option) any later version.
154 struct list_head *at = head->next; local
159 last->next = at;
160 at->prev = last;
/haiku-fatelf/src/tests/kits/net/tcp_shell/
H A DBufferQueueTest.cpp49 add(size_t bytes, uint32 at) argument
51 gQueue.Add(create_filled_buffer(bytes), at); local
71 printf("%s (available %lu at %lu)\n", text, gQueue.Available(),
137 dump("added at the end of previous data");
/haiku-fatelf/src/apps/showimage/
H A DPrintOptionsWindow.cpp81 PrintOptionsWindow::PrintOptionsWindow(BPoint at, PrintOptions* options, argument
84 BWindow(BRect(at.x, at.y, at.x + 300, at.y + 200),
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_thread.cpp130 struct arch_thread *at = (struct arch_thread *)info; local
132 dprintf("\tsp: %p\n", at->sp);
188 * in the child team at the same position where the parent team left of.
/haiku-fatelf/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp77 if (fAddQueue.at(i) == ref)
91 if (fDeleteQueue.at(i) == ref)
119 if (!_IndexDocument(fAddQueue.at(i))) {
196 BPath path(&docs.at(i));
/haiku-fatelf/headers/libs/agg/
H A Dagg_array.h36 const T& at(unsigned i) const { return m_array[i]; } function in class:agg::pod_array_adaptor
37 T& at(unsigned i) { return m_array[i]; } function in class:agg::pod_array_adaptor
68 const T& at(unsigned i) const { return m_array[i]; } function in class:agg::pod_auto_array
69 T& at(unsigned i) { return m_array[i]; } function in class:agg::pod_auto_array
95 const T& at(unsigned i) const { return m_array[i]; } function in class:agg::pod_auto_vector
96 T& at(unsigned i) { return m_array[i]; } function in class:agg::pod_auto_vector
145 const T& at(unsigned i) const { return m_array[i]; } function in class:agg::pod_array
146 T& at(unsigned i) { return m_array[i]; } function in class:agg::pod_array
201 const T& at(unsigned i) const { return m_array[i]; } function in class:agg::pod_vector
202 T& at(unsigne function in class:agg::pod_vector
391 const T& at(unsigned i) const function in class:agg::pod_bvector
396 T& at(unsigned i) function in class:agg::pod_bvector
1096 const value_type& at(unsigned i) const { return m_array[m_start + i]; } function in class:agg::range_adaptor
1097 value_type& at(unsigned i) { return m_array[m_start + i]; } function in class:agg::range_adaptor
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_thread.cpp221 struct arch_thread *at = (struct arch_thread *)info; local
223 dprintf("\tsp: %p\n", at->sp);
279 * in the child team at the same position where the parent team left of.
/haiku-fatelf/src/system/kernel/arch/ppc/
H A Darch_thread.cpp197 struct arch_thread *at = (struct arch_thread *)info; local
199 dprintf("\tsp: %p\n", at->sp);
250 * in the child team at the same position where the parent team left of.
/haiku-fatelf/src/system/libroot/posix/glibc/arch/ppc/
H A Dlshift.S8 version 2.1 of the License, or (at your option) any later version.
37 add r7,r3,r0 # make r7 point at end of res
38 add r4,r4,r0 # make r4 point at end of s1

Completed in 113 milliseconds

12345