Home
last modified time | relevance | path

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

/external/freetype/src/cff/
Dcffload.h46 FT_Byte** pbytes,
51 FT_Byte** pbytes );
Dcffload.c506 FT_Byte** pbytes, in cff_index_access_element() argument
576 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
582 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
589 *pbytes = 0; in cff_index_access_element()
603 FT_Byte** pbytes ) in cff_index_forget_element() argument
610 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/src/base/
Dftstream.c194 FT_Byte** pbytes ) in FT_Stream_ExtractFrame() argument
202 *pbytes = (FT_Byte*)stream->cursor; in FT_Stream_ExtractFrame()
215 FT_Byte** pbytes ) in FT_Stream_ReleaseFrame() argument
223 ft_mem_free( memory, *pbytes ); in FT_Stream_ReleaseFrame()
225 FT_FREE( *pbytes ); in FT_Stream_ReleaseFrame()
229 *pbytes = NULL; in FT_Stream_ReleaseFrame()
/external/freetype/include/freetype/internal/
Dftstream.h451 FT_Byte** pbytes );
456 FT_Byte** pbytes );
/external/python/cpython3/Lib/
Dftplib.py291 pbytes = [repr(port//256), repr(port%256)]
292 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);