Searched refs:hold (Results 176 - 200 of 247) sorted by relevance

12345678910

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-nios2.c139 /* This struct is used to hold state when assembling instructions. */
545 int hold;
546 hold = nios2_auto_align_on;
549 nios2_auto_align_on = hold;
703 allocate a second register to hold a 32-bit displacement.
1051 /* Insert the last addi instruction to hold the remainder. */
542 int hold; local
H A Dtc-alpha.c496 /* Maximum # digits needed to hold the largest sequence #. */
499 /* Structure to hold explicit sequence information. */
994 char *hold = input_line_pointer++;
1009 input_line_pointer = hold;
5120 int hold = alpha_auto_align_on;
5123 alpha_auto_align_on = hold;
987 char *hold = input_line_pointer++; local
5111 int hold = alpha_auto_align_on; local
H A Dtc-ppc.c282 /* Structure to hold information about predefined registers. */
3254 char *hold = input_line_pointer;
3270 input_line_pointer = hold;
3361 char *hold;
3438 hold = input_line_pointer;
3460 input_line_pointer = hold;
3243 char *hold = input_line_pointer; local
3350 char *hold; local
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-nios2.c139 /* This struct is used to hold state when assembling instructions. */
550 int hold;
551 hold = nios2_auto_align_on;
554 nios2_auto_align_on = hold;
708 allocate a second register to hold a 32-bit displacement.
1056 /* Insert the last addi instruction to hold the remainder. */
547 int hold; local
H A Dtc-alpha.c496 /* Maximum # digits needed to hold the largest sequence #. */
499 /* Structure to hold explicit sequence information. */
994 char *hold = input_line_pointer++;
1009 input_line_pointer = hold;
5120 int hold = alpha_auto_align_on;
5123 alpha_auto_align_on = hold;
987 char *hold = input_line_pointer++; local
5111 int hold = alpha_auto_align_on; local
H A Dtc-ppc.c271 /* Structure to hold information about predefined registers. */
3098 char *hold = input_line_pointer;
3114 input_line_pointer = hold;
3191 char *hold;
3268 hold = input_line_pointer;
3290 input_line_pointer = hold;
3087 char *hold = input_line_pointer; local
3180 char *hold; local
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Dtimezone.d1746 Database are how Posix systems hold their time zone information.
2444 Struct used to hold information relating to $(D TTInfo) while organizing
2463 Struct used to hold information relating to $(D Transition) while
2483 Struct used to hold information relating to $(D Transition) and
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Dtimezone.d1866 Database are how Posix systems hold their time zone information.
2582 Struct used to hold information relating to `TTInfo` while organizing
2601 Struct used to hold information relating to `Transition` while
2621 Struct used to hold information relating to `Transition` and
/netbsd-current/external/bsd/kyua-cli/dist/store/
H A Dschema_v1.sql198 -- The special names '__STDOUT__' and '__STDERR__' are reserved to hold
H A Dschema_v2.sql248 -- The special names '__STDOUT__' and '__STDERR__' are reserved to hold
/netbsd-current/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.mli187 (** [dibuild_create_file] Create a file descriptor to hold debugging information
/netbsd-current/sys/net/
H A Dif_ppp.c1857 ppp_get_compressor_noload(uint8_t ci, bool hold) argument
1864 if (hold)
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gt/
H A Dintel_lrc.c2333 * We hold a reference to the request in execlist_port[]
2335 * context and so cannot hold any mutex or sleep. That
2339 * context-switch). As we only hold the reference to the
2436 RQ_TRACE(rq, "on hold\n");
2438 list_move_tail(&rq->sched.link, &rq->engine->active.hold);
2505 * Transfer this request onto the hold queue to prevent it
2524 * If one of our ancestors is on hold, we must also be on hold,
2556 RQ_TRACE(rq, "hold release\n");
2569 /* Check that no other parents are also on hold */
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-alpha.c496 /* Maximum # digits needed to hold the largest sequence #. */
499 /* Structure to hold explicit sequence information. */
997 char *hold = input_line_pointer++;
1012 input_line_pointer = hold;
5122 int hold = alpha_auto_align_on;
5125 alpha_auto_align_on = hold;
990 char *hold = input_line_pointer++; local
5113 int hold = alpha_auto_align_on; local
H A Dtc-ppc.c309 /* Structure to hold information about predefined registers. */
3271 char *hold = input_line_pointer;
3287 input_line_pointer = hold;
3354 char *hold;
3431 hold = input_line_pointer;
3568 input_line_pointer = hold;
5879 Like .data, but intended to hold data subject to relocation, such as
6096 * to the section to hold the system specific stuff. (krk)
3260 char *hold = input_line_pointer; local
3343 char *hold; local
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/masmx86/
H A Dinffas32.asm140 hold_state equ (44+4+zlib1222sup) ;/* state->hold */
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/masmx86/
H A Dinffas32.asm140 hold_state equ (44+4+zlib1222sup) ;/* state->hold */
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/masmx86/
H A Dinffas32.asm140 hold_state equ (44+4+zlib1222sup) ;/* state->hold */
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
H A Dinffas32.asm140 hold_state equ (44+4+zlib1222sup) ;/* state->hold */
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c2271 aarch64_atomic_assign_expand_fenv (tree *hold, tree *clear, tree *update) argument
2342 *hold = build2 (COMPOUND_EXPR, void_type_node,
/netbsd-current/sys/dev/wscons/
H A Dwsdisplay.c98 int scr_hold_screen; /* hold tty output */
2271 wsdisplay_kbdholdscreen(device_t dv, int hold) argument
2281 if (hold)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c202 /* The procinfo struct is a wrapper to hold all the state information
210 this data structure is kept in a list (which for now will hold no
1108 char hold[sizeof (sigset_t)]; member in struct:__anon1228
1112 memcpy (&arg.hold, sighold, sizeof (sigset_t));
2420 we cannot hold onto them indefinitely. However, as they are
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c203 /* The procinfo struct is a wrapper to hold all the state information
211 this data structure is kept in a list (which for now will hold no
1101 char hold[sizeof (sigset_t)]; member in struct:__anon733
1105 memcpy (&arg.hold, sighold, sizeof (sigset_t));
2399 we cannot hold onto them indefinitely. However, as they are
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/xstormy16/
H A Dallinsn.d1087 0000083a <hold>:
1088 83a: 0a 00 hold
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dcoffcode.h2986 by allocating a new section header to hold the correct counts. */
3418 /* Extra reloc to hold real count. */
3709 asymbol *hold;
3712 hold = *psym;
3715 *psymsec = hold;
3725 by creating a new section header to hold the correct values. */
4148 /* The physical address field of a .lib section is used to hold the
3708 asymbol *hold; local

Completed in 596 milliseconds

12345678910