HomeSort by relevance Sort by last modified time
    Searched refs:pbytes (Results 1 - 14 of 14) sorted by null

  /external/freetype/src/base/
ftapi.c 93 FT_Byte** pbytes )
95 return FT_Stream_ExtractFrame( stream, count, pbytes );
101 FT_Byte** pbytes )
103 FT_Stream_ReleaseFrame( stream, pbytes );
ftstream.c 195 FT_Byte** pbytes )
203 *pbytes = (FT_Byte*)stream->cursor;
216 FT_Byte** pbytes )
224 ft_mem_free( memory, *pbytes );
225 *pbytes = NULL;
227 FT_FREE( *pbytes );
230 *pbytes = NULL;
  /external/ltp/testcases/kernel/syscalls/ipc/lib/
libmsgctl.h 30 char pbytes[99]; member in struct:mbuffer::__anon32257
libmsgctl.c 75 if (verify(buffer.data.pbytes, (key % 255), size - 1, child)) {
112 fill_buffer(buffer.data.pbytes, (key % 255), size);
  /external/u-boot/drivers/video/
console_rotate.c 17 int pbytes = VNBYTES(vid_priv->bpix); local
22 (row + 1) * VIDEO_FONT_HEIGHT * pbytes;
67 int pbytes = VNBYTES(vid_priv->bpix); local
71 (rowdst + count) * VIDEO_FONT_HEIGHT * pbytes;
73 (rowsrc + count) * VIDEO_FONT_HEIGHT * pbytes;
76 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count);
89 int pbytes = VNBYTES(vid_priv->bpix); local
96 vid_priv->line_length - (y + 1) * pbytes;
276 int pbytes = VNBYTES(vid_priv->bpix); local
280 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * pbytes;
325 int pbytes = VNBYTES(vid_priv->bpix); local
345 int pbytes = VNBYTES(vid_priv->bpix); local
    [all...]
  /external/freetype/src/cff/
cffload.h 47 FT_Byte** pbytes,
52 FT_Byte** pbytes );
cffload.c 500 FT_Byte** pbytes,
570 *pbytes = idx->bytes + off1 - 1;
576 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) )
583 *pbytes = 0;
597 FT_Byte** pbytes )
604 FT_FRAME_RELEASE( *pbytes );
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
ftp.py 94 pbytes = [repr(port//256), repr(port%256)]
95 bytes = hbytes + pbytes
  /external/python/cpython2/Demo/sockets/
ftp.py 94 pbytes = [repr(port//256), repr(port%256)]
95 bytes = hbytes + pbytes
  /external/freetype/include/freetype/internal/
ftstream.h 435 FT_Byte** pbytes );
440 FT_Byte** pbytes );
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ftplib.py 256 pbytes = [repr(port//256), repr(port%256)]
257 bytes = hbytes + pbytes
    [all...]
  /external/python/cpython2/Lib/
ftplib.py 263 pbytes = [repr(port//256), repr(port%256)]
264 bytes = hbytes + pbytes
    [all...]
  /external/python/cpython3/Lib/
ftplib.py 285 pbytes = [repr(port//256), repr(port%256)]
286 bytes = hbytes + pbytes
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvm.h     [all...]

Completed in 3985 milliseconds