Home
last modified time | relevance | path

Searched refs:_w (Results 1 – 25 of 29) sorted by relevance

12

/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dfvwrite.c107 (__SALC | __SSTR) && fp->_w < len) { in __sfvwrite()
119 fp->_w += _size - fp->_bf._size; in __sfvwrite()
124 w = fp->_w; in __sfvwrite()
129 fp->_w -= w; in __sfvwrite()
148 fp->_w -= w; in __sfvwrite()
172 w = fp->_w + fp->_bf._size; in __sfvwrite()
186 fp->_w -= w; in __sfvwrite()
H A Dsetvbuf.c108 fp->_w = 0; in setvbuf()
148 fp->_w = 0; in setvbuf()
151 fp->_w = size; in setvbuf()
154 fp->_w = 0; in setvbuf()
H A Dwbuf.c56 fp->_w = fp->_lbfsize; in __swbuf()
78 fp->_w--; in __swbuf()
H A Dwsetup.c81 fp->_w = 0; in __swsetup()
84 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size; in __swsetup()
H A Dfpurge.c58 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size; in fpurge()
H A Dvdprintf.c61 f._w = sizeof(buf); in vdprintf()
H A Dvasprintf.c42 f._bf._size = f._w = INITIAL_SIZE - 1; /* leave room for the NUL */ in vasprintf()
H A Dvswprintf.c63 f._bf._size = f._w = 127; /* Leave room for the NUL */ in vswprintf()
H A Dungetc.c100 fp->_w = 0; in ungetc()
/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.h89 HwcTestDim(): _w(0), _h(0) {}; in HwcTestDim()
90 HwcTestDim(uint32_t w, uint32_t h) : _w(w), _h(h) {} in HwcTestDim()
91 uint32_t width(void) const { return _w; } in width()
93 void setWidth(uint32_t w) { _w = w; } in setWidth()
100 uint32_t _w;
H A DhwcTestLib.cpp188 rect.right = this->_w;
/aosp12/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayUtils.h133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim()
135 w(_w), h(_h) {} in Dim()
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim()
138 w(_w), h(_h), in Dim()
140 bool check(uint32_t _w, uint32_t _h) const { in check()
141 return (x+w <= _w && y+h <= _h); in check()
/aosp12/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayUtils.h133 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim()
135 w(_w), h(_h) {} in Dim()
136 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim()
138 w(_w), h(_h), in Dim()
140 bool check(uint32_t _w, uint32_t _h) const { in check()
141 return (x+w <= _w && y+h <= _h); in check()
/aosp12/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h160 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim()
162 w(_w), h(_h) {} in Dim()
163 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim()
165 w(_w), h(_h), in Dim()
167 bool check(uint32_t _w, uint32_t _h) const { in check()
168 return (x+w <= _w && y+h <= _h); in check()
/aosp12/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h164 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h) : in Dim()
166 w(_w), h(_h) {} in Dim()
167 Dim(uint32_t _x, uint32_t _y, uint32_t _w, uint32_t _h, uint32_t _o) : in Dim()
169 w(_w), h(_h), in Dim()
171 bool check(uint32_t _w, uint32_t _h) const { in check()
172 return (x+w <= _w && y+h <= _h); in check()
/aosp12/hardware/libhardware/tests/hwc/
H A Dutil.h27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
H A Dutil.c165 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h) { in egl_create() argument
218 *_w = w; in egl_create()
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp189 fp->_w = 0; /* nothing to read or write */ in __sfp()
368 fp->_w = 0; in freopen()
435 fp->_r = fp->_w = 0; in __FILE_close()
508 fp->_w = (fp->_flags & (__SLBF|__SNBF)) ? 0 : fp->_bf._size; in __sflush()
907 if (--fp->_w >= 0 || (fp->_w >= fp->_lbfsize && c != '\n')) { in putc_unlocked()
1036 f._bf._size = f._w = n - 1; in vsnprintf()
H A Drefill.c74 fp->_w = 0; in __srefill()
H A Dlocal.h64 int _w; /* write space left for putc() */ member
H A Dprintf_common.h102 fake._bf._size = fake._w = sizeof(buf); in __sbprintf()
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DPendingIntentRecord.java100 Key(int _t, String _p, @Nullable String _featureId, IBinder _a, String _w, in Key() argument
106 who = _w; in Key()
120 if (_w != null) { in Key()
121 hash = (ODD_PRIME_NUMBER*hash) + _w.hashCode(); in Key()
/aosp12/hardware/interfaces/renderscript/1.0/default/
H A DContext.cpp194 uint32_t _w = w; in allocation2DWrite() local
199 …Device::getHal().Allocation2DData(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _dataP… in allocation2DWrite()
209 uint32_t _w = w; in allocation3DWrite() local
215 …Device::getHal().Allocation3DData(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DWrite()
263 uint32_t _w = w; in allocation2DRead() local
268 …Device::getHal().Allocation2DRead(mContext, _allocation, _xoff, _yoff, _lod, _face, _w, _h, _data,… in allocation2DRead()
278 uint32_t _w = w; in allocation3DRead() local
284 …Device::getHal().Allocation3DRead(mContext, _allocation, _xoff, _yoff, _zoff, _lod, _w, _h, _d, _d… in allocation3DRead()
/aosp12/hardware/interfaces/tv/tuner/assets/
H A Dtuner_frontend_input.ts1608 …��X�q�{�k�8��1Ȉ��v�]��D�YM��E�%u�~F��� ��"�"G���w�ed{�y+��e�_w� O�!ǫx�b�mV.O�'O��…
2722 …�j�x�ktm�}��w5ϹXA�U���My�"&g/Bab�ߗ�� �/���-�����YL}��{�����8�H���_w�p5/_3A������e��$]�…
4669 8��!�7����� ����A����@�1�B�T���ҭ�\�\��~�k�Y�W_�*%_w�F�l�����Ď �7����7ɟ⿙X�U�c��� 
H A Dtuner_frontend_input.es1014 _wQ]�IEg��M�_�!f8�Y�{�g���,� \%�~\�����"D�>����8(�P�4���u�}��H���Z^!�ş�n�…
1736 …t�̾���X�q�{�k�8��1Ȉ��v�]��D�YM��E�%u�~F��� ��"�"��w�ed{�y+��e�_w� O�!ǫx�b�mV.O�'O��…
2341 ��E�4�/�El����A���v_�������d�G`t����F ���-�?�a�_w1��� x� �yAބ:���V�
2716 …�j�x�ktm�}��w5ϹXA�U���My�"&g/Bab�ߗ�� �/���-�����YL}��{�����8�H���_w�p5/_3A������e��$]�…
4014 ��x�}�׏� KB��RM+$2�i����ĩ%3_`���~q�_w���@&�
4446 …�s���u��\�s��:�\�?������� ����A����@�1�B�T���ҭ�\�\��~�k�Y�W_�*%_w�F�l�����Ď �7����7…
4635 …�`�kJuԤi�ġ �������`Eÿ�(.���_��=(���6��}p ����`mlx�h��a���3�F_w� ��Ń@�#��UlaD�/h…
5393 ��wwz�UXG�R*��I�R *P)��"��_w�b��;�Q x�"{rp�2z���l`M�x�3 ���|�����\@ ���7�p��r2PZS�…

12