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

1 2 3 4

  /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...]
  /external/pdfium/core/fxcrt/
maybe_owned_unittest.cpp 127 std::unique_ptr<PseudoDeletable> stolen; local
132 stolen = ptr.Release();
134 EXPECT_EQ(ptr, stolen);
  /external/python/cpython3/Modules/
_json.c     [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mgcmark.go 438 stolen := int64(0)
441 stolen = bgScanCredit
442 gp.gcAssistBytes += 1 + int64(gcController.assistBytesPerWork*float64(stolen))
444 stolen = scanWork
447 atomic.Xaddint64(&gcController.bgScanCredit, -stolen)
449 scanWork -= stolen
    [all...]
mgcwork.go 506 // Put b on full list - let first half of b get stolen.
mgc.go 370 // the background scan and stolen by mutator assists. This is
585 // have done (or stolen) the remaining amount of scan work.
    [all...]
proc.go     [all...]
  /prebuilts/go/linux-x86/src/runtime/
mgcmark.go 438 stolen := int64(0)
441 stolen = bgScanCredit
442 gp.gcAssistBytes += 1 + int64(gcController.assistBytesPerWork*float64(stolen))
444 stolen = scanWork
447 atomic.Xaddint64(&gcController.bgScanCredit, -stolen)
449 scanWork -= stolen
    [all...]
mgcwork.go 506 // Put b on full list - let first half of b get stolen.
mgc.go 370 // the background scan and stolen by mutator assists. This is
585 // have done (or stolen) the remaining amount of scan work.
    [all...]
proc.go     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_json.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_json.c     [all...]
  /external/python/cpython2/Modules/
_json.c     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 10 // Ideas stolen from Swift: http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-2000-2.html
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
rulegen.go 10 // Ideas stolen from Swift: http://www.hpl.hp.com/techreports/Compaq-DEC/WRL-2000-2.html
  /external/boringssl/ios-arm/crypto/fipsmodule/
bsaes-armv7.S     [all...]
  /external/boringssl/linux-arm/crypto/fipsmodule/
bsaes-armv7.S     [all...]
  /external/fdlibm/
configure     [all...]
  /external/google-breakpad/
configure     [all...]
  /external/ltp/utils/ffsb-6.0-rc2/
configure     [all...]
  /external/strace/
configure     [all...]
  /external/fec/
configure     [all...]

Completed in 880 milliseconds

1 2 3 4