/external/iproute2/tc/ |
H A D | f_tcindex.c | 22 fprintf(stderr," [ pass_on | fall_through ]\n"); 79 else if (!strcmp(*argv,"fall_through")) { 157 int fall_through; local 160 sizeof(fall_through)) 162 fall_through = *(int *) RTA_DATA(tb[TCA_TCINDEX_FALL_THROUGH]); 163 fprintf(f,fall_through ? "fall_through " : "pass_on ");
|
/external/v8/src/ |
H A D | full-codegen.h | 298 void DoTest(Label* if_true, Label* if_false, Label* fall_through); 305 Label* fall_through); 337 Label* fall_through) { 338 TestContext context(this, if_true, if_false, fall_through); 359 Label* fall_through); 594 Label** fall_through) const = 0; 636 Label** fall_through) const; 660 Label** fall_through) const; 669 Label* fall_through) 673 fall_through_(fall_through) { } 334 VisitForControl(Expression* expr, Label* if_true, Label* if_false, Label* fall_through) argument 666 TestContext(FullCodeGenerator* codegen, Label* true_label, Label* false_label, Label* fall_through) argument 682 Label* fall_through() const { return fall_through_; } function in class:v8::internal::FullCodeGenerator::TestContext [all...] |
H A D | full-codegen.cc | 483 Label** fall_through) const { 486 *if_true = *if_false = *fall_through = materialize_true; 495 Label** fall_through) const { 496 *if_true = *fall_through = materialize_true; 506 Label** fall_through) const { 507 *if_true = *fall_through = materialize_true; 517 Label** fall_through) const { 520 *fall_through = fall_through_;
|
/external/v8/src/arm/ |
H A D | full-codegen-arm.cc | 563 Label* fall_through) { 595 Split(ne, if_true, if_false, fall_through); 602 Label* fall_through) { 603 if (if_false == fall_through) { 605 } else if (if_true == fall_through) { 2412 Label* fall_through = NULL; local 2414 &if_true, &if_false, &fall_through); 2418 Split(eq, if_true, if_false, fall_through); 2432 Label* fall_through = NULL; local 2434 &if_true, &if_false, &fall_through); 561 DoTest(Label* if_true, Label* if_false, Label* fall_through) argument 599 Split(Condition cond, Label* if_true, Label* if_false, Label* fall_through) argument 2452 Label* fall_through = NULL; local 2484 Label* fall_through = NULL; local 2505 Label* fall_through = NULL; local 2530 Label* fall_through = NULL; local 2615 Label* fall_through = NULL; local 2636 Label* fall_through = NULL; local 2657 Label* fall_through = NULL; local 2677 Label* fall_through = NULL; local 2712 Label* fall_through = NULL; local 3371 Label* fall_through = NULL; local 3743 Label* fall_through = NULL; local 4042 TryLiteralCompare(Token::Value op, Expression* left, Expression* right, Label* if_true, Label* if_false, Label* fall_through) argument 4129 Label* fall_through = NULL; local 4235 Label* fall_through = NULL; local [all...] |
/external/v8/src/ia32/ |
H A D | full-codegen-ia32.cc | 541 Label* fall_through) { 562 Split(not_zero, if_true, if_false, fall_through); 569 Label* fall_through) { 570 if (if_false == fall_through) { 572 } else if (if_true == fall_through) { 2336 Label* fall_through = NULL; local 2338 &if_true, &if_false, &fall_through); 2342 Split(zero, if_true, if_false, fall_through); 2356 Label* fall_through = NULL; local 2358 &if_true, &if_false, &fall_through); 539 DoTest(Label* if_true, Label* if_false, Label* fall_through) argument 566 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument 2376 Label* fall_through = NULL; local 2408 Label* fall_through = NULL; local 2430 Label* fall_through = NULL; local 2455 Label* fall_through = NULL; local 2538 Label* fall_through = NULL; local 2560 Label* fall_through = NULL; local 2582 Label* fall_through = NULL; local 2603 Label* fall_through = NULL; local 2638 Label* fall_through = NULL; local 3298 Label* fall_through = NULL; local 3702 Label* fall_through = NULL; local 4016 TryLiteralCompare(Token::Value op, Expression* left, Expression* right, Label* if_true, Label* if_false, Label* fall_through) argument 4099 Label* fall_through = NULL; local 4205 Label* fall_through = NULL; local [all...] |
/external/v8/src/x64/ |
H A D | full-codegen-x64.cc | 545 Label* fall_through) { 566 Split(not_zero, if_true, if_false, fall_through); 573 Label* fall_through) { 574 if (if_false == fall_through) { 576 } else if (if_true == fall_through) { 2312 Label* fall_through = NULL; local 2314 &if_true, &if_false, &fall_through); 2332 Label* fall_through = NULL; local 2334 &if_true, &if_false, &fall_through); 2338 Split(non_negative_smi, if_true, if_false, fall_through); 543 DoTest(Label* if_true, Label* if_false, Label* fall_through) argument 570 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument 2352 Label* fall_through = NULL; local 2383 Label* fall_through = NULL; local 2404 Label* fall_through = NULL; local 2428 Label* fall_through = NULL; local 2509 Label* fall_through = NULL; local 2530 Label* fall_through = NULL; local 2551 Label* fall_through = NULL; local 2571 Label* fall_through = NULL; local 2606 Label* fall_through = NULL; local 3255 Label* fall_through = NULL; local 3678 Label* fall_through = NULL; local 3990 TryLiteralCompare(Token::Value op, Expression* left, Expression* right, Label* if_true, Label* if_false, Label* fall_through) argument 4072 Label* fall_through = NULL; local 4179 Label* fall_through = NULL; local [all...] |
/external/v8/src/mips/ |
H A D | full-codegen-mips.cc | 226 Label* fall_through) { 237 // Label* fall_through) { 241 Label* fall_through) { 662 Label* fall_through) { 224 DoTest(Label* if_true, Label* if_false, Label* fall_through) argument 238 Split(Condition cc, Label* if_true, Label* if_false, Label* fall_through) argument 657 TryLiteralCompare(Token::Value op, Expression* left, Expression* right, Label* if_true, Label* if_false, Label* fall_through) argument
|
/external/dbus/test/ |
H A D | decode-gcov.c | 621 unsigned int fall_through : 1; member in struct:Arc 704 arc->fall_through = TRUE;
|