Displaying 2 results from an estimated 2 matches for "readno".
2004 Apr 20
0
samba locking problem
...)
posix_lock_in_range: offset_out = 2147483560, count_out = 1
[2004/03/02 15:03:56, 10] locking/posix.c:posix_lock_list(756)
posix_lock_list: curr: start=2147483560,size=1
[2004/03/02 15:03:56, 10] locking/posix.c:posix_lock_list(772)
posix_lock_list: lock: fd=25: start=2147483538,size=1:type=READno overlap case.
[2004/03/02 15:03:56, 10] locking/posix.c:posix_lock_list(772)
posix_lock_list: lock: fd=25: start=2147483540,size=1:type=READno overlap case.
[2004/03/02 15:03:56, 10] locking/posix.c:add_posix_lock_entry(391)
add_posix_lock: File cfenton/Butzlaff/Wettbewerb Stifterverband/Market...
2013 Oct 15
0
[LLVMdev] [llvm-commits] r192750 - Enable MI Sched for x86.
...========================
>> --- llvm/trunk/test/CodeGen/X86/cmov.ll (original)
>> +++ llvm/trunk/test/CodeGen/X86/cmov.ll Tue Oct 15 18:33:07 2013
>> @@ -4,8 +4,8 @@ target datalayout = "e-p:64:64:64-i1:8:8
>> define i32 @test1(i32 %x, i32 %n, i32 %w, i32* %vp) nounwind readnone {
>> entry:
>> ; CHECK-LABEL: test1:
>> -; CHECK: movl $12, %eax
>> -; CHECK-NEXT: btl
>> +; CHECK: btl
>> +; CHECK-NEXT: movl $12, %eax
>> ; CHECK-NEXT: cmovael (%rcx), %eax
>> ; CHECK-NEXT: ret
>>
>> @@ -19,8 +19,8 @@ entry:
>...