Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/NextBSD/usr.bin/find/
HDoperator.c93 if (node->execute == f_openparen) in yankexpr()
104 if (next->execute == f_closeparen) { in yankexpr()
108 node->execute = f_expr; in yankexpr()
145 if (expr->execute == f_closeparen) in paren_squish()
179 if (next->execute == f_expr) in not_squish()
187 if (next->execute == f_not) { in not_squish()
191 while (node != NULL && node->execute == f_not) { in not_squish()
197 if (node->execute == f_or) in not_squish()
203 if (node->execute == f_expr) in not_squish()
241 if (next->execute == f_expr) in or_squish()
[all …]
HDfind.h78 exec_f *execute; /* node evaluation function */ member
141 exec_f *execute; /* execute function */ member
/NextBSD/contrib/one-true-awk/
HDrun.c137 execute(a); in run()
141 Cell *execute(Node *u) /* execute a node of the parse tree */ in execute() function
185 x = execute(a[0]); in program()
194 x = execute(a[1]); in program()
203 x = execute(a[2]); in program()
235 fcn = execute(a[0]); /* the function itself */ in call()
255 y = execute(x); in call()
286 y = execute((Node *)(fcn->sval)); /* execute body */ in call()
358 y = execute(a[0]); in jump()
365 y = execute(a[0]); in jump()
[all …]
/NextBSD/contrib/gcc/config/arm/
HDarm1026ejs.md44 ;; The ALU pipeline has fetch, issue, decode, execute, memory, and
45 ;; write stages. We only need to model the execute, memory and write
50 ;; The LSU pipeline has decode, execute, memory, and write stages.
51 ;; We only model the execute, memory and write stages.
60 ;; ALU instructions require three cycles to execute, and use the ALU
62 ;; after the execute stage stage has finished.
82 ;; the execute stage.
92 ;; Multiplication instructions loop in the execute stage until the
104 ;; the execute stage; the result is available immediately following
105 ;; the execute stage.
[all …]
HDarm1020e.md44 ;; The ALU pipeline has fetch, issue, decode, execute, memory, and
45 ;; write stages. We only need to model the execute, memory and write
50 ;; The LSU pipeline has decode, execute, memory, and write stages.
51 ;; We only model the execute, memory and write stages.
60 ;; ALU instructions require three cycles to execute, and use the ALU
62 ;; after the execute stage stage has finished.
82 ;; the execute stage.
92 ;; Multiplication instructions loop in the execute stage until the
104 ;; the execute stage; the result is available immediately following
105 ;; the execute stage.
[all …]
HDarm926ejs.md42 ;; The ALU pipeline has fetch, decode, execute, memory, and
43 ;; write stages. We only need to model the execute, memory and write
52 ;; ALU instructions require three cycles to execute, and use the ALU
54 ;; after the execute stage stage has finished.
68 ;; the execute stage.
78 ;; Multiplication instructions loop in the execute stage until the
80 ;; times. Multiply operations occur in both the execute and memory
173 ;; therefore appear to require zero cycles to execute. We assume that
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDsh_pidcolors_example.txt205 0 12312 13 func_abc.sh:- sh -> execute
206 0 12312 11 func_abc.sh:- sh <- execute
209 0 12312 10 func_abc.sh:- sh -> execute
210 0 12312 9 func_abc.sh:- sh <- execute
225 0 12312 10 func_abc.sh:- sh -> execute
226 0 12312 10 func_abc.sh:- sh <- execute
227 0 12312 9 func_abc.sh:- sh -> execute
228 0 12312 9 func_abc.sh:- sh <- execute
247 0 12312 9 func_abc.sh:- sh -> execute
248 0 12312 10 func_abc.sh:- sh <- execute
[all …]
/NextBSD/lib/libthr/thread/
HDthr_clean.c64 __pthread_cleanup_pop_imp(int execute) in __pthread_cleanup_pop_imp() argument
71 if (execute) in __pthread_cleanup_pop_imp()
97 _pthread_cleanup_pop(int execute) in _pthread_cleanup_pop() argument
99 __pthread_cleanup_pop_imp(execute); in _pthread_cleanup_pop()
/NextBSD/usr.sbin/bluetooth/hccontrol/
HDhccontrol.c200 goto execute; in do_hci_command()
204 goto execute; in do_hci_command()
208 goto execute; in do_hci_command()
212 goto execute; in do_hci_command()
216 goto execute; in do_hci_command()
220 goto execute; in do_hci_command()
228 execute: in do_hci_command()
/NextBSD/release/picobsd/tinyware/msh/
HDsh3.c77 execute(t, pin, pout, act) in execute() function
111 (void) execute(t->left, pin, pv, 0);
112 rv = execute(t->right, pv, pout, 0);
116 (void) execute(t->left, pin, pout, 0);
117 rv = execute(t->right, pin, pout, 0);
144 exit(execute(t->left, pin, pout, FEXEC));
150 rv = execute(t->left, pin, pout, 0);
152 rv = execute(t1, pin, pout, 0);
172 rv = execute(t1, pin, pout, 0);
184 while ((execute(t1, pin, pout, 0) == 0) == (t->type == TWHILE))
[all …]
/NextBSD/contrib/ipfilter/rules/
HDipmon.conf6 do { execute("/usr/bin/mail -s 'logtag 10000' root"); };
9 do { execute("echo 'XXXXXXXX tag 2000 packet XXXXXXXX'"); };
18 do { execute("/usr/bin/mail -s 'from 10.1 to 192.168.1' root"); };
/NextBSD/tools/regression/security/cap_test/
HDcap_test.c70 execute(i + 1, all_tests + i); in main()
85 execute(i, all_tests + j); in main()
98 execute(int id, struct test *t) { in execute() function
/NextBSD/contrib/tcsh/
HDsh.sem.c87 execute(struct command *t, volatile int wanttty, int *pipein, int *pipeout, in execute() function
681 execute(t->t_dspr, wanttty, NULL, NULL, do_glob); in execute()
688 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute()
691 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute()
695 execute(t->t_dcar, wanttty, pipein, pv, do_glob); in execute()
698 execute(t->t_dcdr, wanttty, pv, pipeout, do_glob); in execute()
705 execute(t->t_dcar, wanttty, NULL, NULL, do_glob); in execute()
716 execute(t->t_dcdr, wanttty, NULL, NULL, do_glob); in execute()
724 execute(t->t_dcar, wanttty, NULL, NULL, do_glob); in execute()
733 execute(t->t_dcdr, wanttty, NULL, NULL, do_glob); in execute()
/NextBSD/cddl/contrib/dtracetoolkit/Java/
HDReadme14 enabled, the JVM may execute slightly slower than before; when the probes
15 are also enabled (especially method probes), the JVM may execute
/NextBSD/contrib/bzip2/
HDwords320 The -n instructs make to show the commands it would execute, but
21 not actually execute them.
/NextBSD/sys/boot/forth/
HDbrand.4th53 \ If `brand' is defined, execute it
55 brandX @ brandY @ rot execute
71 brandX @ brandY @ rot execute
HDbeastie.4th58 \ If `logo' is defined, execute it
60 logoX @ logoY @ rot execute
80 logoX @ logoY @ rot execute
/NextBSD/sys/dev/drm2/radeon/
HDatom.c695 int execute = 0, target = U16(*ptr); in atom_op_jump() local
701 execute = ctx->ctx->cs_above; in atom_op_jump()
704 execute = ctx->ctx->cs_above || ctx->ctx->cs_equal; in atom_op_jump()
707 execute = 1; in atom_op_jump()
710 execute = !(ctx->ctx->cs_above || ctx->ctx->cs_equal); in atom_op_jump()
713 execute = !ctx->ctx->cs_above; in atom_op_jump()
716 execute = ctx->ctx->cs_equal; in atom_op_jump()
719 execute = !ctx->ctx->cs_equal; in atom_op_jump()
723 ATOM_SDEBUG_PRINT(" taken: %s\n", execute ? "yes" : "no"); in atom_op_jump()
725 if (execute) { in atom_op_jump()
/NextBSD/contrib/tcsh/nls/C/
HDset1111 8 -b file batch mode, read and execute commands from `file' \n\
21 -n file no execute mode, just check syntax of the following `file' \n\
/NextBSD/contrib/gcc/config/i386/
HDpentium.md101 ;; Pentium preserves memory ordering, so when load-execute-store
200 ;; Call and branch instruction can execute in either pipe, but
239 ;; Integer instructions. Load/execute/store takes 3 cycles,
240 ;; load/execute 2 cycles and execute only one cycle.
/NextBSD/usr.bin/tip/tip/
HDcmds.c65 static void execute(char *);
250 execute(buf); in pipefile()
508 execute(buf); in pipeout()
562 execute(buf); in consh()
696 execute(char *s) in execute() function
/NextBSD/cddl/contrib/dtracetoolkit/JavaScript/
HDjs_execs.d47 javascript*:::execute-start
HDReadme51 probe execute-start(file, lineno)
52 probe execute-done(file, lineno)
/NextBSD/cddl/contrib/dtracetoolkit/Bin/
Djs_execs.d47 javascript*:::execute-start
/NextBSD/gnu/usr.bin/grep/
HDgrep.h33 size_t (*execute) PARAMS ((char const *, size_t, size_t *, int));

12345678910>>...13