Home
last modified time | relevance | path

Searched refs:slt (Results 1 – 25 of 73) sorted by relevance

123

/third_party/libwebsockets/lib/misc/fts/
Dtrie-fd.c393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
516 slt = 0; in lws_fts_search()
523 slt = sl; in lws_fts_search()
524 while (slt) { in lws_fts_search()
535 if (chunk > slt) in lws_fts_search()
536 chunk = slt; in lws_fts_search()
546 bp += (int)slt; in lws_fts_search()
547 slt = 0; in lws_fts_search()
552 slt -= chunk; in lws_fts_search()
558 if (!slt) { in lws_fts_search()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSwitchLoweringUtils.cpp54 assert(Clusters[i - 1].High->getValue().slt(Clusters[i].Low->getValue())); in findJumpTables()
212 assert(PreviousHigh.slt(Low)); in buildJumpTable()
274 assert(Clusters[i-1].High->getValue().slt(Clusters[i].Low->getValue())); in findBitTestClusters()
380 assert(Low.slt(High)); in buildBitTests()
402 if (Low.isStrictlyPositive() && High.slt(BitWidth)) { in buildBitTests()
468 return a.Low->getValue().slt(b.Low->getValue()); in sortAndRangeify()
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-smaller.c1 char slt(short x) in slt() function
Dcanonical-cmp.c7 sint slt(sint p, sint a) { return (123 > p) == (p < 123); } in slt() function
Dbinops-same-args.c13 int slt(int a) { return a < a; } in slt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1033 bool slt(const APInt &RHS) const;
1041 bool slt(int64_t RHS) const { in slt() function
1067 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle()
1101 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt()
1135 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge()
1143 bool sge(int64_t RHS) const { return !slt(RHS); } in sge()
1784 return A.slt(B) ? A : B; in smin()
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c5 int slt(int a) { return a < a; } in slt() function
/third_party/libwebsockets/lib/core-net/
Doutput.c254 socklen_t slt = sizeof(wsi->udp->sa46); in lws_ssl_capable_read_no_ssl() local
261 sa46_sockaddr(&wsi->udp->sa46), &slt); in lws_ssl_capable_read_no_ssl()
/third_party/ffmpeg/libavfilter/
Dasrc_flite.c76 DECLARE_REGISTER_VOICE_FN(slt);
96 MAKE_VOICE_STRUCTURE(slt),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1224 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt() function
1232 bool slt(int64_t RHS) const { in slt() function
1329 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge()
1337 bool sge(int64_t RHS) const { return !slt(RHS); } in sge()
2163 return A.slt(B) ? A : B; in smin()
DAPSInt.h154 return IsUnsigned ? ult(RHS) : slt(RHS);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp980 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in multiply()
1362 auto Compare = [](const APInt &A, const APInt &B) { return A.slt(B); }; in smul_sat()
1463 Max.slt(SignedMin - OtherMax)) in signedAddMayOverflow()
1470 Min.slt(SignedMin - OtherMin)) in signedAddMayOverflow()
1509 Max.slt(SignedMin + OtherMin)) in signedSubMayOverflow()
1516 Min.slt(SignedMin + OtherMax)) in signedSubMayOverflow()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_i1vec.ll77 %cmp = icmp slt <16 x i1> %a.trunc, %b.trunc
167 %cmp = icmp slt <8 x i1> %a.trunc, %b.trunc
257 %cmp = icmp slt <4 x i1> %a.trunc, %b.trunc
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceInst.def100 X(Slt, Sgt, "slt") \
DIceAssemblerMIPS32.h263 void slt(const Operand *OpRd, const Operand *OpRs, const Operand *OpRt);
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dff.txt173 "slt",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dff.txt173 "slt",
/third_party/icu/icu4c/source/data/locales/
Dff.txt173 "slt",
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DBoundsChecking.cpp100 if ((!SizeCI || SizeCI->getValue().slt(0)) && in getBoundsCheckCond()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceAnalysis.cpp540 if (Xq.slt(0) || Yq.slt(0)) { in intersectConstraints()
1199 else if (Distance.slt(0)) in strongSIVtest()
1423 X = AM.slt(0) ? -A1 : A1; in findGCD()
1424 Y = BM.slt(0) ? B1 : -B1; in findGCD()
1443 (A.slt(0) && B.slt(0))) in floorOfQuotient()
1456 (A.slt(0) && B.slt(0))) in ceilingOfQuotient()
1471 return A.slt(B) ? A : B; in minAPInt()
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c951 struct ureg slt = get_temp(p); in calculate_light_attenuation() local
956 emit_op2(p, OPCODE_SLT, slt, 0, swizzle1(spot_dir_norm,W), spot); in calculate_light_attenuation()
959 emit_op2(p, OPCODE_MUL, att, 0, slt, spot); in calculate_light_attenuation()
962 release_temp(p, slt); in calculate_light_attenuation()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c73 …OPC(seq, SET, 0_1_X, EQ), OPC(sne, SET, 0_1_X, NE), OPC(sge, SET, 0_1_X, GE), OPC(slt, SET, 0_1_X,…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16InstrInfo.td460 // op2 can be cmp or slt/sltu
653 def BteqzT8SltX16: FEXT_T8I816_ins<"bteqz", "slt">, cbranch16;
680 def BtnezT8SltX16: FEXT_T8I816_ins<"btnez", "slt">, cbranch16;
1058 def SelTBteqZSlt: SelT<"bteqz", "slt">;
1113 def SelTBtneZSlt: SelT<"btnez", "slt">;
1212 def SltRxRy16: FRR16R_ins<0b00010, "slt", IIM16Alu>{
1216 def SltCCRxRy16: FCCRR16_ins<"slt">;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp124 return CI1->getValue().slt(CI2->getValue()); in operator ()()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGuardWidening.cpp684 return LHS.getOffsetValue().slt(RHS.getOffsetValue()); in combineRangeChecks()

123