Searched refs:scheduled (Results 1 - 14 of 14) sorted by relevance

/external/qemu/
H A Dasync.c62 * Enter a new AsyncContext. Already scheduled Bottom Halves and AIO callbacks
121 int scheduled; member in struct:QEMUBH
145 if (!bh->deleted && bh->scheduled) {
146 bh->scheduled = 0;
170 if (bh->scheduled)
172 bh->scheduled = 1;
178 if (bh->scheduled)
180 bh->scheduled = 1;
188 bh->scheduled = 0;
193 bh->scheduled
[all...]
/external/oprofile/events/mips/5K/
H A Devents22 event:0xa counters:0 um:zero minimum:500 name:INSN_SCHEDULED : Instruction scheduled
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/openssl/crypto/modes/asm/
H A Dghash-armv4.pl381 veor $Z,$Qpost @ modulo-scheduled part
397 veor $Z,$Qpost @ modulo-scheduled artefact
H A Dghash-armv4.s369 veor q10,q13 @ modulo-scheduled part
385 veor q10,q13 @ modulo-scheduled artefact
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl606 /* Do the initial few bytes via the compact, modulo-scheduled loop
721 /* Do the remaining bytes via the compact, modulo-scheduled loop */
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm333 bool scheduled = false;
339 scheduled = true;
345 // We can't start the connection until we have one runloop scheduled.
346 if (scheduled)
/external/v8/src/
H A Disolate.cc452 Object* scheduled; local
453 if (thread->scheduled_exception_->ToObject(&scheduled)) {
454 v->VisitPointer(&scheduled);
455 thread->scheduled_exception_ = scheduled;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex409 All ciphers store their scheduled keys in a single data type called \textit{symmetric\_key}. This allows all ciphers to
411 allocation, and allows you to allocate a fixed sized buffer for storing scheduled keys. All ciphers must provide six visible
424 If the function returns successfully the variable \textit{skey} will have a scheduled key stored in it. It's important to note
425 that you should only used this scheduled key with the intended cipher. For example, if you call \textit{blowfish\_setup()} do not
426 pass the scheduled key onto \textit{rc5\_ecb\_encrypt()}. All built--in setup functions do not allocate memory off the heap so
515 &skey) /* where to put the scheduled key */
524 &skey); /* our previously scheduled key */
531 &skey); /* our previously scheduled key */
659 to not pre-compute the Twofish \textit{$g(X)$} function as a set of four $8 \times 32$ s-boxes. This means that a scheduled
1461 it can be passed in as a previously scheduled ke
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-mips.s936 lw $8,16($6) # modulo-scheduled
988 lw $8,4($6) # modulo-scheduled
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli2376 all of the passes scheduled in the pass manager [pm]. Returns [true] if
2382 (** [initialize fpm] initializes all of the function passes scheduled in the
2388 (** [run_function f fpm] executes all of the function passes scheduled in the
2395 (** [finalize fpm] finalizes all of the function passes scheduled in in the
/external/openssl/crypto/bn/asm/
H A Dia64-mont.pl491 // The loop is scheduled for 32*n ticks on Itanium 2. Actual attempt

Completed in 306 milliseconds