Searched refs:neg (Results 76 - 100 of 245) sorted by relevance

12345678910

/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Duserdef.cc221 A1 neg(0,0);
222 neg.x = -x;
223 neg.y = -y;
225 return (neg);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/hexagon/
H A Ddivdi3.S75 r3:2 = neg(r1:0)
H A Dmoddi3.S73 r1:0 = neg(r3:2)
H A Dmodsi3.S59 r0 = neg(r0)
H A Ddivsi3.S77 r0 = neg(r0)
/openbsd-current/lib/libcrypto/bn/
H A Dbn_mont.c197 mont->N.neg = 0;
368 BN_set_negative(r, a->neg ^ n->neg);
512 BN_set_negative(r, a->neg ^ b->neg);
561 BN_set_negative(r, a->neg ^ b->neg);
/openbsd-current/usr.sbin/unbound/services/cache/
H A Ddns.c302 struct msgreply_entry* neg; local
318 neg = msg_cache_lookup(env, ns->name, ns->namelen,
320 if(neg) {
321 delegpt_add_neg_msg(dp, neg);
322 lock_rw_unlock(&neg->entry.lock);
338 neg = msg_cache_lookup(env, ns->name, ns->namelen,
340 if(neg) {
341 delegpt_add_neg_msg(dp, neg);
342 lock_rw_unlock(&neg->entry.lock);
355 struct msgreply_entry* neg; local
[all...]
/openbsd-current/sbin/unwind/libunbound/services/cache/
H A Ddns.c302 struct msgreply_entry* neg; local
318 neg = msg_cache_lookup(env, ns->name, ns->namelen,
320 if(neg) {
321 delegpt_add_neg_msg(dp, neg);
322 lock_rw_unlock(&neg->entry.lock);
338 neg = msg_cache_lookup(env, ns->name, ns->namelen,
340 if(neg) {
341 delegpt_add_neg_msg(dp, neg);
342 lock_rw_unlock(&neg->entry.lock);
355 struct msgreply_entry* neg; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/score/
H A Dmul-div.S171 neg a0, a0
175 neg a1, a1
188 neg r4, r4
363 neg a0, a0
367 neg a1, a1
384 neg r4, r4
/openbsd-current/gnu/gcc/gcc/config/sh/
H A Dlinux-atomic.asm130 ATOMIC_FETCH_AND_COMBOP(sub,sub,neg,1,b)
131 ATOMIC_FETCH_AND_COMBOP(sub,sub,neg,2,w)
132 ATOMIC_FETCH_AND_COMBOP(sub,sub,neg,4,l)
/openbsd-current/usr.sbin/bgpd/
H A Dsession.c923 if (peer->capa.neg.grestart.restart == 2 &&
942 peer->capa.neg.grestart.restart == 2) {
1052 p->capa.neg.grestart.restart == 2) {
1528 if (p->capa.neg.grestart.flags[i] & CAPA_GR_RESTARTING)
1775 if (!(p->capa.neg.refresh || p->capa.neg.enhanced_rr))
1779 if (p->capa.neg.mp[i] != 0)
1801 if (!p->capa.neg.enhanced_rr)
1845 p->capa.neg.grestart.timeout);
1848 if (p->capa.neg
[all...]
/openbsd-current/gnu/usr.bin/perl/regen/
H A Doverload.pl144 neg (neg
/openbsd-current/gnu/usr.bin/perl/
H A Doverload.inc117 "(neg", /* neg */
/openbsd-current/usr.bin/sort/
H A Dcoll.h43 bool neg; member in struct:n_hint
/openbsd-current/usr.bin/less/
H A Doption.c620 int neg; local
623 neg = FALSE;
625 neg = TRUE;
637 if (neg)
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dd10v-dis.c157 int neg = 0; local
162 neg = 1;
169 if (neg)
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dd10v-dis.c114 int neg = 0; local
120 neg = 1;
127 if (neg)
/openbsd-current/lib/libc/arch/mips64/gen/
H A Dldexp.S147 neg.d $f0, $f0 # negate result
153 neg.d $f0, $f0 # negate result
160 neg.d $f0, $f0 # result is negative infinity
/openbsd-current/usr.sbin/bgpctl/
H A Doutput.c358 if (p->capa.neg.mp[i])
360 if (p->capa.neg.add_path[i])
363 if (hascapamp || hascapaap || p->capa.neg.grestart.restart ||
364 p->capa.neg.refresh || p->capa.neg.enhanced_rr ||
365 p->capa.neg.as4byte || p->capa.neg.policy) {
368 show_neighbor_capa_mp(&p->capa.neg);
369 if (p->capa.neg.as4byte)
371 if (p->capa.neg
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp220 static void neg(uint64_t &Value) { Value *= -1; } function in namespace:adjust::ldi
306 adjust::ldi::neg(Value);
314 adjust::ldi::neg(Value);
322 adjust::ldi::neg(Value);
326 adjust::ldi::neg(Value);
/openbsd-current/sbin/pfctl/
H A Dpfctl_optimize.c174 PF_RULE_FIELD(src.neg, NOMERGE),
175 PF_RULE_FIELD(dst.neg, NOMERGE),
1038 if (a->dst.neg != b->dst.neg ||
1110 if (a->src.neg != b->src.neg ||
1336 if (a->neg != b->neg)
1351 if (a->neg != b->neg ||
[all...]
/openbsd-current/usr.sbin/unbound/iterator/
H A Diter_utils.c1170 struct ub_packed_rrset_key* neg; local
1178 neg = (struct ub_packed_rrset_key*)regional_alloc(env->scratch,
1180 if(!neg) {
1184 memset(&neg->entry, 0, sizeof(neg->entry));
1185 neg->entry.key = neg;
1186 neg->rk.type = htons(qinfo->qtype);
1187 neg->rk.rrset_class = htons(qinfo->qclass);
1188 neg
[all...]
/openbsd-current/sbin/unwind/libunbound/iterator/
H A Diter_utils.c1170 struct ub_packed_rrset_key* neg; local
1178 neg = (struct ub_packed_rrset_key*)regional_alloc(env->scratch,
1180 if(!neg) {
1184 memset(&neg->entry, 0, sizeof(neg->entry));
1185 neg->entry.key = neg;
1186 neg->rk.type = htons(qinfo->qtype);
1187 neg->rk.rrset_class = htons(qinfo->qclass);
1188 neg
[all...]
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Dieee754-sf.S340 neg a9, a9
395 neg a9, a9
802 neg a8, a8
1058 neg a8, a8
1341 neg a2, a5
1397 neg xl, xl
1398 neg xh, xh
1464 neg a2, a5
1533 neg xl, xl
1534 neg x
[all...]
/openbsd-current/sys/dev/fdt/
H A Dvirtio_mmio.c357 uint64_t host, neg; local
387 neg = host & vsc->sc_driver_features;
390 virtio_log_features(host, neg, guest_feature_names);
395 VIRTIO_MMIO_GUEST_FEATURES, neg);
396 vsc->sc_active_features = neg;
397 if (neg & VIRTIO_F_RING_INDIRECT_DESC)

Completed in 408 milliseconds

12345678910