Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()
/third_party/ltp/libs/libltpipc/
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()
/third_party/ltp/include/
Dlibmsgctl.h30 char pbytes[99]; member
/third_party/musl/porting/liteos_m/kernel/src/regex/
Dregexec.c212 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/
Dregexec.c212 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/
Dregexec.c212 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/
Dregexec.c212 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/
Dftstream.h449 FT_Byte** pbytes );
454 FT_Byte** pbytes );
/third_party/python/Lib/
Dftplib.py293 pbytes = [repr(port//256), repr(port%256)]
294 bytes = hbytes + pbytes