Searched refs:op (Results 251 - 275 of 847) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/bin/setfacl/
H A Dsetfacl.h46 uint op; member in struct:sf_entry
/freebsd-9.3-release/contrib/binutils/include/opcode/
H A Dalpha.h100 i |= (op & ((1 << o->bits) - 1)) << o->shift;
102 this structure, and op is the opcode value; this assumes twos
112 unsigned (*insert) (unsigned instruction, int op, const char **errmsg);
118 op = ((i) >> o->shift) & ((1 << o->bits) - 1);
120 && (op & (1 << (o->bits - 1))) != 0)
121 op -= 1 << o->bits;
122 (i is the instruction, o is a pointer to this structure, and op
151 any op value. The disassembler should call the extract function,
H A Dppc.h169 i |= (op & o->bitm) << o->shift;
171 this structure, and op is the operand value).
181 (unsigned long instruction, long op, int dialect, const char **errmsg);
187 op = (i >> o->shift) & o->bitm;
189 sign_extend (op);
190 (i is the instruction, o is a pointer to this structure, and op
225 insert function with any op value. The disassembler should call
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dppc-dis.c193 unsigned long op; local
211 op = PPC_OP (insn);
228 if (op < table_op)
230 if (op > table_op)
/freebsd-9.3-release/contrib/bmake/mk/
H A Dmeta2deps.sh217 while read op pid path junk
219 : op=$op pid=$pid path=$path
241 case "$op,$path" in
/freebsd-9.3-release/contrib/bsnmp/snmp_mibII/
H A DmibII_udp.c152 u_int sub, u_int iidx __unused, enum snmp_op op)
154 switch (op) {
202 u_int sub, u_int iidx __unused, enum snmp_op op)
210 switch (op) {
151 op_udp(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
201 op_udptable(struct snmp_context *ctx __unused, struct snmp_value *value, u_int sub, u_int iidx __unused, enum snmp_op op) argument
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa.c320 tree op = USE_FROM_PTR (op_p); local
325 if (op == NULL_TREE)
334 if (TREE_CODE (op) != SSA_NAME && !is_gimple_min_invariant (op))
340 if (TREE_CODE (op) == SSA_NAME)
341 err = verify_use (e->src, definition_block[SSA_NAME_VERSION (op)], op_p,
356 print_generic_stmt (stderr, op, TDF_VOPS);
678 tree op; local
775 op = USE_FROM_PTR (use_p);
776 if (verify_use (bb, definition_block[SSA_NAME_VERSION (op)],
1239 tree op = PHI_ARG_DEF (phi, i); local
[all...]
H A Dtree-ssa-propagate.c567 tree stmt = *stmt_p, op; local
605 op = TREE_OPERAND (stmt, 0);
606 if (TREE_CODE (op) != MODIFY_EXPR)
611 stmt = op;
615 op = TREE_OPERAND (stmt, 1);
616 if (TREE_CODE (op) == WITH_SIZE_EXPR)
617 stmt = op;
705 tree op; local
708 FOR_EACH_SSA_TREE_OPERAND (op, stmt, iter, SSA_OP_VIRTUAL_DEFS)
709 return (op);
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DInstruction.h255 /// Associative operators satisfy: x op (y op z) === (x op y) op z
260 static bool isAssociative(unsigned op);
264 /// Commutative operators satisfy: (x op y) === (y op x)
270 static bool isCommutative(unsigned op);
274 /// Idempotent operators satisfy: x op x === x
279 static bool isIdempotent(unsigned op);
[all...]
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_qp.c36 #define _QP_OP(op) \
37 void _Qp_ ## op(u_int *c, u_int *a, u_int *b); \
39 _Qp_ ## op(u_int *c, u_int *a, u_int *b) \
51 r = __fpu_ ## op(&fe); \
/freebsd-9.3-release/sys/boot/arm/at91/boot2/
H A Dboot2.c348 const u_int8_t op[] = "ufs:ROOTDEVNAME"; local
358 ps = memmem(addr, klen, op, sizeof(op));
390 "check ROOTDEVNAME is set\n", op);
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dlv1call.h45 int lv1_gpu_context_attribute(int context, int op, int, int, int, int);
/freebsd-9.3-release/sys/dev/ath/
H A Dah_osdep.c223 r->op = OP_DEVICE;
247 r->op = OP_WRITE;
278 r->op = OP_READ;
294 r->op = OP_MARK;
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_init_ops.h256 const union init_op *op; local
268 op = (const union init_op *)&(INIT_OPS(sc)[op_idx]);
270 op_type = op->raw.op;
271 addr = op->raw.offset;
276 len = op->arr_wr.data_len;
277 data = data_base + op->arr_wr.data_off;
284 REG_WR(sc, addr, op->write.val);
298 ecore_init_fill(sc, addr, 0, op->zero.len, 0);
301 ecore_init_fill(sc, addr, 0, op
[all...]
/freebsd-9.3-release/sys/dev/cxgb/common/
H A Dcxgb_ctl_defs.h135 unsigned int op; member in struct:rdma_cq_op
/freebsd-9.3-release/sys/netgraph/atm/
H A Dng_ccatm.h168 uint32_t op; /* request code */ member in struct:ccatm_op
/freebsd-9.3-release/sys/sparc64/include/
H A Dcpufunc.h107 #define LD_GENERIC(va, asi, op, type) ({ \
109 __asm __volatile(#op " [%1] %2, %0" \
132 #define ST_GENERIC(va, asi, val, op) \
133 __asm __volatile(#op " %0, [%1] %2" \
/freebsd-9.3-release/sys/sys/
H A Daio.h131 int aio_fsync(int op, struct aiocb *aiocbp);
/freebsd-9.3-release/usr.sbin/apmd/
H A Dapmd.h65 struct event_cmd_op * op; member in struct:event_cmd
H A Dapmdparse.y175 cmd->evcmd.op = &event_cmd_exec_ops;
189 cmd->evcmd.op = &event_cmd_reject_ops;
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dconstant_time_test.c58 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b),
62 unsigned c = op(a, b);
76 char (*op) (unsigned int a, unsigned int b),
80 unsigned char c = op(a, b);
/freebsd-9.3-release/crypto/openssl/test/
H A Dconstant_time_test.c58 static int test_binary_op(unsigned int (*op) (unsigned int a, unsigned int b),
62 unsigned c = op(a, b);
76 char (*op) (unsigned int a, unsigned int b),
80 unsigned char c = op(a, b);
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clrpcops.c38 * Rpc op calls, generally called from the vnode op calls or through the
108 * nfs access rpc op.
173 * And do a Getattr op.
219 struct nfsclopen *op; local
253 cred, p, NULL, &op, &newone, &ret, 1);
265 np->n_fhp->nfh_len, mode, op,
285 op->nfso_own->nfsow_clp,
291 newnfs_copyincred(cred, &op->nfso_cred);
298 newnfs_copyincred(cred, &op
331 nfsrpc_openrpc(struct nfsmount *nmp, vnode_t vp, u_int8_t *nfhp, int fhlen, u_int8_t *newfhp, int newfhlen, u_int32_t mode, struct nfsclopen *op, u_int8_t *name, int namelen, struct nfscldeleg **dpp, int reclaim, u_int32_t delegtype, struct ucred *cred, NFSPROC_T *p, int syscred, int recursed) argument
526 nfsrpc_opendowngrade(vnode_t vp, u_int32_t mode, struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p) argument
588 nfsrpc_doclose(struct nfsmount *nmp, struct nfsclopen *op, NFSPROC_T *p) argument
685 nfsrpc_closerpc(struct nfsrv_descript *nd, struct nfsmount *nmp, struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p, int syscred) argument
721 nfsrpc_openconfirm(vnode_t vp, u_int8_t *nfhp, int fhlen, struct nfsclopen *op, struct ucred *cred, NFSPROC_T *p) argument
1841 struct nfsclopen *op; local
3504 nfsrpc_advlock(vnode_t vp, off_t size, int op, struct flock *fl, int reclaim, struct ucred *cred, NFSPROC_T *p, void *id, int flags) argument
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/troff/
H A Dnumber.cpp251 int op = tok.ch(); local
252 switch (op) {
266 op = OP_GEQ;
270 op = OP_MAX;
277 op = OP_LEQ;
281 op = OP_MIN;
296 switch (op) {
/freebsd-9.3-release/usr.sbin/bsdinstall/partedit/
H A Dpartedit.c76 int i, op, nitems, nscroll; local
130 op = diskeditor_show("Partition Editor", prompt,
133 switch (op) {
170 if (op == 5) { /* Finished */
176 op = dialog_yesno("Confirmation", "Your changes will "
185 if (op == 0 && validate_setup()) { /* Save */
188 } else if (op == 3) { /* Quit */

Completed in 156 milliseconds

<<11121314151617181920>>