HomeSort by relevance Sort by last modified time
    Searched full:stolen (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/unsupported/test/
cxx11_runqueue.cpp 35 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[0])
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/core/
ilo_builder.h 84 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...]
ilo_builder.c 108 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...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
HOST_BUS.ASL 115 // Create pointers to Gfx Stolen Memory Sizing values.
122 Store(0x00, GSMN) //Read the Stolen memory base from B0:D2:F0:R5C
125 Store(\_SB.PCI0.GFX0.GSTM, GSMN) //Read the Stolen memory base from B0:D2:F0:R5C
129 Store(0x00, GSLN) //Read the Stolen memory base from B0:D2:F0:R5C
132 ShiftLeft(\_SB.PCI0.GFX0.GUMA, 25, GSLN) //Read Stolen memory base form B0:D2:F0:R50
134 Add(GSMN, GSLN, GSMX) //Store the Stolen Memory Size
254 DWORDMEMORY ( // Descriptor for VGA Stolen Mem
  /external/pdfium/core/fxcrt/
cfx_maybe_owned_unittest.cpp 127 std::unique_ptr<PseudoDeletable> stolen; local
132 stolen = ptr.Release();
134 EXPECT_EQ(ptr, stolen);
  /external/mockito/src/main/java/org/mockito/internal/matchers/
Equality.java 9 //stolen from hamcrest because I didn't want to have more dependency than Matcher class
  /external/python/cpython2/Doc/c-api/
gen.rst 37 reference to *frame* is stolen by this function. The parameter must not be
  /external/python/cpython2/Doc/includes/
run-func.c 36 /* pValue reference stolen here: */
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/NorthCluster/Include/
Valleyview.h 55 #define IGD_BSM_OFFSET 0x005C //Base of Stolen Memory
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/VlvPlatformInitDxe/
VlvPlatformInit.h 73 #define IGD_BSM_OFFSET 0x005C //Base of Stolen Memory
  /external/bison/lib/
Makefile.am 43 # timevars, stolen from GCC.
  /external/iproute2/include/linux/
netdevice.h 61 #define NET_ADDR_STOLEN 2 /* address is stolen from other device */
  /external/kernel-headers/original/uapi/linux/
netdevice.h 61 #define NET_ADDR_STOLEN 2 /* address is stolen from other device */
  /external/selinux/libsepol/tests/
debug.c 36 /* stolen from dispol.c */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/share/aclocal/
sdl2.m4 3 # stolen from Manish Singh
4 # stolen back from Frank Belew
5 # stolen from Manish Singh
6 # Shamelessly stolen from Owen Taylor
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/share/aclocal/
sdl2.m4 3 # stolen from Manish Singh
4 # stolen back from Frank Belew
5 # stolen from Manish Singh
6 # Shamelessly stolen from Owen Taylor
  /toolchain/binutils/binutils-2.25/bfd/
pei-ppc.c 24 /* setting up for a PE environment stolen directly from the i386 structure */
  /dalvik/dx/tests/087-ssa-local-vars/
Blort.java 43 * Stolen from
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
Ds64Macros.i 49 // PATCH_ENTRY_OFFSET is the offset into the IVT of the entry that is coopted (stolen)
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 58 # password quality basically stolen from OV libkadm5
  /external/libnl/include/netlink/
hash.h 12 /* Stolen mostly from: lookup3.c, by Bob Jenkins, May 2006, Public Domain.
  /toolchain/binutils/binutils-2.25/config/
extensions.m4 9 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
tokenize_tests.txt 2 # Large bits stolen from test_grammar.py.
  /external/bison/m4/
extensions.m4 9 # This definition of AC_USE_SYSTEM_EXTENSIONS is stolen from CVS
  /external/dnsmasq/contrib/webmin/
README 27 5) icons have been shamelessly stolen from the ipfilter module,

Completed in 2630 milliseconds

1 2 3 4 5 6 7 8 91011>>