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

12

/external/lldb/tools/debugserver/source/MacOSX/
H A DMachVMMemory.cpp204 uint64_t stolen = reserved + unusable + other; local
207 if(stolen >= mb128)
209 stolen = (stolen & ~((128 * 1024 * 1024ULL) - 1)); // rounding down
210 stolenPages = stolen / PageSize (task);
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dbytes.pxd114 # stolen. If the new string cannot be created, the old reference
H A Dstring.pxd114 # stolen. If the new string cannot be created, the old reference
/external/chromium_org/third_party/simplejson/
H A D_speedups.c2213 _steal_list_append(PyObject *lst, PyObject *stolen) argument
2215 /* Append stolen and then decrement its reference count */
2216 int rval = PyList_Append(lst, stolen);
2217 Py_DECREF(stolen);
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S2481 @ calculate one round of extra tweak for the stolen ciphertext
/external/openssl/crypto/aes/asm/
H A Dbsaes-armv7.S2476 @ calculate one round of extra tweak for the stolen ciphertext
H A Dbsaes-armv7.pl2381 @ 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/chromium_org/third_party/yasm/source/patched-yasm/
H A Dconfigure3824 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4364 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Dbsaes-armv7.pl2390 @ calculate one round of extra tweak for the stolen ciphertext
/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 Dconfigure3533 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4144 /* 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/elfutils/0.153/
H A Dconfigure3297 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/genext2fs/
H A Dconfigure3011 /* 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 Dconfigure4178 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/chromium_org/third_party/icu/source/
H A Dconfigure3275 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/icu/icu4c/source/
H A Dconfigure3275 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/libpcap/
H A Dconfigure3222 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/srtp/
H A Dconfigure2070 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/tcpdump/
H A Dconfigure3242 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/pcre/dist/
H A Dconfigure4181 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
5096 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/chromium_org/third_party/libxml/src/
H A Dconfigure3821 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
/external/chromium_org/third_party/opus/src/
H A Dconfigure3768 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */

Completed in 707 milliseconds

12