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

  /src/common/dist/zlib/
crc32.c 37 running sparse CRCs are calculated respectively on each braid, at these
201 local void braid(z_crc_t [][256], z_word_t [][256], int, int);
335 braid(crc_braid_table, crc_braid_big_table, N, W);
394 /* write out braid tables for each value of N */
400 /* compute braid tables for this N and 64-bit word_t */
401 braid(ltl, big, n, 8);
403 /* write out braid tables for 64-bit z_word_t to crc32.h */
426 /* compute braid tables for this N and 32-bit word_t */
427 braid(ltl, big, n, 4);
429 /* write out braid tables for 32-bit z_word_t to crc32.h *
530 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { function in typeref:typename:local void
    [all...]
crc32.c 37 running sparse CRCs are calculated respectively on each braid, at these
201 local void braid(z_crc_t [][256], z_word_t [][256], int, int);
335 braid(crc_braid_table, crc_braid_big_table, N, W);
394 /* write out braid tables for each value of N */
400 /* compute braid tables for this N and 64-bit word_t */
401 braid(ltl, big, n, 8);
403 /* write out braid tables for 64-bit z_word_t to crc32.h */
426 /* compute braid tables for this N and 32-bit word_t */
427 braid(ltl, big, n, 4);
429 /* write out braid tables for 32-bit z_word_t to crc32.h *
530 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { function in typeref:typename:local void
    [all...]
crc32.c 37 running sparse CRCs are calculated respectively on each braid, at these
201 local void braid(z_crc_t [][256], z_word_t [][256], int, int);
335 braid(crc_braid_table, crc_braid_big_table, N, W);
394 /* write out braid tables for each value of N */
400 /* compute braid tables for this N and 64-bit word_t */
401 braid(ltl, big, n, 8);
403 /* write out braid tables for 64-bit z_word_t to crc32.h */
426 /* compute braid tables for this N and 32-bit word_t */
427 braid(ltl, big, n, 4);
429 /* write out braid tables for 32-bit z_word_t to crc32.h *
530 local void braid(z_crc_t ltl[][256], z_word_t big[][256], int n, int w) { function in typeref:typename:local void
    [all...]

Completed in 35 milliseconds