Searched refs:pbuff (Results 1 - 6 of 6) sorted by relevance
/third_party/FatFs/documents/res/ |
H A D | app4.c | 46 BYTE *pbuff = (BYTE*)buff;
in test_diskio() local 120 for (n = 0, pn(pns); n < sz_sect; n++) pbuff[n] = (BYTE)pn(0);
in test_diskio() 121 printf(" disk_write(%u, 0x%X, %lu, 1)", pdrv, (UINT)pbuff, lba);
in test_diskio() 122 dr = disk_write(pdrv, pbuff, lba, 1);
in test_diskio() 137 memset(pbuff, 0, sz_sect);
in test_diskio() 138 printf(" disk_read(%u, 0x%X, %lu, 1)", pdrv, (UINT)pbuff, lba);
in test_diskio() 139 dr = disk_read(pdrv, pbuff, lba, 1);
in test_diskio() 146 for (n = 0, pn(pns); n < sz_sect && pbuff[n] == (BYTE)pn(0); n++) ;
in test_diskio() 159 for (n = 0, pn(pns); n < (UINT)(sz_sect * ns); n++) pbuff[n] = (BYTE)pn(0);
in test_diskio() 160 printf(" disk_write(%u, 0x%X, %lu, %u)", pdrv, (UINT)pbuff, lb in test_diskio() [all...] |
/third_party/toybox/toys/pending/ |
H A D | telnet.c | 30 int pbuff; 161 char opt = TT.buff[TT.pbuff++]; in handle_negotiations() 165 opt = TT.buff[TT.pbuff++]; in handle_negotiations() 182 char opt = TT.buff[TT.pbuff++]; in handle_ddww() 234 TT.pbuff = 0; in read_server() 237 curr = TT.buff[TT.pbuff++]; in read_server() 239 curr = TT.buff[TT.pbuff++]; in read_server() 256 if (curr == '\r') { curr = TT.buff[TT.pbuff++]; in read_server() 257 if (curr != '\0') TT.pbuff--; in read_server() 260 } while (TT.pbuff < le in read_server() [all...] |
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | buffer.c | 105 vlVaMapBuffer(VADriverContextP ctx, VABufferID buf_id, void **pbuff) in vlVaMapBuffer() argument 117 if (!pbuff) in vlVaMapBuffer() 147 *pbuff = map_func(drv->pipe, resource, 0, PIPE_MAP_WRITE, in vlVaMapBuffer() 151 if (!buf->derived_surface.transfer || !*pbuff) in vlVaMapBuffer() 155 ((VACodedBufferSegment*)buf->data)->buf = *pbuff; in vlVaMapBuffer() 158 *pbuff = buf->data; in vlVaMapBuffer() 162 *pbuff = buf->data; in vlVaMapBuffer()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fftdnoiz.c | 391 float *pbuff = pbuffer; in filter_block3d2() local 399 buffer[0].re = pbuff[2 * j ]; in filter_block3d2() 400 buffer[0].im = pbuff[2 * j + 1]; in filter_block3d2() 436 pbuff += buffer_linesize; in filter_block3d2() 453 float *pbuff = pbuffer; in filter_block3d1() local 460 buffer[0].re = pbuff[2 * j ]; in filter_block3d1() 461 buffer[0].im = pbuff[2 * j + 1]; in filter_block3d1() 494 pbuff += buffer_linesize; in filter_block3d1()
|
/third_party/toybox/generated/ |
H A D | globals.h | 1047 int pbuff; member
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 315 void** pbuff = (void**)_pbuff; in FT_LOCAL_DEF() local 320 if ( FT_QREALLOC( *pbuff, *size * multiplier, new_max * multiplier ) ) in FT_LOCAL_DEF()
|
Completed in 19 milliseconds