Searched refs:opcodes (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmt.c15 static const struct mt_opcodes opcodes[] = { variable in typeref:struct:mt_opcodes
57 const struct mt_opcodes *code = opcodes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexMMIXAL.cxx47 WordList &opcodes = *keywordlists[0]; local
119 if (opcodes.InList(s)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpafvideo.c62 uint8_t *opcodes; member in struct:PAFVideoDecContext
163 const uint8_t *src, *send, *opcodes; local
217 opcodes = pkt + bytestream2_tell(&c->gb);
228 opcode = opcodes[op] & 15;
231 opcode = opcodes[op] >> 4;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dkprobes.c76 * Undefined/reserved opcodes, conditional jump, Opcode Extension
77 * Groups, and some special opcodes can not boost.
151 static int __kprobes can_boost(kprobe_opcode_t *opcodes) argument
154 kprobe_opcode_t *orig_opcodes = opcodes;
156 if (search_exception_tables((unsigned long)opcodes))
160 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1)
162 opcode = *(opcodes++);
166 if (opcodes - orig_opcodes > MAX_INSN_SIZE - 1)
168 return test_bit(*opcodes,

Completed in 63 milliseconds