Lines Matching +full:- +full:j
1 // SPDX-License-Identifier: Zlib
2 /* zutil.c -- target dependent utility functions for the compression library
3 * Copyright (C) 1995-2017 Jean-loup Gailly
18 (z_const char *)"file error", /* Z_ERRNO (-1) */
19 (z_const char *)"stream error", /* Z_STREAM_ERROR (-2) */
20 (z_const char *)"data error", /* Z_DATA_ERROR (-3) */
21 (z_const char *)"insufficient memory", /* Z_MEM_ERROR (-4) */
22 (z_const char *)"buffer error", /* Z_BUF_ERROR (-5) */
23 (z_const char *)"incompatible version",/* Z_VERSION_ERROR (-6) */
141 /* The older Microsoft C Run-Time Library for Windows CE doesn't have
158 } while (--len != 0);
166 uInt j; local
168 for (j = 0; j < len; j++) {
169 if (s1[j] != s2[j]) return 2*(s1[j] > s2[j])-1;
181 } while (--len != 0);
190 /* Turbo C in 16-bit mode */
238 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
260 table[n-1] = table[n]; in zcfree()
262 next_ptr--; in zcfree()
272 /* Microsoft C in 16-bit mode */