Searched refs:path_size (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/freetype/dist/builds/mac/
H A Dftmac.c838 int path_size )
857 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) )
860 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size )
889 if ( ft_strlen( (char *)path_fond ) > path_size )
898 if ( i + 1 + base_lwfn[0] > path_size )
835 lookup_lwfn_by_fond(const UInt8 * path_fond,ConstStr255Param base_lwfn,UInt8 * path_lwfn,int path_size) argument
/xsrc/external/mit/freetype/dist/src/base/
H A Dftmac.c505 size_t path_size )
521 if ( noErr != FSRefMakePath( &par_ref, path_lwfn, path_size ) )
524 if ( ft_strlen( (char *)path_lwfn ) + 1 + base_lwfn[0] > path_size )
502 lookup_lwfn_by_fond(const UInt8 * path_fond,ConstStr255Param base_lwfn,UInt8 * path_lwfn,size_t path_size) argument
/xsrc/external/mit/brotli/dist/c/enc/
H A Dencode.c1279 size_t path_size; local in function:BrotliCompressBufferQuality10
1285 path_size = BrotliZopfliComputeShortestPath(m, block_size, block_start,
1298 num_commands + path_size + 1);
1311 num_commands += path_size;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_atombios.c1914 int i, j, path_size, device_support; local in function:RADEONGetATOMConnectorInfoFromBIOSObject
1935 path_size = 0;
1939 addr += path_size;
1941 path_size += le16_to_cpu(path->usSize);

Completed in 11 milliseconds