Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 30) sorted by relevance

12

/mirbsd/src/sys/dev/raidframe/
Drf_utils.c125 int val = 0, negate = 0; in rf_atoi() local
128 negate = 1; in rf_atoi()
133 return ((negate) ? -val : val); in rf_atoi()
/mirbsd/src/usr.sbin/httpd/src/ap/
Dap_fnmatch.c141 int negate, ok; in rangematch() local
151 if ((negate = (*pattern == '!' || *pattern == '^'))) in rangematch()
176 return (ok == negate ? NULL : pattern); in rangematch()
/mirbsd/src/lib/libc/gen/
Dfnmatch.c156 int negate, ok; in rangematch() local
166 if ((negate = (*pattern == '!' || *pattern == '^'))) in rangematch()
204 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
/mirbsd/src/usr.bin/top/
Dcommands.c390 char negate; in renice_procs() local
397 if ((negate = (*str == '-')) != 0) { in renice_procs()
405 if (negate) in renice_procs()
/mirbsd/src/gnu/usr.bin/perl/t/op/
Dattrs.t166 foreach my $negate ('', '-') {
168 my $attribute = $negate . $attr;
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dparse.c446 int negate = 0; in write_dollar_variable() local
452 negate = 1; in write_dollar_variable()
458 i = -negate; in write_dollar_variable()
467 i = atoi (str.ptr + 1 + negate); in write_dollar_variable()
468 if (negate) in write_dollar_variable()
/mirbsd/src/bin/pax/
Dpat_rep.c564 int negate; in range_match() local
567 if ((negate = (*pattern == '!')) != 0) in range_match()
585 return (ok == negate ? NULL : pattern); in range_match()
/mirbsd/src/usr.bin/dc/
Dbcode.h94 void negate(struct number *);
Dinout.c246 negate(n); in readnumber()
Dbcode.c437 negate(struct number *n) in negate() function
1204 negate(p); in bexp()
/mirbsd/src/gnu/usr.bin/binutils/bfd/
Dcpu-ia64-opc.c385 int negate; in ext_inc3() local
388 negate = val & 0x4; in ext_inc3()
396 if (negate) in ext_inc3()
/mirbsd/src/lib/libssl/src/ssl/
Dssltest.c1710 int negate = 0; in process_proxy_cond_val() local
1725 negate = !negate; in process_proxy_cond_val()
1774 if (ok >= 0 && negate) in process_proxy_cond_val()
/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dmain.c182 bool forged, negate; local
1001 negate = optarg[0] == '!';
1002 if (negate)
1011 if (negate)
1029 new->queue_negate = negate;
1037 new->queue_negate = negate;
1045 new->queue_negate = negate;
1059 new->queue_negate = negate;
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlcheat.pod52 \z string end \S, \W and \D negate
Dperlunicode.pod688 Something to negate, prefixed "!": an existing character
Dperlre.pod344 You can negate the [::] character classes by prefixing the class name
Dperlretut.pod1786 character classes. To negate a POSIX class, put a C<^> in front of
/mirbsd/src/gnu/usr.bin/perl/
Dopcode.pl587 negate negation (-) ck_null Ifst1 S
DChanges1916 Add t/op/negate.t to MANIFEST.
1918 +> t/op/negate.t
/mirbsd/src/gnu/usr.bin/perl/ext/B/ramblings/
Druntime.porting101 negate 10 3
/mirbsd/src/gnu/usr.bin/perl/lib/Math/
DComplex.pm83 'neg' => \&negate,
539 sub negate { subroutine
/mirbsd/src/gnu/usr.bin/binutils/cpu/
Dsh64-media.cpu605 (dshmi fnegd "Floating point negate (double)"
611 (dshmi fnegs "Floating point negate (single)"
Dsh64-compact.cpu833 (dshci fneg "Floating point negate"
Dfrv.cpu7173 …9 OPE1_03 ((FR550-MAJOR F-2) (MACH simple,tomcat,fr500,fr550,frv)) "Floating point negate, single")
7174 (floating-point-neg fnegd FRdoublej FRdoublek OP_7A OPE1_03 ((MACH frv)) "Floating point negate, do…
7177 "Floating point dual negate, single"
7188 "Conditional floating point negate, single"
/mirbsd/src/lib/libssl/src/crypto/bn/asm/
Dvms.mar291 mnegl r2,r2 ; if q < 0, negate it

12