HomeSort by: relevance | last modified time | path
    Searched refs:negate (Results 1 - 25 of 88) sorted by relevancy

1 2 3 4

  /src/sys/dev/raidframe/
rf_utils.c 114 int val = 0, negate = 0; local in function:rf_atoi
117 negate = 1;
122 return ((negate) ? -val : val);
rf_utils.c 114 int val = 0, negate = 0; local in function:rf_atoi
117 negate = 1;
122 return ((negate) ? -val : val);
rf_utils.c 114 int val = 0, negate = 0; local in function:rf_atoi
117 negate = 1;
122 return ((negate) ? -val : val);
rf_utils.c 114 int val = 0, negate = 0; local in function:rf_atoi
117 negate = 1;
122 return ((negate) ? -val : val);
  /src/usr.bin/sort/
fields.c 260 u_char negate; local in function:number
263 negate = 0xff;
265 negate = 0;
276 negate ^= 0xff;
313 *pos++ = negate ^ exponent;
329 *pos++ = negate ^ (t + 0xc0);
332 *pos++ = negate ^ (exponent >> (c * 8));
360 *pos++ = negate ^ (val + 0x40);
366 *last_nz_pos++ = negate;
fields.c 260 u_char negate; local in function:number
263 negate = 0xff;
265 negate = 0;
276 negate ^= 0xff;
313 *pos++ = negate ^ exponent;
329 *pos++ = negate ^ (t + 0xc0);
332 *pos++ = negate ^ (exponent >> (c * 8));
360 *pos++ = negate ^ (val + 0x40);
366 *last_nz_pos++ = negate;
fields.c 260 u_char negate; local in function:number
263 negate = 0xff;
265 negate = 0;
276 negate ^= 0xff;
313 *pos++ = negate ^ exponent;
329 *pos++ = negate ^ (t + 0xc0);
332 *pos++ = negate ^ (exponent >> (c * 8));
360 *pos++ = negate ^ (val + 0x40);
366 *last_nz_pos++ = negate;
fields.c 260 u_char negate; local in function:number
263 negate = 0xff;
265 negate = 0;
276 negate ^= 0xff;
313 *pos++ = negate ^ exponent;
329 *pos++ = negate ^ (t + 0xc0);
332 *pos++ = negate ^ (exponent >> (c * 8));
360 *pos++ = negate ^ (val + 0x40);
366 *last_nz_pos++ = negate;
  /src/lib/libc/arch/mips/gen/
modf.S 65 bc1f 2f # No -> will have to negate result
69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
modf.S 65 bc1f 2f # No -> will have to negate result
69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
modf.S 65 bc1f 2f # No -> will have to negate result
69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
modf.S 65 bc1f 2f # No -> will have to negate result
69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
  /src/lib/libc/gen/
fnmatch.c 76 int negate, ok, need; local in function:rangematch
88 if ((negate = (*pattern == '!' || *pattern == '^')) != 0)
113 return ok == negate ? NULL : pattern;
fnmatch.c 76 int negate, ok, need; local in function:rangematch
88 if ((negate = (*pattern == '!' || *pattern == '^')) != 0)
113 return ok == negate ? NULL : pattern;
fnmatch.c 76 int negate, ok, need; local in function:rangematch
88 if ((negate = (*pattern == '!' || *pattern == '^')) != 0)
113 return ok == negate ? NULL : pattern;
fnmatch.c 76 int negate, ok, need; local in function:rangematch
88 if ((negate = (*pattern == '!' || *pattern == '^')) != 0)
113 return ok == negate ? NULL : pattern;
  /src/sys/lib/libkern/arch/m68k/
divsi3.S 68 .Lret: negl %d0 | negate quotient
modsi3.S 73 negl %d1 | negate modulus
divsi3.S 68 .Lret: negl %d0 | negate quotient
modsi3.S 73 negl %d1 | negate modulus
divsi3.S 68 .Lret: negl %d0 | negate quotient
modsi3.S 73 negl %d1 | negate modulus
  /src/usr.bin/dc/
bcode.h 94 void negate(struct number *);
bcode.h 94 void negate(struct number *);
bcode.h 94 void negate(struct number *);

Completed in 181 milliseconds

1 2 3 4