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

  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_android_386.c 20 int i, ntofree; local
37 ntofree = 0;
50 if(ntofree >= nelem(tofree)) {
53 for(i=0; i<ntofree; i++)
58 tofree[ntofree++] = k;
66 for(i=0; i<ntofree; i++) {
gcc_android_amd64.c 20 int i, ntofree; local
42 ntofree = 0;
55 if(ntofree >= nelem(tofree)) {
58 for(i=0; i<ntofree; i++)
63 tofree[ntofree++] = k;
71 for(i=0; i<ntofree; i++) {
gcc_darwin_386.c 21 int i, ntofree; local
65 ntofree = 0;
78 if(ntofree >= nelem(tofree)) {
81 for(i=0; i<ntofree; i++)
86 tofree[ntofree++] = k;
92 for(i=0; i<ntofree; i++)
gcc_darwin_amd64.c 21 int i, ntofree; local
36 ntofree = 0;
49 if(ntofree >= nelem(tofree)) {
52 for(i=0; i<ntofree; i++)
57 tofree[ntofree++] = k;
63 for(i=0; i<ntofree; i++)
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_android_386.c 20 int i, ntofree; local
37 ntofree = 0;
50 if(ntofree >= nelem(tofree)) {
53 for(i=0; i<ntofree; i++)
58 tofree[ntofree++] = k;
66 for(i=0; i<ntofree; i++) {
gcc_android_amd64.c 20 int i, ntofree; local
42 ntofree = 0;
55 if(ntofree >= nelem(tofree)) {
58 for(i=0; i<ntofree; i++)
63 tofree[ntofree++] = k;
71 for(i=0; i<ntofree; i++) {
gcc_darwin_386.c 21 int i, ntofree; local
65 ntofree = 0;
78 if(ntofree >= nelem(tofree)) {
81 for(i=0; i<ntofree; i++)
86 tofree[ntofree++] = k;
92 for(i=0; i<ntofree; i++)
gcc_darwin_amd64.c 21 int i, ntofree; local
36 ntofree = 0;
49 if(ntofree >= nelem(tofree)) {
52 for(i=0; i<ntofree; i++)
57 tofree[ntofree++] = k;
63 for(i=0; i<ntofree; i++)

Completed in 2512 milliseconds