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

/external/strace/tests/
H A Dpwritev.c38 # define LIM (LEN - 1) macro
48 if (i < LIM)
52 i > LIM ? "..." : "", (unsigned) iov->iov_len);
71 if (i == LIM) {
/external/strace/tests-m32/
H A Dpwritev.c38 # define LIM (LEN - 1) macro
48 if (i < LIM)
52 i > LIM ? "..." : "", (unsigned) iov->iov_len);
71 if (i == LIM) {
/external/strace/tests-mx32/
H A Dpwritev.c38 # define LIM (LEN - 1) macro
48 if (i < LIM)
52 i > LIM ? "..." : "", (unsigned) iov->iov_len);
71 if (i == LIM) {
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java213 long LIM = 1L << 32;
214 long increment = LIM / numShards;
215 assertTrue(LIM % numShards == 0);
/external/libevent/
H A Dbufferevent_ratelim.c205 #define LIM(x) \ macro
228 max_so_far = LIM(bev->rate_limiting->limit);
249 share = LIM(g->rate_limit) / g->n_members;

Completed in 8205 milliseconds