Searched refs:routine (Results 1 - 25 of 134) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/bench/
H A Dmem-memcpy.c25 static const char *routine = "default"; variable
33 OPT_STRING('r', "routine", &routine, "default",
34 "Specify routine to copy"),
40 struct routine { struct
46 struct routine routines[] = {
116 if (!strcmp(routines[i].name, routine))
120 printf("Unknown routine:%s\n", routine);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/
H A Dfsm.h48 void (*routine) (struct FsmInst *, int, void *); member in struct:FsmNode
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/rsaref/
H A Dbuild.com49 .MACRO FTRANSFER_ENTRY routine
51 .TRANSFER routine
52 .MASK routine
53 JMP routine+2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A Dusage.c44 void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN)
46 die_routine = routine;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dfsm.h40 void (*routine) (struct FsmInst *, int, void *); member in struct:FsmNode
H A Dfsm.c41 fnlist[i].state] = (FSMFNPTR) fnlist[i].routine;
71 fi->printdebug(fi, "State %s Event %s no routine",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead-mpcore.S26 @ Call the cache invalidation routine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/rsaref/
H A Dbuild.com51 .MACRO FTRANSFER_ENTRY routine
53 .TRANSFER routine
54 .MASK routine
55 JMP routine+2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/rsaref/
H A Dbuild.com51 .MACRO FTRANSFER_ENTRY routine
53 .TRANSFER routine
54 .MASK routine
55 JMP routine+2
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Dhandler.c55 unsigned int tipc_k_signal(Handler routine, unsigned long argument) argument
71 item->handler = routine;
H A Dcore.h234 u32 tipc_k_signal(Handler routine, unsigned long argument);
239 * @routine: pointer to routine to invoke when timer expires
240 * @argument: value to pass to routine when timer expires
245 static inline void k_init_timer(struct timer_list *timer, Handler routine, argument
249 setup_timer(timer, routine, argument);
280 * timeout routine, otherwise deadlock can occur on SMP systems!
297 * (Do not "enhance" this routine to automatically cancel an active timer,
298 * otherwise deadlock can arise when a timeout routine calls k_term_timer.)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Ddelay.S42 @ Delay routine
H A Dfindbit.S49 beq 1b @ If new byte, goto old routine
90 beq 1b @ If new byte, goto old routine
124 beq 1b @ If new byte, goto old routine
158 beq 1b @ If new byte, goto old routine
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/
H A Dfskeleton.S60 | routine. The operating system can do system dependent clean-up or
71 | is present. The routine below should point to the operating system handler
75 | The sample routine below simply clears the exception status bit and
90 | is present. The routine below should point to the operating system handler
94 | The sample routine below simply clears the exception status bit and
108 | is present. The routine below should point to the operating system handler
113 | The sample routine below simply clears the exception status bit and
127 | is present. The routine below should point to the operating system handler
132 | The sample routine below simply clears the exception status bit and
146 | is present. The routine belo
[all...]
H A Diskeleton.S88 | stack frame and branches to this routine.
123 | Integer Instruction stack frame and branches to this routine.
163 | then this routine simply re-enters the package through _isp_cas.
174 | then this routine simply re-enters the package through _isp_cas2.
183 | Entry point for the operating system`s routine to "lock" a page
184 | from being paged out. This routine is needed by the cas/cas2
186 | region. Note: the routine must lock two pages if the operand
252 | Entry point for the operating system`s routine to "unlock" a
254 | Note: the routine must unlock two pages if the operand spans
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dmkshared.com80 $! read_func_num reads through a .num file and calls the writer routine for
97 $! libwriter The name of the writer routine to call for each .num file line
102 $! The creator routine
120 $! The record writer routine
149 $! The creator routine
163 .MACRO FTRANSFER_ENTRY routine
165 .TRANSFER routine
166 .MASK routine
167 JMP routine+2
211 $! The record writer routine fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dttable.h24 #define TRAP(routine) \
28 call routine; \
34 #define TRAP_7INSNS(routine) \
38 call routine; \
43 #define TRAP_SAVEFPU(routine) \
47 call routine; \
53 #define TRAP_NOSAVE(routine) \
54 ba,pt %xcc, routine; \
58 #define TRAP_NOSAVE_7INSNS(routine) \
59 ba,pt %xcc, routine; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Di2lib.h324 #define i2SetFatalTrap(pB, routine) pB->i2eFatalTrap = routine
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dmlpdsp_init_arm.c97 static int32_t (*const routine[2*3*7])(int32_t, uint16_t, int32_t (*)[], void *, uint8_t*, int8_t *, uint8_t, int) = {
133 return routine[(inorder*3+ch_index)*7+shift];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dmkshared.com171 $! read_func_num reads through a .num file and calls the writer routine for
188 $! libwriter The name of the writer routine to call for each .num file line
193 $! The creator routine
212 $! The record writer routine
241 $! The creator routine
255 .MACRO FTRANSFER_ENTRY routine
257 .TRANSFER routine
258 .MASK routine
259 JMP routine+2
304 $! The record writer routine fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dmkshared.com171 $! read_func_num reads through a .num file and calls the writer routine for
188 $! libwriter The name of the writer routine to call for each .num file line
193 $! The creator routine
212 $! The record writer routine
241 $! The creator routine
255 .MACRO FTRANSFER_ENTRY routine
257 .TRANSFER routine
258 .MASK routine
259 JMP routine+2
304 $! The record writer routine fo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/common/
H A Ddb_err.c24 * General flags checking routine.
39 * General combination flags checking routine.
347 * Standard error routine.
377 * Standard error routine.
406 * Standard error routine.
572 * Standard DB stat message routine.
637 __db_unknown_flag(env, routine, flag)
639 char *routine;
642 __db_errx(env, "%s: Unknown flag: %#x", routine, (u_int)flag);
657 __db_unknown_type(env, routine, typ
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ieee1394/
H A Dieee1394_core.h79 void (*routine)(void *), void *data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dget_op.S6 | Description: This routine is called by the unsupported format/data
10 | opclass handler routine. See 68881/2 User's Manual table 4-11
39 | routine. The number is normalized, put back on the stack and
47 | routine which converts the unnorm to a norm (called mk_norm)
48 | detects this and tags the number as a denorm. The routine
428 | ;calling routine actually sets the
430 | ;tag), since this routine doesn't
H A Dgen_except.S4 | gen_except --- FPSP routine to detect reportable exceptions
6 | This routine compares the exception enable byte of the
10 | Any routine which may report an exceptions must load
158 movel (%a0,%d1.w*4),%a0 |load routine address based
160 jmp (%a0) |jump to routine
324 | instruction in an emulation routine caused the exception
347 | instruction of an emulation routine.

Completed in 887 milliseconds

123456