/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
H A D | fvwrite.c | 107 (__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 D | setvbuf.c | 108 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 D | wbuf.c | 56 fp->_w = fp->_lbfsize; in __swbuf() 78 fp->_w--; in __swbuf()
|
H A D | wsetup.c | 81 fp->_w = 0; in __swsetup() 84 fp->_w = fp->_flags & __SNBF ? 0 : fp->_bf._size; in __swsetup()
|
H A D | fpurge.c | 58 fp->_w = fp->_flags & (__SLBF|__SNBF) ? 0 : fp->_bf._size; in fpurge()
|
H A D | vdprintf.c | 61 f._w = sizeof(buf); in vdprintf()
|
H A D | vasprintf.c | 42 f._bf._size = f._w = INITIAL_SIZE - 1; /* leave room for the NUL */ in vasprintf()
|
H A D | vswprintf.c | 63 f._bf._size = f._w = 127; /* Leave room for the NUL */ in vswprintf()
|
H A D | ungetc.c | 100 fp->_w = 0; in ungetc()
|
/aosp12/frameworks/native/opengl/tests/hwc/ |
H A D | hwcTestLib.h | 89 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 D | hwcTestLib.cpp | 188 rect.right = this->_w;
|
/aosp12/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayUtils.h | 133 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 D | overlayUtils.h | 133 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 D | overlayUtils.h | 160 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 D | overlayUtils.h | 164 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 D | util.h | 27 int egl_create(EGLDisplay *_display, EGLSurface *_surface, int *_w, int *_h);
|
H A D | util.c | 165 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 D | stdio.cpp | 189 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 D | refill.c | 74 fp->_w = 0; in __srefill()
|
H A D | local.h | 64 int _w; /* write space left for putc() */ member
|
H A D | printf_common.h | 102 fake._bf._size = fake._w = sizeof(buf); in __sbprintf()
|
/aosp12/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingIntentRecord.java | 100 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 D | Context.cpp | 194 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 D | tuner_frontend_input.ts | 1608 …��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 D | tuner_frontend_input.es | 1014 _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�…
|