HomeSort by: relevance | last modified time | path
    Searched refs:ofType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
AppController.m 68 fp = [bundle pathForResource: @"Info-project" ofType: @"plist"];
  /src/external/bsd/zstd/dist/lib/compress/
zstd_compress_superblock.c 154 * fseMetadata->llType, fseMetadata->ofType, and fseMetadata->mlType have
200 const U32 Offtype = fseMetadata->ofType;
377 cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, MaxOff,
424 if (fseMetadata->ofType == set_compressed || fseMetadata->ofType == set_rle)
zstd_compress_internal.h 167 SymbolEncodingType_e ofType;
zstd_compress.c 3785 fseMetadata->ofType = (SymbolEncodingType_e) stats.Offtype;
3906 cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, nbSeq, MaxOff,

Completed in 66 milliseconds