/external/iproute2/tc/ |
D | f_rsvp.c | 101 __u32 flabel; in get_addr_and_pi() local 103 if (get_u32(&flabel, *argv, 0)) in get_addr_and_pi() 108 pi->key = htonl(flabel) & pi->mask; in get_addr_and_pi()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 1170 Label* flabel = branch->false_label; in AssembleArchBranch() local 1187 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch() 1191 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch() 1201 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch() 1205 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch() 1241 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch() 1277 Label flabel, tlabel; in AssembleArchBoolean() local 1281 i.InputOperand(1), &flabel); in AssembleArchBoolean() 1286 i.InputOperand(1), &flabel); in AssembleArchBoolean() 1294 __ bind(&flabel); in AssembleArchBoolean()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 1390 Label* flabel = branch->false_label; in AssembleArchBranch() local 1413 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch() 1417 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch() 1427 i.InputOperand(1), tlabel, flabel); in AssembleArchBranch() 1431 i.InputOperand(1), flabel, tlabel); in AssembleArchBranch() 1467 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch() 1513 Label flabel, tlabel; in AssembleArchBoolean() local 1517 i.InputOperand(1), &flabel); in AssembleArchBoolean() 1522 i.InputOperand(1), &flabel); in AssembleArchBoolean() 1530 __ bind(&flabel); in AssembleArchBoolean()
|
/external/opencv3/3rdparty/libjasper/ |
D | jpc_t1dec.c | 753 #define jpc_clnpass_step(f, fp, frowstep, dp, oneplushalf, orient, mqdec, flabel, plabel, vcausalfl… argument 756 flabel \
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 1115 Label* flabel = branch->false_label; in AssembleArchBranch() local 1118 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 1164 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 1425 Label* flabel = branch->false_label; in AssembleArchBranch() local 1434 __ bunordered(flabel, cr); in AssembleArchBranch() 1442 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/x87/ |
D | code-generator-x87.cc | 1491 Label* flabel = branch->false_label; in AssembleArchBranch() local 1494 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 1540 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 1637 Label* flabel = branch->false_label; in AssembleArchBranch() local 1640 __ j(parity_even, flabel, flabel_distance); in AssembleArchBranch() 1685 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 1008 Label* flabel = branch->false_label; in AssembleArchBranch() local 1011 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 1238 Label* flabel = branch->false_label; in AssembleArchBranch() local 1279 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 6034 RawMachineLabel flabel; in TEST() local 6036 r.Branch(r.Parameter(0), &tlabel, &flabel); in TEST() 6040 r.Bind(&flabel); in TEST()
|