Searched refs:opcode (Results 251 - 275 of 374) sorted by relevance

<<1112131415

/macosx-10.10.1/ruby-106/ruby/lib/
H A Dresolv.rb1271 @opcode = 0
1283 attr_accessor :id, :qr, :opcode, :aa, :tc, :rd, :ra, :rcode
1289 @opcode == other.opcode &&
1352 (@opcode & 15) << 11 |
1447 o.opcode = (flag >> 11) & 15
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/page/
H A Dparse.y51 int opcode; /* Either TK_GLOB or TK_LIKE */
369 // opcode of TK_ALL.
652 likeop(A) ::= LIKE. {A.opcode = TK_LIKE; A.not = 0;}
653 likeop(A) ::= GLOB. {A.opcode = TK_GLOB; A.not = 0;}
654 likeop(A) ::= NOT LIKE. {A.opcode = TK_LIKE; A.not = 1;}
655 likeop(A) ::= NOT GLOB. {A.opcode = TK_GLOB; A.not = 1;}
666 if( A ) A->op = OP.opcode;
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dopenrisc-opc.c1 /* Instruction opcode table for openrisc.
567 /* The macro instruction opcode table. */
662 This plugs the opcode entries and macro instructions into the cpu table. */
678 insns[i].opcode = &oc[i];
689 insns[i].opcode = &oc[i];
H A Dm10200-dis.c22 #include "opcode/mn10200.h"
37 /* Find the opcode. */
66 if ((op->mask & insn) == op->opcode
168 /* First figure out how big the opcode is. */
/macosx-10.10.1/llvmCore-3425.0.34/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp132 UnaryExprAST(char opcode, ExprAST *operand) argument
133 : Opcode(opcode), Operand(operand) {}
/macosx-10.10.1/smb-759.0/lib/smb/
H A Dnbns_rq.c87 static int nbns_rq_create(int opcode, struct smb_prefs *prefs, argument
109 rqp->nr_opcode = opcode;
/macosx-10.10.1/BerkeleyDB-21/db/cxx/
H A Dcxx_env.cpp81 void _feedback_intercept_c(DB_ENV *dbenv, int opcode, int pct) argument
83 DbEnv::_feedback_intercept(dbenv, opcode, pct);
145 void DbEnv::_feedback_intercept(DB_ENV *dbenv, int opcode, int pct) argument
158 (*cxxenv->feedback_callback_)(cxxenv, opcode, pct);
/macosx-10.10.1/BerkeleyDB-21/db/qam/
H A Dqam_autop.c79 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
/macosx-10.10.1/BerkeleyDB-21/db/txn/
H A Dtxn.c1613 u_int32_t offset, opcode, sum_len; local
1645 opcode = TXN_ABORT;
1646 memcpy(bp, &opcode, sizeof(opcode));
/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVCLib/
H A DIOFireWireAVCLibConsumer.cpp116 UInt8 opcode; member in struct:__anon1500
771 cmd.opcode = ASYNCHRONOUS_CONNECTION; // Opcode = ASYNCHRONOUS_CONNECTION
905 cmd.opcode = ASYNCHRONOUS_CONNECTION; // Opcode = ASYNCHRONOUS_CONNECTION
1180 cmd.opcode = ASYNCHRONOUS_CONNECTION; // Opcode = ASYNCHRONOUS_CONNECTION
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DGetByIdStatus.cpp66 if (instruction[0].u.opcode == LLInt::getOpcode(op_get_array_length))
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/include/dns/
H A Dmessage.h191 unsigned int opcode; member in struct:dns_message
415 * If #DNS_MESSAGEPARSE_PRESERVEORDER is set, or if the opcode of the message
1000 * is true, the message opcode is query or notify, and the question
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dstats.c29 #include <dns/opcode.h>
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dm68hc11.h1 /* m68hc11.h -- Header file for Motorola 68HC11 & 68HC12 opcode table
351 #define M6811_OP_PAGE2 0x00080000 /* Need a page2 opcode before */
352 #define M6811_OP_PAGE3 0x00100000 /* Need a page3 opcode before */
353 #define M6811_OP_PAGE4 0x00200000 /* Need a page4 opcode before */
393 /* The opcode table is an array of struct m68hc11_opcode. */
398 unsigned char opcode; member in struct:m68hc11_opcode
417 /* The opcode table. The table contains all the opcodes (all pages).
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Direpscp.c274 switch (tup_p->opcode)
/macosx-10.10.1/BerkeleyDB-21/db/db/
H A Ddb_autop.c43 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
96 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
184 (void)printf("\topcode: %lu\n", (u_long)argp->opcode);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/db/internal/
H A DDb.java120 private final void handle_db_feedback(int opcode, int percent) { argument
121 if (opcode == DbConstants.DB_UPGRADE)
123 else if (opcode == DbConstants.DB_VERIFY)
/macosx-10.10.1/JavaScriptCore-7600.1.17/jit/
H A DJIT.cpp149 ASSERT_WITH_MESSAGE(m_interpreter->isOpcode(currentInstruction->u.opcode), "privateCompileMainPass gone bad @ %d", m_bytecodeOffset);
162 OpcodeID opcodeID = m_interpreter->getOpcodeID(currentInstruction->u.opcode);
355 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
/macosx-10.10.1/pdisk-9/
H A DATA_media.c909 gRead->opcode = kScsiCmdRead10;
962 gTestUnit->opcode = kScsiCmdTestUnitReady;
1013 gReadCap->opcode = kScsiCmdReadCapacity;
/macosx-10.10.1/libunwind-35.3/src/
H A DDwarfInstructions.hpp447 uint8_t opcode = addressSpace.get8(p++); local
451 switch (opcode) {
772 value = opcode - DW_OP_lit0;
809 reg = opcode - DW_OP_reg0;
852 reg = opcode - DW_OP_breg0;
903 ABORT("dwarf opcode not implemented");
/macosx-10.10.1/JavaScriptCore-7600.1.17/assembler/
H A DARM64Assembler.h2172 FPDataOp1Source opcode = (dstsize == 64) ? FPDataOp_FCVT_toDouble : (dstsize == 32) ? FPDataOp_FCVT_toSingle : FPDataOp_FCVT_toHalf;
2173 insn(floatingPointDataProcessing1Source(type, opcode, vn, vd));
3336 ALWAYS_INLINE static int dataProcessing1Source(Datasize sf, DataOp1Source opcode, RegisterID rn, RegisterID rd)
3340 return (0x5ac00000 | sf << 31 | S << 29 | opcode2 << 16 | opcode << 10 | xOrZr(rn) << 5 | xOrZr(rd));
3343 ALWAYS_INLINE static int dataProcessing2Source(Datasize sf, RegisterID rm, DataOp2Source opcode, RegisterID rn, RegisterID rd)
3346 return (0x1ac00000 | sf << 31 | S << 29 | xOrZr(rm) << 16 | opcode << 10 | xOrZr(rn) << 5 | xOrZr(rd));
3349 ALWAYS_INLINE static int dataProcessing3Source(Datasize sf, DataOp3Source opcode, RegisterID rm, RegisterID ra, RegisterID rn, RegisterID rd)
3351 int op54 = opcode >> 4;
3352 int op31 = (opcode >> 1) & 7;
3353 int op0 = opcode
[all...]
/macosx-10.10.1/apache-793/httpd/modules/lua/
H A Dlua_request.c2172 /* Get opcode and FIN bit */
2180 unsigned char fin, opcode, mask, payload; local
2182 opcode = (byte << 4) >> 4;
2291 /* Decide if we need to react to the opcode or not */
2292 if (opcode == 0x09) { /* ping */
2367 prelude[0] = 0x88; /* closing socket opcode */
2390 prelude[0] = 0x89; /* ping opcode */
2396 /* Get opcode and FIN bit from pong */
2400 unsigned char opcode = prelude[0]; local
2406 "Websocket: Got PONG opcode
[all...]
/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_proto.c311 u_int32 opcode = 0; /* extension field opcode */ local
446 opcode = ntohl(((u_int32 *)pkt)[authlen / 4]);
447 len = opcode & 0xffff;
844 * Do not respond if Autokey and the opcode is not a
847 if (crypto_flags && skeyid > NTP_MAXKEY && (opcode &
3119 peer->cmmd->opcode |= htonl(temp32);
3131 if (exten->opcode != 0)
/macosx-10.10.1/BerkeleyDB-21/db/rep/
H A Drep_method.c1084 txnop = regop_args->opcode;
1107 if (prep_args->opcode == TXN_ABORT)
1110 prep_args->opcode, &lsn);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DDVFamily.c358 avcFrame.opcode = kAVCOutputSignalModeOpcode;

Completed in 286 milliseconds

<<1112131415