Displaying 3 results from an estimated 3 matches for "no_match".
Did you mean:
n_match
2011 Mar 31
0
[PATCH 7/7] x86: cleanup bogus CONFIG_ACPI_PCI uses
...bled
- */
-
- { disable_acpi_irq, "ASUS A7V", {
- MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC"),
- MATCH(DMI_BOARD_NAME, "<A7V>"),
- /* newer BIOS, Revision 1011, does work */
- MATCH(DMI_BIOS_VERSION, "ASUS A7V ACPI BIOS Revision 1007"),
- NO_MATCH }},
-
- /*
- * Boxes that need ACPI PCI IRQ routing and PCI scan disabled
- */
- { disable_acpi_pci, "ASUS PR-DLS", { /* _BBN 0 bug */
- MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
- MATCH(DMI_BOARD_NAME, "PR-DLS"),
- MATCH(DMI_BIOS_VERSION, "ASUS PR...
2007 Sep 25
0
[LLVMdev] lli vs JIT diffs on FCmp::ne with NaN operands
...i8*, i8*, i32, i32)
; see if (%f1!=%f2) gives the expected result %ne_expected (doubles)
define void @testFCmpOrdered( double %f1, double %f2, i1 %ne_expected ) {
entry:
%ne_result = fcmp one double %f1, %f2
%matches = icmp eq i1 %ne_result, %ne_expected
br i1 %matches, label %return, label %no_match
no_match:
call void @exit( i32 1 )
unreachable
return:
ret void
}
; see if NaN ne comparisons work as expected
define i32 @main() {
entry:
%x = alloca i64, align 8
%nan = alloca double, align 8
; build NaN
store i64 -1, i64* %x
%nan_as_i8 = bitcast double* %nan to i8*
%x_as_i8...
2008 Dec 17
1
Asterisk 1.4 to AS5400 using H.323 (ooh323) inbound working but outbound doesn't
...iateIncomingPeerCore:
Calling Number=5554444, Called Number=96519590, Voice-
Interface=0x0,
Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search
Type=PEER_TYPE_VOICE,
Peer Info Type=DIALPEER_INFO_SPEECH
993246: Dec 16 14:53:12: //-1/122998F18026/DPM/
dpAssociateIncomingPeerCore:
Result=NO_MATCH(-1) After All Match Rules Attempt
993247: Dec 16 14:53:12: //-1/122998F18026/DPM/dpMatchPeersCore:
Calling Number=, Called Number=96519590, Peer Info
Type=DIALPEER_INFO_SPEECH
993248: Dec 16 14:53:12: //-1/122998F18026/DPM/dpMatchPeersCore:
Match Rule=DP_MATCH_DEST; Called Number=96519590
993...