Home
last modified time | relevance | path

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

/external/fio/lib/
Drand.c141 char *pattern, unsigned int pbytes) in __fill_random_buf_percentage() argument
146 if (pbytes) in __fill_random_buf_percentage()
147 (void)cpy_pattern(pattern, pbytes, buf, len); in __fill_random_buf_percentage()
176 if (pbytes) in __fill_random_buf_percentage()
177 (void)cpy_pattern(pattern, pbytes, buf, this_len); in __fill_random_buf_percentage()
189 char *pattern, unsigned int pbytes) in fill_random_buf_percentage() argument
197 pattern, pbytes); in fill_random_buf_percentage()
/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
223 ft_mem_free( memory, *pbytes ); in FT_Stream_ReleaseFrame()
224 *pbytes = NULL; in FT_Stream_ReleaseFrame()
226 FT_FREE( *pbytes ); in FT_Stream_ReleaseFrame()
229 *pbytes = NULL; in FT_Stream_ReleaseFrame()
/external/pdfium/third_party/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
223 ft_mem_free( memory, *pbytes ); in FT_Stream_ReleaseFrame()
224 *pbytes = NULL; in FT_Stream_ReleaseFrame()
226 FT_FREE( *pbytes ); in FT_Stream_ReleaseFrame()
229 *pbytes = NULL; in FT_Stream_ReleaseFrame()
/external/pdfium/third_party/freetype/src/cff/
Dcffload.h45 FT_Byte** pbytes,
50 FT_Byte** pbytes );
Dcffload.c472 FT_Byte** pbytes, in cff_index_access_element() argument
542 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
548 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
555 *pbytes = 0; in cff_index_access_element()
569 FT_Byte** pbytes ) in cff_index_forget_element() argument
576 FT_FRAME_RELEASE( *pbytes ); in cff_index_forget_element()
/external/freetype/src/cff/
Dcffload.h47 FT_Byte** pbytes,
52 FT_Byte** pbytes );
Dcffload.c499 FT_Byte** pbytes, in cff_index_access_element() argument
569 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
575 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
582 *pbytes = 0; in cff_index_access_element()
596 FT_Byte** pbytes ) in cff_index_forget_element() argument
603 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.h416 FT_Byte** pbytes );
421 FT_Byte** pbytes );
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftstream.h416 FT_Byte** pbytes );
421 FT_Byte** pbytes );
/external/python/cpython2/Lib/
Dftplib.py261 pbytes = [repr(port//256), repr(port%256)]
262 bytes = hbytes + pbytes