Searched refs:crc_table_empty (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dcrc32.c74 local volatile int crc_table_empty = 1; variable
148 crc_table_empty = 0;
152 while (crc_table_empty)
208 if (crc_table_empty)
227 if (crc_table_empty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dcrc32.c74 local volatile int crc_table_empty = 1; variable
148 crc_table_empty = 0;
152 while (crc_table_empty)
208 if (crc_table_empty)
227 if (crc_table_empty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dcrc32.c74 local volatile int crc_table_empty = 1; variable
148 crc_table_empty = 0;
152 while (crc_table_empty)
208 if (crc_table_empty)
227 if (crc_table_empty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dcrc32.c58 local volatile int crc_table_empty = 1; variable
132 crc_table_empty = 0;
136 while (crc_table_empty)
193 if (crc_table_empty)
212 if (crc_table_empty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dcrc32.c58 local volatile int crc_table_empty = 1; variable
132 crc_table_empty = 0;
136 while (crc_table_empty)
193 if (crc_table_empty)
212 if (crc_table_empty)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrc32.c96 local int crc_table_empty = 1;
97 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
98 # define MARK_CRCTAB_FILLED crc_table_empty = 0
99 # define MARK_CRCTAB_EMPTY crc_table_empty = 1
109 local int crc_table_empty = 1;
110 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
111 # define MARK_CRCTAB_FILLED crc_table_empty = 0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrc32.c96 local int crc_table_empty = 1;
97 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
98 # define MARK_CRCTAB_FILLED crc_table_empty = 0
99 # define MARK_CRCTAB_EMPTY crc_table_empty = 1
109 local int crc_table_empty = 1;
110 # define CRC_TABLE_IS_EMPTY (crc_table_empty != 0)
111 # define MARK_CRCTAB_FILLED crc_table_empty = 0

Completed in 73 milliseconds