/third_party/pcre2/pcre2/src/sljit/ |
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))); \ 94 FAIL_IF(push_inst(compiler, SLL | T(src2) | D(dst) | SH_IMM(24), DR(dst))); in emit_single_op() [all …]
|
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 | sljitNativeX86_common.c | 694 FAIL_IF(!inst); \ 706 FAIL_IF(emit_load_imm64(compiler, (arg == TMP_REG1) ? TMP_REG2 : TMP_REG1, immw)); \ 708 FAIL_IF(!inst); \ 714 FAIL_IF(emit_do_imm32(compiler, (!compiler->mode32) ? REX_W : 0, (op_eax_imm), immw)) 722 FAIL_IF(emit_do_imm(compiler, (op_eax_imm), immw)) 731 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw)); 749 FAIL_IF(!inst); in emit_endbranch() 779 FAIL_IF(!inst); in emit_rdssp() 803 FAIL_IF(!inst); in emit_incssp() 836 FAIL_IF(emit_rdssp(compiler, TMP_REG1)); in adjust_shadow_stack() [all …]
|
D | sljitNativeS390X.c | 174 FAIL_IF(!ibuf); in push_inst() 857 FAIL_IF(push_inst(compiler, brc(0xc, 2 + 2 + ((op & SLJIT_32) ? 1 : 2) + 2 + 3 + 1))); in update_zero_overflow() 858 FAIL_IF(push_inst(compiler, ipm(tmp1))); in update_zero_overflow() 859 FAIL_IF(push_inst(compiler, (op & SLJIT_32) ? or(dst_r, dst_r) : ogr(dst_r, dst_r))); in update_zero_overflow() 860 FAIL_IF(push_inst(compiler, brc(0x8, 2 + 3))); in update_zero_overflow() 861 FAIL_IF(push_inst(compiler, slfi(tmp1, 0x10000000))); in update_zero_overflow() 862 FAIL_IF(push_inst(compiler, spm(tmp1))); in update_zero_overflow() 896 FAIL_IF(push_inst(compiler, llilf(target, (sljit_u32)v))); in push_load_imm_inst() 927 FAIL_IF(push_inst(compiler, sllg(tmp, index, (sljit_s32)off, 0))); in make_addr_bxy() 933 FAIL_IF(push_load_imm_inst(compiler, tmp, off)); in make_addr_bxy() [all …]
|
D | sljitNativeSPARC_32.c | 32 FAIL_IF(push_inst(compiler, SETHI | D(dst) | ((imm >> 10) & 0x3fffff), DR(dst))); in load_immediate() 56 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(24), DR(dst))); in emit_single_op() 66 FAIL_IF(push_inst(compiler, SLL | D(dst) | S1(src2) | IMM(16), DR(dst))); in emit_single_op() 78 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS)); in emit_single_op() 79 FAIL_IF(push_inst(compiler, OR | D(TMP_REG1) | S1(0) | S2(src2), DR(TMP_REG1))); in emit_single_op() 80 FAIL_IF(push_inst(compiler, BICC | DA(0x1) | (7 & DISP_MASK), UNMOVABLE_INS)); in emit_single_op() 81 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS)); in emit_single_op() 82 FAIL_IF(push_inst(compiler, OR | D(dst) | S1(0) | IMM(-1), DR(dst))); in emit_single_op() 85 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS)); in emit_single_op() 86 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) | (sljit_ins)(tmp >> 48))); in load_immediate() 73 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | (sljit_ins)(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) | (sljit_ins)(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) | (sljit_ins)(tmp2 >> 16))); in load_immediate() 100 FAIL_IF(push_inst(compiler, ADDI | D(reg) | A(0) | (sljit_ins)(tmp >> 48))); in load_immediate() [all …]
|
D | sljitNativeARM_64.c | 145 FAIL_IF(!ptr); in push_inst() 153 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | ((sljit_ins)(imm & 0xffff) << 5))); in emit_imm64_const() 154 …FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)(imm >> 16) & 0xffff) << 5) | (1 << 21))… in emit_imm64_const() 155 …FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)(imm >> 32) & 0xffff) << 5) | (2 << 21))… in emit_imm64_const() 528 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | (((sljit_ins)imm & 0xffff) << 5))); in load_immediate() 540 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | (((sljit_ins)~imm & 0xffff) << 5))); in load_immediate() 567 FAIL_IF(push_inst(compiler, MOVN | RD(dst) | (((sljit_ins)simm & 0xffff) << 5) | (i << 21))); in load_immediate() 570 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)~simm & 0xffff) << 5) | (i << 21))); in load_immediate() 583 FAIL_IF(push_inst(compiler, MOVZ | RD(dst) | (((sljit_ins)simm & 0xffff) << 5) | (i << 21))); in load_immediate() 586 FAIL_IF(push_inst(compiler, MOVK | RD(dst) | (((sljit_ins)simm & 0xffff) << 5) | (i << 21))); in load_immediate() [all …]
|
D | sljitNativeARM_T2_32.c | 216 FAIL_IF(!ptr); in push_inst16() 225 FAIL_IF(!ptr); in push_inst32() 234 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in emit_imm32_const() 573 FAIL_IF(push_inst32(compiler, MOVW | RD4(dst) in load_immediate() 600 FAIL_IF(load_immediate(compiler, TMP_REG1, arg1)); in emit_op_imm() 767 FAIL_IF(load_immediate(compiler, (sljit_s32)arg2, imm)); in emit_op_imm() 772 FAIL_IF(load_immediate(compiler, (sljit_s32)arg1, imm)); in emit_op_imm() 816 FAIL_IF(push_inst32(compiler, CLZ | RN4(arg2) | RD4(dst) | RM4(arg2))); in emit_op_imm() 850 FAIL_IF(push_inst32(compiler, SMULL | RT4(dst) | RD4(TMP_REG2) | RN4(arg1) | RM4(arg2))); in emit_op_imm() 1002 FAIL_IF(push_inst32(compiler, MOV_WI | RD4(tmp_reg) | tmp)); in emit_op_mem() [all …]
|
D | sljitNativeSPARC_common.c | 215 FAIL_IF(!ptr); in push_inst() 527 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | IMM(-local_size), UNMOVABLE_INS)); in sljit_emit_enter() 530 FAIL_IF(load_immediate(compiler, TMP_REG1, -local_size)); in sljit_emit_enter() 531 FAIL_IF(push_inst(compiler, SAVE | D(SLJIT_SP) | S1(SLJIT_SP) | S2(TMP_REG1), UNMOVABLE_INS)); in sljit_emit_enter() 544 … FAIL_IF(push_inst(compiler, STW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter() 547 …FAIL_IF(push_inst(compiler, STW | DA(reg_index + 1) | S1(SLJIT_SP) | IMM(float_offset + sizeof(slj… in sljit_emit_enter() 549 … FAIL_IF(push_inst(compiler, STD | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter() 555 … FAIL_IF(push_inst(compiler, STW | DA(reg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_INS)); in sljit_emit_enter() 575 …FAIL_IF(push_inst(compiler, LDDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE… in sljit_emit_enter() 577 …FAIL_IF(push_inst(compiler, LDF | FD(float_arg_index) | S1(SLJIT_SP) | IMM(float_offset), MOVABLE_… in sljit_emit_enter() [all …]
|
D | sljitNativeMIPS_common.c | 300 FAIL_IF(!ptr); in push_inst() 819 …FAIL_IF(push_inst(compiler, ADDIU_W | S(SLJIT_SP) | T(SLJIT_SP) | IMM(-local_size), DR(SLJIT_SP))); in sljit_emit_enter() 823 FAIL_IF(load_immediate(compiler, DR(OTHER_FLAG), local_size)); in sljit_emit_enter() 824 FAIL_IF(push_inst(compiler, ADDU_W | S(SLJIT_SP) | TA(0) | D(TMP_REG2), DR(TMP_REG2))); in sljit_emit_enter() 825 FAIL_IF(push_inst(compiler, SUBU_W | S(SLJIT_SP) | T(OTHER_FLAG) | D(SLJIT_SP), DR(SLJIT_SP))); in sljit_emit_enter() 833 FAIL_IF(push_inst(compiler, STACK_STORE | base | TA(RETURN_ADDR_REG) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter() 838 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter() 843 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter() 855 FAIL_IF(push_inst(compiler, SDC1 | base | FT(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter() 860 FAIL_IF(push_inst(compiler, SDC1 | base | FT(i) | IMM(offset), MOVABLE_INS)); in sljit_emit_enter() [all …]
|
D | sljitNativeARM_32.c | 162 FAIL_IF(!inst); in push_cpool() 168 FAIL_IF(!inst); in push_cpool() 177 FAIL_IF(!inst); in push_cpool() 191 FAIL_IF(push_cpool(compiler)); in push_inst() 194 FAIL_IF(!ptr); in push_inst() 209 FAIL_IF(push_cpool(compiler)); in push_inst_with_literal() 231 FAIL_IF(push_cpool(compiler)); in push_inst_with_literal() 239 FAIL_IF(!ptr); in push_inst_with_literal() 254 FAIL_IF(push_cpool(compiler)); in push_inst_with_unique_literal() 258 FAIL_IF(!ptr); in push_inst_with_unique_literal() [all …]
|
D | sljitNativePPC_common.c | 258 FAIL_IF(!ptr); in push_inst() 738 FAIL_IF(push_inst(compiler, MFLR | D(0))); in sljit_emit_enter() 745 FAIL_IF(push_inst(compiler, STWU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size))); in sljit_emit_enter() 747 FAIL_IF(push_inst(compiler, STDU | S(SLJIT_SP) | A(SLJIT_SP) | IMM(-local_size))); in sljit_emit_enter() 751 FAIL_IF(push_inst(compiler, OR | S(SLJIT_SP) | A(TMP_REG1) | B(SLJIT_SP))); in sljit_emit_enter() 752 FAIL_IF(load_immediate(compiler, TMP_REG2, -local_size)); in sljit_emit_enter() 754 FAIL_IF(push_inst(compiler, STWUX | S(SLJIT_SP) | A(SLJIT_SP) | B(TMP_REG2))); in sljit_emit_enter() 756 FAIL_IF(push_inst(compiler, STDUX | S(SLJIT_SP) | A(SLJIT_SP) | B(TMP_REG2))); in sljit_emit_enter() 765 FAIL_IF(push_inst(compiler, STFD | FS(i) | A(base) | IMM(offset))); in sljit_emit_enter() 770 FAIL_IF(push_inst(compiler, STFD | FS(i) | A(base) | IMM(offset))); in sljit_emit_enter() [all …]
|
D | sljitNativeX86_64.c | 38 FAIL_IF(!inst); in emit_load_imm64() 52 FAIL_IF(!inst); in emit_do_imm32() 383 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter() 394 FAIL_IF(!inst); in sljit_emit_enter() 404 FAIL_IF(!inst); in sljit_emit_enter() 472 FAIL_IF(emit_sse2_load(compiler, (arg_types & SLJIT_ARG_MASK) == SLJIT_ARG_TYPE_F32, in sljit_emit_enter() 500 FAIL_IF(!inst); in sljit_emit_enter() 607 FAIL_IF(!inst); in emit_stack_frame_release() 616 FAIL_IF(!inst); in emit_stack_frame_release() 629 FAIL_IF(!inst); in emit_stack_frame_release() [all …]
|
D | sljitNativeX86_32.c | 38 FAIL_IF(!inst); in emit_do_imm() 269 FAIL_IF(emit_endbranch(compiler)); in sljit_emit_enter() 284 FAIL_IF(emit_sse2_load(compiler, 0, float_arg_count, SLJIT_MEM1(SLJIT_SP), args_size)); in sljit_emit_enter() 289 FAIL_IF(emit_sse2_load(compiler, 1, float_arg_count, SLJIT_MEM1(SLJIT_SP), args_size)); in sljit_emit_enter() 345 FAIL_IF(!inst); in sljit_emit_enter() 468 FAIL_IF(!inst); in sljit_emit_enter() 579 FAIL_IF(!inst); in emit_stack_frame_release() 607 FAIL_IF(emit_stack_frame_release(compiler)); in sljit_emit_return_void() 615 FAIL_IF(!inst); in sljit_emit_return_void() 675 FAIL_IF(!inst); in c_fast_call_with_args() [all …]
|
D | sljitNativePPC_32.c | 37 FAIL_IF(push_inst(compiler, ADDIS | D(reg) | A(0) | IMM(imm >> 16))); in load_immediate() 107 …FAIL_IF(push_inst(compiler, ADDIS | D(dst) | A(src1) | (((compiler->imm >> 16) & 0xffff) + ((compi… in emit_single_op() 130 FAIL_IF(push_inst(compiler, CMPLI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op() 135 FAIL_IF(push_inst(compiler, CMPL | CRD(0) | A(src1) | B(src2))); in emit_single_op() 143 FAIL_IF(push_inst(compiler, CMPI | CRD(0) | A(src1) | compiler->imm)); in emit_single_op() 148 FAIL_IF(push_inst(compiler, CMP | CRD(0) | A(src1) | B(src2))); in emit_single_op() 211 FAIL_IF(push_inst(compiler, ORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op() 227 FAIL_IF(push_inst(compiler, XORI | S(src1) | A(dst) | IMM(compiler->imm))); in emit_single_op() 263 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 …]
|