/external/fio/lib/ |
D | rand.c | 141 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/ |
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 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/ |
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 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/ |
D | cffload.h | 45 FT_Byte** pbytes, 50 FT_Byte** pbytes );
|
D | cffload.c | 472 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/ |
D | cffload.h | 47 FT_Byte** pbytes, 52 FT_Byte** pbytes );
|
D | cffload.c | 499 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/ |
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 | 416 FT_Byte** pbytes ); 421 FT_Byte** pbytes );
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftstream.h | 416 FT_Byte** pbytes ); 421 FT_Byte** pbytes );
|
/external/python/cpython2/Lib/ |
D | ftplib.py | 261 pbytes = [repr(port//256), repr(port%256)] 262 bytes = hbytes + pbytes
|