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

  /prebuilts/go/darwin-x86/misc/cgo/life/
life.h 7 extern const int MYCONST;
life.go 28 c := make(chan bool, int(C.MYCONST))
c-life.c 9 const int MYCONST = 0;
  /prebuilts/go/linux-x86/misc/cgo/life/
life.h 7 extern const int MYCONST;
life.go 28 c := make(chan bool, int(C.MYCONST))
c-life.c 9 const int MYCONST = 0;

Completed in 63 milliseconds