Searched refs:top (Results 1 - 5 of 5) sorted by relevance

/libcore/dalvik/src/main/native/
H A Dsub.mk2 # This file is included by the top-level libcore Android.mk.
/libcore/luni/src/main/java/java/util/concurrent/
H A DForkJoinPool.java164 * vs poll (steal) from being on the indices ("base" and "top") to
168 * or top. They are simple ints as used in any circular
170 * indices must still be ordered in a way that guarantees that top
563 * Field "top" is the index (mod array.length) of the next queue
566 * by other threads only after reading (volatile) base. Both top
567 * and base are allowed to wrap around on overflow, but (top -
568 * base) (or more commonly -(base - top) to force volatile read of
569 * base before top) still estimates size. The lock ("qlock") is
631 int top; // index of next slot for push field in class:ForkJoinPool.WorkQueue
649 base = top
[all...]
/libcore/luni/src/main/native/
H A Dsub.mk2 # This file is included by the top-level libcore Android.mk.
H A Djava_math_NativeBN.cpp34 /* This asserts that |bn->top| (which contains the number of elements of
37 if (bn != NULL && bn->top != 0 && bn->d[bn->top-1] == 0) {
140 a->top = 2;
231 ret->top = wlen;
233 // need to call this due to clear byte at top if avoiding
234 // having the top bit set (-ve number)
235 // Basically get rid of top zero ints:
241 ret->top = 0;
264 ret->top
[all...]
/libcore/benchmarks/src/benchmarks/regression/
H A DR.java2408 public static final int top = 0; field in class:R

Completed in 178 milliseconds