Home
last modified time | relevance | path

Searched refs:crctab_p (Results 1 – 1 of 1) sorted by relevance

/haiku/src/bin/unzip/
H A Dcrctab.c77 # define MARK_CRCTAB_FILLED crc_table = crctab_p
94 ulg near *crctab_p; /* temporary pointer to allocated crc_table area */ in make_crc_table() local
96 # define crctab_p crc_table in make_crc_table() macro
118 crctab_p = (ulg near *) nearmalloc (256*sizeof(ulg)); in make_crc_table()
119 if (crctab_p == NULL) { in make_crc_table()
128 crctab_p[n] = c; in make_crc_table()