search for: 1007042

Displaying 2 results from an estimated 2 matches for "1007042".

2006 Aug 07
5
OS/2 client crash on "Find Close2"
...e: 64 Protocol: TCP (0x06) Header checksum: 0x5a0f [correct] Good: True Bad : False Source: 192.168.1.18 (192.168.1.18) Destination: 192.168.1.1 (192.168.1.1) Transmission Control Protocol, Src Port: netbios-ssn (139), Dst Port: 1028 (1028), Seq: 2515935, Ack: 1007042, Len: 38 Source port: netbios-ssn (139) Destination port: 1028 (1028) Sequence number: 2515935 (relative sequence number) Next sequence number: 2515973 (relative sequence number) Acknowledgement number: 1007042 (relative ack number) Header length: 20 bytes...
2009 Nov 06
2
[LLVMdev] Functions: sret and readnone
Hi Stephan, > intrinsic float4 sample(int tex, float2 tc); > > float4 main(int tex, float2 tc) > { > float4 x = sample(tex, tc); > return 0.0; > } without additional information it would be wrong to remove the call to sample because it might write to a global variable. > As you can see, the call to the sample function is still present, > although the actual value