| /NextBSD/usr.bin/find/ |
| HD | operator.c | 93 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 …]
|
| HD | find.h | 78 exec_f *execute; /* node evaluation function */ member 141 exec_f *execute; /* execute function */ member
|
| /NextBSD/contrib/one-true-awk/ |
| HD | run.c | 137 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/ |
| HD | arm1026ejs.md | 44 ;; 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 …]
|
| HD | arm1020e.md | 44 ;; 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 …]
|
| HD | arm926ejs.md | 42 ;; 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/ |
| HD | sh_pidcolors_example.txt | 205 [2;34m0 12312 13 func_abc.sh:- sh -> execute[0m 206 [2;34m0 12312 11 func_abc.sh:- sh <- execute[0m 209 [2;34m0 12312 10 func_abc.sh:- sh -> execute[0m 210 [2;34m0 12312 9 func_abc.sh:- sh <- execute[0m 225 [2;34m0 12312 10 func_abc.sh:- sh -> execute[0m 226 [2;34m0 12312 10 func_abc.sh:- sh <- execute[0m 227 [2;34m0 12312 9 func_abc.sh:- sh -> execute[0m 228 [2;34m0 12312 9 func_abc.sh:- sh <- execute[0m 247 [2;34m0 12312 9 func_abc.sh:- sh -> execute[0m 248 [2;34m0 12312 10 func_abc.sh:- sh <- execute[0m [all …]
|
| /NextBSD/lib/libthr/thread/ |
| HD | thr_clean.c | 64 __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/ |
| HD | hccontrol.c | 200 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/ |
| HD | sh3.c | 77 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/ |
| HD | ipmon.conf | 6 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/ |
| HD | cap_test.c | 70 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/ |
| HD | sh.sem.c | 87 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/ |
| HD | Readme | 14 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/ |
| HD | words3 | 20 The -n instructs make to show the commands it would execute, but 21 not actually execute them.
|
| /NextBSD/sys/boot/forth/ |
| HD | brand.4th | 53 \ If `brand' is defined, execute it 55 brandX @ brandY @ rot execute 71 brandX @ brandY @ rot execute
|
| HD | beastie.4th | 58 \ If `logo' is defined, execute it 60 logoX @ logoY @ rot execute 80 logoX @ logoY @ rot execute
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | atom.c | 695 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/ |
| HD | set11 | 11 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/ |
| HD | pentium.md | 101 ;; 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/ |
| HD | cmds.c | 65 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/ |
| HD | js_execs.d | 47 javascript*:::execute-start
|
| HD | Readme | 51 probe execute-start(file, lineno) 52 probe execute-done(file, lineno)
|
| /NextBSD/cddl/contrib/dtracetoolkit/Bin/ |
| D | js_execs.d | 47 javascript*:::execute-start
|
| /NextBSD/gnu/usr.bin/grep/ |
| HD | grep.h | 33 size_t (*execute) PARAMS ((char const *, size_t, size_t *, int));
|