HomeSort by: relevance | last modified time | path
    Searched defs:exact_match (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/dev/marvell/
mvspi.c 160 uint8_t exact_match = 0; local
205 exact_match = 1;
217 if (exact_match == 1)
  /src/external/bsd/tcpdump/dist/missing/
getopt_long.c 217 int i, match, exact_match, second_partial_match; local
237 exact_match = 0;
258 exact_match = 1;
277 if (!exact_match && second_partial_match) {
  /src/external/gpl3/gcc/dist/gcc/
regrename.cc 1150 int exact_match = (head->regno == this_regno local
1171 if (cl == NO_REGS || (!exact_match && !DEBUG_INSN_P (insn)))
ipa-sra.cc 3698 bool exact_match = false; local
3711 exact_match = true;
3734 if (!exact_match)
  /src/external/gpl3/gcc.old/dist/gcc/
regrename.cc 1150 int exact_match = (head->regno == this_regno local
1171 if (cl == NO_REGS || (!exact_match && !DEBUG_INSN_P (insn)))
ipa-sra.cc 3285 bool exact_match = false; local
3298 exact_match = true;
3321 if (!exact_match)
  /src/external/bsd/wpa/dist/wpa_supplicant/
config.h 361 int exact_match; member in struct:wpa_cred::roaming_partner
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.c 4949 bool exact_match
4959 && (name == NULL || exact_match))
4962 if (exact_match)
4946 bool exact_match local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.c 4934 bool exact_match
4944 && (name == NULL || exact_match))
4947 if (exact_match)
4931 bool exact_match local
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.c 4718 bool exact_match
4728 && (name == NULL || exact_match))
4731 if (exact_match)
4715 bool exact_match local
  /src/tests/dev/audio/
audiotest.c 175 bool exact_match; variable
256 exact_match = false;
270 exact_match = true;
353 if (exact_match) {
  /src/sys/dev/pci/cxgb/
cxgb_t3_cpl.h 569 __u8 exact_match:1; member in struct:cpl_pass_accept_req
571 __u8 exact_match:1; member in struct:cpl_pass_accept_req

Completed in 76 milliseconds