/external/mesa3d/src/glx/ |
D | packsingle.h | 123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \ 125 if (slop) _XEatData(dpy,4-slop); \ 130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \ 132 if (slop) _XEatData(dpy,4-slop); \ 138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \ 140 if (slop) _XEatData(dpy,4-slop); \
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 161 const absl::Duration slop = absl::Microseconds(200); in TEST_F() local 162 EXPECT_LE(delay - slop, elapsed) in TEST_F() 164 << " early (with " << slop << " slop), start time was " << start; in TEST_F() 168 EXPECT_LE(negative_timeout, absl::Now() + slop); // trivially true :) in TEST_F()
|
/external/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 161 const absl::Duration slop = absl::Microseconds(200); in TEST_F() local 162 EXPECT_LE(delay - slop, elapsed) in TEST_F() 164 << " early (with " << slop << " slop), start time was " << start; in TEST_F() 168 EXPECT_LE(negative_timeout, absl::Now() + slop); // trivially true :) in TEST_F()
|
/external/openscreen/third_party/abseil/src/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 162 const absl::Duration slop = absl::Microseconds(200); in TEST_F() local 163 EXPECT_LE(delay - slop, elapsed) in TEST_F() 165 << " early (with " << slop << " slop), start time was " << start; in TEST_F() 169 EXPECT_LE(negative_timeout, absl::Now() + slop); // trivially true :) in TEST_F()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 162 const absl::Duration slop = absl::Microseconds(200); in TEST_F() local 163 EXPECT_LE(delay - slop, elapsed) in TEST_F() 165 << " early (with " << slop << " slop), start time was " << start; in TEST_F() 169 EXPECT_LE(negative_timeout, absl::Now() + slop); // trivially true :) in TEST_F()
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/internal/ |
D | per_thread_sem_test.cc | 162 const absl::Duration slop = absl::Microseconds(200); in TEST_F() local 163 EXPECT_LE(delay - slop, elapsed) in TEST_F() 165 << " early (with " << slop << " slop), start time was " << start; in TEST_F() 169 EXPECT_LE(negative_timeout, absl::Now() + slop); // trivially true :) in TEST_F()
|
/external/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 82 const absl::Duration slop = absl::Microseconds(200); in BasicTests() local 83 EXPECT_LE(delay - slop, elapsed) in BasicTests() 85 << " early (with " << slop << " slop), start time was " << start; in BasicTests()
|
/external/webrtc/third_party/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 82 const absl::Duration slop = absl::Microseconds(200); in BasicTests() local 83 EXPECT_LE(delay - slop, elapsed) in BasicTests() 85 << " early (with " << slop << " slop), start time was " << start; in BasicTests()
|
/external/libtextclassifier/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 82 const absl::Duration slop = absl::Microseconds(200); in BasicTests() local 83 EXPECT_LE(delay - slop, elapsed) in BasicTests() 85 << " early (with " << slop << " slop), start time was " << start; in BasicTests()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/synchronization/ |
D | notification_test.cc | 82 const absl::Duration slop = absl::Microseconds(200); in BasicTests() local 83 EXPECT_LE(delay - slop, elapsed) in BasicTests() 85 << " early (with " << slop << " slop), start time was " << start; in BasicTests()
|
/external/openscreen/third_party/abseil/src/absl/synchronization/ |
D | notification_test.cc | 82 const absl::Duration slop = absl::Microseconds(200); in BasicTests() local 83 EXPECT_LE(delay - slop, elapsed) in BasicTests() 85 << " early (with " << slop << " slop), start time was " << start; in BasicTests()
|
/external/libjpeg-turbo/ |
D | jmemmgr.c | 273 size_t min_request, slop; in alloc_small() local 310 slop = first_pool_slop[pool_id]; in alloc_small() 312 slop = extra_pool_slop[pool_id]; in alloc_small() 314 if (slop > (size_t)(MAX_ALLOC_CHUNK - min_request)) in alloc_small() 315 slop = (size_t)(MAX_ALLOC_CHUNK - min_request); in alloc_small() 318 hdr_ptr = (small_pool_ptr)jpeg_get_small(cinfo, min_request + slop); in alloc_small() 321 slop /= 2; in alloc_small() 322 if (slop < MIN_SLOP) /* give up when it gets real small */ in alloc_small() 325 mem->total_space_allocated += min_request + slop; in alloc_small() 329 hdr_ptr->bytes_left = sizeofobject + slop; in alloc_small()
|
/external/angle/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 438 int length, numbytes, slop; in XNVCTRLQueryTargetStringAttribute() local 463 slop = numbytes & 3; in XNVCTRLQueryTargetStringAttribute() 475 if (slop) _XEatData(dpy, 4-slop); in XNVCTRLQueryTargetStringAttribute() 982 int length, numbytes, slop; in XNVCTRLQueryTargetBinaryData() local 1007 slop = numbytes & 3; in XNVCTRLQueryTargetBinaryData() 1019 if (slop) _XEatData(dpy, 4-slop); in XNVCTRLQueryTargetBinaryData() 1053 int inSize, outSize, length, slop; in XNVCTRLStringOperation() local 1097 slop = outSize & 3; in XNVCTRLStringOperation() 1105 if (slop) _XEatData(dpy, 4-slop); in XNVCTRLStringOperation()
|
/external/pdfium/third_party/libtiff/ |
D | tif_packbits.c | 70 long n, slop; in PackBitsEncode() local 97 slop = (long)(op - lastliteral); in PackBitsEncode() 102 while (slop-- > 0) in PackBitsEncode()
|
/external/angle/tools/flex-bison/third_party/m4sugar/ |
D | m4sugar.m4 | 915 # open-quote delimiter. We must also ignore the slop from the
|
/external/libevent/ |
D | ChangeLog | 2090 o Allow more slop in deferred_cb_skew test; freebsd needs it (b9f7e5f)
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | words.shakespeare.txt.gz |
|
D | ospd.txt.gz |
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|