HomeSort by relevance Sort by last modified time
    Searched refs:size_p (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/base/
ftmac.c 591 unsigned char *buffer, *p, *size_p = NULL; local
659 if ( size_p )
661 *size_p++ = (FT_Byte)( pfb_chunk_size & 0xFF );
662 *size_p++ = (FT_Byte)( ( pfb_chunk_size >> 8 ) & 0xFF );
663 *size_p++ = (FT_Byte)( ( pfb_chunk_size >> 16 ) & 0xFF );
664 *size_p++ = (FT_Byte)( ( pfb_chunk_size >> 24 ) & 0xFF );
679 size_p = p; /* save for later */
  /external/freetype/builds/mac/
ftmac.c 970 unsigned char *buffer, *p, *size_p = NULL; local
1038 if ( size_p != NULL )
1040 *size_p++ = (FT_Byte)( pfb_chunk_size & 0xFF );
1041 *size_p++ = (FT_Byte)( ( pfb_chunk_size >> 8 ) & 0xFF );
1042 *size_p++ = (FT_Byte)( ( pfb_chunk_size >> 16 ) & 0xFF );
1043 *size_p++ = (FT_Byte)( ( pfb_chunk_size >> 24 ) & 0xFF );
1058 size_p = p; /* save for later */
    [all...]
  /external/syzkaller/executor/
executor.cc 287 static uint64 read_const_arg(uint64** input_posp, uint64* size_p, uint64* bf, uint64* bf_off_p, uint64* bf_len_p);
1096 uint64 read_const_arg(uint64** input_posp, uint64* size_p, uint64* bf_p, uint64* bf_off_p, uint64* bf_len_p)
1100 *size_p = meta & 0xff;
1108 switch (*size_p) {
1119 fail("bad big-endian int size %llu", *size_p);
    [all...]

Completed in 548 milliseconds