Home
last modified time | relevance | path

Searched refs:pbytes (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/drivers/video/
Dconsole_rotate.c17 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_1() local
22 (row + 1) * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_1()
67 int pbytes = VNBYTES(vid_priv->bpix); in console_move_rows_1() local
71 (rowdst + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()
73 (rowsrc + count) * VIDEO_FONT_HEIGHT * pbytes; in console_move_rows_1()
76 memmove(dst, src, VIDEO_FONT_HEIGHT * pbytes * count); in console_move_rows_1()
89 int pbytes = VNBYTES(vid_priv->bpix); in console_putc_xy_1() local
96 vid_priv->line_length - (y + 1) * pbytes; in console_putc_xy_1()
276 int pbytes = VNBYTES(vid_priv->bpix); in console_set_row_3() local
280 line = vid_priv->fb + row * VIDEO_FONT_HEIGHT * pbytes; in console_set_row_3()
[all …]
/external/freetype/src/base/
Dftapi.c93 FT_Byte** pbytes ) in FT_Extract_Frame() argument
95 return FT_Stream_ExtractFrame( stream, count, pbytes ); in FT_Extract_Frame()
101 FT_Byte** pbytes ) in FT_Release_Frame() argument
103 FT_Stream_ReleaseFrame( stream, pbytes ); in FT_Release_Frame()
Dftstream.c195 FT_Byte** pbytes ) in FT_Stream_ExtractFrame() argument
203 *pbytes = (FT_Byte*)stream->cursor; in FT_Stream_ExtractFrame()
216 FT_Byte** pbytes ) in FT_Stream_ReleaseFrame() argument
224 ft_mem_free( memory, *pbytes ); in FT_Stream_ReleaseFrame()
225 *pbytes = NULL; in FT_Stream_ReleaseFrame()
227 FT_FREE( *pbytes ); in FT_Stream_ReleaseFrame()
230 *pbytes = NULL; in FT_Stream_ReleaseFrame()
/external/freetype/src/cff/
Dcffload.h47 FT_Byte** pbytes,
52 FT_Byte** pbytes );
Dcffload.c500 FT_Byte** pbytes, in cff_index_access_element() argument
570 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
576 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
583 *pbytes = 0; in cff_index_access_element()
597 FT_Byte** pbytes ) in cff_index_forget_element() argument
604 FT_FRAME_RELEASE( *pbytes ); in cff_index_forget_element()
/external/python/cpython2/Demo/sockets/
Dftp.py94 pbytes = [repr(port//256), repr(port%256)]
95 bytes = hbytes + pbytes
/external/ltp/testcases/kernel/syscalls/ipc/lib/
Dlibmsgctl.c75 if (verify(buffer.data.pbytes, (key % 255), size - 1, child)) { in doreader()
112 fill_buffer(buffer.data.pbytes, (key % 255), size); in dowriter()
Dlibmsgctl.h30 char pbytes[99]; member
/external/freetype/include/freetype/internal/
Dftstream.h435 FT_Byte** pbytes );
440 FT_Byte** pbytes );
/external/python/cpython3/Lib/
Dftplib.py285 pbytes = [repr(port//256), repr(port%256)]
286 bytes = hbytes + pbytes
/external/python/cpython2/Lib/
Dftplib.py263 pbytes = [repr(port//256), repr(port%256)]
264 bytes = hbytes + pbytes
/external/oj-libjdwp/src/share/javavm/export/
Djvm.h1203 JVM_Available(jint fd, jlong *pbytes);