HomeSort by: relevance | last modified time | path
    Searched defs:FSE_FUNCTION_TYPE (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/common/
fse.h 601 #define FSE_FUNCTION_TYPE BYTE
  /src/external/bsd/zstd/dist/lib/legacy/
zstd_v01.c 119 #define FSE_FUNCTION_TYPE BYTE
336 #ifndef FSE_FUNCTION_TYPE
337 # error "FSE_FUNCTION_TYPE must be defined"
383 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
399 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s;
412 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol);
zstd_v03.c 940 #define FSE_FUNCTION_TYPE BYTE
1018 #ifndef FSE_FUNCTION_TYPE
1019 # error "FSE_FUNCTION_TYPE must be defined"
1060 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
1076 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s;
1089 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol);
zstd_v04.c 929 #define FSE_FUNCTION_TYPE BYTE
1005 #ifndef FSE_FUNCTION_TYPE
1006 # error "FSE_FUNCTION_TYPE must be defined"
1043 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
1059 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s;
1072 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol);
zstd_v02.c 940 #define FSE_FUNCTION_TYPE BYTE
1018 #ifndef FSE_FUNCTION_TYPE
1019 # error "FSE_FUNCTION_TYPE must be defined"
1060 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s;
1076 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s;
1089 FSE_FUNCTION_TYPE symbol = (FSE_FUNCTION_TYPE)(tableDecode[i].symbol);

Completed in 26 milliseconds