/external/freetype/src/sfnt/ |
ttbdf.c | 56 bdf->strings_size = 0; 102 bdf->strings_size = length - strings; 202 if ( name_offset < bdf->strings_size && 203 property_len < bdf->strings_size - name_offset && 206 bdf->strings_size - name_offset ) == 0 ) 213 if ( value < bdf->strings_size && 214 ft_memchr( bdf->strings + value, 0, bdf->strings_size ) )
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
ttbdf.c | 56 bdf->strings_size = 0; 102 bdf->strings_size = length - strings; 202 if ( name_offset < bdf->strings_size && 203 property_len < bdf->strings_size - name_offset && 206 bdf->strings_size - name_offset ) == 0 ) 213 if ( value < bdf->strings_size && 214 ft_memchr( bdf->strings + value, 0, bdf->strings_size ) )
|
/external/pdfium/third_party/freetype/src/sfnt/ |
ttbdf.c | 56 bdf->strings_size = 0; 102 bdf->strings_size = length - strings; 202 if ( name_offset < bdf->strings_size && 203 property_len < bdf->strings_size - name_offset && 206 bdf->strings_size - name_offset ) == 0 ) 213 if ( value < bdf->strings_size && 214 ft_memchr( bdf->strings + value, 0, bdf->strings_size ) )
|
/toolchain/binutils/binutils-2.25/binutils/ |
od-xcoff.c | 394 unsigned int strings_size; member in struct:xcoff_dump 650 data->strings_size = 0; 654 data->strings_size = bfd_h_get_32 (abfd, stsz_arr); 655 if (data->strings_size > sizeof (stsz_arr)) 657 unsigned int remsz = data->strings_size - sizeof (stsz_arr); 659 data->strings = xmalloc (data->strings_size); 708 if ((s->sym.sclass & DBXMASK) == 0 && soff < data->strings_size) 755 if (data->strings_size == 0) 758 printf (_(" (strings size: %08x):\n"), data->strings_size); 891 if (data->strings != NULL && off < data->strings_size) [all...] |
wrstabs.c | 145 size_t strings_size; member in struct:stab_write_handle 362 strx = info->strings_size; 369 info->strings_size += strlen (string) + 1; 482 info.strings_size = 1; 524 bfd_put_32 (abfd, info.strings_size, info.symbols + 8); 529 *pstringsize = info.strings_size; 530 *pstrings = (bfd_byte *) xmalloc (info.strings_size); [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
som.c | 3309 unsigned int strings_size = 0; local 3418 unsigned int strings_size = 0; local 3581 unsigned int strings_size = 0; local 3942 unsigned int strings_size, total_reloc_size; local [all...] |
/external/freetype/include/internal/ |
tttypes.h | 891 FT_ULong strings_size; member in struct:TT_BDFRec_ [all...] |
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
tttypes.h | 891 FT_ULong strings_size; member in struct:TT_BDFRec_ [all...] |
/external/pdfium/third_party/freetype/include/freetype/internal/ |
tttypes.h | 891 FT_ULong strings_size; member in struct:TT_BDFRec_ [all...] |