Searched refs:sinit (Results 1 – 5 of 5) sorted by relevance
/external/toolchain-utils/go/patch/go-1.10.2/ |
D | go3.patch | 518 // Run the sinit test. 948 // Run the sinit test. 970 - cmd := exec.Command("go", "tool", "compile", "-S", "sinit.go") 972 + cmd := exec.Command(goCmd(), "tool", "compile", "-S", "sinit.go") 979 os.Remove("sinit.o")
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_usrreq.c | 3539 struct sctp_initmsg *sinit; local 3541 SCTP_CHECK_AND_CAST(sinit, optval, struct sctp_initmsg, *optsize); 3543 sinit->sinit_num_ostreams = inp->sctp_ep.pre_open_stream_count; 3544 sinit->sinit_max_instreams = inp->sctp_ep.max_open_streams_intome; 3545 sinit->sinit_max_attempts = inp->sctp_ep.max_init_times; 3546 sinit->sinit_max_init_timeo = inp->sctp_ep.initial_init_rto_max; 6657 struct sctp_initmsg *sinit; local 6659 SCTP_CHECK_AND_CAST(sinit, optval, struct sctp_initmsg, optsize); 6661 if (sinit->sinit_num_ostreams) 6662 inp->sctp_ep.pre_open_stream_count = sinit->sinit_num_ostreams; [all …]
|
/external/toolchain-utils/go/patch/go-1.10.3/ |
D | go3.patch | 727 - cmd := exec.Command("go", "tool", "compile", "-S", "sinit.go") 729 + cmd := exec.Command(goCmd(), "tool", "compile", "-S", "sinit.go")
|
/external/javassist/src/test/javassist/ |
D | JvstTest3.java | 242 CtConstructor sinit = cc.getClassInitializer(); in testConstructorToMethod() local 266 cc2.addMethod(sinit.toMethod("sinit", cc2)); in testConstructorToMethod()
|
/external/toolchain-utils/go/patch/go-1.11.2/ |
D | go3.patch | 729 cmd := exec.Command("go", "tool", "compile", "-S", "sinit.go")
|