Home
last modified time | relevance | path

Searched refs:pbytes (Results 1 – 20 of 20) 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/flutter/skia/third_party/externals/freetype/src/cff/
Dcffload.h47 FT_Byte** pbytes,
52 FT_Byte** pbytes );
Dcffload.c500 FT_Byte** pbytes, in cff_index_access_element() argument
570 *pbytes = idx->bytes + off1 - 1; in cff_index_access_element()
576 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) ) in cff_index_access_element()
583 *pbytes = 0; in cff_index_access_element()
597 FT_Byte** pbytes ) in cff_index_forget_element() argument
604 FT_FRAME_RELEASE( *pbytes ); in cff_index_forget_element()
/third_party/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/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/flutter/skia/third_party/externals/freetype/src/base/
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
224 ft_mem_free( memory, *pbytes ); in FT_Stream_ReleaseFrame()
226 FT_FREE( *pbytes ); in FT_Stream_ReleaseFrame()
230 *pbytes = NULL; in FT_Stream_ReleaseFrame()
/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/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/include/
Dlibmsgctl.h30 char pbytes[99]; member
/third_party/libsoup/libsoup/
Dsoup-auth-ntlm.c1086 int pbytes, nbits = nbytes * 8, i, j; in md4sum() local
1089 pbytes = ((119 - (nbytes % 64)) % 64) + 1; in md4sum()
1090 M = alloca (nbytes + pbytes + 8); in md4sum()
1092 memset (M + nbytes, 0, pbytes + 8); in md4sum()
1094 M[nbytes + pbytes] = nbits & 0xFF; in md4sum()
1095 M[nbytes + pbytes + 1] = (nbits >> 8) & 0xFF; in md4sum()
1096 M[nbytes + pbytes + 2] = (nbits >> 16) & 0xFF; in md4sum()
1097 M[nbytes + pbytes + 3] = (nbits >> 24) & 0xFF; in md4sum()
1104 for (i = 0; i < nbytes + pbytes + 8; i += 64) { in md4sum()
/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/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/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/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftstream.h451 FT_Byte** pbytes );
456 FT_Byte** pbytes );
/third_party/freetype/include/freetype/internal/
Dftstream.h451 FT_Byte** pbytes );
456 FT_Byte** pbytes );
/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