local 410 core/Verifier.cpp int local = toplevel->readU30(temp2); local 411 core/Verifier.cpp if (local >= local_count) local 412 core/Verifier.cpp verifyFailed(kInvalidRegisterError, core->toErrorString(local)); local 413 core/Verifier.cpp Value& v = catchState->value(local); local 2392 core/Verifier.cpp if (local < 0 || local >= local_count) local 2393 core/Verifier.cpp verifyFailed(kInvalidRegisterError, core->toErrorString(local)); local 2394 core/Verifier.cpp return state->value(local); local 114 core/Verifier.h Value& checkLocal(int local); local 200 eval/eval-cogen-expr.cpp cogen->I_getlocal(local); local 491 eval/eval-parse.h RefLocalExpr(uint32_t local) : local(local) {} local 493 eval/eval-parse.h const uint32_t local; local 58 other-licenses/zlib/crc32.c local unsigned long crc32_little OF((unsigned long, local 60 other-licenses/zlib/crc32.c local unsigned long crc32_big OF((unsigned long, local 68 other-licenses/zlib/crc32.c local unsigned long gf2_matrix_times OF((unsigned long *mat, local 70 other-licenses/zlib/crc32.c local void gf2_matrix_square OF((unsigned long *square, unsigned long *mat)); local 74 other-licenses/zlib/crc32.c local volatile int crc_table_empty = 1; local 75 other-licenses/zlib/crc32.c local unsigned long FAR crc_table[TBLS][256]; local 76 other-licenses/zlib/crc32.c local void make_crc_table OF((void)); local 78 other-licenses/zlib/crc32.c local void write_table OF((FILE *, const unsigned long FAR *)); local 106 other-licenses/zlib/crc32.c local void make_crc_table() local 183 other-licenses/zlib/crc32.c local void write_table(out, table) local 262 other-licenses/zlib/crc32.c local unsigned long crc32_little(crc, buf, len) local 302 other-licenses/zlib/crc32.c local unsigned long crc32_big(crc, buf, len) local 342 other-licenses/zlib/crc32.c local unsigned long gf2_matrix_times(mat, vec) local 359 other-licenses/zlib/crc32.c local void gf2_matrix_square(square, mat) local 5 other-licenses/zlib/crc32.h local const unsigned long FAR crc_table[TBLS][256] = local 76 other-licenses/zlib/deflate.c local void fill_window OF((deflate_state *s)); local 77 other-licenses/zlib/deflate.c local block_state deflate_stored OF((deflate_state *s, int flush)); local 78 other-licenses/zlib/deflate.c local block_state deflate_fast OF((deflate_state *s, int flush)); local 80 other-licenses/zlib/deflate.c local block_state deflate_slow OF((deflate_state *s, int flush)); local 82 other-licenses/zlib/deflate.c local void lm_init OF((deflate_state *s)); local 83 other-licenses/zlib/deflate.c local void putShortMSB OF((deflate_state *s, uInt b)); local 84 other-licenses/zlib/deflate.c local void flush_pending OF((z_streamp strm)); local 85 other-licenses/zlib/deflate.c local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); local 91 other-licenses/zlib/deflate.c local uInt longest_match OF((deflate_state *s, IPos cur_match)); local 94 other-licenses/zlib/deflate.c local uInt longest_match_fast OF((deflate_state *s, IPos cur_match)); local 97 other-licenses/zlib/deflate.c local void check_match OF((deflate_state *s, IPos start, IPos match, local 132 other-licenses/zlib/deflate.c local const config configuration_table[2] = { local 137 other-licenses/zlib/deflate.c local const config configuration_table[10] = { local 518 other-licenses/zlib/deflate.c local void putShortMSB (s, b) local 532 other-licenses/zlib/deflate.c local void flush_pending(strm) local 956 other-licenses/zlib/deflate.c local int read_buf(strm, buf, size) local 986 other-licenses/zlib/deflate.c local void lm_init (s) local 1027 other-licenses/zlib/deflate.c local uInt longest_match(s, cur_match) local 1175 other-licenses/zlib/deflate.c local uInt longest_match_fast(s, cur_match) local 1232 other-licenses/zlib/deflate.c local void check_match(s, start, match, length) local 1266 other-licenses/zlib/deflate.c local void fill_window(s) local 1390 other-licenses/zlib/deflate.c local block_state deflate_stored(s, flush) local 1448 other-licenses/zlib/deflate.c local block_state deflate_fast(s, flush) local 1554 other-licenses/zlib/deflate.c local block_state deflate_slow(s, flush) local 1683 other-licenses/zlib/deflate.c local block_state deflate_rle(s, flush) local 76 other-licenses/zlib/gzio.c local gzFile gz_open OF((const char *path, const char *mode, int fd)); local 77 other-licenses/zlib/gzio.c local int do_flush OF((gzFile file, int flush)); local 78 other-licenses/zlib/gzio.c local int get_byte OF((gz_stream *s)); local 79 other-licenses/zlib/gzio.c local void check_header OF((gz_stream *s)); local 80 other-licenses/zlib/gzio.c local int destroy OF((gz_stream *s)); local 81 other-licenses/zlib/gzio.c local void putLong OF((FILE *file, uLong x)); local 82 other-licenses/zlib/gzio.c local uLong getLong OF((gz_stream *s)); local 93 other-licenses/zlib/gzio.c local gzFile gz_open (path, mode, fd) local 261 other-licenses/zlib/gzio.c local int get_byte(s) local 288 other-licenses/zlib/gzio.c local void check_header(s) local 355 other-licenses/zlib/gzio.c local int destroy (s) local 705 other-licenses/zlib/gzio.c local int do_flush (file, flush) local 920 other-licenses/zlib/gzio.c local void putLong (file, x) local 935 other-licenses/zlib/gzio.c local uLong getLong (s) local 19 other-licenses/zlib/infback.c local void fixedtables OF((struct inflate_state FAR *state)); local 73 other-licenses/zlib/infback.c local void fixedtables(state) local 95 other-licenses/zlib/inflate.c local void fixedtables OF((struct inflate_state FAR *state)); local 96 other-licenses/zlib/inflate.c local int updatewindow OF((z_streamp strm, unsigned out)); local 100 other-licenses/zlib/inflate.c local unsigned syncsearch OF((unsigned FAR *have, unsigned char FAR *buf, local 205 other-licenses/zlib/inflate.c local void fixedtables(state) local 323 other-licenses/zlib/inflate.c local int updatewindow(strm, out) local 1239 other-licenses/zlib/inflate.c local unsigned syncsearch(have, buf, len) local 61 other-licenses/zlib/trees.c local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ local 64 other-licenses/zlib/trees.c local const int extra_dbits[D_CODES] /* extra bits for each distance code */ local 67 other-licenses/zlib/trees.c local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ local 70 other-licenses/zlib/trees.c local const uch bl_order[BL_CODES] local 90 other-licenses/zlib/trees.c local ct_data static_ltree[L_CODES+2]; local 97 other-licenses/zlib/trees.c local ct_data static_dtree[D_CODES]; local 111 other-licenses/zlib/trees.c local int base_length[LENGTH_CODES]; local 114 other-licenses/zlib/trees.c local int base_dist[D_CODES]; local 129 other-licenses/zlib/trees.c local static_tree_desc static_l_desc = local 132 other-licenses/zlib/trees.c local static_tree_desc static_d_desc = local 135 other-licenses/zlib/trees.c local static_tree_desc static_bl_desc = local 142 other-licenses/zlib/trees.c local void tr_static_init OF((void)); local 143 other-licenses/zlib/trees.c local void init_block OF((deflate_state *s)); local 144 other-licenses/zlib/trees.c local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); local 145 other-licenses/zlib/trees.c local void gen_bitlen OF((deflate_state *s, tree_desc *desc)); local 146 other-licenses/zlib/trees.c local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); local 147 other-licenses/zlib/trees.c local void build_tree OF((deflate_state *s, tree_desc *desc)); local 148 other-licenses/zlib/trees.c local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); local 149 other-licenses/zlib/trees.c local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); local 150 other-licenses/zlib/trees.c local int build_bl_tree OF((deflate_state *s)); local 151 other-licenses/zlib/trees.c local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes, local 153 other-licenses/zlib/trees.c local void compress_block OF((deflate_state *s, ct_data *ltree, local 155 other-licenses/zlib/trees.c local void set_data_type OF((deflate_state *s)); local 156 other-licenses/zlib/trees.c local unsigned bi_reverse OF((unsigned value, int length)); local 157 other-licenses/zlib/trees.c local void bi_windup OF((deflate_state *s)); local 158 other-licenses/zlib/trees.c local void bi_flush OF((deflate_state *s)); local 159 other-licenses/zlib/trees.c local void copy_block OF((deflate_state *s, charf *buf, unsigned len, local 163 other-licenses/zlib/trees.c local void gen_trees_header OF((void)); local 190 other-licenses/zlib/trees.c local void send_bits OF((deflate_state *s, int value, int length)); local 192 other-licenses/zlib/trees.c local void send_bits(s, value, length) local 238 other-licenses/zlib/trees.c local void tr_static_init() local 411 other-licenses/zlib/trees.c local void init_block(s) local 455 other-licenses/zlib/trees.c local void pqdownheap(s, tree, k) local 490 other-licenses/zlib/trees.c local void gen_bitlen(s, desc) local 577 other-licenses/zlib/trees.c local void gen_codes (tree, max_code, bl_count) local 619 other-licenses/zlib/trees.c local void build_tree(s, desc) local 707 other-licenses/zlib/trees.c local void scan_tree (s, tree, max_code) local 752 other-licenses/zlib/trees.c local void send_tree (s, tree, max_code) local 803 other-licenses/zlib/trees.c local int build_bl_tree(s) local 838 other-licenses/zlib/trees.c local void send_all_trees(s, lcodes, dcodes, blcodes) local 1072 other-licenses/zlib/trees.c local void compress_block(s, ltree, dtree) local 1126 other-licenses/zlib/trees.c local void set_data_type(s) local 1146 other-licenses/zlib/trees.c local unsigned bi_reverse(code, len) local 1161 other-licenses/zlib/trees.c local void bi_flush(s) local 1178 other-licenses/zlib/trees.c local void bi_windup(s) local 1197 other-licenses/zlib/trees.c local void copy_block(s, buf, len, header) local 3 other-licenses/zlib/trees.h local const ct_data static_ltree[L_CODES+2] = { local 64 other-licenses/zlib/trees.h local const ct_data static_dtree[D_CODES] = { local 118 other-licenses/zlib/trees.h local const int base_length[LENGTH_CODES] = { local 123 other-licenses/zlib/trees.h local const int base_dist[D_CODES] = { local 201 other-licenses/zlib/zutil.c local int next_ptr = 0; local 208 other-licenses/zlib/zutil.c local ptr_table table[MAX_PTR]; local 42 other-licenses/zlib/zutil.h #ifndef local local 552 shell/DebugCLI.cpp Stringp local = info->getLocalName(i); local 553 shell/DebugCLI.cpp if ( local->equalsLatin1(what))