| /src/crypto/external/bsd/openssl.old/dist/crypto/conf/ |
| conf_def.c | 460 * BIO at a time, making sure that the last one popped isn't. 463 BIO *popped = sk_BIO_pop(biosk); local 465 in = popped;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| timevar.cc | 317 popped or another element is pushed on top. 374 popped variable must be TIMEVAR. Elapsed time since the that 376 stack when the element above it was popped off, is credited to that 394 struct timevar_stack_def *popped = m_stack; local 400 timevar_accumulate (&popped->timevar->elapsed, &m_start_time, &now); 412 = m_stack->timevar->children->get_or_insert (popped->timevar, &existed_p); 424 popped->next = m_unused_stack_instances; 425 m_unused_stack_instances = popped;
|
| /src/sys/altq/ |
| altq_jobs.c | 991 TSENTRY *popped; local 992 popped = tslist_first(cl->arv_tm); 993 if (popped != NULL) { 994 TAILQ_REMOVE(cl->arv_tm, popped, ts_list); 995 free(popped, M_DEVBUF); 1003 TSENTRY *popped; local 1004 popped = tslist_last(cl->arv_tm); 1005 if (popped != NULL) { 1006 TAILQ_REMOVE(cl->arv_tm, popped, ts_list); 1007 free(popped, M_DEVBUF) [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/conf/ |
| conf_def.c | 575 * BIO at a time, making sure that the last one popped isn't. 578 BIO *popped = sk_BIO_pop(biosk); local 580 in = popped;
|
| /src/crypto/external/bsd/openssl/dist/crypto/conf/ |
| conf_def.c | 585 * BIO at a time, making sure that the last one popped isn't. 588 BIO *popped = sk_BIO_pop(biosk); local 590 in = popped;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| timevar.cc | 354 popped or another element is pushed on top. 411 popped variable must be TIMEVAR. Elapsed time since the that 413 stack when the element above it was popped off, is credited to that 431 struct timevar_stack_def *popped = m_stack; local 437 timevar_accumulate (&popped->timevar->elapsed, &m_start_time, &now); 449 = m_stack->timevar->children->get_or_insert (popped->timevar, &existed_p); 461 popped->next = m_unused_stack_instances; 462 m_unused_stack_instances = popped;
|
| /src/external/gpl2/texinfo/dist/info/ |
| echo-area.c | 1430 PUSHED_EA *popped; 1432 popped = pushed_echo_areas[--pushed_echo_areas_index]; 1434 strcpy (input_line, popped->line); 1435 free (popped->line); 1436 input_line_prompt = popped->prompt; 1437 input_line_point = popped->point; 1438 input_line_beg = popped->beg; 1439 input_line_end = popped->end; 1440 input_line_node = popped->node; 1441 echo_area_completion_items = popped->comp_items 1426 PUSHED_EA *popped; local [all...] |
| /src/external/mpl/dhcp/dist/keama/ |
| parse.c | 5128 isc_boolean_t popped = ISC_FALSE; local 5145 popped = ISC_TRUE; 5149 if (popped) { 5165 isc_boolean_t popped = ISC_FALSE; local 5182 popped = ISC_TRUE; 5186 if (popped) { 5202 isc_boolean_t popped = ISC_FALSE; local 5220 popped = ISC_TRUE; 5222 if (popped) {
|