Home
last modified time | relevance | path

Searched refs:__l (Results 1 – 25 of 2614) sorted by relevance

12345678910>>...105

/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/gui/
H A Ddosbox_staging_splash.c7 while (__ip < __il) { unsigned int __l = *(__rd++); \
8 if (__l & 128) { __l = __l - 128; \
10 } else { __l *= 4; memcpy (__ip, __rd, __l); \
11 __ip += __l; __rd += __l; } } \
13 while (__ip < __il) { unsigned int __l = *(__rd++); \
14 if (__l & 128) { __l = __l - 128; \
16 } else { __l *= 3; memcpy (__ip, __rd, __l); \
17 __ip += __l; __rd += __l; } } \
20 if (__l & 128) { __l = __l - 128; \
22 } else { __l *= 2; memcpy (__ip, __rd, __l); \
[all …]
H A Dicon.c7 while (__ip < __il) { unsigned int __l = *(__rd++); \
8 if (__l & 128) { __l = __l - 128; \
10 } else { __l *= 4; memcpy (__ip, __rd, __l); \
11 __ip += __l; __rd += __l; } } \
13 while (__ip < __il) { unsigned int __l = *(__rd++); \
14 if (__l & 128) { __l = __l - 128; \
16 } else { __l *= 3; memcpy (__ip, __rd, __l); \
17 __ip += __l; __rd += __l; } } \
20 if (__l & 128) { __l = __l - 128; \
22 } else { __l *= 2; memcpy (__ip, __rd, __l); \
[all …]
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/
H A Dctype.h129 #define isalpha_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_U|_L)) argument
130 #define isupper_l(__c,__l) ((__ctype_lookup_l(__c,__l)&(_U|_L))==_U) argument
131 #define islower_l(__c,__l) ((__ctype_lookup_l(__c,__l)&(_U|_L))==_L) argument
132 #define isdigit_l(__c,__l) (__ctype_lookup_l(__c,__l)&_N) argument
133 #define isxdigit_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_X|_N)) argument
134 #define isspace_l(__c,__l) (__ctype_lookup_l(__c,__l)&_S) argument
135 #define ispunct_l(__c,__l) (__ctype_lookup_l(__c,__l)&_P) argument
136 #define isalnum_l(__c,__l) (__ctype_lookup_l(__c,__l)&(_U|_L|_N)) argument
139 #define iscntrl_l(__c,__l) (__ctype_lookup_l(__c,__l)&_C) argument
155 #define isascii_l(__c,__l) ((__l),(unsigned)(__c)<=0177) argument
[all …]
/dports/emulators/dosbox/dosbox-0.74-3/src/gui/
H A Ddosbox_splash.h7 while (__ip < __il) { unsigned int __l = *(__rd++); \
8 if (__l & 128) { __l = __l - 128; \
9 do { memcpy (__ip, __rd, 4); __ip += 4; } while (--__l); __rd += 4; \
10 } else { __l *= 4; memcpy (__ip, __rd, __l); \
11 __ip += __l; __rd += __l; } } \
13 while (__ip < __il) { unsigned int __l = *(__rd++); \
14 if (__l & 128) { __l = __l - 128; \
15 do { memcpy (__ip, __rd, 3); __ip += 3; } while (--__l); __rd += 3; \
16 } else { __l *= 3; memcpy (__ip, __rd, __l); \
17 __ip += __l; __rd += __l; } } \
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
37 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
44 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
52 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
59 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
67 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
75 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
82 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
89 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
97 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/libc++/libcxx-10.0.1.src/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/lang/zig/zig-0.9.0/lib/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/emscripten/emscripten-2.0.3/system/include/libcxx/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/include/
H A D__bsd_locale_fallbacks.h29 __libcpp_locale_guard __current(__l); in decltype()
36 __libcpp_locale_guard __current(__l); in __libcpp_btowc_l()
43 __libcpp_locale_guard __current(__l); in __libcpp_wctob_l()
51 __libcpp_locale_guard __current(__l); in __libcpp_wcsnrtombs_l()
58 __libcpp_locale_guard __current(__l); in __libcpp_wcrtomb_l()
66 __libcpp_locale_guard __current(__l); in __libcpp_mbsnrtowcs_l()
74 __libcpp_locale_guard __current(__l); in __libcpp_mbrtowc_l()
81 __libcpp_locale_guard __current(__l); in __libcpp_mbtowc_l()
88 __libcpp_locale_guard __current(__l); in __libcpp_mbrlen_l()
95 __libcpp_locale_guard __current(__l); in __libcpp_localeconv_l()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dmax_size_type.h312 __l += __r; in _GLIBCXX_VISIBILITY()
313 return __l; in _GLIBCXX_VISIBILITY()
319 __l -= __r; in _GLIBCXX_VISIBILITY()
320 return __l; in _GLIBCXX_VISIBILITY()
326 __l *= __r; in _GLIBCXX_VISIBILITY()
327 return __l; in _GLIBCXX_VISIBILITY()
333 __l /= __r; in _GLIBCXX_VISIBILITY()
334 return __l; in _GLIBCXX_VISIBILITY()
340 __l %= __r; in _GLIBCXX_VISIBILITY()
341 return __l; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dmax_size_type.h312 __l += __r; in _GLIBCXX_VISIBILITY()
313 return __l; in _GLIBCXX_VISIBILITY()
319 __l -= __r; in _GLIBCXX_VISIBILITY()
320 return __l; in _GLIBCXX_VISIBILITY()
326 __l *= __r; in _GLIBCXX_VISIBILITY()
327 return __l; in _GLIBCXX_VISIBILITY()
333 __l /= __r; in _GLIBCXX_VISIBILITY()
334 return __l; in _GLIBCXX_VISIBILITY()
340 __l %= __r; in _GLIBCXX_VISIBILITY()
341 return __l; in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dmax_size_type.h312 __l += __r; in _GLIBCXX_VISIBILITY()
313 return __l; in _GLIBCXX_VISIBILITY()
319 __l -= __r; in _GLIBCXX_VISIBILITY()
320 return __l; in _GLIBCXX_VISIBILITY()
326 __l *= __r; in _GLIBCXX_VISIBILITY()
327 return __l; in _GLIBCXX_VISIBILITY()
333 __l /= __r; in _GLIBCXX_VISIBILITY()
334 return __l; in _GLIBCXX_VISIBILITY()
340 __l %= __r; in _GLIBCXX_VISIBILITY()
341 return __l; in _GLIBCXX_VISIBILITY()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dmax_size_type.h312 __l += __r; in _GLIBCXX_VISIBILITY()
313 return __l; in _GLIBCXX_VISIBILITY()
319 __l -= __r; in _GLIBCXX_VISIBILITY()
320 return __l; in _GLIBCXX_VISIBILITY()
326 __l *= __r; in _GLIBCXX_VISIBILITY()
327 return __l; in _GLIBCXX_VISIBILITY()
333 __l /= __r; in _GLIBCXX_VISIBILITY()
334 return __l; in _GLIBCXX_VISIBILITY()
340 __l %= __r; in _GLIBCXX_VISIBILITY()
341 return __l; in _GLIBCXX_VISIBILITY()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/corelib/hash_impl/
H A D_hash_map.h104 { _M_ht.insert_unique(__f, __l); } in hash_map()
109 { _M_ht.insert_unique(__f, __l); } in hash_map()
115 { _M_ht.insert_unique(__f, __l); } in hash_map()
122 { _M_ht.insert_unique(__f, __l); } in hash_map()
130 { _M_ht.insert_unique(__f, __l); } in hash_map()
190 { _M_ht.insert_unique(__f,__l); } in insert()
193 _M_ht.insert_unique(__f,__l); in insert()
221 void erase(iterator __f, iterator __l) { _M_ht.erase(__f, __l); } in erase() argument
375 { _M_ht.insert_equal(__f,__l); } in insert()
378 _M_ht.insert_equal(__f,__l); in insert()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/corelib/hash_impl/
H A D_hash_map.h104 { _M_ht.insert_unique(__f, __l); } in hash_map()
109 { _M_ht.insert_unique(__f, __l); } in hash_map()
115 { _M_ht.insert_unique(__f, __l); } in hash_map()
122 { _M_ht.insert_unique(__f, __l); } in hash_map()
130 { _M_ht.insert_unique(__f, __l); } in hash_map()
190 { _M_ht.insert_unique(__f,__l); } in insert()
193 _M_ht.insert_unique(__f,__l); in insert()
221 void erase(iterator __f, iterator __l) { _M_ht.erase(__f, __l); } in erase() argument
375 { _M_ht.insert_equal(__f,__l); } in insert()
378 _M_ht.insert_equal(__f,__l); in insert()
[all …]
H A D_hash_set.h101 { _M_ht.insert_unique(__f, __l); } in hash_set()
106 { _M_ht.insert_unique(__f, __l); } in hash_set()
112 { _M_ht.insert_unique(__f, __l); } in hash_set()
119 { _M_ht.insert_unique(__f, __l); } in hash_set()
127 { _M_ht.insert_unique(__f, __l); } in hash_set()
189 { _M_ht.insert_unique(__f,__l); } in insert()
192 _M_ht.insert_unique(__f,__l); in insert()
195 {_M_ht.insert_unique(__f, __l); } in insert()
218 void erase(iterator __f, iterator __l) { _M_ht.erase(__f, __l); } in erase() argument
382 _M_ht.insert_equal(__f,__l); in insert()
[all …]

12345678910>>...105