HomeSort by: relevance | last modified time | path
    Searched refs:popped (Results 1 - 21 of 21) sorted by relevancy

  /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/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/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/external/gpl3/gcc/dist/libgcc/config/i386/
morestack.S 169 .cfi_adjust_cfa_offset -4 # Account for popped register.
178 .cfi_adjust_cfa_offset -4 # Account for popped register.
221 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
228 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
morestack.S 169 .cfi_adjust_cfa_offset -4 # Account for popped register.
178 .cfi_adjust_cfa_offset -4 # Account for popped register.
221 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
228 .cfi_adjust_cfa_offset -8 # Adjust for popped register.
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
push-pop-multiple.s 10 # - check all registers popped against known values
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
push-pop-multiple.s 10 # - check all registers popped against known values
  /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/sha/asm/
sha1-armv8.pl 196 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
258 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
sha512-armv8.pl 379 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
645 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later
757 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later
  /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/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/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) {
  /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/
aesv8-armx.pl 132 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
1264 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
1798 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
2543 // Armv8.3-A PAuth: even though x30 is pushed to stack it is not popped later.
  /src/external/gpl3/gcc/dist/libgcc/config/arm/
ieee754-df.S 1108 @ only because it may be popped off later as a return value
ieee754-sf.S 810 @ it may be popped off later as a return value (i.e. we're not preserving
  /src/external/gpl3/gcc.old/dist/libgcc/config/arm/
ieee754-df.S 1108 @ only because it may be popped off later as a return value
ieee754-sf.S 810 @ it may be popped off later as a return value (i.e. we're not preserving
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
utf.d 1241 the number of code units which were popped off, as it depends on the
1242 type of range being used and how many code units had to be popped off
1276 // The other range types were already popped by decodeImpl.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
searching.d 769 Returns: The number of elements which must be popped from the front of
1952 // the initial needle that was popped out of needle.

Completed in 119 milliseconds