Lines Matching +full:always +full:- +full:turbo
1 /* zutil.c -- target dependent utility functions for the compression library
2 * Copyright (C) 1995-2017 Jean-loup Gailly
17 (z_const char *)"file error", /* Z_ERRNO (-1) */
18 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
19 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */
20 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
21 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
22 (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) */
136 /* The older Microsoft C Run-Time Library for Windows CE doesn't have
138 * Its value is always 0 and should not be used.
149 } while (--len != 0); in zmemcpy()
156 if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1; in zmemcmp()
165 } while (--len != 0); in zmemzero()
174 /* Turbo C in 16-bit mode */
178 /* Turbo C malloc() does not allow dynamic allocation of 64K bytes
221 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
242 table[n-1] = table[n]; in zcfree()
244 next_ptr--; in zcfree()
254 /* Microsoft C in 16-bit mode */