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

/macosx-10.9.5/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.9.5/vim-53/src/proto/
H A Dops.pro4 int get_op_char __ARGS((int optype));
5 int get_extra_op_char __ARGS((int optype));
/macosx-10.9.5/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.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_protos.h246 int optype);
252 int optype);
H A Dbsd_vm.c784 int optype )
794 return ubc_cs_check_validation_bitmap( vnode_object->vnode_handle, offset, optype );
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dubc_subr.c3469 int optype)
3490 if (optype == CS_BITMAP_SET) {
3493 } else if (optype == CS_BITMAP_CLEAR) {
3496 } else if (optype == CS_BITMAP_CHECK) {
3535 __unused int optype){
3466 ubc_cs_check_validation_bitmap( vnode_t vp, memory_object_offset_t offset, int optype) argument
3532 ubc_cs_check_validation_bitmap( __unused struct vnode *vp, __unused memory_object_offset_t offset, __unused int optype) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dapplehelpers.c887 short optype = LDAP_MOD_ADD; local
902 mod->sml_op = optype;
957 short optype = LDAP_MOD_ADD; local
982 optype = LDAP_MOD_REPLACE;
990 mod->sml_op = optype;
2236 short optype = LDAP_MOD_ADD; local
2291 optype = LDAP_MOD_REPLACE;
2300 mod->sml_op = optype;
/macosx-10.9.5/vim-53/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.9.5/cctools-845/as/
H A Darm.c1166 struct neon_type optype;
1170 if (parse_neon_type (&optype, &str) == SUCCESS)
1172 if (optype.elems == 1)
1173 *vectype = optype.el[0];
4104 struct neon_type_el optype;
4106 if ((val = parse_scalar (&ptr, 8, &optype)) != FAIL)
4111 inst.operands[i].vectype = optype;
4124 else if ((val = arm_typed_reg_parse (&ptr, REG_TYPE_NSDQ, &rtype, &optype))
4136 inst.operands[i].vectype = optype;
4171 &optype)) !
1165 struct neon_type optype; local
4102 struct neon_type_el optype; local
[all...]
H A Dppc-opcode.h4 enum optype { enum
36 enum optype type:6;
/macosx-10.9.5/syslog-217.1.4/util.tproj/
H A Dsyslog.c1661 optype(char *o) function
1803 o = optype(op);

Completed in 225 milliseconds