Home
last modified time | relevance | path

Searched refs:last (Results 1 – 25 of 242) sorted by relevance

12345678910

/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/
A Dtst-strlen.c23 size_t last; in main() local
26 for (last = 0; last < 16; ++last) in main()
28 buf[words * 4 + 0] = (last & 1) != 0 ? 'b' : '\0'; in main()
29 buf[words * 4 + 1] = (last & 2) != 0 ? 'c' : '\0'; in main()
30 buf[words * 4 + 2] = (last & 4) != 0 ? 'd' : '\0'; in main()
31 buf[words * 4 + 3] = (last & 8) != 0 ? 'e' : '\0'; in main()
34 if (strlen (buf) != words * 4 + lens[last] in main()
35 || strnlen (buf, -1) != words * 4 + lens[last]) in main()
38 base, words, last); in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/libubacktrace/
A Dbacktracesymsfd.c54 size_t last = 0; in backtrace_symbols_fd() local
63 last = 1; in backtrace_symbols_fd()
94 last = 6; in backtrace_symbols_fd()
99 iov[last].iov_len = 3; in backtrace_symbols_fd()
100 ++last; in backtrace_symbols_fd()
104 iov[last].iov_base = buf; in backtrace_symbols_fd()
105 iov[last].iov_len = len; in backtrace_symbols_fd()
107 ++last; in backtrace_symbols_fd()
110 iov[last].iov_len = 2; in backtrace_symbols_fd()
111 ++last; in backtrace_symbols_fd()
[all …]
A Dbacktracesyms.c74 char *last = (char *) (result + size); in backtrace_symbols() local
76 result[cnt] = last; in backtrace_symbols()
90 last += 1 + sprintf (last, "%s%s%s%s%s[%p]", in backtrace_symbols()
98 last += 1 + sprintf (last, "[%p]", array[cnt]); in backtrace_symbols()
100 assert (last <= (char *) result + size * sizeof (char *) + total); in backtrace_symbols()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Ddirname.c16 register char *last; in dirname() local
19 last = s = path; in dirname()
28 last = first; in dirname()
32 if (last == path) { in dirname()
33 if (*last != '/') { in dirname()
36 if ((*++last == '/') && (last[1] == 0)) { in dirname()
37 ++last; in dirname()
40 *last = 0; in dirname()
A D__xpg_basename.c14 register char *last; in __xpg_basename() local
20 last = path - 1; in __xpg_basename()
23 if ((*path != '/') && (path > ++last)) { in __xpg_basename()
24 last = first = path; in __xpg_basename()
29 last = first; in __xpg_basename()
31 last[1] = 0; in __xpg_basename()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfloating_to_chars.cc564 if (last - first < len) in to_chars()
622 if (last - first < (int)str.length()) in __handle_special_value()
623 return {{last, errc::value_too_large}}; in __handle_special_value()
648 return {{last, errc::value_too_large}}; in __handle_special_value()
971 return {last, errc::value_too_large}; in __floating_to_chars_shortest()
998 return {last, errc::value_too_large}; in __floating_to_chars_shortest()
1067 return {last, errc::value_too_large}; in __floating_to_chars_shortest()
1254 return {last, errc::value_too_large}; in __floating_to_chars_precision()
1336 return {last, errc::value_too_large}; in __floating_to_chars_precision()
1549 if (last - first < output_length) in __floating_to_chars_precision()
[all …]
A Dfloating_from_chars.cc124 while (first < last && strchr(digits, *first) != nullptr) in find_end_of_float()
126 if (first < last && *first == '.') in find_end_of_float()
129 while (first < last && strchr(digits, *first)) in find_end_of_float()
135 if (first < last && (*first == '-' || *first == '+')) in find_end_of_float()
149 pattern(const char* const first, const char* last, in pattern() argument
157 if (first == last || *first == '+') [[unlikely]] in pattern()
164 ptrdiff_t len = last - first; in pattern()
214 last = find_end_of_float(first + neg, last, digits, 'p'); in pattern()
228 buf.append(first + neg, last); in pattern()
237 last = find_end_of_float(first + neg, last, digits, in pattern()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/ext/pb_ds/
A Dassoc_container.hpp253 cc_hash_table(It first, It last) in cc_hash_table() argument
254 { base_type::copy_from_range(first, last); } in cc_hash_table()
262 { this->copy_from_range(first, last); } in cc_hash_table()
273 { this->copy_from_range(first, last); } in cc_hash_table()
286 { this->copy_from_range(first, last); } in cc_hash_table()
300 { this->copy_from_range(first, last); } in cc_hash_table()
430 gp_hash_table(It first, It last) in gp_hash_table() argument
655 tree(It first, It last) in tree() argument
663 tree(It first, It last, const cmp_fn& c) in tree() argument
751 trie(It first, It last) in trie() argument
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-basic3.c59 pthread_t last = pthread_self (); in do_test() local
67 if (pthread_create (&t[i], NULL, tf, (void *) last) != 0) in do_test()
75 last = t[i]; in do_test()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/locale/
A Dgen_locale.c641 static char *last; variable
665 idx[uniq] = last; in addblock()
668 last += n; in addblock()
695 idx[uniq] = last; in addstring()
697 strcpy(last, s); in addstring()
698 last += l; in addstring()
890 last = buf+1; in do_lc_time()
1041 last = buf+1; in do_lc_numeric()
1169 last = buf+1; in do_lc_monetary()
1250 last = buf+1; in do_lc_messages()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dcancel.c206 struct _pthread_cleanup_buffer *last; in __pthread_perform_cleanup() local
211 last = c; in __pthread_perform_cleanup()
214 if (c == NULL || FRAME_LEFT (last, c)) in __pthread_perform_cleanup()
225 last = c; in __pthread_perform_cleanup()
228 if (FRAME_LEFT (last, c)) in __pthread_perform_cleanup()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/mips/
A Dmemset.S86 PTR_ADDU a3, a0 # a3 is last loop address +1
102 blez a2, L(exit) # Handle last 16 bytes (if cnt>0)
103 PTR_ADDU a3, a2, a0 # a3 is last address +1
163 addu a3, a0 # a3 is last loop address +1
179 blez a2, L(exit) # Handle last 8 bytes (if cnt>0)
180 addu a3, a2, a0 # a3 is last address +1
/l4re-core-master/uclibc/lib/libpthread/src/
A Dcancel.c278 struct _pthread_cleanup_buffer *last; in __pthread_perform_cleanup() local
283 last = c; in __pthread_perform_cleanup()
286 if (c == NULL || FRAME_LEFT (last, c)) in __pthread_perform_cleanup()
297 last = c; in __pthread_perform_cleanup()
300 if (FRAME_LEFT (last, c)) in __pthread_perform_cleanup()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dqconf.cc444 ConfigItem* last = 0; in updateList() local
466 last = item; in updateList()
470 item = last ? last->nextSibling() : firstChild(); in updateList()
600 ConfigItem* last; in updateMenuList() local
611 if (last && !last->goParent) in updateMenuList()
612 last = 0; in updateMenuList()
614 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList()
643 last = item; in updateMenuList()
649 if (last == item) in updateMenuList()
650 last = 0; in updateMenuList()
[all …]
/l4re-core-master/lua/lib/contrib/src/
A Dltablib.c157 lua_Integer last = aux_getn(L, 1, TAB_R); in tconcat() local
161 last = luaL_optinteger(L, 4, last); in tconcat()
163 for (; i < last; i++) { in tconcat()
167 if (i == last) /* add last value (if interval was not empty) */ in tconcat()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.test39 hello world 2 (last)
65 I am here 9 (last)
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-fnmatch.c30 static char *next_input (char **line, int first, int last);
207 next_input (char **line, int first, int last) in next_input() argument
257 if (cp == result && ! last) in next_input()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A DMERGE4 last merge done from the master library sources.

Completed in 45 milliseconds

12345678910