HomeSort by relevance Sort by last modified time
    Searched refs:taken (Results 101 - 125 of 300) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/valgrind/callgrind/
main.c 132 predicts taken/untaken for conditional branches, and the other
137 void log_cond_branch(InstrInfo* ii, Word taken)
143 CLG_DEBUG(6, "log_cond_branch: Ir %#lx, taken %ld\n",
144 CLG_(bb_base) + ii->instr_offset, taken);
146 miss = 1 & do_cond_branch_predict(CLG_(bb_base) + ii->instr_offset, taken);
265 IRAtom* taken; /* :: Ity_I1 */ member in struct:__anon42150::__anon42151::__anon42156
357 ppIRExpr(ev->Ev.Bc.taken);
546 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bc.taken );
732 evt->Ev.Bc.taken = guard;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
plive.go 83 // even if its address has been taken. That is, a VARKILL annotation asserts
192 // If the result had its address taken, it is being tracked
212 // for variables without address taken, means variable was set
213 // for variables with address taken, means variable was marked dead
215 // only for variables with address taken but not escaping to heap
260 // Addr|Write means that the address is being taken
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
plive.go 83 // even if its address has been taken. That is, a VARKILL annotation asserts
192 // If the result had its address taken, it is being tracked
212 // for variables without address taken, means variable was set
213 // for variables with address taken, means variable was marked dead
215 // only for variables with address taken but not escaping to heap
260 // Addr|Write means that the address is being taken
    [all...]
  /frameworks/base/packages/Shell/src/com/android/shell/
BugreportProgressService.java 182 * Delay before a screenshot is taken.
228 * Flag indicating whether a screenshot is being taken.
704 boolean taken = takeScreenshot(mContext, screenshotFile);
707 Message.obtain(mServiceHandler, MSG_SCREENSHOT_RESPONSE, requestMsg.arg1, taken ? 1 : 0,
712 final boolean taken = resultMsg.arg2 != 0;
720 if (taken) {
736 * Deletes all screenshots taken for a given bugreport.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 54 PrefixPN Prefix = 0x12E // predict not taken (conditional branch only)
55 PrefixPT Prefix = 0x13E // predict taken (conditional branch only)
intel.go 233 prefix += "hint-taken "
236 prefix += "hint-not-taken "
  /prebuilts/go/darwin-x86/src/math/rand/
rand.go 195 goto again // resample; this branch is taken O(never)
208 goto again // resample; this branch is taken O(very rarely)
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
inst.go 54 PrefixPN Prefix = 0x12E // predict not taken (conditional branch only)
55 PrefixPT Prefix = 0x13E // predict taken (conditional branch only)
intel.go 233 prefix += "hint-taken "
236 prefix += "hint-not-taken "
  /prebuilts/go/linux-x86/src/math/rand/
rand.go 195 goto again // resample; this branch is taken O(never)
208 goto again // resample; this branch is taken O(very rarely)
  /build/soong/cc/
ndk_sysroot.go 28 // directory from which headers are to be taken, and a `to` property that
  /build/soong/third_party/zip/
android.go 80 // the same structure for both. The Local File Haeder is taken care of by us writing a data
  /external/blktrace/btreplay/doc/
btreplay.tex 329 \item Device identifier (taken directly from the device name of the
334 \item And the CPU number (again, taken directly from the
445 \item Device identifier (taken directly from the device name of the
450 \item And the CPU number (again, taken directly from the
  /external/mesa3d/docs/specs/
MESA_swap_frame_usage.spec 59 is taken from the completion of one swap to the issuance of the next.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
source.go 95 // We could avoid at least one test that is always taken in the
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
go.go 322 // already taken care of
  /prebuilts/go/darwin-x86/src/compress/bzip2/
huffman.go 103 // So branches are taken from the MSB downwards. This makes it easy to
  /prebuilts/go/darwin-x86/src/crypto/x509/
pem_decrypt.go 45 // block. The ivSize numbers were taken from the OpenSSL source.
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
benchmark.go 177 T time.Duration // The total time taken.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
source.go 95 // We could avoid at least one test that is always taken in the
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
go.go 322 // already taken care of
  /prebuilts/go/linux-x86/src/compress/bzip2/
huffman.go 103 // So branches are taken from the MSB downwards. This makes it easy to
  /prebuilts/go/linux-x86/src/crypto/x509/
pem_decrypt.go 45 // block. The ivSize numbers were taken from the OpenSSL source.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 177 T time.Duration // The total time taken.
  /prebuilts/build-tools/common/bison/
glr.c 445 dnl pointers onto yyconfl are taken, which type is "short int *".
616 backslash-backslash). YYSTR is taken from yytname. If YYRES is
    [all...]

Completed in 811 milliseconds

1 2 3 45 6 7 8 91011>>