HomeSort by relevance Sort by last modified time
    Searched refs:_w (Results 1 - 25 of 49) sorted by null

1 2

  /bionic/libc/stdio/
wbuf.c 51 * make sure _w is 0 (if fully- or un-buffered) or -_bf._size
54 * calls might wrap _w from negative to positive.
56 fp->_w = fp->_lbfsize;
69 * guarantees that putc() will always call wbuf() by setting _w
78 fp->_w--;
wsetup.c 68 * Make a buffer if necessary, then set _w.
81 fp->_w = 0;
84 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size;
setvbuf.c 108 fp->_w = 0;
142 fp->_w = 0;
145 fp->_w = size;
148 fp->_w = 0;
fvwrite.c 110 (__SALC | __SSTR) && fp->_w < (int)len) {
123 fp->_w += _size - fp->_bf._size;
128 w = fp->_w;
132 COPY(w); /* copy MIN(fp->_w,len), */
133 fp->_w -= w;
139 /* fp->_w -= w; */ /* unneeded */
152 fp->_w -= w;
176 w = fp->_w + fp->_bf._size;
179 /* fp->_w -= w; */
190 fp->_w -= w
    [all...]
fpurge.c 58 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size;
sprintf.c 57 f._bf._size = f._w = INT_MAX;
vsnprintf.c 60 f._bf._size = f._w = n - 1;
vsprintf.c 55 f._bf._size = f._w = INT_MAX;
asprintf.c 39 f._bf._size = f._w = 127; /* Leave room for the NUL */
fclose.c 59 fp->_r = fp->_w = 0; /* Mess up if reaccessed. */
snprintf.c 61 f._bf._size = f._w = n - 1;
vasprintf.c 39 f._bf._size = f._w = 127; /* Leave room for the NUL */
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
decoder.py 118 def JSONObject(match, context, _w=WHITESPACE.match):
121 end = _w(s, match.end()).end()
133 end = _w(s, end).end()
136 end = _w(s, end + 1).end()
142 end = _w(s, end).end()
149 end = _w(s, end).end()
160 def JSONArray(match, context, _w=WHITESPACE.match):
163 end = _w(s, match.end()).end()
175 end = _w(s, end).end()
182 end = _w(s, end).end(
    [all...]
  /frameworks/base/opengl/tests/hwc/
hwcTestLib.h 93 HwcTestDim(): _w(0), _h(0) {};
94 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {}
95 uint32_t width(void) const { return _w; }
97 void setWidth(uint32_t w) { _w = w; }
104 uint32_t _w; member in class:HwcTestDim
  /bionic/libc/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
386 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
396 (--(p)->_w < 0 ? \
397 (p)->_w >= (p)->_lbfsize ? \
  /development/ndk/platforms/android-3/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
395 (--(p)->_w < 0 ? \
396 (p)->_w >= (p)->_lbfsize ? \
  /development/ndk/platforms/android-8/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
385 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
395 (--(p)->_w < 0 ? \
396 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/lib/gcc/i686-android-linux/4.4.3/include-fixed/
stdio.h 108 * if _flags&__SRD, _w is 0
131 int _w; /* write space left for putc() */ member in struct:__sFILE
394 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
404 (--(p)->_w < 0 ? \
405 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 (--(p)->_w < 0 ? \
394 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 (--(p)->_w < 0 ? \
394 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 (--(p)->_w < 0 ? \
394 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 (--(p)->_w < 0 ? \
394 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 (--(p)->_w < 0 ? \
394 (p)->_w >= (p)->_lbfsize ? \
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdio.h 99 * if _flags&__SRD, _w is 0
122 int _w; /* write space left for putc() */ member in struct:__sFILE
383 if (--_p->_w >= 0 || (_p->_w >= _p->_lbfsize && (char)_c != '\n'))
393 (--(p)->_w < 0 ? \
394 (p)->_w >= (p)->_lbfsize ? \

Completed in 567 milliseconds

1 2