Home
last modified time | relevance | path

Searched refs:current (Results 1 – 25 of 201) sorted by relevance

123456789

/l4re-core-master/lua/lib/contrib/src/
A Dllex.c36 #define currIsNewline(ls) (ls->current == '\n' || ls->current == '\r')
157 int old = ls->current; in inclinenumber()
171 ls->current = firstchar; in luaX_setinput()
192 if (ls->current == c) { in check_next1()
206 if (ls->current == set[0] || ls->current == set[1]) { in check_next2()
230 int first = ls->current; in read_numeral()
238 else if (lisxdigit(ls->current) || ls->current == '.') /* '%x|%.' */ in read_numeral()
267 int s = ls->current; in skip_sep()
286 switch (ls->current) { in read_long_string()
385 switch (ls->current) { in read_string()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Dxdr_rec.c276 u_int current; in xdrrec_getbytes() local
289 current = (len < current) ? len : current; in xdrrec_getbytes()
294 len -= current; in xdrrec_getbytes()
303 u_int current; in xdrrec_putbytes() local
308 current = (len < current) ? len : current; in xdrrec_putbytes()
312 len -= current; in xdrrec_putbytes()
553 int current; in get_input_bytes() local
564 current = (len < current) ? len : current; in get_input_bytes()
568 len -= current; in get_input_bytes()
603 int current; in skip_input_bytes() local
[all …]
A Dgetrpcent.c51 char *current; member
83 free(d->current); in endrpcent()
84 d->current = NULL; in endrpcent()
102 free(d->current); in libc_hidden_def()
103 d->current = NULL; in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/dirent/
A Dscandir.c25 __DIRENT_TYPE *current; in __SCANDIR() local
37 while ((current = __READDIR (dp)) != NULL) { in __SCANDIR()
42 use_it = (*selector) (current); in __SCANDIR()
71 dsize = &current->d_name[_D_ALLOC_NAMLEN(current)] - (char*)current; in __SCANDIR()
76 names[pos++] = (__DIRENT_TYPE *) memcpy (vnew, current, dsize); in __SCANDIR()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/bits/
A Dstl_iterator.h105 _Iterator current; in _GLIBCXX_VISIBILITY()
133 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
141 : current(__x.base()) { } in _GLIBCXX_VISIBILITY()
148 { return current; } in _GLIBCXX_VISIBILITY()
163 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY()
184 --current; in _GLIBCXX_VISIBILITY()
197 --current; in _GLIBCXX_VISIBILITY()
209 ++current; in _GLIBCXX_VISIBILITY()
222 ++current; in _GLIBCXX_VISIBILITY()
244 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/bits/
A Dstl_iterator.h105 _Iterator current; in _GLIBCXX_VISIBILITY()
133 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
141 : current(__x.base()) { } in _GLIBCXX_VISIBILITY()
148 { return current; } in _GLIBCXX_VISIBILITY()
163 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY()
184 --current; in _GLIBCXX_VISIBILITY()
197 --current; in _GLIBCXX_VISIBILITY()
209 ++current; in _GLIBCXX_VISIBILITY()
222 ++current; in _GLIBCXX_VISIBILITY()
244 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/bits/
A Dstl_iterator.h105 _Iterator current; in _GLIBCXX_VISIBILITY()
133 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
141 : current(__x.base()) { } in _GLIBCXX_VISIBILITY()
148 { return current; } in _GLIBCXX_VISIBILITY()
163 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY()
184 --current; in _GLIBCXX_VISIBILITY()
197 --current; in _GLIBCXX_VISIBILITY()
209 ++current; in _GLIBCXX_VISIBILITY()
222 ++current; in _GLIBCXX_VISIBILITY()
244 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/bits/
A Dstl_iterator.h113 _Iterator current; in _GLIBCXX_VISIBILITY()
144 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
157 : current(__x.base()) { } in _GLIBCXX_VISIBILITY()
164 { return current; } in _GLIBCXX_VISIBILITY()
179 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY()
206 --current; in _GLIBCXX_VISIBILITY()
219 --current; in _GLIBCXX_VISIBILITY()
231 ++current; in _GLIBCXX_VISIBILITY()
244 ++current; in _GLIBCXX_VISIBILITY()
266 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/bits/
A Dstl_iterator.h109 _Iterator current; in _GLIBCXX_VISIBILITY()
140 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
149 : current(__x.base()) { } in _GLIBCXX_VISIBILITY()
156 { return current; } in _GLIBCXX_VISIBILITY()
171 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY()
194 --current; in _GLIBCXX_VISIBILITY()
207 --current; in _GLIBCXX_VISIBILITY()
219 ++current; in _GLIBCXX_VISIBILITY()
232 ++current; in _GLIBCXX_VISIBILITY()
254 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/bits/
A Dstl_iterator.h109 _Iterator current; in _GLIBCXX_VISIBILITY()
140 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
149 : current(__x.base()) { } in _GLIBCXX_VISIBILITY()
156 { return current; } in _GLIBCXX_VISIBILITY()
171 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY()
194 --current; in _GLIBCXX_VISIBILITY()
207 --current; in _GLIBCXX_VISIBILITY()
219 ++current; in _GLIBCXX_VISIBILITY()
232 ++current; in _GLIBCXX_VISIBILITY()
254 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D__fsetlocking.c22 int current = 1 + (stream->__user_locking & 1); in __fsetlocking() local
39 return current; in __fsetlocking()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dgconf.c62 static struct menu *current; // current node for SINGLE view variable
735 current = current->parent; in on_back_clicked()
736 ptype = current->prompt ? current->prompt->type : P_UNKNOWN; in on_back_clicked()
738 current = current->parent; in on_back_clicked()
741 if (current == &rootmenu) in on_back_clicked()
756 current = &rootmenu; in on_single_clicked()
938 current = menu; in on_treeview2_button_press_event()
1045 current = menu; in on_treeview1_button_press_event()
1367 current = &rootmenu; in display_tree()
1432 display_tree(current); in display_tree_part()
A Dzconf.lex.c_shipped212 char *yy_buf_pos; /* current position in input buffer */
295 /* Points to current character in buffer. */
1037 * the current run.
1524 /* just a shorter name for the current buffer */
1913 * the current state. This function will allocate the stack
2125 /** Get the current line number.
2150 /** Get the length of the current token.
2158 /** Get the current token.
2167 /** Set the current line number.
2177 /** Set the input stream. This does not discard the current
[all …]
/l4re-core-master/libloader/include/
A Dloader109 * \param current A pointer to the next free capability index
111 * The function increments `*current` to the next
116 l4_cap_idx_t get_initial_cap(char const *name, l4_cap_idx_t *current)
122 c = *current;
123 *current += L4_CAP_OFFSET;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/bits/
A Dstl_iterator.h146 _Iterator current; in _GLIBCXX_VISIBILITY()
190 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
206 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
218 current = __x.current; in _GLIBCXX_VISIBILITY()
228 { return current; } in _GLIBCXX_VISIBILITY()
274 --current; in _GLIBCXX_VISIBILITY()
287 --current; in _GLIBCXX_VISIBILITY()
299 ++current; in _GLIBCXX_VISIBILITY()
312 ++current; in _GLIBCXX_VISIBILITY()
334 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/bits/
A Dstl_iterator.h133 _Iterator current; in _GLIBCXX_VISIBILITY()
177 : current(__x.current) { } in _GLIBCXX_VISIBILITY()
190 : current(__x.base()) { } in _GLIBCXX_VISIBILITY()
197 { return current; } in _GLIBCXX_VISIBILITY()
212 _Iterator __tmp = current; in _GLIBCXX_VISIBILITY()
243 --current; in _GLIBCXX_VISIBILITY()
256 --current; in _GLIBCXX_VISIBILITY()
268 ++current; in _GLIBCXX_VISIBILITY()
281 ++current; in _GLIBCXX_VISIBILITY()
303 current -= __n; in _GLIBCXX_VISIBILITY()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/
A Dsetjmp.S23 ; Description: Save the current context so
A D__longjmp.S22 ; Description: Restore the current context
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/
A Dendian.h33 # warning Cannot determine current byte order, assuming big-endian.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/libsupc++/
A Dexception67 * of the current error. */
96 /// Return the current terminate handler.
108 /// Return the current unexpected handler.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/libsupc++/
A Dexception67 * of the current error. */
98 /// Return the current terminate handler.
110 /// Return the current unexpected handler.
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/libsupc++/
A Dexception67 * of the current error. */
96 /// Return the current terminate handler.
108 /// Return the current unexpected handler.
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DDESIGN-sem.txt12 - current semaphore count, also used as a futex
A DDESIGN-barrier.txt12 - current barrier count, # of threads still needed.
/l4re-core-master/l4sys/include/cxx/
A Dipc_varg264 Mp _c; ///< current position of an iterator
285 /// get the current position (of current Varg)
319 Iter_state _s; ///< current state of the Valist
340 Iter_state _s; ///< The current position (next unread arg)
341 Varg _a; ///< The current Varg read from the list

Completed in 55 milliseconds

123456789