Home
last modified time | relevance | path

Searched defs:op (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/minix/common/lib/libc/arch/powerpc/atomic/
H A Datomic_op_asm.h47 #define ATOMIC_OP_32_ARG(op,insn,arg) \ argument
58 #define ATOMIC_OP_64_ARG(op,insn,arg) \ argument
69 #define ATOMIC_OP_32_ARG_NV(op,insn,arg) \ argument
80 #define ATOMIC_OP_64_ARG_NV(op,insn,arg) \ argument
91 #define ATOMIC_OP_32(op) ATOMIC_OP_32_ARG(op,op,%r4) argument
92 #define ATOMIC_OP_32_NV(op) ATOMIC_OP_32_ARG_NV(op,op,%r4) argument
94 #define ATOMIC_OP_64(op) ATOMIC_OP_64_ARG(op,op,%r4) argument
95 #define ATOMIC_OP_64_NV(op) ATOMIC_OP_64_ARG_NV(op,op,%r4) argument
/minix/external/bsd/nvi/dist/common/
H A Doptions_f.c41 f_altwerase(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_altwerase()
52 f_columns(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_columns()
82 f_lines(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_lines()
135 f_lisp(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_lisp()
145 f_msgcat(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_msgcat()
155 f_print(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_print()
180 f_readonly(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_readonly()
235 f_w300(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_w300()
252 f_w1200(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_w1200()
269 f_w9600(SCR *sp, OPTION *op, const char *str, u_long *valp) in f_w9600()
[all …]
H A Doptions.c322 OPTLIST const *op; in opts_init() local
498 OPTLIST const *op; in opts_set() local
788 OPTION *op; in o_set() local
847 OPTLIST const *op; in opts_dump() local
977 opts_print(SCR *sp, const OPTLIST *op) in opts_print()
1009 OPTLIST const *op; in opts_save() local
1067 OPTLIST const *op, *found; in opts_search() local
H A Dvi_rec.c30 __vi_marker_recover(dbenv, dbtp, lsnp, op, info) in __vi_marker_recover() argument
57 __vi_cursor_recover(dbenv, dbtp, lsnp, op, info) in __vi_cursor_recover() argument
102 __vi_mark_recover(dbenv, dbtp, lsnp, op, info) in __vi_mark_recover() argument
134 __vi_change_recover(dbenv, dbtp, lsnp, op, info) in __vi_change_recover() argument
/minix/external/bsd/libevent/dist/test/
H A Dtinytest_macros.h73 #define tt_abort_perror(op) TT_DIE(("%s: %s [%d]",(op),strerror(errno), errno)) argument
79 #define tt_fail_perror(op) TT_FAIL(("%s: %s [%d]",(op),strerror(errno), errno)) argument
150 #define tt_assert_op_type(a,op,b,type,fmt) \ argument
154 #define tt_int_op(a,op,b) \ argument
158 #define tt_uint_op(a,op,b) \ argument
162 #define tt_ptr_op(a,op,b) \ argument
166 #define tt_str_op(a,op,b) \ argument
170 #define tt_want_int_op(a,op,b) \ argument
173 #define tt_want_uint_op(a,op,b) \ argument
177 #define tt_want_ptr_op(a,op,b) \ argument
[all …]
/minix/bin/ls/
H A Dcmp.c55 #define ATIMENSEC_CMP(x, op, y) ((x)->st_atimensec op (y)->st_atimensec) argument
56 #define CTIMENSEC_CMP(x, op, y) ((x)->st_ctimensec op (y)->st_ctimensec) argument
57 #define MTIMENSEC_CMP(x, op, y) ((x)->st_mtimensec op (y)->st_mtimensec) argument
59 #define ATIMENSEC_CMP(x, op, y) \ argument
61 #define CTIMENSEC_CMP(x, op, y) \ argument
63 #define MTIMENSEC_CMP(x, op, y) \ argument
/minix/bin/ksh/
H A Dtree.h16 struct op { struct
17 short type; /* operation type, see below */ argument
18 union { /* WARNING: newtp(), tcopy() use evalflags = 0 to clear union */ argument
25 struct op *left, *right; /* descendents */ argument
26 char *str; /* word for case; identifier for for,
31 int lineno; /* TCOM/TFUNC: LINENO for this */
H A Dc_test.c143 Test_op op; local
217 test_eval(te, op, opnd1, opnd2, do_eval) in test_eval() argument
548 Test_op op; local
631 ptest_getopnd(te, op, do_eval) in ptest_getopnd() argument
642 ptest_eval(te, op, opnd1, opnd2, do_eval) in ptest_eval() argument
658 const char *op = te->pos.wp + offset >= te->wp_end ? local
/minix/games/monop/
H A Dtrade.c110 OWN *op; in get_list() local
160 OWN *op; in set_list() local
180 OWN *op; in summate() local
219 OWN *op; in move_em() local
243 OWN *op; in resign() local
H A Dprop.c67 OWN *op; in add_list() local
97 OWN *op, *last_op; in del_list() local
213 OWN *op; in prop_worth() local
H A Dmorg.c119 OWN *op; in set_mlist() local
186 OWN *op; in set_umlist() local
/minix/minix/lib/libasyn/
H A Dasyn_special.c10 int asyn_special(asynchio_t *asyn, int fd, int op) in asyn_special()
81 int asyn_result(asynchio_t *asyn, int fd, int op, int result) in asyn_result()
H A Dasyn_wait.c61 int op; in asyn_wait() local
87 int op; in asyn_wait() local
H A Dasyn_pending.c6 int asyn_pending(asynchio_t *asyn, int fd, int op) in asyn_pending()
H A Dasyn_cancel.c6 int asyn_cancel(asynchio_t *asyn, int fd, int op) in asyn_cancel()
H A Dasyn_synch.c10 int op; in asyn_synch() local
H A Dasyn_close.c11 int op; in asyn_close() local
/minix/lib/libedit/
H A Dprompt.c83 prompt_print(EditLine *el, int op) in prompt_print()
149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) in prompt_set()
181 prompt_get(EditLine *el, el_pfunc_t *prf, Char *c, int op) in prompt_get()
/minix/sys/external/bsd/compiler_rt/dist/lib/builtins/arm/
H A Dsync-ops.h18 #define SYNC_OP_4(op) \ argument
34 #define SYNC_OP_8(op) \ argument
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2006-03-17-KnRMismatch.c5 void regnode(op) in regnode() argument
/minix/games/arithmetic/
H A Darithmetic.c195 int left, op, right, result; in problem() local
304 penalise(int value, int op, int operand) in penalise()
324 getrandom(int maxval, int op, int operand) in getrandom()
368 opnum(int op) in opnum()
/minix/tools/compat/
H A Dflock.c43 int flock(int fd, int op) { in flock()
/minix/minix/commands/part/
H A Dpart.c727 void print(object_t *op) in print()
916 object_t *op; in display() local
970 void m_move(int ev, object_t *op) in m_move()
1441 void m_in(int ev, object_t *op) in m_in()
1490 void m_out(int ev, object_t *op) in m_out()
1592 void m_read(int ev, object_t *op) in m_read()
1788 void m_dump(int ev, object_t *op) in m_dump()
1824 void m_quit(int ev, object_t *op) in m_quit()
1835 void m_help(int ev, object_t *op) in m_help()
1899 void event(int ev, object_t *op) in event()
[all …]
/minix/lib/libkvm/
H A Dkvm_file.c82 kvm_deadfiles(kvm_t *kd, int op, int arg, long ofhead, int numfiles) in kvm_deadfiles()
125 kvm_getfiles(kvm_t *kd, int op, int arg, int *cnt) in kvm_getfiles()
/minix/external/bsd/bind/dist/lib/isc/nothreads/include/isc/
H A Donce.h31 #define isc_once_do(op, f) \ argument

12345678910>>...14