/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/flutter/skia/third_party/externals/freetype/src/cff/ |
D | cffload.h | 47 FT_Byte** pbytes, 52 FT_Byte** pbytes );
|
D | cffload.c | 500 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/ |
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/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/flutter/skia/third_party/externals/freetype/src/base/ |
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 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/ |
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/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/include/ |
D | libmsgctl.h | 30 char pbytes[99]; member
|
/third_party/libsoup/libsoup/ |
D | soup-auth-ntlm.c | 1086 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/ |
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/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/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/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftstream.h | 451 FT_Byte** pbytes ); 456 FT_Byte** pbytes );
|
/third_party/freetype/include/freetype/internal/ |
D | ftstream.h | 451 FT_Byte** pbytes ); 456 FT_Byte** pbytes );
|
/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
|