/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeMIPS_64.c | 44 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate() 79 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate() 81 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 32), dst_ar)); in load_immediate() 88 FAIL_IF(push_inst(compiler, ins | TA(dst_ar) | DA(dst_ar), dst_ar)); in load_immediate() 113 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift - shift2), dst_ar)); in load_immediate() 114 FAIL_IF(push_inst(compiler, ORI | SA(dst_ar) | TA(dst_ar) | IMM(uimm >> 48), dst_ar)); in load_immediate() 115 FAIL_IF(push_inst(compiler, DSLL | TA(dst_ar) | DA(dst_ar) | SH_IMM(shift2), dst_ar)); in load_immediate() 127 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \ 129 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 133 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ [all …]
|
D | sljitNativeMIPS_32.c | 37 FAIL_IF(push_inst(compiler, LUI | TA(dst_ar) | IMM(imm >> 16), dst_ar)); in load_immediate() 44 FAIL_IF(push_inst(compiler, op_imm | S(src1) | TA(EQUAL_FLAG) | IMM(src2), EQUAL_FLAG)); \ 46 FAIL_IF(push_inst(compiler, op_imm | S(src1) | T(dst) | IMM(src2), DR(dst))); \ 50 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ 52 FAIL_IF(push_inst(compiler, op_norm | S(src1) | T(src2) | D(dst), DR(dst))); \ 58 FAIL_IF(push_inst(compiler, op_imm | T(src1) | DA(EQUAL_FLAG) | SH_IMM(src2), EQUAL_FLAG)); \ 60 FAIL_IF(push_inst(compiler, op_imm | T(src1) | D(dst) | SH_IMM(src2), DR(dst))); \ 64 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | DA(EQUAL_FLAG), EQUAL_FLAG)); \ 66 FAIL_IF(push_inst(compiler, op_v | S(src2) | T(src1) | D(dst), DR(dst))); \ 92 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op() [all …]
|
D | sljitNativeX86_common.c | 702 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); 720 FAIL_IF(!inst); in emit_endbranch() 750 FAIL_IF(!inst); in emit_rdssp() 774 FAIL_IF(!inst); in emit_incssp() 807 FAIL_IF(emit_rdssp(compiler, TMP_REG1)); in adjust_shadow_stack() 815 FAIL_IF(!inst); in adjust_shadow_stack() 831 FAIL_IF(emit_cmp_binary (compiler, TMP_REG1, 0, src, srcw)); in adjust_shadow_stack() 836 FAIL_IF(!inst); in adjust_shadow_stack() 850 FAIL_IF(emit_incssp(compiler, TMP_REG1)); in adjust_shadow_stack() 854 FAIL_IF(!inst); in adjust_shadow_stack() [all …]
|
D | sljitNativeSPARC_32.c | 32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate() 59 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op() 70 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op() 83 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op() 84 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op() 85 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op() 86 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op() 87 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op() 90 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS)); in emit_single_op() 91 FAIL_IF(push_inst(compiler, SLL | D(TMP_REG1) | S1(TMP_REG1) | IMM(1), DR(TMP_REG1))); in emit_single_op() [all …]
|
D | sljitNativePPC_64.c | 55 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 67 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() 73 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() 74 FAIL_IF(push_inst(compiler, ORI | S(reg) | A(reg) | IMM(tmp >> 32))); in load_immediate() 84 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() 85 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate() 90 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() 91 FAIL_IF(PUSH_RLDICR(reg, shift)); in load_immediate() 92 FAIL_IF(push_inst(compiler, ORIS | S(reg) | A(reg) | (tmp2 >> 16))); in load_immediate() 100 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | IMM(tmp >> 48))); in load_immediate() [all …]
|
D | sljitNativeS390X.c | 148 FAIL_IF(!ibuf); in push_inst() 845 FAIL_IF(push_inst(compiler, brc(0xc, 2 + 2 + ((op & SLJIT_I32_OP) ? 1 : 2) + 2 + 3 + 1))); in update_zero_overflow() 846 FAIL_IF(push_inst(compiler, ipm(flag_r))); in update_zero_overflow() 847 FAIL_IF(push_inst(compiler, (op & SLJIT_I32_OP) ? or(dst_r, dst_r) : ogr(dst_r, dst_r))); in update_zero_overflow() 848 FAIL_IF(push_inst(compiler, brc(0x8, 2 + 3))); in update_zero_overflow() 849 FAIL_IF(push_inst(compiler, slfi(flag_r, 0x10000000))); in update_zero_overflow() 850 FAIL_IF(push_inst(compiler, spm(flag_r))); in update_zero_overflow() 884 FAIL_IF(push_inst(compiler, llilf(target, (sljit_u32)v))); in push_load_imm_inst() 914 FAIL_IF(push_inst(compiler, sllg(tmp, index, off, 0))); in make_addr_bxy() 920 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bxy() [all …]
|
D | sljitNativeARM_64.c | 140 FAIL_IF(!ptr); in push_inst() 148 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in emit_imm64_const() 149 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 16) & 0xffff) << 5) | (1 << 21))); in emit_imm64_const() 150 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((imm >> 32) & 0xffff) << 5) | (2 << 21))); in emit_imm64_const() 522 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((imm & 0xffff) << 5))); in load_immediate() 534 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((~imm & 0xffff) << 5))); in load_immediate() 561 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate() 564 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | ((~simm & 0xffff) << 5) | (i << 21))); in load_immediate() 577 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate() 580 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | ((simm & 0xffff) << 5) | (i << 21))); in load_immediate() [all …]
|
D | sljitNativeARM_T2_32.c | 206 FAIL_IF(!ptr); in push_inst16() 215 FAIL_IF(!ptr); in push_inst32() 224 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const() 563 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate() 590 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); in emit_op_imm() 755 FAIL_IF(load_immediate(compiler, arg2, imm)); in emit_op_imm() 760 FAIL_IF(load_immediate(compiler, arg1, imm)); in emit_op_imm() 803 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm() 835 FAIL_IF(push_inst32(compiler, SMULL | RT4(dst) | RD4(TMP_REG2) | RN4(arg1) | RM4(arg2))); in emit_op_imm() 985 FAIL_IF(push_inst32(compiler, MOV_WI | RD4(tmp_reg) | tmp)); in emit_op_mem() [all …]
|
D | sljitNativeMIPS_common.c | 296 FAIL_IF(!ptr); in push_inst() 773 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter() 778 FAIL_IF(load_immediate(compiler, DR(OTHER_FLAG), local_size)); in sljit_emit_enter() 779 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter() 780 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(OTHER_FLAG) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter() 786 FAIL_IF(push_inst(compiler, STACK_STORE | base | TA(RETURN_ADDR_REG) | IMM(offs), MOVABLE_INS)); in sljit_emit_enter() 791 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); in sljit_emit_enter() 796 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); in sljit_emit_enter() 802 FAIL_IF(push_inst(compiler, ADDU_W | SA(4) | TA(0) | D(SLJIT_S0), DR(SLJIT_S0))); in sljit_emit_enter() 804 FAIL_IF(push_inst(compiler, ADDU_W | SA(5) | TA(0) | D(SLJIT_S1), DR(SLJIT_S1))); in sljit_emit_enter() [all …]
|
D | sljitNativeARM_32.c | 153 FAIL_IF(!inst); in push_cpool() 159 FAIL_IF(!inst); in push_cpool() 168 FAIL_IF(!inst); in push_cpool() 182 FAIL_IF(push_cpool(compiler)); in push_inst() 185 FAIL_IF(!ptr); in push_inst() 200 FAIL_IF(push_cpool(compiler)); in push_inst_with_literal() 222 FAIL_IF(push_cpool(compiler)); in push_inst_with_literal() 230 FAIL_IF(!ptr); in push_inst_with_literal() 245 FAIL_IF(push_cpool(compiler)); in push_inst_with_unique_literal() 249 FAIL_IF(!ptr); in push_inst_with_unique_literal() [all …]
|
D | sljitNativePPC_common.c | 253 FAIL_IF(!ptr); in push_inst() 709 FAIL_IF(push_inst(compiler, MFLR | D(0))); in sljit_emit_enter() 711 FAIL_IF(push_inst(compiler, STACK_STORE | S(TMP_ZERO) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_enter() 716 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_enter() 721 FAIL_IF(push_inst(compiler, STACK_STORE | S(i) | A(SLJIT_SP) | IMM(offs))); in sljit_emit_enter() 727 FAIL_IF(push_inst(compiler, STACK_STORE | S(0) | A(SLJIT_SP) | IMM(2 * sizeof(sljit_sw)))); in sljit_emit_enter() 729 FAIL_IF(push_inst(compiler, STACK_STORE | S(0) | A(SLJIT_SP) | IMM(sizeof(sljit_sw)))); in sljit_emit_enter() 732 FAIL_IF(push_inst(compiler, ADDI | D(TMP_ZERO) | A(0) | 0)); in sljit_emit_enter() 737 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R0) | A(SLJIT_S0) | B(SLJIT_R0))); in sljit_emit_enter() 739 FAIL_IF(push_inst(compiler, OR | S(SLJIT_R1) | A(SLJIT_S1) | B(SLJIT_R1))); in sljit_emit_enter() [all …]
|
D | sljitNativeSPARC_common.c | 211 FAIL_IF(!ptr); in push_inst() 518 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS)); in sljit_emit_enter() 521 FAIL_IF(load_immediate(compiler, TMP_REG1, -local_size)); in sljit_emit_enter() 522 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS)); in sljit_emit_enter() 548 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() 552 FAIL_IF(push_inst(compiler, JMPL | D(0) | S1A(31) | IMM(8), UNMOVABLE_INS)); in sljit_emit_return() 603 FAIL_IF(push_inst(compiler, data_transfer_insts[flags & MEM_MASK] in getput_arg_fast() 663 FAIL_IF(push_inst(compiler, SLL_W | D(arg2) | S1(OFFS_REG(arg)) | IMM_ARG | argw, DR(arg2))); in getput_arg() 670 …FAIL_IF(push_inst(compiler, ADD | D(TMP_REG3) | S1(TMP_REG3) | IMM(argw - compiler->cache_argw), D… in getput_arg() 684 FAIL_IF(load_immediate(compiler, arg2, argw)); in getput_arg() [all …]
|
D | sljitNativeX86_32.c | 34 FAIL_IF(!inst); in emit_do_imm() 80 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter() 112 FAIL_IF(!inst); in sljit_emit_enter() 198 FAIL_IF(emit_non_cum_binary(compiler, BINARY_OPCODE(SUB), in sljit_emit_enter() 200 FAIL_IF(emit_non_cum_binary(compiler, BINARY_OPCODE(SUB), in sljit_emit_enter() 204 FAIL_IF(!inst); in sljit_emit_enter() 222 FAIL_IF(emit_non_cum_binary(compiler, BINARY_OPCODE(SUB), in sljit_emit_enter() 227 FAIL_IF(emit_cum_binary(compiler, BINARY_OPCODE(ADD), in sljit_emit_enter() 232 FAIL_IF(!inst); in sljit_emit_enter() 298 FAIL_IF(emit_mov_before_return(compiler, op, src, srcw)); in sljit_emit_return() [all …]
|
D | sljitNativeX86_64.c | 34 FAIL_IF(!inst); in emit_load_imm64() 139 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter() 158 FAIL_IF(!inst); in sljit_emit_enter() 168 FAIL_IF(!inst); in sljit_emit_enter() 180 FAIL_IF(!inst); in sljit_emit_enter() 243 FAIL_IF(emit_non_cum_binary(compiler, BINARY_OPCODE(SUB), in sljit_emit_enter() 245 FAIL_IF(emit_non_cum_binary(compiler, BINARY_OPCODE(SUB), in sljit_emit_enter() 249 FAIL_IF(!inst); in sljit_emit_enter() 261 FAIL_IF(emit_non_cum_binary(compiler, BINARY_OPCODE(SUB), in sljit_emit_enter() 269 FAIL_IF(!inst); in sljit_emit_enter() [all …]
|
D | sljitNativePPC_32.c | 37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 112 …FAIL_IF(push_inst(compiler, ADDIS | D(dst) | A(src1) | (((compiler->imm >> 16) & 0xffff) + ((compi… in emit_single_op() 135 FAIL_IF(push_inst(compiler, CMPLI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op() 140 FAIL_IF(push_inst(compiler, CMPL | CRD(0) | A(src1) | B(src2))); in emit_single_op() 148 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op() 153 FAIL_IF(push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2))); in emit_single_op() 208 FAIL_IF(push_inst(compiler, ORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op() 224 FAIL_IF(push_inst(compiler, XORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op() 260 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(init_value >> 16))); in emit_const()
|
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 350 FAIL_IF(!this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &added)); in addEndMovedSpans() 358 FAIL_IF(!ptT->span()->upCastable()); in addEndMovedSpans() 361 FAIL_IF(!prev); in addEndMovedSpans() 394 FAIL_IF(1 == span->coinPtTStart()->fT); in addEndMovedSpans() 443 FAIL_IF(!startPtT->contains(oStartPtT)); in addExpanded() 449 FAIL_IF(oEnd->deleted()); in addExpanded() 450 FAIL_IF(!start->upCastable()); in addExpanded() 452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded() 454 FAIL_IF(!oTest); in addExpanded() 474 FAIL_IF(!walk->upCastable()); in addExpanded() [all …]
|
D | SkOpSpan.cpp | 157 FAIL_IF(!this->mergeMatches(opp)); in addOpp() 418 FAIL_IF(!spanEndPtT); in insertCoincidence() 421 FAIL_IF(!start->span()->upCastable()); in insertCoincidence() 425 FAIL_IF(!span); in insertCoincidence() 427 FAIL_IF(!base->upCastable()); in insertCoincidence()
|
D | SkPathOpsDebug.cpp | 27 #undef FAIL_IF 28 #define FAIL_IF(cond, coin) \ macro 1538 FAIL_IF(!ptT->span()->upCastable(), ptT->span()); in debugAddEndMovedSpans() 1541 FAIL_IF(!prev, ptT->span()); in debugAddEndMovedSpans() 1573 FAIL_IF(1 == span->coinPtTStart()->fT, span); in debugAddEndMovedSpans() 1622 FAIL_IF(!startPtT->contains(oStartPtT), coin); in debugAddExpanded() 1628 FAIL_IF(oEnd->deleted(), coin); in debugAddExpanded() 1629 FAIL_IF(!start->upCastable(), coin); in debugAddExpanded() 1631 FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin); in debugAddExpanded() 1633 FAIL_IF(!oTest, coin); in debugAddExpanded() [all …]
|
D | SkOpSegment.cpp | 169 FAIL_IF(spanStart->alreadyAdded()); in addCurveTo() 178 FAIL_IF(!path->deferredLine(end->ptT())); in addCurveTo() 234 FAIL_IF(!between(0, newT, 1)); in addExpanded() 936 FAIL_IF(spanStart->windSum() != oppWinding); in markAndChaseWinding() 937 FAIL_IF(spanStart->oppSum() != winding); in markAndChaseWinding() 1561 FAIL_IF(!fromAngle->insert(toAngle)); in sortAngles()
|
D | SkOpContour.h | 345 FAIL_IF(!segment->sortAngles()); in sortAngles()
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 350 FAIL_IF(!this->addOrOverlap(coinSeg, oppSeg, coinTs, coinTe, oppTs, oppTe, &added)); in addEndMovedSpans() 358 FAIL_IF(!ptT->span()->upCastable()); in addEndMovedSpans() 361 FAIL_IF(!prev); in addEndMovedSpans() 394 FAIL_IF(1 == span->coinPtTStart()->fT); in addEndMovedSpans() 443 FAIL_IF(!startPtT->contains(oStartPtT)); in addExpanded() 449 FAIL_IF(oEnd->deleted()); in addExpanded() 450 FAIL_IF(!start->upCastable()); in addExpanded() 452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded() 454 FAIL_IF(!oTest); in addExpanded() 474 FAIL_IF(!walk->upCastable()); in addExpanded() [all …]
|
D | SkOpSpan.cpp | 157 FAIL_IF(!this->mergeMatches(opp)); in addOpp() 418 FAIL_IF(!spanEndPtT); in insertCoincidence() 421 FAIL_IF(!start->span()->upCastable()); in insertCoincidence() 425 FAIL_IF(!span); in insertCoincidence() 427 FAIL_IF(!base->upCastable()); in insertCoincidence()
|
D | SkPathOpsDebug.cpp | 26 #undef FAIL_IF 27 #define FAIL_IF(cond, coin) \ macro 1560 FAIL_IF(!ptT->span()->upCastable(), ptT->span()); in debugAddEndMovedSpans() 1563 FAIL_IF(!prev, ptT->span()); in debugAddEndMovedSpans() 1595 FAIL_IF(1 == span->coinPtTStart()->fT, span); in debugAddEndMovedSpans() 1644 FAIL_IF(!startPtT->contains(oStartPtT), coin); in debugAddExpanded() 1650 FAIL_IF(oEnd->deleted(), coin); in debugAddExpanded() 1651 FAIL_IF(!start->upCastable(), coin); in debugAddExpanded() 1653 FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin); in debugAddExpanded() 1655 FAIL_IF(!oTest, coin); in debugAddExpanded() [all …]
|
D | SkOpSegment.cpp | 169 FAIL_IF(spanStart->alreadyAdded()); in addCurveTo() 178 FAIL_IF(!path->deferredLine(end->ptT())); in addCurveTo() 234 FAIL_IF(!between(0, newT, 1)); in addExpanded() 936 FAIL_IF(spanStart->windSum() != oppWinding); in markAndChaseWinding() 937 FAIL_IF(spanStart->oppSum() != winding); in markAndChaseWinding() 1561 FAIL_IF(!fromAngle->insert(toAngle)); in sortAngles()
|
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/ |
D | ipcpipeline.c | 147 #define FAIL_IF(x) do { lock_check (); fail_if(x); unlock_check (); } while(0) macro 283 FAIL_IF (1); in caps2idx() 316 FAIL_IF (ret == GST_STATE_CHANGE_FAILURE); in stop_pipeline() 432 FAIL_IF (e || !sbin); in create_wavparse_source_loc() 794 FAIL_IF (pipe2 (pipesfa, O_NONBLOCK) < 0); in test_base() 795 FAIL_IF (pipe2 (pipesba, O_NONBLOCK) < 0); in test_base() 796 FAIL_IF (pipe2 (pipesfv, O_NONBLOCK) < 0); in test_base() 797 FAIL_IF (pipe2 (pipesbv, O_NONBLOCK) < 0); in test_base() 798 FAIL_IF (socketpair (PF_UNIX, SOCK_STREAM, 0, ctlsock) < 0); in test_base() 800 FAIL_IF (pipesfa[0] < 0); in test_base() [all …]
|