Searched refs:pbytes (Results 1 – 12 of 12) sorted by relevance
/external/u-boot/drivers/video/ |
D | console_rotate.c | 17 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/ |
D | ftapi.c | 93 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()
|
D | ftstream.c | 195 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/ |
D | cffload.h | 47 FT_Byte** pbytes, 52 FT_Byte** pbytes );
|
D | cffload.c | 500 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/ |
D | ftp.py | 94 pbytes = [repr(port//256), repr(port%256)] 95 bytes = hbytes + pbytes
|
/external/ltp/testcases/kernel/syscalls/ipc/lib/ |
D | libmsgctl.c | 75 if (verify(buffer.data.pbytes, (key % 255), size - 1, child)) { in doreader() 112 fill_buffer(buffer.data.pbytes, (key % 255), size); in dowriter()
|
D | libmsgctl.h | 30 char pbytes[99]; member
|
/external/freetype/include/freetype/internal/ |
D | ftstream.h | 435 FT_Byte** pbytes ); 440 FT_Byte** pbytes );
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 285 pbytes = [repr(port//256), repr(port%256)] 286 bytes = hbytes + pbytes
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 263 pbytes = [repr(port//256), repr(port%256)] 264 bytes = hbytes + pbytes
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jvm.h | 1203 JVM_Available(jint fd, jlong *pbytes);
|