Searched defs:insn (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmib_structs.c223 * @param insn points to a pointer to the inserted node
228 snmp_mib_node_insert(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **insn) argument
246 *insn = nn;
265 *insn = n;
281 *insn = nn;
321 *insn = nn;
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmib_structs.c211 * @param insn points to a pointer to the inserted node
216 snmp_mib_node_insert(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **insn) argument
234 *insn = nn;
253 *insn = n;
269 *insn = nn;
309 *insn = nn;
/vbox/src/recompiler/
H A Dcpu-exec.c1196 uint32_t insn = *pc; local
1200 switch (insn >> 26) {
1225 uint32_t insn; local
1245 insn = *(uint32_t *)pc;
1246 if ((insn >> 30) == 3) {
1247 switch((insn >> 19) & 0x3f) {
1426 uint32_t insn = *(uint32_t *)pc; local
1430 switch (insn >> 26) {
1441 is_write = (insn >> 9) & 1;
1445 switch ((insn >>
[all...]

Completed in 364 milliseconds