Searched refs:optype (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dtic54x.h31 enum optype { enum
124 enum optype operand_types[MAX_OPERANDS];
148 enum optype paroperand_types[MAX_OPERANDS];
/macosx-10.10/vim-55/src/proto/
H A Dops.pro4 int get_op_char __ARGS((int optype));
5 int get_extra_op_char __ARGS((int optype));
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dtic54x-dis.c32 const enum optype [], int, int);
173 const enum optype tm_operands[];
183 enum optype src = OP_None;
184 enum optype dst = OP_None;
/macosx-10.10/xnu-2782.1.97/osfmk/vm/
H A Dvm_protos.h263 int optype);
269 int optype);
H A Dbsd_vm.c785 int optype )
795 return ubc_cs_check_validation_bitmap( vnode_object->vnode_handle, offset, optype );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.c1051 short optype = LDAP_MOD_ADD; local
1066 mod->sml_op = optype;
1121 short optype = LDAP_MOD_ADD; local
1146 optype = LDAP_MOD_REPLACE;
1154 mod->sml_op = optype;
2249 short optype = LDAP_MOD_ADD; local
2302 optype = LDAP_MOD_REPLACE;
2304 optype = LDAP_MOD_ADD;
2317 mod->sml_op = optype;
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dubc_subr.c3677 int optype)
3698 if (optype == CS_BITMAP_SET) {
3701 } else if (optype == CS_BITMAP_CLEAR) {
3704 } else if (optype == CS_BITMAP_CHECK) {
3743 __unused int optype){
3674 ubc_cs_check_validation_bitmap( vnode_t vp, memory_object_offset_t offset, int optype) argument
3740 ubc_cs_check_validation_bitmap( __unused struct vnode *vp, __unused memory_object_offset_t offset, __unused int optype) argument
/macosx-10.10/vim-55/src/
H A Dops.c205 get_op_char(optype)
206 int optype;
208 return opchars[optype][0];
215 get_extra_op_char(optype)
216 int optype;
218 return opchars[optype][1];
H A Dnormal.c145 static void set_op_var __ARGS((int optype));
8472 * Set v:operator to the characters for "optype".
8475 set_op_var(optype)
8476 int optype;
8480 if (optype == OP_NOP)
8484 opchars[0] = get_op_char(optype);
8485 opchars[1] = get_extra_op_char(optype);
/macosx-10.10/syslog-267/util.tproj/
H A Dsyslog.c1625 optype(char *o) function
1767 o = optype(op);

Completed in 415 milliseconds