HomeSort by relevance Sort by last modified time
    Searched refs:lout (Results 1 - 12 of 12) sorted by null

  /dalvik/dx/tests/136-null-constant-debug-info/
NullConstant.java 23 long lout = 0L; local
NullConstant.class 
  /prebuilts/misc/common/swig/include/2.0.11/allegrocl/
longlongs.i 17 %typemap(lout) long long, unsigned long long " #+64bit (cl::setq ACL_ffresult $body)";
25 %typemap(lout) long long
29 %typemap(lout) unsigned long long
std_string.i 94 %typemap(lout) string "(cl::setq ACL_ffresult $body)";
100 %typemap(lout) const string * "(cl::setq ACL_ffresult $body)";
106 %typemap(lout) wstring "(cl::setq ACL_ffresult (excl:native-to-string $body
113 %typemap(lout) const wstring * "(cl::setq ACL_ffresult $body)";
allegrocl.swg 12 %typemap(lout) bool, char, unsigned char, signed char,
18 %typemap(lout) void "$body";
20 %typemap(lout) SWIGTYPE[ANY], SWIGTYPE *,
28 %typemap(lout) SWIGTYPE "(cl::let* ((address $body)\n (new-inst (cl::make-instance '$lclass :foreign-address address)))\n (cl::unless (cl::zerop address)\n (excl:schedule-finalization new-inst #'$ldestructor))\n (cl::setq ACL_ffresult new-inst))";
30 %typemap(lout) SWIGTYPE[ANY], SWIGTYPE *, SWIGTYPE &, SWIGTYPE
218 %typemap(lout) wchar_t "(cl::setq ACL_ffresult (cl::code-char $body))";
219 %typemap(lout) wchar_t * "(cl::setq ACL_ffresult (excl:native-to-string $body
std_list.i 71 %typemap(lout) T &__getitem__ "(cl::setq ACL_ffresult (ff:fslot-value-typed '$*out_fftype :c $body))";
72 %typemap(lout) T *__getitem__ "(cl::setq ACL_ffresult (make-instance '$lclass :foreign-address $body))";
  /libcore/ojluni/src/main/java/java/util/
ArrayPrefixHelpers.java 158 T lout = lt.out; local
159 rt.in = (l == org ? lout :
160 fn.apply(pin, lout));
234 T lout = lt.out; local
235 par.out = (rt.hi == fnc ? lout :
236 fn.apply(lout, rt.out));
310 long lout = lt.out; local
311 rt.in = (l == org ? lout :
312 fn.applyAsLong(pin, lout));
384 long lout = lt.out local
460 double lout = lt.out; local
534 double lout = lt.out; local
610 int lout = lt.out; local
684 int lout = lt.out; local
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
t012lexerXML.g 8 this.lout = [];
10 this.lout.push(line);
  /prebuilts/go/darwin-x86/src/crypto/des/
block.go 46 func feistel(l, r uint32, k0, k1 uint64) (lout, rout uint32) {
  /prebuilts/go/linux-x86/src/crypto/des/
block.go 46 func feistel(l, r uint32, k0, k1 uint64) (lout, rout uint32) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
sinit.go 247 var lout []*Node
250 initreorder(l, &lout)
253 return lout
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
sinit.go 247 var lout []*Node
250 initreorder(l, &lout)
253 return lout

Completed in 973 milliseconds