Displaying 20 results from an estimated 75 matches for "65280".
Did you mean:
  6520
  
2003 Jul 12
0
smbmount and PCShare [Helios]
...equest ok
write_socket(3,183)
write_socket(3,183) wrote 183
got smb length of 94
size=94
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
smb_tid=0
smb_pid=21514
smb_uid=0
smb_mid=1
smt_wct=17
smb_vwv[ 0]=    7 (0x7)
smb_vwv[ 1]=12803 (0x3203)
smb_vwv[ 2]=  256 (0x100)
smb_vwv[ 3]=65280 (0xFF00)
smb_vwv[ 4]=  255 (0xFF)
smb_vwv[ 5]=65280 (0xFF00)
smb_vwv[ 6]=  255 (0xFF)
smb_vwv[ 7]=51712 (0xCA00)
smb_vwv[ 8]=    9 (0x9)
smb_vwv[ 9]= 4299 (0x10CB)
smb_vwv[10]=    2 (0x2)
smb_vwv[11]=    0 (0x0)
smb_vwv[12]=55931 (0xDA7B)
smb_vwv[13]=42171 (0xA4BB)
smb_vwv[14]=49992 (0xC348)
smb_vw...
2020 Apr 24
2
Pointer comparison folding
...mparisons to check whether a given pointer is within a certain memory range. For example:
if (0xff00 <= &a[x] && &a[x] < 0xffff)
This results in IR like:
  %2 = getelementptr inbounds [100 x i32], [100 x i32]* @a, i32 0, i32 %0, !dbg !9
  %3 = icmp uge i32* %2, inttoptr (i32 65280 to i32*), !dbg !10
  %4 = icmp ult i32* %2, inttoptr (i32 65535 to i32*), !dbg !11
Suppose that 'a' is a global and we know the range of addresses where it can be allocated. Is it a safe transformation to use that range and constant fold the icmps? Is so, is it still safe if the gep offset...
1999 Mar 22
0
No subject
...n Mar 21 20:47:12 1999
Selected protocol NT LANMAN 1.0
03/22/1999 07:30:04 negprot index=7
size=83
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=128
smb_flg2=1
smb_tid=0
smb_pid=43
smb_uid=0
smb_mid=143
smt_wct=17
smb_vwv[0]=7 (0x7)
smb_vwv[1]=12803 (0x3203)
smb_vwv[2]=256 (0x100)
smb_vwv[3]=65280 (0xFF00)
smb_vwv[4]=255 (0xFF)
smb_vwv[5]=65280 (0xFF00)
smb_vwv[6]=255 (0xFF)
smb_vwv[7]=5632 (0x1600)
smb_vwv[8]=0 (0x0)
smb_vwv[9]=296 (0x128)
smb_vwv[10]=3 (0x3)
smb_vwv[11]=0 (0x0)
smb_vwv[12]=11246 (0x2BEE)
smb_vwv[13]=24502 (0x5FB6)
smb_vwv[14]=48756 (0xBE74)
smb_vwv[15]=11265 (0x2C01)
smb_v...
2018 Nov 25
3
BUGS n code generated for target i386 compiling __bswapdi3, and for target x86-64 compiling __bswapsi2()
...6789ABCDEF is 0xEFCDAB8967452301; the compiled code but
produces 0x67452301EFCDAB89
And compiled for x86-64 this yields the following code (see
<https://godbolt.org/z/uM9nvN>):
__bswapsi2: # @__bswapsi2
    mov   eax, edi
    shr   eax, 24
    mov   rcx, rdi
    shr   rcx, 8
    and   ecx, 65280
    or    rax, rcx
    mov   rcx, rdi
    shl   rcx, 8
    and   ecx, 16711680
    or    rax, rcx
    and   rdi, 255
    shl   rdi, 24
    or    rax, rdi
    ret
__bswapdi2: # @__bswapdi2
    bswap rdi
    mov   rax, rdi
    ret
Both are correct, but __bswapsi2() should of course use BSWAP too!...
2002 Sep 02
1
Re:kernel BUG at commit.c:535 invalid operand
...s, scsi 
raid
2.4.18-3smp #1 SMP
cat /proc/modules
3c59x                  29064   2
ipchains               46184  13
usb-ohci               21568   0 (unused)
usbcore                77024   1 [usb-ohci]
ext3                   70720   4
jbd                    53504   4 [ext3]
DAC960                 65280   5
sd_mod                 12896   0 (unused)
scsi_mod              112208   1 [sd_mod]
)
That shows the same kernel BUG at commit.c:535 invalid operation error 
message.
John
2013 Jan 23
2
[LLVMdev] introducing sign extending halfword loads into the LLVM IR
...;   }
> 
> I used opt -O3 and llc -O3 -march=arm -regalloc=greedy, and here is the code that is generated for the loop body (and two instructions that set a loop-invariant mask beforehand), with some comments of mine:
> 
>         mov     r12, #255       
>         orr     r12, r12, #65280  
> LBB1_1:
>         ldrsh   r3, [r1]               # loads a short that is sign-extended to 32 bits
>         mov     r4, lr  
>         cmp     r3, #2048       
>         bge     .LBB1_3
>         and     r4, r3, r12        # mask with 0xffff to convert to short again
>...
2004 Mar 31
4
ANNOUNCEMENT : MeetMe Web User Interface
...ence monitor mode */
#define ZT_CONF_CONFANNMON 7            /* conference announce/monitor
mode */
#define ZT_CONF_REALANDPSEUDO 8 		/* real and pseudo port both on conf
*/
#define ZT_CONF_DIGITALMON 9    		/* Do not decode or interpret */
#define ZT_CONF_FLAG_MASK 0xff00        /* mask for flags (65280) */
#define ZT_CONF_LISTENER 0x100          /* is a listener on the
conference (256)*/
#define ZT_CONF_TALKER 0x200            /* is a talker on the conference
(512)*/
#define ZT_CONF_PSEUDO_LISTENER 0x400   /* pseudo is a listener on the
conference (1024)*/
#define ZT_CONF_PSEUDO_TALKER 0x800...
2003 Dec 01
0
No subject
...session request ok
write_socket(3,168)
write_socket(3,168) wrote 168
got smb length of 83
size=83
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
smb_tid=0
smb_pid=34926
smb_uid=0
smb_mid=1
smt_wct=17
smb_vwv[0]=6 (0x6)
smb_vwv[1]=12803 (0x3203)
smb_vwv[2]=256 (0x100)
smb_vwv[3]=65280 (0xFF00)
smb_vwv[4]=255 (0xFF)
smb_vwv[5]=0 (0x0)
smb_vwv[6]=256 (0x100)
smb_vwv[7]=22528 (0x5800)
smb_vwv[8]=132 (0x84)
smb_vwv[9]=47360 (0xB900)
smb_vwv[10]=3 (0x3)
smb_vwv[11]=0 (0x0)
smb_vwv[12]=40504 (0x9E38)
smb_vwv[13]=3269 (0xCC5)
smb_vwv[14]=49661 (0xC1FD)
smb_vwv[15]=11265 (0x2C01)
smb_vw...
2016 Dec 09
0
BSWAP matching in codegen
...sitate to claim now that there’s no coverage for the tree pattern, 
> but it is failing to match the patterns we use in our tests, one of 
> which looks like this:
>
> define i32 @test_tree(i32 %x) {
>
> %byte0 = and i32 %x, 255        ; 0x000000ff
>
>   %byte1 = and i32 %x, 65280      ; 0x0000ff00
>
>   %byte2 = and i32 %x, 16711680   ; 0x00ff0000
>
>   %byte3 = and i32 %x, 4278190080 ; 0xff000000
>
>   %tmp0 = shl i32 %byte0, 8
>
>   %tmp1 = lshr i32 %byte1, 8
>
>   %tmp2 = shl i32 %byte2, 8
>
>   %tmp3 = lshr i32 %byte3, 8
>
>   %...
2015 Jun 29
2
CPAN issues
...t/97-return_values.t line 49.
#          got: '2'
#     expected: '0'
# Looks like you failed 5 tests of 10.
t/97-return_values.t .......... Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/10 subtests
Test Summary Report
-------------------
t/30shell.t                 (Wstat: 65280 Tests: 150 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 223 tests but ran 150.
t/41distribution.t          (Wstat: 1024 Tests: 19 Failed: 4)
  Failed tests:  14, 16-17, 19
  Non-zero exit status: 4
t/97-return_values.t        (Wstat: 1280 Tests: 10 Failed: 5)
  Fail...
2003 Sep 21
0
Mounting Samba Shares Help!
...: session request ok
write_socket(5,168)
write_socket(5,168) wrote 168
got smb length of 81
size=81
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
smb_tid=0
smb_pid=2510
smb_uid=0
smb_mid=1
smt_wct=17
smb_vwv[0]=6 (0x6)
smb_vwv[1]=12803 (0x3203)
smb_vwv[2]=256 (0x100)
smb_vwv[3]=65280 (0xFF00)
smb_vwv[4]=255 (0xFF)
smb_vwv[5]=0 (0x0)
smb_vwv[6]=256 (0x100)
smb_vwv[7]=46336 (0xB500)
smb_vwv[8]=2 (0x2)
smb_vwv[9]=63744 (0xF900)
smb_vwv[10]=3 (0x3)
smb_vwv[11]=32768 (0x8000)
smb_vwv[12]=49737 (0xC249)
smb_vwv[13]=60462 (0xEC2E)
smb_vwv[14]=50047 (0xC37F)
smb_vwv[15]=11265 (0x2C01)...
1997 Dec 18
0
DES Encryption
...ed protocol [NT LM 0.12]
Selected protocol NT LM 0.12
12/17/97 19:39:58 negprot index=5
size=75
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=128
smb_flg2=1
smb_tid=0
smb_pid=6237
smb_uid=0
smb_mid=41347
smt_wct=17
smb_vwv[0]=5 (0x5)
smb_vwv[1]=12801 (0x3201)
smb_vwv[2]=256 (0x100)
smb_vwv[3]=65280 (0xFF00)
smb_vwv[4]=255 (0xFF)
smb_vwv[5]=65280 (0xFF00)
smb_vwv[6]=255 (0xFF)
smb_vwv[7]=35328 (0x8A00)
smb_vwv[8]=70 (0x46)
smb_vwv[9]=0 (0x0)
smb_vwv[10]=3 (0x3)
smb_vwv[11]=0 (0x0)
smb_vwv[12]=46651 (0xB63B)
smb_vwv[13]=26268 (0x669C)
smb_vwv[14]=48395 (0xBD0B)
smb_vwv[15]=57345 (0xE001)
smb_vw...
1998 Apr 08
1
Samba can't resolv password
...Wed Apr  8 16:51:09 1998
Selected protocol NT LM 0.12
04/08/1998 16:54:48 negprot index=7
size=80
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=136
smb_flg2=1
smb_tid=0
smb_pid=51966
smb_uid=0
smb_mid=0
smt_wct=17
smb_vwv[0]=7 (0x7)
smb_vwv[1]=12803 (0x3203)
smb_vwv[2]=256 (0x100)
smb_vwv[3]=65280 (0xFF00)
smb_vwv[4]=255 (0xFF)
smb_vwv[5]=65280 (0xFF00)
smb_vwv[6]=255 (0xFF)
smb_vwv[7]=38144 (0x9500)
smb_vwv[8]=40 (0x28)
smb_vwv[9]=256 (0x100)
smb_vwv[10]=3 (0x3)
smb_vwv[11]=0 (0x0)
smb_vwv[12]=31788 (0x7C2C)
smb_vwv[13]=65094 (0xFE46)
smb_vwv[14]=48482 (0xBD62)
smb_vwv[15]=34817 (0x8801)
sm...
2006 Apr 14
1
Mustek Powermust 600USB and newhidups
...bcdHID               1.11
          bCountryCode            0 Not supported
          bNumDescriptors         1
          bDescriptorType        34 Report
          wDescriptorLength      27
          Report Descriptor: (length is 27)
            Item(Global): Usage Page, data= [ 0x00 0xff ] 65280
                            (null)
            Item(Local ): Usage, data= [ 0x01 ] 1
                            (null)
            Item(Main  ): Collection, data= [ 0x01 ] 1
                            Application
            Item(Local ): Usage, data= [ 0x02 ] 2
                            (null)...
2018 Nov 25
3
BUGS n code generated for target i386 compiling __bswapdi3, and for target x86-64 compiling __bswapsi2()
...;>
>> And compiled for x86-64 this yields the following code (see
>> <https://godbolt.org/z/uM9nvN>):
>>
>> __bswapsi2: # @__bswapsi2
>>     mov   eax, edi
>>     shr   eax, 24
>>     mov   rcx, rdi
>>     shr   rcx, 8
>>     and   ecx, 65280
>>     or    rax, rcx
>>     mov   rcx, rdi
>>     shl   rcx, 8
>>     and   ecx, 16711680
>>     or    rax, rcx
>>     and   rdi, 255
>>     shl   rdi, 24
>>     or    rax, rdi
>>     ret
>>
>> __bswapdi2: # @__bswapdi2
>>...
2013 Jan 24
0
[LLVMdev] introducing sign extending halfword loads into the LLVM IR
...t;> I used opt -O3 and llc -O3 -march=arm -regalloc=greedy, and here is the code that is generated for the loop body (and two instructions that set a loop-invariant mask beforehand), with some comments of mine:
>> 
>>        mov     r12, #255       
>>        orr     r12, r12, #65280  
>> LBB1_1:
>>        ldrsh   r3, [r1]               # loads a short that is sign-extended to 32 bits
>>        mov     r4, lr  
>>        cmp     r3, #2048       
>>        bge     .LBB1_3
>>        and     r4, r3, r12        # mask with 0xffff to convert to sh...
2008 Jul 30
2
System exit codes
Hi --
Is there a way of detecting the exit code while calling system or pipe?
eg (on Unix)
> system("perl -e 'print \"foo\\\n\";exit(-1);'")
foo
Any help appreciated,
Ranjan
2003 Aug 31
1
Samba joining Samba-based NT-Domain w/ 2.2
Hi,
I'm having terrible difficulties getting Samba to cooperate. I have the
following scenario:
Samba 2.2.3 set up as a PDC on a linux machine (turing, with the domain
set to DEFAULTDOMAIN), working fine with a win2k client.
Now I wish to join a Samba 2.2 linux machine was a domain member server
(moog), and I can't seem to convince samba to do what I want it to.
moog$ is set up on the PDC
1998 Nov 09
0
Password changing on SCO openserver
...Nov  4 19:16:12 1998
Selected protocol NT LM 0.12
1998/11/04 19:18:14 negprot index=5
size=73
smb_com=0x72
smb_rcls=0
smb_reh=0
smb_err=0
smb_flg=128
smb_flg2=1
smb_tid=0
smb_pid=8381
smb_uid=0
smb_mid=57345
smt_wct=17
smb_vwv[0]=5 (0x5)
smb_vwv[1]=12801 (0x3201)
smb_vwv[2]=256 (0x100)
smb_vwv[3]=65280 (0xFF00)
smb_vwv[4]=255 (0xFF)
smb_vwv[5]=65280 (0xFF00)
smb_vwv[6]=255 (0xFF)
smb_vwv[7]=32768 (0x8000)
smb_vwv[8]=27 (0x1B)
smb_vwv[9]=256 (0x100)
smb_vwv[10]=3 (0x3)
smb_vwv[11]=0 (0x0)
smb_vwv[12]=42263 (0xA517)
smb_vwv[13]=16643 (0x4103)
smb_vwv[14]=48648 (0xBE08)
smb_vwv[15]=46081 (0xB401)
sm...
2015 Jun 29
0
CPAN issues
...: '2'
> #     expected: '0'
> # Looks like you failed 5 tests of 10.
> t/97-return_values.t .......... Dubious, test returned 5 (wstat 1280,
> 0x500)
> Failed 5/10 subtests
>
> Test Summary Report
> -------------------
> t/30shell.t                 (Wstat: 65280 Tests: 150 Failed: 0)
>   Non-zero exit status: 255
>   Parse errors: Bad plan.  You planned 223 tests but ran 150.
> t/41distribution.t          (Wstat: 1024 Tests: 19 Failed: 4)
>   Failed tests:  14, 16-17, 19
>   Non-zero exit status: 4
> t/97-return_values.t        (Wstat: 12...