Searched refs:lhs (Results 1 - 25 of 119) sorted by relevance

12345

/freebsd-9.3-release/contrib/ntp/include/
H A Dvint64ops.h12 /* signed/unsigned compare. returns 1/0/-1 if lhs >/=/< rhs */
13 extern int icmpv64(const vint64 * lhs, const vint64 * rhs);
14 extern int ucmpv64(const vint64 * lhs, const vint64 * rhs);
17 extern vint64 addv64(const vint64 *lhs, const vint64 *rhs);
18 extern vint64 addv64i32(const vint64 * lhs, int32_t rhs);
19 extern vint64 addv64u32(const vint64 * lhs, uint32_t rhs);
21 extern vint64 subv64(const vint64 *lhs, const vint64 *rhs);
22 extern vint64 subv64i32(const vint64 * lhs, int32_t rhs);
23 extern vint64 subv64u32(const vint64 * lhs, uint32_t rhs);
/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A Dpolymorphic_ptr.h81 void swap(polymorphic_ptr<T> &lhs, polymorphic_ptr<T> &rhs) { argument
82 lhs.swap(rhs);
86 bool operator==(const polymorphic_ptr<T> &lhs, const polymorphic_ptr<U> &rhs) { argument
87 return lhs.get() == rhs.get();
91 bool operator!=(const polymorphic_ptr<T> &lhs, const polymorphic_ptr<U> &rhs) { argument
92 return lhs.get() != rhs.get();
96 bool operator==(const polymorphic_ptr<T> &lhs, U *rhs) { argument
97 return lhs.get() == rhs;
101 bool operator!=(const polymorphic_ptr<T> &lhs, U *rhs) { argument
102 return lhs
106 operator ==(T *lhs, const polymorphic_ptr<U> &rhs) argument
111 operator !=(T *lhs, const polymorphic_ptr<U> &rhs) argument
[all...]
/freebsd-9.3-release/sys/ddb/
H A Ddb_expr.c133 db_expr_t lhs, rhs; local
136 if (!db_unary(&lhs))
146 lhs *= rhs;
153 lhs /= rhs;
155 lhs %= rhs;
157 lhs = ((lhs+rhs-1)/rhs)*rhs;
162 *valuep = lhs;
169 db_expr_t lhs, rhs; local
172 if (!db_mult_expr(&lhs))
195 db_expr_t lhs, rhs; local
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dvint64ops.c129 const vint64 * lhs,
136 res = (lhs->q_s > rhs->q_s)
137 - (lhs->q_s < rhs->q_s);
139 res = (lhs->d_s.hi > rhs->d_s.hi)
140 - (lhs->d_s.hi < rhs->d_s.hi);
142 res = (lhs->D_s.lo > rhs->D_s.lo)
143 - (lhs->D_s.lo < rhs->D_s.lo);
153 const vint64 * lhs,
160 res = (lhs->Q_s > rhs->Q_s)
161 - (lhs
128 icmpv64( const vint64 * lhs, const vint64 * rhs ) argument
152 ucmpv64( const vint64 * lhs, const vint64 * rhs ) argument
175 addv64( const vint64 *lhs, const vint64 *rhs ) argument
194 subv64( const vint64 *lhs, const vint64 *rhs ) argument
213 addv64i32( const vint64 * lhs, int32_t rhs ) argument
232 subv64i32( const vint64 * lhs, int32_t rhs ) argument
251 addv64u32( const vint64 * lhs, uint32_t rhs ) argument
270 subv64u32( const vint64 * lhs, uint32_t rhs ) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtree-stdarg.c120 tree stmt, lhs, orig_lhs; local
135 orig_lhs = lhs = rhs;
136 while (lhs)
138 if (si->offsets[SSA_NAME_VERSION (lhs)] != -1)
146 ret -= counter_val - si->offsets[SSA_NAME_VERSION (lhs)];
150 stmt = SSA_NAME_DEF_STMT (lhs);
153 || TREE_OPERAND (stmt, 0) != lhs)
162 lhs = rhs;
170 lhs = TREE_OPERAND (rhs, 0);
180 lhs
445 check_va_list_escapes(struct stdarg_info *si, tree lhs, tree rhs) argument
527 tree lhs = TREE_OPERAND (stmt, 0); local
753 tree phi, lhs, rhs; local
812 tree lhs = TREE_OPERAND (stmt, 0); local
[all...]
H A Dtree-ssa-dom.c69 tree lhs; member in struct:edge_info
119 /* The value (lhs) of this expression. */
120 tree lhs; member in struct:expr_hash_elt
465 initialize_hash_element (tree expr, tree lhs, struct expr_hash_elt *element) argument
503 element->lhs = lhs;
629 tree lhs = edge_info->lhs; local
633 if (lhs && TREE_CODE (lhs)
669 tree lhs = edge_info->lhs; local
728 tree lhs = PHI_RESULT (phi); local
826 tree lhs = edge_info->lhs; local
1181 tree lhs, rhs, preinc, phi; local
1562 tree lhs = TREE_OPERAND (stmt, 0); local
1926 tree lhs; local
2058 tree lhs = PHI_RESULT (phi); local
2134 propagate_rhs_into_lhs(tree stmt, tree lhs, tree rhs, bitmap interesting_names) argument
2354 tree lhs = get_lhs_or_phi_result (t); local
[all...]
H A Dtree-ssa-structalias.c422 struct constraint_expr lhs; member in struct:constraint
523 new_constraint (const struct constraint_expr lhs, argument
527 ret->lhs = lhs;
537 if (c->lhs.type == ADDRESSOF)
539 else if (c->lhs.type == DEREF)
541 fprintf (file, "%s", get_varinfo_fc (c->lhs.var)->name);
542 if (c->lhs.offset != 0)
543 fprintf (file, " + " HOST_WIDE_INT_PRINT_DEC, c->lhs.offset);
643 if (constraint_expr_less (a->lhs,
991 struct constraint_expr lhs = c->lhs; local
1050 struct constraint_expr lhs; local
1392 unsigned int lhs = find (c->lhs.var); local
1907 struct constraint_expr lhs = c->lhs; local
2275 struct constraint_expr lhs = t->lhs; local
2783 do_simple_structure_copy(const struct constraint_expr lhs, const struct constraint_expr rhs, const unsigned HOST_WIDE_INT size) argument
2821 do_rhs_deref_structure_copy(const struct constraint_expr lhs, const struct constraint_expr rhs, const unsigned HOST_WIDE_INT size) argument
2860 do_lhs_deref_structure_copy(const struct constraint_expr lhs, const struct constraint_expr rhs, const unsigned HOST_WIDE_INT size) argument
2922 struct constraint_expr lhs, rhs, tmp; local
3431 struct constraint_expr lhs ; local
3823 struct constraint_expr lhs, rhs; local
3841 struct constraint_expr lhs; local
4026 struct constraint_expr lhs; local
4272 struct constraint_expr lhs, rhs; local
4638 struct constraint_expr lhs, rhs; local
[all...]
H A Dtree-ssa-copy.c367 tree lhs, rhs; local
376 lhs = TREE_OPERAND (stmt, 0);
395 && TREE_CODE (lhs) == SSA_NAME)
554 tree lhs, rhs; local
557 lhs = TREE_OPERAND (stmt, 0);
564 if (TREE_CODE (lhs) == SSA_NAME)
568 if (!may_propagate_copy (lhs, rhs))
577 *result_p = lhs;
597 changed |= set_copy_of_val (vdef, rhs_val->value, lhs);
768 tree lhs; local
[all...]
H A Dtree-ssa-sink.c145 tree lhs; local
174 lhs = TREE_OPERAND (stmt, 0);
175 if (REFERENCE_CLASS_P (lhs))
176 lhs = get_base_address (lhs);
178 if (lhs == NULL_TREE)
185 else if (DECL_P (lhs))
188 if (is_global_var (lhs))
192 else if (INDIRECT_REF_P (lhs))
194 tree ptr = TREE_OPERAND (lhs,
[all...]
H A Dtree-ssa-forwprop.c608 forward_propagate_addr_into_variable_array_index (tree offset, tree lhs, argument
644 TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (lhs)))))
677 tree lhs, rhs, array_ref; local
681 lhs = TREE_OPERAND (use_stmt, 0);
682 while (TREE_CODE (lhs) == COMPONENT_REF || TREE_CODE (lhs) == ARRAY_REF)
683 lhs = TREE_OPERAND (lhs, 0);
687 if (TREE_CODE (lhs) == INDIRECT_REF && TREE_OPERAND (lhs,
986 tree lhs = TREE_OPERAND (stmt, 0); local
[all...]
H A Dtree-ssa-phiopt.c715 tree lhs, rhs, op0, op1, bound; local
721 lhs = TREE_OPERAND (assign, 0);
732 if (!operand_equal_for_phi_arg_p (lhs, arg_true))
791 if (!operand_equal_for_phi_arg_p (lhs, arg_false))
883 tree rhs, lhs; local
907 lhs = TREE_OPERAND (assign, 0);
916 if (!(lhs == arg0 && rhs == arg1)
917 && !(lhs == arg1 && rhs == arg0))
963 lhs = make_ssa_name (tmp, NULL);
966 lhs
[all...]
H A Dtree-ssa-uncprop.c50 tree lhs; member in struct:edge_equivalency
100 equivalency->lhs = cond;
105 equivalency->lhs = cond;
125 equivalency->lhs = op0;
132 equivalency->lhs = op0;
141 equivalency->lhs = op0;
148 equivalency->lhs = op0;
172 equivalency->lhs = op0;
232 equivalency->lhs = cond;
490 record_equiv (equiv->rhs, equiv->lhs);
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dexpr.c1178 cpp_num lhs, cpp_num rhs, enum cpp_ttype op)
1180 lhs.overflow = false;
1181 lhs.unsignedp = lhs.unsignedp || rhs.unsignedp;
1187 lhs.low &= rhs.low;
1188 lhs.high &= rhs.high;
1192 lhs.low |= rhs.low;
1193 lhs.high |= rhs.high;
1197 lhs.low ^= rhs.low;
1198 lhs
1176 num_bitwise_op(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1205 num_inequality_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1227 num_equality_op(cpp_reader *pfile ATTRIBUTE_UNUSED, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1359 num_binary_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
1425 num_part_mul(cpp_num_part lhs, cpp_num_part rhs) argument
1456 num_mul(cpp_reader *pfile, cpp_num lhs, cpp_num rhs) argument
1506 num_div_op(cpp_reader *pfile, cpp_num lhs, cpp_num rhs, enum cpp_ttype op) argument
[all...]
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c151 /* lhs -- left hand side (operand, of an operation) */
222 static Int decCompare (const decNumber * lhs, const decNumber * rhs);
677 /* lhs is A */
685 decNumberAdd (decNumber * res, const decNumber * lhs, argument
689 decAddOp (res, lhs, rhs, set, 0, &status);
701 /* lhs is A */
708 decNumberCompare (decNumber * res, const decNumber * lhs, argument
712 decCompareOp (res, lhs, rhs, set, COMPARE, &status);
724 /* lhs is A */
731 decNumberDivide (decNumber * res, const decNumber * lhs, argument
754 decNumberDivideInteger(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
777 decNumberMax(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
800 decNumberMin(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
889 decNumberMultiply(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
976 decNumberPower(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1263 decNumberQuantize(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1292 decNumberRescale(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1315 decNumberRemainder(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1338 decNumberRemainderNear(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
1358 decNumberSameQuantum(decNumber * res, const decNumber * lhs, const decNumber * rhs) argument
1796 decNumberSubtract(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
2230 decAddOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uByte negate, uInt * status) argument
2707 decDivideOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
3430 decMultiplyOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uInt * status) argument
3612 decQuantizeOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag quant, uInt * status) argument
3795 decCompareOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag op, uInt * status) argument
3959 decCompare(const decNumber * lhs, const decNumber * rhs) argument
5492 decNaNs(decNumber * res, const decNumber * lhs, const decNumber * rhs, uInt * status) argument
5708 decCheckOperands(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set) argument
[all...]
/freebsd-9.3-release/lib/libc/net/
H A Dhesiod.c69 char *lhs; /* normally ".ns" */ member in struct:hesiod_p
128 if (ctx->lhs)
129 free(ctx->lhs);
148 if (ctx->lhs)
149 free(ctx->lhs);
194 if (ctx->lhs)
195 len += strlen(ctx->lhs) + ((ctx->lhs[0] != '.') ? 1 : 0);
206 /* Only append lhs if it isn't empty. */
207 if (ctx->lhs
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp37 NonLoc lhs, NonLoc rhs, QualType resultTy);
39 Loc lhs, Loc rhs, QualType resultTy);
41 Loc lhs, NonLoc rhs, QualType resultTy);
306 NonLoc lhs, NonLoc rhs,
308 NonLoc InputLHS = lhs;
312 if (lhs == rhs)
331 return evalCastFromNonLoc(lhs, resultTy);
335 switch (lhs.getSubKind()) {
337 return makeSymExprValNN(state, op, lhs, rhs, resultTy);
339 Loc lhsL = lhs
304 evalBinOpNN(ProgramStateRef state, BinaryOperator::Opcode op, NonLoc lhs, NonLoc rhs, QualType resultTy) argument
584 evalBinOpLL(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, Loc rhs, QualType resultTy) argument
858 evalBinOpLN(ProgramStateRef state, BinaryOperator::Opcode op, Loc lhs, NonLoc rhs, QualType resultTy) argument
[all...]
H A DSValBuilder.cpp44 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, argument
49 assert(lhs);
51 return nonloc::SymbolVal(SymMgr.getSymIntExpr(lhs, op, rhs, type));
54 NonLoc SValBuilder::makeNonLoc(const llvm::APSInt& lhs, argument
59 return nonloc::SymbolVal(SymMgr.getIntSymExpr(lhs, op, rhs, type));
62 NonLoc SValBuilder::makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op, argument
64 assert(lhs && rhs);
66 return nonloc::SymbolVal(SymMgr.getSymSymExpr(lhs, op, rhs, type));
334 SVal lhs, SVal rhs, QualType type) {
336 if (lhs
333 evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, SVal lhs, SVal rhs, QualType type) argument
362 evalEQ(ProgramStateRef state, DefinedOrUnknownSVal lhs, DefinedOrUnknownSVal rhs) argument
[all...]
/freebsd-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_aggregate.c72 dt_aggregate_countcmp(int64_t *lhs, int64_t *rhs) argument
74 int64_t lvar = *lhs;
103 dt_aggregate_averagecmp(int64_t *lhs, int64_t *rhs) argument
105 int64_t lavg = lhs[0] ? (lhs[1] / lhs[0]) : 0;
118 dt_aggregate_stddevcmp(int64_t *lhs, int64_t *rhs) argument
120 uint64_t lsd = dt_stddev((uint64_t *)lhs, 1);
185 dt_aggregate_lquantizedcmp(int64_t *lhs, int64_t *rhs) argument
187 long double lsum = dt_aggregate_lquantizedsum(lhs);
263 dt_aggregate_llquantizedcmp(int64_t *lhs, int64_t *rhs) argument
293 dt_aggregate_quantizedcmp(int64_t *lhs, int64_t *rhs) argument
741 dt_aggregate_hashcmp(const void *lhs, const void *rhs) argument
758 dt_aggregate_varcmp(const void *lhs, const void *rhs) argument
777 dt_aggregate_keycmp(const void *lhs, const void *rhs) argument
888 dt_aggregate_valcmp(const void *lhs, const void *rhs) argument
946 dt_aggregate_valkeycmp(const void *lhs, const void *rhs) argument
962 dt_aggregate_keyvarcmp(const void *lhs, const void *rhs) argument
973 dt_aggregate_varkeycmp(const void *lhs, const void *rhs) argument
984 dt_aggregate_valvarcmp(const void *lhs, const void *rhs) argument
995 dt_aggregate_varvalcmp(const void *lhs, const void *rhs) argument
1006 dt_aggregate_keyvarrevcmp(const void *lhs, const void *rhs) argument
1012 dt_aggregate_varkeyrevcmp(const void *lhs, const void *rhs) argument
1018 dt_aggregate_valvarrevcmp(const void *lhs, const void *rhs) argument
1024 dt_aggregate_varvalrevcmp(const void *lhs, const void *rhs) argument
1030 dt_aggregate_bundlecmp(const void *lhs, const void *rhs) argument
[all...]
/freebsd-9.3-release/contrib/file/src/
H A Dsoftmagic.c1209 uint32_t lhs; local
1322 lhs = (p->hs[0] << 8) | p->hs[1];
1326 offset = lhs & off;
1329 offset = lhs | off;
1332 offset = lhs ^ off;
1335 offset = lhs + off;
1338 offset = lhs - off;
1341 offset = lhs * off;
1344 offset = lhs / off;
1347 offset = lhs
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h94 NonLoc lhs, NonLoc rhs, QualType resultTy) = 0;
99 Loc lhs, Loc rhs, QualType resultTy) = 0;
105 Loc lhs, NonLoc rhs, QualType resultTy) = 0;
113 NonLoc lhs, NonLoc rhs, QualType resultTy);
116 SVal lhs, SVal rhs, QualType type);
118 DefinedOrUnknownSVal evalEQ(ProgramStateRef state, DefinedOrUnknownSVal lhs,
276 NonLoc makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op,
280 const SymExpr *lhs, QualType type);
282 NonLoc makeNonLoc(const SymExpr *lhs, BinaryOperator::Opcode op,
H A DSymbolManager.h376 SymIntExpr(const SymExpr *lhs, BinaryOperator::Opcode op, argument
378 : BinarySymExpr(SymIntKind, op, t), LHS(lhs), RHS(rhs) {}
385 static void Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, argument
389 ID.AddPointer(lhs);
411 IntSymExpr(const llvm::APSInt& lhs, BinaryOperator::Opcode op, argument
413 : BinarySymExpr(IntSymKind, op, t), LHS(lhs), RHS(rhs) {}
420 static void Profile(llvm::FoldingSetNodeID& ID, const llvm::APSInt& lhs, argument
424 ID.AddPointer(&lhs);
446 SymSymExpr(const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, argument
448 : BinarySymExpr(SymSymKind, op, t), LHS(lhs), RH
455 Profile(llvm::FoldingSetNodeID& ID, const SymExpr *lhs, BinaryOperator::Opcode op, const SymExpr *rhs, QualType t) argument
532 getSymIntExpr(const SymExpr &lhs, BinaryOperator::Opcode op, const llvm::APSInt& rhs, QualType t) argument
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/
H A Dpod_char_traits.h79 operator==(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
80 { return lhs.value == rhs.value; }
84 operator<(const character<V, I, S>& lhs, const character<V, I, S>& rhs) argument
85 { return lhs.value < rhs.value; }
/freebsd-9.3-release/contrib/gdb/gdb/
H A Darch-utils.h59 extern int core_addr_lessthan (CORE_ADDR lhs, CORE_ADDR rhs);
60 extern int core_addr_greaterthan (CORE_ADDR lhs, CORE_ADDR rhs);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManagerInternals.h63 inline bool operator<(const LineEntry &lhs, const LineEntry &rhs) { argument
65 return lhs.FileOffset < rhs.FileOffset;
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocOverflowSecurityChecker.cpp81 const Expr *lhs = binop->getLHS(); local
84 e = lhs;
86 && lhs->isEvaluatable(Context))
161 const Expr * lhs = E->getLHS(); local
165 if (!isIntZeroExpr(lhs) && ! isIntZeroExpr(rhs)) {
166 CheckExpr(lhs);

Completed in 191 milliseconds

12345