/art/compiler/dex/ |
mir_graph_test.cc | 73 bb->taken = (def->num_successors >= 2) ? def->successors[1] : 0u; 77 bb->taken = 0u; 170 DEF_BB(kDalvikByteCode, DEF_SUCC2(5, 4), DEF_PRED2(3, 4)), // "taken" loops to self. 344 // NOTE: The 5 goes before 6 only because 5 is a "fall-through" from 4 while 6 is "taken".
|
global_value_numbering.cc | 189 (last_opcode == Instruction::IF_NEZ && pred_bb->taken == succ_id));
|
mir_optimization_test.cc | 116 bb->taken = (def->num_successors >= 2) ? def->successors[1] : 0u; 120 bb->taken = 0u; 348 DEF_BB(kDalvikByteCode, DEF_SUCC2(5, 4), DEF_PRED2(3, 4)), // "taken" loops to self.
|
/external/chromium_org/third_party/openmax_dl/dl/api/arm/ |
armCOMM_s.h | 407 @ 1. If no address is given then the name is taken 434 @ 1. If no address is given then the name is taken
|
/external/chromium_org/v8/test/mjsunit/harmony/ |
string-codepointat.js | 7 // Tests taken from:
|
/external/eigen/lapack/ |
slarfg.f | 52 *> If the elements of x are all zero, then tau = 0 and H is taken to be
|
clarf.f | 46 *> If tau = 0, then H is taken to be the unit matrix.
|
clarfg.f | 53 *> and H is taken to be the unit matrix.
|
dlarf.f | 45 *> If tau = 0, then H is taken to be the unit matrix.
|
dlarfg.f | 52 *> If the elements of x are all zero, then tau = 0 and H is taken to be
|
slarf.f | 45 *> If tau = 0, then H is taken to be the unit matrix.
|
zlarf.f | 46 *> If tau = 0, then H is taken to be the unit matrix.
|
zlarfg.f | 53 *> and H is taken to be the unit matrix.
|
/external/oprofile/events/mips/rm9000/ |
events | 20 event:0x11 counters:0,1 um:zero minimum:500 name:BRANCHES_TAKEN : Branches taken
|
/external/chromium_org/chrome/browser/resources/feedback/js/ |
feedback.js | 244 * .) Screenshot taken -> . Show Feedback window. 256 // We've taken our screenshot, show the feedback page without any
|
/external/chromium_org/tools/grit/grit/node/ |
message.py | 238 parameters and the text of the message and any placeholders taken from
|
/art/compiler/dex/portable/ |
mir_to_gbc.cc | 163 bb->taken = NullBasicBlockId; 190 bb->taken = NullBasicBlockId; 331 if (mir_graph_->GetBasicBlock(bb->taken)->start_offset <= mir->offset) { 338 irb_->CreateCondBr(cond_value, GetLLVMBlock(bb->taken), 346 if (mir_graph_->GetBasicBlock(bb->taken)->start_offset <= mir->offset) { 357 irb_->CreateCondBr(cond_value, GetLLVMBlock(bb->taken), [all...] |
/external/oprofile/events/i386/westmere/ |
unit_masks | 36 0x40 taken Taken branches executed 51 0x40 taken Mispredicted taken branches executed
|
/external/valgrind/main/cachegrind/ |
cg_main.c | 447 predicts taken/untaken for conditional branches, and the other 452 void log_cond_branch(InstrInfo* n, Word taken) 454 //VG_(printf)("cbrnch: CCaddr=0x%010lx, taken=0x%010lx\n", 455 // n, taken); 458 += (1 & do_cond_branch_predict(n->instr_addr, taken)); 543 IRAtom* taken; /* :: Ity_I1 */ member in struct:__anon36960::__anon36961::__anon36967 667 ppIRExpr(ev->Ev.Bc.taken); 854 argv = mkIRExprVec_2( i_node_expr, ev->Ev.Bc.taken ); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
xpath_util.js | 45 * that match. The code for this function was taken from Mihai Parparita's GMail
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
chrome_web_view_experimental.js | 101 'An action has already been taken for this "contextmenu" event.';
|
/external/chromium_org/v8/test/intl/ |
assert.js | 28 // Some methods are taken from v8/test/mjsunit/mjsunit.js
|
/external/libunwind/doc/ |
libunwind-setjmp.tex | 48 issue. On older platforms, care needs to be taken to
|
/external/valgrind/main/none/tests/s390x/ |
spechelper-icm-1.c | 5 unsigned char taken; \ 11 " mvi %[taken],0\n\t" \ 13 "1: mvi %[taken],1\n\t" \ 17 : [taken] "=Q" (taken) \ 20 taken; \
|
spechelper-icm-2.c | 5 unsigned char taken; \ 11 " mvi %[taken],0\n\t" \ 13 "1: mvi %[taken],1\n\t" \ 17 : [taken] "=Q" (taken) \ 20 taken; \
|