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/
H A Dcffload.h46 FT_Byte** pbytes,
51 FT_Byte** pbytes );
H A Dcffload.c506 FT_Byte** pbytes, in FT_LOCAL_DEF()
576 *pbytes = idx->bytes + off1 - 1; in FT_LOCAL_DEF()
582 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in FT_LOCAL_DEF()
589 *pbytes = 0; in FT_LOCAL_DEF()
603 FT_Byte** pbytes ) in cff_index_forget_element()
610 FT_FRAME_RELEASE( *pbytes ); in cff_index_forget_element()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftstream.c194 FT_Byte** pbytes ) in FT_BASE_DEF()
202 *pbytes = (FT_Byte*)stream->cursor; in FT_BASE_DEF()
215 FT_Byte** pbytes ) in FT_Stream_ReleaseFrame()
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/
H A 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/
H A Dlibmsgctl.h30 char pbytes[99]; member
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
224 /* Likewise check pbytes. */ in tre_tnfa_run_parallel()
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/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
224 /* Likewise check pbytes. */ in tre_tnfa_run_parallel()
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/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
224 /* Likewise check pbytes. */ in tre_tnfa_run_parallel()
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/
H A Dregexec.c212 size_t tbytes, rbytes, pbytes, xbytes, total_bytes; in tre_tnfa_run_parallel() local
224 /* Likewise check pbytes. */ in tre_tnfa_run_parallel()
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/
H A Dftstream.h449 FT_Byte** pbytes );
454 FT_Byte** pbytes );
/third_party/python/Lib/
H A Dftplib.py293 pbytes = [repr(port//256), repr(port%256)]
294 bytes = hbytes + pbytes

Completed in 12 milliseconds