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 106 symbolEncodingType_e ofType;
zstd_compress.c 3721 fseMetadata->ofType = (symbolEncodingType_e) stats.Offtype;
3842 cSeqSizeEstimate += ZSTD_estimateBlockSize_symbolType(fseMetadata->ofType, ofCodeTable, nbSeq, MaxOff,

Completed in 44 milliseconds