Searched refs:opc (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-10.0-release/gnu/usr.bin/binutils/libopcodes/
H A DMakefile.m68k5 SRCS+= m68k-dis.c m68k-opc.c
H A DMakefile.sparc5 SRCS+= sparc-dis.c sparc-opc.c
H A DMakefile8 SRCS+= dis-buf.c dis-init.c disassemble.c i386-opc.c
/freebsd-10.0-release/contrib/wpa/src/crypto/
H A Dmilenage.c27 * @opc: OPc = 128-bit value derived from OP and K
36 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand, argument
44 tmp1[i] = _rand[i] ^ opc[i];
57 tmp3[(i + 8) % 16] = tmp2[i] ^ opc[i];
67 tmp1[i] ^= opc[i];
78 * @opc: OPc = 128-bit value derived from OP and K
88 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand, argument
96 tmp1[i] = _rand[i] ^ opc[i];
108 tmp1[i] = tmp2[i] ^ opc[i];
114 tmp3[i] ^= opc[
173 milenage_generate(const u8 *opc, const u8 *amf, const u8 *k, const u8 *sqn, const u8 *_rand, u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len) argument
208 milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts, u8 *sqn) argument
235 gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres, u8 *kc) argument
270 milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand, const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len, u8 *auts) argument
[all...]
H A Dmilenage.h12 void milenage_generate(const u8 *opc, const u8 *amf, const u8 *k,
15 int milenage_auts(const u8 *opc, const u8 *k, const u8 *_rand, const u8 *auts,
17 int gsm_milenage(const u8 *opc, const u8 *k, const u8 *_rand, u8 *sres,
19 int milenage_check(const u8 *opc, const u8 *k, const u8 *sqn, const u8 *_rand,
22 int milenage_f1(const u8 *opc, const u8 *k, const u8 *_rand,
24 int milenage_f2345(const u8 *opc, const u8 *k, const u8 *_rand,
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dcgen.sh22 # Generate CGEN opcode files: arch-desc.[ch], arch-opc.[ch],
27 # arch-file opc-file options [extrafiles]
36 # OPC-FILE is the name of the .opc file (including path).
87 rm -f tmp-opc.h tmp-opc.h1
88 rm -f tmp-opc.c tmp-opc.c1
96 ${cgen} ${cgendir}/cgen-opc.scm \
105 -O tmp-opc.h1 \
106 -P tmp-opc
[all...]
H A DMakefile.am33 fr30-desc.h fr30-opc.h \
34 frv-desc.h frv-opc.h \
35 h8500-opc.h \
36 i386-opc.h \
39 ia64-opc.h \
40 ip2k-desc.h ip2k-opc.h \
41 iq2000-desc.h iq2000-opc.h \
42 m32c-desc.h m32c-opc.h \
43 m32r-desc.h m32r-opc.h \
44 mcore-opc
[all...]
H A Dia64-gen.c23 /* While the ia64-opc-* set of opcode tables are easy to maintain,
45 #include "ia64-opc.h"
46 #include "ia64-opc-a.c"
47 #include "ia64-opc-i.c"
48 #include "ia64-opc-m.c"
49 #include "ia64-opc-b.c"
50 #include "ia64-opc-f.c"
51 #include "ia64-opc-x.c"
52 #include "ia64-opc-d.c"
2451 insert_opcode_dependencies (opc, cm
[all...]
H A Dcgen-asm.in35 #include "@prefix@-opc.h"
68 CGEN_OPCODE *opc = (CGEN_OPCODE *) CGEN_INSN_OPCODE (insn);
75 syn = CGEN_SYNTAX_STRING (CGEN_OPCODE_SYNTAX (opc));
/freebsd-10.0-release/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c43 cmd->opc = NVME_OPC_IDENTIFY;
65 cmd->opc = NVME_OPC_IDENTIFY;
86 cmd->opc = NVME_OPC_CREATE_IO_CQ;
110 cmd->opc = NVME_OPC_CREATE_IO_SQ;
134 cmd->opc = NVME_OPC_DELETE_IO_CQ;
155 cmd->opc = NVME_OPC_DELETE_IO_SQ;
177 cmd->opc = NVME_OPC_SET_FEATURES;
195 cmd->opc = NVME_OPC_GET_FEATURES;
262 cmd->opc = NVME_OPC_GET_LOG_PAGE;
321 cmd->opc
[all...]
H A Dnvme_test.c51 enum nvme_nvm_opcode opc; member in struct:nvme_io_test_thread
62 enum nvme_nvm_opcode opc; member in struct:nvme_io_test_internal
110 bio->bio_cmd = (io_test->opc == NVME_OPC_READ) ?
196 switch (tth->opc) {
222 tth->opc = io_test->opc;
264 if ((io_test->opc != NVME_OPC_READ) &&
265 (io_test->opc != NVME_OPC_WRITE))
273 io_test_internal->opc = io_test->opc;
[all...]
H A Dnvme_ns_cmd.c45 cmd->opc = NVME_OPC_READ;
71 cmd->opc = NVME_OPC_READ;
100 cmd->opc = NVME_OPC_WRITE;
126 cmd->opc = NVME_OPC_WRITE;
155 cmd->opc = NVME_OPC_DATASET_MANAGEMENT;
179 cmd->opc = NVME_OPC_FLUSH;
H A Dnvme_qpair.c42 uint16_t opc; member in struct:nvme_opcode_string
76 get_admin_opcode_string(uint16_t opc) argument
82 while (entry->opc != 0xFFFF) {
83 if (entry->opc == opc)
91 get_io_opcode_string(uint16_t opc) argument
97 while (entry->opc != 0xFFFF) {
98 if (entry->opc == opc)
113 get_admin_opcode_string(cmd->opc), cm
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp74 BinaryOperatorKind opc = binop->getOpcode(); local
76 if (mulop == NULL && opc == BO_Mul)
78 if (opc != BO_Mul && opc != BO_Add && opc != BO_Sub && opc != BO_Shl)
85 else if ((opc == BO_Add || opc == BO_Mul)
/freebsd-10.0-release/contrib/binutils/include/opcode/
H A Dcgen.h608 to <arch>-opc.h, or add a hook. */
956 #define CGEN_OPCODE_HANDLERS(opc) (& (opc)->handlers)
960 #define CGEN_OPCODE_SYNTAX(opc) (& (opc)->syntax)
964 #define CGEN_OPCODE_FORMAT(opc) ((opc)->format)
965 #define CGEN_OPCODE_MASK_BITSIZE(opc) CGEN_IFMT_MASK_LENGTH (CGEN_OPCODE_FORMAT (opc))
966 #define CGEN_OPCODE_BITSIZE(opc) CGEN_IFMT_LENGT
[all...]
/freebsd-10.0-release/sbin/nvmecontrol/
H A Dperftest.c60 io_test->opc == NVME_OPC_READ ? "READ" : "WRITE",
125 io_test.opc = NVME_OPC_READ;
128 io_test.opc = NVME_OPC_WRITE;
H A Dnvmecontrol.c132 pt.cmd.opc = NVME_OPC_IDENTIFY;
151 pt.cmd.opc = NVME_OPC_IDENTIFY;
H A Dfirmware.c126 pt.cmd.opc = NVME_OPC_FIRMWARE_IMAGE_DOWNLOAD;
150 pt.cmd.opc = NVME_OPC_FIRMWARE_ACTIVATE;
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_log.c357 opcdef_p->opc$b_ms_type = OPC$_RQ_RQST;
358 memcpy(opcdef_p->opc$z_ms_target_classes, &VMS_OPC_target, 3);
359 opcdef_p->opc$l_ms_rqstid = 0;
360 memcpy(&opcdef_p->opc$l_ms_text, buf, len);
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonNewValueJump.cpp603 unsigned opc = getNewValueJumpOpcode(cmpInstr, cmpOp2, local
607 opc = QII->getInvertedPredicatedOpcode(opc);
611 QII->get(opc))
622 QII->get(opc))
628 QII->get(opc))
/freebsd-10.0-release/usr.bin/make/
H A Dparse.c1395 char *opc; /* ptr to operator character to local
1413 opc = cp - 1; /* operator is the previous character */
1419 switch (*opc) {
1422 *opc = '\0';
1429 *opc = '\0';
1439 *opc = '\0';
1444 *opc = '\0';
1449 while (*opc != ':') {
1450 if (opc == line)
1453 --opc;
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp328 unsigned opc = 4; // bits {24-21}. Default to add: 0b0100 local
331 opc = 2; // 0b0010
336 return ARM_AM::getSOImmVal(Value) | (opc << 21);
341 unsigned opc = 0; local
344 opc = 5;
347 uint32_t out = (opc << 21);
/freebsd-10.0-release/contrib/wpa/hostapd/
H A Dhlr_auc_gw.c78 u8 opc[16]; member in struct:milenage_parameters
117 " opc CHAR(32) NOT NULL,"
168 if (os_strcmp(col[i], "opc") == 0 && argv[i] &&
169 hexstr2bin(argv[i], m->opc, sizeof(m->opc))) {
201 "SELECT ki,opc,amf,sqn FROM milenage WHERE imsi=%llu;",
476 if (strlen(pos) != 32 || hexstr2bin(pos, m->opc, 16)) {
566 pos += wpa_snprintf_hex(pos, end - pos, m->opc, 16);
647 gsm_milenage(m->opc, m->ki, _rand, sres, kc);
742 milenage_generate(m->opc,
[all...]
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-srxx-defs.h322 uint64_t opc : 4; /**< SW Tick ERR - packet had an error member in struct:cvmx_srxx_sw_tick_ctl::cvmx_srxx_sw_tick_ctl_s
328 uint64_t opc : 4;
/freebsd-10.0-release/contrib/bmake/
H A Dparse.c1803 char *opc; /* ptr to operator character to local
1835 opc = cp-1; /* operator is the previous character */
1841 switch (*opc) {
1844 *opc = '\0';
1851 *opc = '\0';
1861 *opc = '\0';
1866 *opc = '\0';
1871 while (opc > line && *opc != ':')
1872 opc
[all...]

Completed in 303 milliseconds

123