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

  /src/external/bsd/zstd/dist/programs/
fileio.c 2097 checked_index(const char* options[], size_t length, size_t index) { function
2104 #define INDEX(options, index) checked_index((options), sizeof(options) / sizeof(char*), (size_t)(index))

Completed in 18 milliseconds