Searched refs:_w (Results 1 – 24 of 24) sorted by relevance
| /minix3/external/bsd/llvm/dist/clang/test/CXX/lex/lex.literal/lex.ext/ |
| H A D | p7.cpp | 13 long double operator "" _w(long double); 14 std::string operator "" _w(const char16_t*, size_t); 15 unsigned operator "" _w(const char*); 17 auto v1 = 1.2_w; // calls operator "" _w(1.2L) in main() 18 auto v2 = u"one"_w; // calls operator "" _w(u"one", 3) in main() 19 auto v3 = 12_w; // calls operator "" _w("12") in main() 20 …"two"_w; // expected-error {{no matching literal operator for call to 'operator "" _w' … in main()
|
| /minix3/lib/libc/stdio/ |
| H A D | fvwrite.c | 127 (__SALC | __SSTR) && (size_t)fp->_w < len) { in __sfvwrite() 141 fp->_w += _size - fp->_bf._size; in __sfvwrite() 146 w = fp->_w; in __sfvwrite() 151 fp->_w -= (int)w; in __sfvwrite() 170 fp->_w -= (int)w; in __sfvwrite() 194 w = fp->_w + fp->_bf._size; in __sfvwrite() 208 fp->_w -= (int)w; in __sfvwrite()
|
| H A D | setvbuf.c | 125 fp->_w = 0; in setvbuf() 160 fp->_w = 0; in setvbuf() 164 fp->_w = (int)size; in setvbuf() 168 fp->_w = 0; in setvbuf()
|
| H A D | wbuf.c | 71 fp->_w = fp->_lbfsize; in __swbuf() 94 fp->_w--; in __swbuf()
|
| H A D | wsetup.c | 94 fp->_w = 0; in __swsetup() 97 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size; in __swsetup()
|
| H A D | vsnprintf.c | 89 f._bf._size = f._w = 0; in __weak_alias() 93 f._bf._size = f._w = (int)(n - 1); in __weak_alias()
|
| H A D | findfp.c | 64 ._w = 0, \ 90 ._w = 0, \ 175 fp->_w = 0; /* nothing to read or write */ in __sfpinit()
|
| H A D | fpurge.c | 72 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size; in fpurge()
|
| H A D | fclose.c | 75 fp->_r = fp->_w = 0; /* Mess up if reaccessed. */ in fclose()
|
| H A D | fflush.c | 104 fp->_w = t & (__SLBF|__SNBF) ? 0 : fp->_bf._size; in __sflush()
|
| H A D | vsprintf.c | 77 f._bf._size = f._w = INT_MAX; in __weak_alias()
|
| H A D | refill.c | 98 fp->_w = 0; in __srefill()
|
| H A D | vdprintf.c | 104 f._w = sizeof(buf); in __weak_alias()
|
| H A D | vswprintf.c | 78 f._bf._size = f._w = 127; /* Leave room for the NUL */ in __weak_alias()
|
| H A D | vasprintf.c | 69 f._bf._size = f._w = 127; /* Leave room for the NUL */ in __weak_alias()
|
| H A D | freopen.c | 126 fp->_w = 0; in freopen()
|
| H A D | ungetc.c | 119 fp->_w = 0; in ungetc()
|
| H A D | vfwprintf.c | 182 fake._bf._size = fake._w = sizeof(buf); in __sbprintf()
|
| /minix3/minix/include/minix/ |
| H A D | fslib.h | 4 unsigned conv2(int _norm, int _w);
|
| /minix3/include/ |
| H A D | stdio.h | 115 int _w; /* write space left for putc() */ member 465 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n')) in __sputc() 475 (--(p)->_w < 0 ? \ 476 (p)->_w >= (p)->_lbfsize ? \
|
| /minix3/lib/libedit/ |
| H A D | chartype.h | 74 #define FUN(prefix,rest) prefix ## _w ## rest 75 #define FUNW(type) type ## _w
|
| /minix3/external/bsd/llvm/dist/clang/test/CodeGen/ |
| H A D | struct.c | 99 struct _w { struct
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 3684 def _w : Intrinsic<[llvm_i32_ty], [], [IntrNoMem]>, 3685 GCCBuiltin<!strconcat(prefix, "_w")>;
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 1801 def : Pat<(!cast<Intrinsic>("int_x86_avx512_"##IntName##"_w") 1877 def : Pat<(!cast<Intrinsic>("int_x86_avx512_"##IntName##"_w")
|