| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| ring_buf.h | 117 size_t pushed = 0, avail, idx, l; local 140 pushed += l; 143 return pushed;
|
| /src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
| resolve-sw-modes.cc | 80 sbitmap pushed; local 85 pushed = sbitmap_alloc (last_basic_block_for_fn (fun)); 86 bitmap_clear (pushed); 122 bitmap_set_bit (pushed, bb->index); 137 bitmap_set_bit (pushed, bb->index); 138 bitmap_set_bit (pushed, bb->index); 162 if (bitmap_bit_p (pushed, succ->index)) 165 bitmap_set_bit (pushed, bb->index); 179 sbitmap_free (pushed);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
| resolve-sw-modes.cc | 80 sbitmap pushed; local 85 pushed = sbitmap_alloc (last_basic_block_for_fn (fun)); 86 bitmap_clear (pushed); 122 bitmap_set_bit (pushed, bb->index); 137 bitmap_set_bit (pushed, bb->index); 138 bitmap_set_bit (pushed, bb->index); 162 if (bitmap_bit_p (pushed, succ->index)) 165 bitmap_set_bit (pushed, bb->index); 179 sbitmap_free (pushed);
|
| /src/usr.bin/rpcgen/ |
| rpc_scan.c | 70 static int pushed = 0; /* is a token pushed */ variable 71 static token lasttok; /* last token, if pushed */ 151 if (pushed) { 152 pushed = 0; 301 pushed = 1;
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| format.h | 36 format_token pushed; member in struct:fnode
|
| /src/external/mit/lua/dist/src/ |
| lobject.c | 428 int pushed; /* true if there is a part of the result on the stack */ member in struct:BuffFS 447 if (!buff->pushed) /* no previous string on the stack? */ 448 buff->pushed = 1; /* now there is one */ 512 buff.pushed = buff.blen = 0; 575 lua_assert(buff.pushed == 1);
|
| /src/sys/altq/ |
| altq_jobs.c | 978 TSENTRY *pushed; local 979 pushed = malloc(sizeof(TSENTRY), M_DEVBUF, M_WAITOK); 980 if (pushed == NULL) 983 pushed->timestamp = arv; 984 TAILQ_INSERT_TAIL(cl->arv_tm, pushed, ts_list);
|
| /src/external/gpl2/groff/dist/src/devices/grodvi/ |
| dvi.cpp | 132 int pushed; member in class:dvi_printer 200 cur_font(0), cur_point_size(-1), pushed(0), line_thickness(-1) 272 if (pushed) { 274 pushed = 0; 282 if (!pushed) { 283 have_pushed = pushed = 1; 534 if (pushed)
|
| /src/external/gpl2/texinfo/dist/info/ |
| echo-area.c | 1408 PUSHED_EA *pushed; 1410 pushed = (PUSHED_EA *)xmalloc (sizeof (PUSHED_EA)); 1411 pushed->line = xstrdup (input_line); 1412 pushed->prompt = input_line_prompt; 1413 pushed->point = input_line_point; 1414 pushed->beg = input_line_beg; 1415 pushed->end = input_line_end; 1416 pushed->node = input_line_node; 1417 pushed->comp_items = echo_area_completion_items; 1418 pushed->must_complete = echo_area_must_complete_p 1404 PUSHED_EA *pushed; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| method.cc | 2758 bool pushed = false; 2760 pushed = push_tinst_level (decl); 2763 if (pushed) 2756 bool pushed = false; local
|
| init.cc | 610 bool pushed = false; local 618 pushed = true; 639 if (pushed)
|
| pt.cc | 540 /* Remember how many levels of template parameters we pushed so that 5029 tree pushed; local 5036 pushed = push_scope (scope); 5038 if (pushed) 6171 tree pushed = pushdecl_namespace_level (tmpl, /*hiding=*/is_friend); local 6172 if (pushed == error_mark_node) 6176 if (pushed != tmpl) 6178 decl = DECL_TEMPLATE_RESULT (pushed); 9727 tinst_level pushed, and instantiate_template, where we haven't. 12471 the class -- not the context we pushed from, as that might b [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldlang.h | 299 /* Head of list of pushed flags. */ 300 struct lang_input_statement_flags *pushed; member in struct:lang_input_statement_flags
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlang.h | 301 /* Head of list of pushed flags. */ 302 struct lang_input_statement_flags *pushed; member in struct:lang_input_statement_flags
|
| /src/external/mit/expat/dist/tests/ |
| basic_tests.c | 5666 const unsigned pushed local 5670 "after %d/%d loops: pushed=%u scanned=%u (factor ~%.2f) max_scanned: %u (factor ~%u)\n", 5671 f + 1, fillcount, pushed, g_bytesScanned, 5672 g_bytesScanned / (double)pushed, max_scanned, max_factor);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| calls.cc | 1349 /* I counts args in order (to be) pushed; ARGPOS counts in order written. */ 2297 bytes. Then, when the arguments are pushed the stack will be perfectly 2313 /* The alignment of the stack after the arguments are pushed, if we 2314 just pushed the arguments without adjust the stack here. */ 2337 after the arguments are pushed. */ 2687 Arguments are numbered in the order they will be pushed, 3023 pushed these optimizations into -O2. Don't try if we're already 3252 /* Store the maximum argument space used. It will be pushed by 3263 /* Since the stack pointer will never be pushed, it is 3464 /* Record the maximum pushed stack space size. We need to dela 3471 poly_int64 pushed = (adjusted_args_size.constant local 4419 poly_int64 pushed = args_size.constant + pending_stack_adjust; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| init.cc | 608 bool pushed = false; local 616 pushed = true; 634 if (pushed)
|
| pt.cc | 573 /* Remember how many levels of template parameters we pushed so that 5049 tree pushed; local 5056 pushed = push_scope (scope); 5058 if (pushed) 6224 tree pushed = pushdecl_namespace_level (tmpl, /*hiding=*/is_friend); local 6225 if (pushed == error_mark_node) 6229 if (pushed != tmpl) 6231 decl = DECL_TEMPLATE_RESULT (pushed); 9814 tinst_level pushed, and instantiate_template, where we haven't. 12779 the class -- not the context we pushed from, as that might b [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| calls.cc | 1328 /* I counts args in order (to be) pushed; ARGPOS counts in order written. */ 2256 bytes. Then, when the arguments are pushed the stack will be perfectly 2272 /* The alignment of the stack after the arguments are pushed, if we 2273 just pushed the arguments without adjust the stack here. */ 2296 after the arguments are pushed. */ 2635 Arguments are numbered in the order they will be pushed, 2968 pushed these optimizations into -O2. Don't try if we're already 3194 /* Store the maximum argument space used. It will be pushed by 3205 /* Since the stack pointer will never be pushed, it is 3406 /* Record the maximum pushed stack space size. We need to dela 3413 poly_int64 pushed = (adjusted_args_size.constant local 4353 poly_int64 pushed = args_size.constant + pending_stack_adjust; local [all...] |
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 2689 uint32_t stackcount = 0, pushed = 0; local 2747 if (stackcount == pushed) { 2753 stack[pushed++] = UNCONST(cfg_list_next(element)); 2756 if (pushed != 0) { 2757 element = stack[--pushed];
|