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

/haiku/src/system/libroot/posix/glibc/ctype/
H A Dctype.h114 extern int tolower (int __c) __THROW;
117 extern int toupper (int __c) __THROW;
124 extern int isascii (int __c) __THROW;
128 extern int toascii (int __c) __THROW;
144 int __c = (c); \
145 __res = __c < -128 || __c > 255 ? __c : a[__c]; \
173 tolower (int __c) __THRO
[all...]
/haiku/src/system/libroot/posix/glibc/include/bits/
H A Dstdio.h66 putchar (int __c) __THROW
68 return _IO_putc (__c, stdout);
75 fputc_unlocked (int __c, FILE *__stream) __THROW
77 return _IO_putc_unlocked (__c, __stream);
85 putc_unlocked (int __c, FILE *__stream) __THROW
87 return _IO_putc_unlocked (__c, __stream);
92 putchar_unlocked (int __c) __THROW
94 return _IO_putc_unlocked (__c, stdout);
138 int __c = _IO_getc_unlocked (__stream); \
139 if (__c
[all...]
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Ddrand48-iter.c42 buffer->__c = 0xb;
52 result = X * buffer->__a + buffer->__c;
H A Dlcong48_r.c34 buffer->__c = param[6];
H A Dseed48_r.c37 buffer->__c = 0xb;
H A Dsrand48_r.c37 buffer->__c = 0xb;
H A Dstdlib.h513 unsigned short int __c; /* Additive const. in congruential formula. */ member in struct:drand48_data
/haiku/src/system/libroot/posix/glibc/math/
H A Dmath.h26 #define __huge_vall_t union { unsigned char __c[12]; long double __ld; }
28 ((__huge_vall_t) { __c: __HUGE_VALL_bytes }).__ld)
/haiku/headers/cpp/
H A Dropeimpl.h116 _Rope_RopeConcatenation<_CharT,_Alloc>* __c = local
118 _RopeRep* __left = __c->_M_left;
124 __curr_rope = __c->_M_right;
160 _Rope_RopeConcatenation<_CharT,_Alloc>* __c; local
174 __c = (_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node;
177 __node_start_pos -= __c->_M_left->_M_size;
186 __c = (_Rope_RopeConcatenation<_CharT,_Alloc>*)__current_node;
190 __node_start_pos += __c->_M_left->_M_size;
191 __current_node = __c->_M_right;
340 _Rope_RopeConcatenation<_CharT,_Alloc>* __c local
657 _RopeConcatenation* __c = (_RopeConcatenation*)__base; local
834 _S_apply_to_pieces( _Rope_char_consumer<_CharT>& __c, const _RopeRep* __r, size_t __begin, size_t __end) argument
968 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1006 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1124 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1194 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1239 _RopeConcatenation* __c = (_RopeConcatenation*)__r; local
1324 operator =(_CharT __c) argument
1371 rope(size_t __n, _CharT __c, const allocator_type& __a) argument
[all...]
H A Dstl_rope.h66 inline void _S_cond_store_eos(char& __c) { __c = 0; } argument
67 inline void _S_cond_store_eos(wchar_t& __c) { __c = 0; } argument
777 _CharT __c) :
778 _M_pos(__p), _M_current(__c), _M_current_valid(true), _M_root(__r) {}
780 _Rope_char_ref_proxy& operator= (_CharT __c);
782 _Rope_char_ref_proxy& operator= (const _Rope_char_ref_proxy& __c) { argument
783 return operator=((_CharT)__c);
1327 static bool _S_is0(_CharT __c) { retur argument
776 _Rope_char_ref_proxy(_My_rope* __r, size_t __p, _CharT __c) argument
1644 rope(_CharT __c, const allocator_type& __a = allocator_type()) argument
1915 append(_CharT __c) argument
1935 append(size_t __n, _CharT __c) argument
1984 insert(size_t __p, size_t __n, _CharT __c) argument
2003 insert(size_t __p, _CharT __c) argument
2008 _CharT __c = _CharT(); local
2044 replace(size_t __p, size_t __n, _CharT __c) argument
2073 replace(size_t __p, _CharT __c) argument
2119 insert(const iterator& __p, size_t __n, _CharT __c) argument
2121 insert(const iterator& __p, _CharT __c) argument
2143 replace(const iterator& __p, const iterator& __q, _CharT __c) argument
2164 replace(const iterator& __p, _CharT __c) argument
2270 resize(size_type __n, _CharT __c) argument
2481 __mutable_reference_at(crope& __c, size_t __i) argument
2486 __mutable_reference_at(wrope& __c, size_t __i) argument
[all...]
H A Dstl_queue.h55 explicit queue(const _Sequence& __c) : c(__c) {} argument
167 const _Compare& __x, const _Sequence& __c)
168 : c(__c), comp(__x)
166 priority_queue(const value_type* __first, const value_type* __last, const _Compare& __x, const _Sequence& __c) argument
H A Dbitset899 char __c;
901 __is.get(__c);
902 while (__is && isspace(__c));
904 __is.putback(__c);
908 char __c;
909 __is.get(__c);
913 else if (__c != '0' && __c != '1') {
914 __is.putback(__c);
918 __tmp.push_back(__c);
[all...]
H A Dstl_map.h64 value_compare(_Compare __c) : _M_comp(__c) {} argument
H A Dstl_multimap.h63 value_compare(_Compare __c) : _M_comp(__c) {} argument
H A Dstl_algo.h45 inline const _Tp& __median(const _Tp& __a, const _Tp& __b, const _Tp& __c) { argument
47 if (__b < __c)
49 else if (__a < __c)
50 return __c;
53 else if (__a < __c)
55 else if (__b < __c)
56 return __c;
63 __median(const _Tp& __a, const _Tp& __b, const _Tp& __c, _Compare __comp) { argument
65 if (__comp(__b, __c))
67 else if (__comp(__a, __c))
[all...]
H A Dstl_iterator.h887 ostream_iterator(ostream& __s, const char* __c) argument
888 : _M_stream(&__s), _M_string(__c) {}
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstdio.h418 extern int fputc (int __c, FILE *__stream) __THROW;
419 extern int putc (int __c, FILE *__stream) __THROW;
422 extern int putchar (int __c) __THROW;
431 extern int fputc_unlocked (int __c, FILE *__stream) __THROW;
436 extern int putc_unlocked (int __c, FILE *__stream) __THROW;
437 extern int putchar_unlocked (int __c) __THROW;
497 extern int ungetc (int __c, FILE *__stream) __THROW;
H A Dlibio.h440 extern int _IO_putc (int __c, _IO_FILE *__fp) __THROW;
H A DlibioP.h753 extern int _IO_putc_internal (int __c, _IO_FILE *__fp);
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwchar.h118 extern wchar_t *wmemchr (__const wchar_t *__s, wchar_t __c, size_t __n)
134 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) __THROW;
147 extern wint_t btowc (int __c) __THROW;
151 extern int wctob (wint_t __c) __THROW;
/haiku/src/system/libroot/posix/glibc/include/
H A Dwchar.h16 extern wint_t __btowc (int __c);
/haiku/headers/posix/
H A Dmath.h55 # define __huge_val_t union { unsigned char __c[8]; long long __ll; double __d; }
61 # define __huge_valf_t union { unsigned char __c[4]; long __l; float __f; }
/haiku/headers/cpp/std/
H A Dvalarray_meta.h118 _BinFunBase1 (const _Vt& __c, const _Dom& __e, _Vt __f(_Vt, _Vt)) argument
119 : _M_expr1 (__c), _M_expr2 (__e), _M_func (__f) {}
136 _BinFunBase2 (const _Dom& __e, const _Vt& __c, _Vt __f(_Vt, _Vt)) argument
137 : _M_expr1 (__e), _M_expr2 (__c), _M_func (__f) {}
678 _Expr<_Clos,_Tp>::_Expr (const _Clos& __c) : _M_closure(__c) {} argument
H A Dstd_valarray.h224 void resize(size_t __size, _Tp __c = _Tp());
528 valarray<_Tp>::resize (size_t __n, _Tp __c) argument
535 __valarray_fill (_M_data, _M_size, __c);
H A Dbastring.h226 void push_back(charT __c) argument
227 { append(1, __c); }

Completed in 142 milliseconds