Displaying 5 results from an estimated 5 matches for "ptr_0".
2016 Jun 24
6
RFC: Strong GC References in LLVM
...==>
%value = load i64, i64* %ptr
%value_gc = inttoptr %value to GCREF (%value_gc unused)
is invalid for the same reason.
## GCREF -> Integer conversion
Converting a GCREF to an integer is fine if the integer is unused.
However, cases like these are problematic:
%v0 = load GCREF, GCREF* %ptr_0
%v1 = load GCREF, GCREF* %ptr_1
%cmp = icmp eq %v0, %v1
== Transformed to ==>
%v0 = load i64, i64* %ptr_0
%v1 = load i64, i64* %ptr_1
%cmp = icmp eq %v0, %v1
Since in the second version if "L" is, say, between %v0 and %v1, "G"
would not include "v0" which contains...
2016 Jul 12
2
RFC: Strong GC References in LLVM
...itcast i32** %ptr1 to i64*
store i64 %v1, i64* %2, align 8
>
>> ## GCREF -> Integer conversion
>>
>> Converting a GCREF to an integer is fine if the integer is unused.
>> However, cases like these are problematic:
>>
>> %v0 = load GCREF, GCREF* %ptr_0
>> %v1 = load GCREF, GCREF* %ptr_1
>> %cmp = icmp eq %v0, %v1
>> == Transformed to ==>
>> %v0 = load i64, i64* %ptr_0
>> %v1 = load i64, i64* %ptr_1
>> %cmp = icmp eq %v0, %v1
>>
>> Since in the second version if "L" is, say, betw...
2005 May 18
2
Winbind Problem
Hi,
I have got two production facilities having the same configuration, facility 1-(domain CSW)Samba 3.0.5 PDC running on redhat 9 and 4 member server running the same samba version on redhat 9, facility-2- (domain CSWN)Samba 3.0.5 PDC with 2 domain member server, the domain member server uses winbind to authenticate usersthey connect to the local PDC, I have configured two way trust between the
2006 Dec 15
1
Can't get user list in Win98se
...it_samr_r_query_dom_info
[2006/12/14 17:46:10, 5] rpc_server/srv_samr_nt.c:_samr_query_dom_info(2209)
_samr_query_dom_info: 2209
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_debug(82)
000000 samr_io_r_query_dom_info
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_uint32(642)
0000 ptr_0 : 00000001
[2006/12/14 17:46:10, 5] rpc_parse/parse_prs.c:prs_uint16(613)
0004 switch_value: 0002
[2006/12/14 17:46:10, 6] rpc_parse/parse_prs.c:prs_debug(82)
000008 sam_io_unk_info2 unk_inf2
[2006/12/14 17:46:10, 7] rpc_parse/parse_prs.c:prs_debug(82)
000008 smb_io_time logou...
2008 Apr 23
0
Can't get ldap passwd sync = only to send password request to ldap server
...rpc command: SAMR_CHGPASSWD_USER
[2008/04/22 16:12:31, 6] rpc_server/srv_pipe.c:api_rpcTNP(2284)
api_rpc_cmds[36].fn == 0x5584e0
[2008/04/22 16:12:31, 5] rpc_parse/parse_prs.c:prs_debug(84)
000000 samr_io_q_chgpasswd_user
[2008/04/22 16:12:31, 5] rpc_parse/parse_prs.c:prs_uint32(710)
0000 ptr_0: 00000001
[2008/04/22 16:12:31, 6] rpc_parse/parse_prs.c:prs_debug(84)
000004 smb_io_unihdr
[2008/04/22 16:12:31, 5] rpc_parse/parse_prs.c:prs_uint16(681)
0004 uni_str_len: 0016
[2008/04/22 16:12:31, 5] rpc_parse/parse_prs.c:prs_uint16(681)
0006 uni_max_len: 0016
[2008/04/...