Searched refs:routine (Results 26 - 50 of 173) sorted by relevance

1234567

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/
H A Ddarwin-crt3.c45 is worked around by wrapping each atexit/__cxa_atexit routine with
46 our own routine which ensures that any __cxa_atexit calls while it
85 /* This structure holds a routine to call. There may be extra fields
120 /* 1 if an atexit routine is currently being run by this code, 0
141 fails to call routines registered while an atexit routine is
318 so KEYMGR_ATEXIT_LIST is known to be locked; this routine is responsible
374 /* Call the routine described by ROUTINE_PARAM and then call any
375 routines added to KEYMGR_ATEXIT_LIST while that routine was
381 struct one_atexit_routine * routine = routine_param; local
395 if (routine
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/
H A Ddarwin-crt3.c45 is worked around by wrapping each atexit/__cxa_atexit routine with
46 our own routine which ensures that any __cxa_atexit calls while it
85 /* This structure holds a routine to call. There may be extra fields
120 /* 1 if an atexit routine is currently being run by this code, 0
141 fails to call routines registered while an atexit routine is
318 so KEYMGR_ATEXIT_LIST is known to be locked; this routine is responsible
374 /* Call the routine described by ROUTINE_PARAM and then call any
375 routines added to KEYMGR_ATEXIT_LIST while that routine was
381 struct one_atexit_routine * routine = routine_param; local
395 if (routine
[all...]
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dspeed.c34 To add a new routine foo(), create a speed_foo() function in the style of
35 the existing ones and add an entry in the routine[] array. Put FLAG_R if
145 } routine[] = { variable in typeref:struct:routine_t
688 if there's more than one routine. */
1025 for (i = 0; i < numberof (routine); i++)
1027 nlen = strlen (routine[i].name);
1028 if (memcmp (s, routine[i].name, nlen) != 0)
1035 if (! (routine[i].flag & (FLAG_R|FLAG_R_OPTIONAL)))
1043 c->p = &routine[i];
1052 if (routine[
[all...]
H A Dhppa2w.asm1 dnl HPPA 64-bit time stamp counter access routine.
H A Dhppa2.asm1 dnl HPPA 64-bit time stamp counter access routine.
H A Dia64.asm1 dnl IA-64 time stamp counter access routine.
H A Dhppa.asm1 dnl HPPA 32-bit time stamp counter access routine.
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind.inc32 Unwind the stack calling the personality routine to find both the
61 /* Unwind successful. Run the personality routine, if any. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
115 /* Unwind successful. Run the personality routine, if any. */
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind.inc32 Unwind the stack calling the personality routine to find both the
61 /* Unwind successful. Run the personality routine, if any. */
96 /* Phase 1: Search. Unwind the stack, calling the personality routine
115 /* Unwind successful. Run the personality routine, if any. */
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Diskeletn.s85 # stack frame and branches to this routine.
118 # Integer Instruction stack frame and branches to this routine.
156 # then this routine simply re-enters the package through _isp_cas.
167 # then this routine simply re-enters the package through _isp_cas2.
176 # Entry point for the operating system's routine to "lock" a page
177 # from being paged out. This routine is needed by the cas/cas2
179 # region. Note: the routine must lock two pages if the operand
198 # Entry point for the operating system's routine to "unlock" a
200 # Note: the routine must unlock two pages if the operand spans
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c54 1. Build up a decision tree for each routine, using the following
78 In the latter case the users of the pattern routine pass the
91 then we can consider using the same matching routine for both
144 a pattern routine to be shared between a plain SET and a PARALLEL
163 /* Whether to require each parameter passed to a pattern routine to be
171 routine or subroutine should have. This limit is about keeping the
186 routine. */
189 /* The maximum number of arguments that a pattern routine can have.
192 routine instead. */
958 /* Describes a possible successful return from a routine
1106 pattern_routine *routine; variable
2326 pattern_routine *routine; variable
2843 pattern_routine *routine; member in struct:create_pattern_info
2876 pattern_routine *routine = new pattern_routine; local
2954 pattern_routine *routine = cpi->routine; local
4634 pattern_routine *routine = test.u.pattern->routine; local
5163 print_pattern(output_state *os, pattern_routine *routine) argument
5437 pattern_routine *routine; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc54 1. Build up a decision tree for each routine, using the following
78 In the latter case the users of the pattern routine pass the
91 then we can consider using the same matching routine for both
144 a pattern routine to be shared between a plain SET and a PARALLEL
163 /* Whether to require each parameter passed to a pattern routine to be
171 routine or subroutine should have. This limit is about keeping the
186 routine. */
189 /* The maximum number of arguments that a pattern routine can have.
192 routine instead. */
956 /* Describes a possible successful return from a routine
1104 pattern_routine *routine; member in class:pattern_use
2324 pattern_routine *routine; member in class:merge_pattern_info
2841 pattern_routine *routine; member in struct:create_pattern_info
2874 pattern_routine *routine = new pattern_routine; local
2952 pattern_routine *routine = cpi->routine; local
4632 pattern_routine *routine = test.u.pattern->routine; local
5161 print_pattern(output_state *os, pattern_routine *routine) argument
5435 pattern_routine *routine; local
[all...]
/netbsd-current/sys/arch/vax/boot/boot/
H A Dconsio2.S43 jsb *_C_LABEL(rom_getc) # call the getc-routine
67 jsb *0x1C(%r11) # call the getc-routine (KA630_GETC)
/netbsd-current/sys/arch/alpha/stand/common/
H A Dprom.c57 prom_dispatch_v.routine = c->crb_v_dispatch->entry_va;
/netbsd-current/external/bsd/byacc/dist/package/
H A Dbyacc.spec20 routine written in the C programming language. It has a public domain
30 routine written in the C programming language. It has a public domain
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dunwind.s19 foo2: @ Custom personality routine
/netbsd-current/sys/arch/alpha/include/
H A Dprom.h32 uint64_t routine; member in struct:prom_vec
/netbsd-current/sys/kern/
H A Dsubr_userconf.c582 userconf_common_dev(char *dev, int len, short unit, short state, char routine) argument
586 switch (routine) {
615 switch (routine) {
629 printf("Unknown routine /%c/\n",
630 routine);
638 switch (routine) {
/netbsd-current/sys/arch/mvme68k/stand/sboot/
H A Doc_cksum.s45 | This routine will work as long as strtval is < 2^31.
49 | This routine is intended for MC 68020s but should also work
52 | aligned on an even address. (Also, a routine written to use
56 | We don't worry about alignment because this routine is frequently
84 | The cost of calling this routine was typically 10% of the per-
87 | it would clearly be a gain to "inline" this routine -- the
/netbsd-current/sys/arch/vax/boot/xxboot/
H A Dstart.S87 calls $6, (%r6) # call the qio-routine
162 movl %r4,%r8 # LBN is in %r8 for rom routine
224 movl 4(%ap),%r0 # init routine address
/netbsd-current/sys/lib/libkern/arch/hppa/
H A Dprefix.h83 ; VERSION is used wherever ".version" can appear in a routine variable
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/microblaze/
H A Dstack_overflow_exit.S32 # This routine exits from the program
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Dopenacc.h160 #pragma acc routine seq
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/microblaze/
H A Dstack_overflow_exit.S32 # This routine exits from the program
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Dopenacc.h160 #pragma acc routine seq

Completed in 335 milliseconds

1234567