| /linux/tools/verification/rvgen/rvgen/ |
| H A D | ltl2ba.py | 116 def negate(self): member in ASTNode 117 self.op = self.op.negate() 156 def negate(self): member in BinaryOp 179 def negate(self): member in AndOp 180 return OrOp(self.left.negate(), self.right.negate()) 203 def negate(self): member in OrOp 204 return AndOp(self.left.negate(), self.right.negate()) 229 def negate(self): member in UntilOp 230 return VOp(self.left.negate(), self.right.negate()) 251 def negate(self): member in VOp [all …]
|
| /linux/Documentation/kbuild/ |
| H A D | Kconfig.recursion-issue-02 | 10 # of the recursive limitation is that drivers cannot negate features from other 30 # other bells in the system cannot negate. The reason for this issue is
|
| /linux/kernel/debug/ |
| H A D | gdbstub.c | 295 int negate = 0; in kgdb_hex2long() local 300 negate = 1; in kgdb_hex2long() 313 if (negate) in kgdb_hex2long()
|
| /linux/arch/arm/vfp/ |
| H A D | vfpdouble.c | 851 vfp_double_multiply_accumulate(int dd, int dn, int dm, u32 fpscr, u32 negate, char *func) in vfp_double_multiply_accumulate() argument 865 if (negate & NEG_MULTIPLY) in vfp_double_multiply_accumulate() 871 if (negate & NEG_SUBTRACT) in vfp_double_multiply_accumulate()
|
| H A D | vfpsingle.c | 895 vfp_single_multiply_accumulate(int sd, int sn, s32 m, u32 fpscr, u32 negate, char *func) in vfp_single_multiply_accumulate() argument 912 if (negate & NEG_MULTIPLY) in vfp_single_multiply_accumulate() 920 if (negate & NEG_SUBTRACT) in vfp_single_multiply_accumulate()
|
| /linux/arch/sparc/kernel/ |
| H A D | etrap_32.S | 164 orn %g0, %t_twinmask, %g1 ! negate trap win mask into %g1
|
| /linux/Documentation/process/ |
| H A D | kernel-driver-statement.rst | 13 the greater Linux ecosystem. Such modules negate the openness,
|
| /linux/drivers/iio/addac/ |
| H A D | ad74115.c | 237 bool negate; member 274 .negate = true, \ 1485 if (prop->negate) in ad74115_apply_fw_prop()
|
| /linux/lib/ |
| H A D | vsprintf.c | 3570 bool negate = (*fmt == '^'); in vsscanf() local 3576 if (negate) in vsscanf() 3587 if (negate) { in vsscanf()
|
| /linux/LICENSES/dual/ |
| H A D | copyleft-next-0.3.1 | 95 negate the other conditions of this License, if applicable to the Patch.
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/ |
| H A D | g98.fuc0s | 405 // and negate or not, depending on mode
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | localio.rst | 128 whenever possible, otherwise it could reduce or even negate the
|
| /linux/arch/m68k/fpsp040/ |
| H A D | res_func.S | 467 | Inst is fneg. Execute the negate value function on the input.
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 2314 An exclamation mark can be prefixed to a flag name to negate the flag.
|