Searched defs:insn (Results 201 - 203 of 203) sorted by relevance

123456789

/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c8168 struct sock_filter *insn = &msock_filter_insns[idx]; local
8170 if (BPF_CLASS(insn->code) == BPF_JMP) {
8171 if (insn->code == (BPF_JMP|BPF_JA)) {
8172 if (insn->k == PASS)
8173 insn->k = msock_filter.len - idx - 2;
8174 else if (insn->k == FAIL)
8175 insn->k = msock_filter.len - idx - 3;
8178 if (insn->jt == PASS)
8179 insn->jt = msock_filter.len - idx - 2;
8180 else if (insn
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c8168 struct sock_filter *insn = &msock_filter_insns[idx]; local
8170 if (BPF_CLASS(insn->code) == BPF_JMP) {
8171 if (insn->code == (BPF_JMP|BPF_JA)) {
8172 if (insn->k == PASS)
8173 insn->k = msock_filter.len - idx - 2;
8174 else if (insn->k == FAIL)
8175 insn->k = msock_filter.len - idx - 3;
8178 if (insn->jt == PASS)
8179 insn->jt = msock_filter.len - idx - 2;
8180 else if (insn
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_s390_toIR.c384 /* A side exit that branches back to the current insn if CONDITION is
395 /* A side exit that branches back to the current insn.
403 /* A side exit that branches back to the insn immediately following the
404 current insn if CONDITION is true. Does not set DisResult. */
414 /* Convenience function to restart the current insn */
776 insn. Returns an expression of type Ity_I32 */
7149 when PFPO insn is called. So, extract the bits at [60:63] */
12986 /* End of source string? We're done; proceed to next insn */
13033 /* End of source string? We're done; proceed to next insn */
13081 /* End of source string? We're done; proceed to next insn */
16478 disInstr_S390_WRK(UChar *insn) argument
[all...]

Completed in 1032 milliseconds

123456789