Searched refs:stolen (Results 1 - 25 of 48) sorted by relevance

12

/external/eigen/unsupported/test/
H A Dcxx11_runqueue.cpp35 std::vector<int> stolen; local
36 VERIFY_IS_EQUAL(0u, q.PopBackHalf(&stolen));
37 VERIFY_IS_EQUAL(0u, stolen.size());
66 VERIFY_IS_EQUAL(1u, q.PopBackHalf(&stolen));
67 VERIFY_IS_EQUAL(1u, stolen.size());
68 VERIFY_IS_EQUAL(7, stolen[0]);
70 stolen.clear();
83 VERIFY_IS_EQUAL(2u, q.PopBackHalf(&stolen));
84 VERIFY_IS_EQUAL(2u, stolen.size());
85 VERIFY_IS_EQUAL(10, stolen[
[all...]
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_builder.h84 unsigned stolen; member in struct:ilo_builder_writer
99 unsigned stolen; member in struct:ilo_builder_snapshot
201 if (unlikely(offset + size > writer->size - writer->stolen)) {
203 offset + size + writer->stolen, true)) {
209 assert(offset + size <= writer->size - writer->stolen);
227 offset = (writer->size - writer->stolen - size) & ~(alignment - 1);
230 size > writer->size - writer->stolen)) {
232 align(writer->used, alignment) + size + writer->stolen, true)) {
237 offset = (writer->size - writer->stolen - size) & ~(alignment - 1);
238 assert(offset + size <= writer->size - writer->stolen);
[all...]
H A Dilo_builder.c108 writer->stolen = 0;
128 writer->stolen = 0;
181 writer->stolen = 0;
217 if (writer->stolen && !err) {
218 const unsigned offset = writer->size - writer->stolen;
219 err = intel_bo_pwrite(writer->bo, offset, writer->stolen,
243 /* stolen data may already be referenced and cannot be moved */
244 if (writer->stolen)
478 snapshot->stolen = writer->stolen;
[all...]
/external/pdfium/core/fxcrt/
H A Dcfx_maybe_owned_unittest.cpp127 std::unique_ptr<PseudoDeletable> stolen; local
132 stolen = ptr.Release();
134 EXPECT_EQ(ptr, stolen);
/external/python/cpython2/Modules/
H A D_json.c2001 _steal_list_append(PyObject *lst, PyObject *stolen) argument
2003 /* Append stolen and then decrement its reference count */
2004 int rval = PyList_Append(lst, stolen);
2005 Py_DECREF(stolen);
/external/boringssl/ios-arm/crypto/fipsmodule/
H A Dbsaes-armv7.S2511 @ calculate one round of extra tweak for the stolen ciphertext
/external/boringssl/linux-arm/crypto/fipsmodule/
H A Dbsaes-armv7.S2498 @ calculate one round of extra tweak for the stolen ciphertext
/external/fdlibm/
H A Dconfigure1945 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/google-breakpad/
H A Dconfigure3772 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4631 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/ltp/utils/ffsb-6.0-rc2/
H A Dconfigure3173 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4394 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/boringssl/src/crypto/fipsmodule/aes/asm/
H A Dbsaes-armv7.pl2409 @ calculate one round of extra tweak for the stolen ciphertext
/external/fec/
H A Dconfigure1982 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/iputils/ninfod/
H A Dconfigure2847 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/e2fsprogs/
H A Dconfigure3607 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4206 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure3688 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
11782 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/libnetfilter_conntrack/
H A Dconfigure3760 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4699 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/strace/
H A Dconfigure4039 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
6106 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/liblzf/
H A Dconfigure2554 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3764 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/stressapptest/
H A Dconfigure4145 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/icu/icu4c/source/
H A Dconfigure3340 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/libpcap/
H A Dconfigure3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/netperf/
H A Dconfigure3623 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/tcpdump/
H A Dconfigure3248 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/pcre/dist2/
H A Dconfigure3907 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4819 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/ImageMagick/
H A Dconfigure5519 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
6879 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
7726 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
[all...]

Completed in 1094 milliseconds

12