Searched refs:pbytes (Results 1 – 10 of 10) sorted by relevance
/external/freetype/src/cff/ |
D | cffload.h | 46 FT_Byte** pbytes, 51 FT_Byte** pbytes );
|
D | cffload.c | 506 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/ |
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/src/base/ |
D | ftstream.c | 194 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/ |
D | ftstream.h | 451 FT_Byte** pbytes ); 456 FT_Byte** pbytes );
|
/external/python/cpython3/Lib/ |
D | ftplib.py | 291 pbytes = [repr(port//256), repr(port%256)] 292 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);
|