Searched refs:ov (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/fs/procfs/
H A Dprocfs_osrel.c45 int ov, osrel, i; local
60 ov = osrel * 10 + *pp++ - '0';
61 if (ov < osrel)
63 osrel = ov;
/freebsd-9.3-release/contrib/libucl/src/
H A Ducl_util.c135 if (obj->value.ov != NULL) {
136 ucl_hash_destroy (obj->value.ov, (ucl_hash_free_func *)ucl_object_unref);
1059 if (top->value.ov == NULL) {
1060 top->value.ov = ucl_hash_create ();
1081 found = ucl_hash_search_obj (top->value.ov, elt);
1084 top->value.ov = ucl_hash_insert_object (top->value.ov, elt);
1089 ucl_hash_delete (top->value.ov, found);
1091 top->value.ov = ucl_hash_insert_object (top->value.ov, el
[all...]
H A Ducl_emitter.c154 while ((cur = ucl_hash_iterate (obj->value.ov, &it))) {
358 while ((cur = ucl_hash_iterate (obj->value.ov, &it))) {
526 while ((cur = ucl_hash_iterate (obj->value.ov, &it))) {
H A Ducl_parser.c533 obj->value.ov = ucl_hash_create ();
1089 container = parser->stack->obj->value.ov;
1106 parser->stack->obj->value.ov = container;
/freebsd-9.3-release/contrib/libucl/utils/
H A Dobjdump.c55 printf ("%svalue: %p\n", pre, obj->value.ov);
/freebsd-9.3-release/contrib/groff/src/devices/grodvi/
H A Ddvi.cpp650 int ov = env->vpos; local
652 ov += dv;
659 moveto(oh, ov);
872 int ov = env->vpos; local
874 ov += dv;
881 moveto(oh, ov);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.h677 OpaqueValueMappingData(const OpaqueValueExpr *ov, argument
679 : OpaqueValue(ov), BoundLValue(boundLValue) {}
695 const OpaqueValueExpr *ov,
697 if (shouldBindAsLValue(ov))
698 return bind(CGF, ov, CGF.EmitLValue(e));
699 return bind(CGF, ov, CGF.EmitAnyExpr(e));
703 const OpaqueValueExpr *ov,
705 assert(shouldBindAsLValue(ov));
706 CGF.OpaqueLValues.insert(std::make_pair(ov, lv));
707 return OpaqueValueMappingData(ov, tru
694 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const Expr *e) argument
702 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const LValue &lv) argument
710 bind(CodeGenFunction &CGF, const OpaqueValueExpr *ov, const RValue &rv) argument
[all...]
H A DCGExpr.cpp3291 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
3297 if (ov == resultExpr && ov->isRValue() && !forLValue &&
3298 CodeGenFunction::hasAggregateEvaluationKind(ov->getType())) {
3299 CGF.EmitAggExpr(ov->getSourceExpr(), slot);
3301 LValue LV = CGF.MakeAddrLValue(slot.getAddr(), ov->getType());
3302 opaqueData = OVMA::bind(CGF, ov, LV);
3307 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
3310 if (ov
[all...]
H A DCGObjC.cpp2509 if (const OpaqueValueExpr *ov = dyn_cast<OpaqueValueExpr>(semantic)) {
2515 if (ov == resultExpr) {
2516 assert(!OVMA::shouldBindAsLValue(ov));
2517 result = tryEmitARCRetainScalarExpr(CGF, ov->getSourceExpr());
2518 opaqueData = OVMA::bind(CGF, ov, RValue::get(result.getPointer()));
2522 opaqueData = OVMA::bind(CGF, ov, ov->getSourceExpr());
/freebsd-9.3-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c200 const tOptionValue * ov = *(poptv++); local
201 const tOptionValue * rv = optionGetValue(ov, name);
207 res = ov;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_norm.c1653 u_int16_t ov, nv; local
1655 ov = *(u_int16_t *)(&th->th_ack + 1);
1660 th->th_sum = pf_proto_cksum_fixup(m, th->th_sum, ov, nv, 0);
2331 u_int16_t ov, nv;
2333 ov = *(u_int16_t *)h;
2337 h->ip_sum = pf_cksum_fixup(h->ip_sum, ov, nv, 0);
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c688 char *ov = 0; local
704 ov = getenv ("MUDFLAP_OPTIONS");
705 if (ov)
707 int rc = __mfu_set_options (ov);
/freebsd-9.3-release/contrib/libucl/include/
H A Ducl.h182 void *ov; /**< Object */ member in union:ucl_object_s::__anon1845
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1855 int ov; local
1892 ov = 1;
1894 (char*)&ov, sizeof(ov));
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dieee.c2307 bfd_signed_vma ov;
2311 ov = bfd_get_signed_32 (abfd,
2316 ov = bfd_get_signed_16 (abfd,
2321 ov = bfd_get_signed_8 (abfd,
2326 ov = 0;
2331 ov &= r->howto->src_mask;
2335 ov += r->address;
2343 if (! ieee_write_expression (abfd, r->addend + ov,
2351 if (! ieee_write_expression (abfd, r->addend + ov,
2304 bfd_signed_vma ov; local

Completed in 1512 milliseconds