Searched refs:pbytes (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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()
|
/third_party/ltp/libs/libltpipc/ |
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()
|
/third_party/ltp/include/ |
D | libmsgctl.h | 30 char pbytes[99]; member
|
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 231 pbytes = sizeof(*reach_pos) * tnfa->num_states; in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 253 tmp_buf += pbytes; in tre_tnfa_run_parallel()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 231 pbytes = sizeof(*reach_pos) * tnfa->num_states; in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 253 tmp_buf += pbytes; in tre_tnfa_run_parallel()
|
/third_party/musl/src/regex/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 231 pbytes = sizeof(*reach_pos) * tnfa->num_states; in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 253 tmp_buf += pbytes; in tre_tnfa_run_parallel()
|
/third_party/musl/porting/uniproton/kernel/src/regex/ |
D | regexec.c | 212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local 231 pbytes = sizeof(*reach_pos) * tnfa->num_states; in tre_tnfa_run_parallel() 235 + (rbytes + xbytes * tnfa->num_states) * 2 + tbytes + pbytes; in tre_tnfa_run_parallel() 253 tmp_buf += pbytes; in tre_tnfa_run_parallel()
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftstream.h | 449 FT_Byte** pbytes ); 454 FT_Byte** pbytes );
|
/third_party/python/Lib/ |
D | ftplib.py | 293 pbytes = [repr(port//256), repr(port%256)] 294 bytes = hbytes + pbytes
|