| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/ |
| H A D | predicates.hpp | 370 template <typename Fun, bool Negated> inline 371 satisfies<Fun, !Negated> 372 operator!(satisfies<Fun, Negated> const& p) in operator !() 374 return satisfies<Fun, !Negated>(p); in operator !() 377 template <typename Geometry, typename Tag, bool Negated> inline 378 spatial_predicate<Geometry, Tag, !Negated> 379 operator!(spatial_predicate<Geometry, Tag, Negated> const& p) in operator !() 381 return spatial_predicate<Geometry, Tag, !Negated>(p.geometry); in operator !()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | amplc_dio200_pci.c | 128 * 6. /GAT n, negated version of the counter channel's dedicated 129 * GAT input (negated version of gate source 2). 131 * (negated version of gate source 3). 137 * 11. Negated "pattern present" signal, LOW while pattern present 138 * (negated version of gate source 8). 139 * 12. Negated "pattern occurred" latched signal, latches LOW when 140 * pattern occurs (negated version of gate source 9). 141 * 13. Negated "pattern gone away" latched signal, latches LOW when 142 * pattern goes away after it occurred (negated version of gate
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | predicates.hpp | 45 template <typename Fun, bool Negated> 67 template <typename Geometry, typename Tag, bool Negated> 251 // negated spatial predicate 290 template <typename Fun, bool Negated> 291 struct predicate_check<predicates::satisfies<Fun, Negated>, bounds_tag> 294 static bool apply(predicates::satisfies<Fun, Negated> const&, Value const&, Box const&) in apply() 302 // NOT NEGATED 366 // NEGATED 378 // negated spatial predicate - default 391 // negated spatial predicate - contains [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_osk_bitops.h | 48 u32 negated; in _mali_internal_find_first_zero_bit() local 58 negated = (u32) - inverted ; /* -a == ~a + 1 (mod 2^n) for n-bit numbers */ in _mali_internal_find_first_zero_bit() 59 /* negated = xxx...x1000...0 */ in _mali_internal_find_first_zero_bit() 61 isolated = negated & inverted ; /* xxx...x1000...0 & zzz...z1000...0, zs are ~xs */ in _mali_internal_find_first_zero_bit()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | elf.h | 69 negated static TLS block offset. */ 71 negated static TLS block offset. */ 73 negated static TLS block offset. */ 74 #define R_390_TLS_LE32 50 /* 32 bit negated offset relative to 76 #define R_390_TLS_LE64 51 /* 64 bit negated offset relative to
|
| /OK3568_Linux_fs/kernel/fs/ceph/ |
| H A D | super.c | 372 if (!result.negated) in ceph_parse_mount_param() 378 if (!result.negated) in ceph_parse_mount_param() 384 if (!result.negated) in ceph_parse_mount_param() 390 if (!result.negated) in ceph_parse_mount_param() 396 if (!result.negated) in ceph_parse_mount_param() 406 if (result.negated) { in ceph_parse_mount_param() 418 if (!result.negated) in ceph_parse_mount_param() 424 if (!result.negated) in ceph_parse_mount_param() 430 if (!result.negated) in ceph_parse_mount_param() 436 if (!result.negated) in ceph_parse_mount_param() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | fs_parser.c | 56 struct fs_parameter *param, bool *negated) in fs_lookup_key() argument 62 *negated = false; in fs_lookup_key() 77 *negated = true; in fs_lookup_key() 112 p = fs_lookup_key(desc, param, &result->negated); in __fs_parse() 126 result->boolean = !result->negated; in __fs_parse()
|
| /OK3568_Linux_fs/kernel/drivers/media/rc/ |
| H A D | ir-spi.c | 23 bool negated; member 102 if (idata->negated) { in ir_spi_set_duty_cycle() 138 idata->negated = of_property_read_bool(spi->dev.of_node, in ir_spi_probe()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | fs_context.c | 476 if (result.negated) in nfs_fs_context_parse_param() 482 if (result.negated) in nfs_fs_context_parse_param() 488 if (result.negated) in nfs_fs_context_parse_param() 494 if (result.negated) in nfs_fs_context_parse_param() 500 if (result.negated) { in nfs_fs_context_parse_param() 522 if (result.negated) in nfs_fs_context_parse_param() 528 if (result.negated) in nfs_fs_context_parse_param() 534 if (result.negated) in nfs_fs_context_parse_param() 540 if (result.negated) in nfs_fs_context_parse_param() 546 if (result.negated) in nfs_fs_context_parse_param() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/kbuild/ |
| H A D | Kconfig.recursion-issue-02 | 15 # annotate this, all features that driver A selects cannot now be negated by 21 # negated by other drivers.
|
| /OK3568_Linux_fs/kernel/drivers/virt/vboxguest/ |
| H A D | vboxguest_linux.c | 85 * Return: 0 on success, negated errno on failure. 98 * Return: 0 on success, negated errno on failure. 224 * Return: 0 on success, negated errno on failure. 276 * Return: 0 on success, negated errno on failure.
|
| /OK3568_Linux_fs/kernel/Documentation/arm/nwfpe/ |
| H A D | netwinder-fpe.rst | 70 CNF{cond} Fn, Fm Compare negated floating 71 CNFE{cond} Fn, Fm Compare negated floating with exception 108 MNF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move negated
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-picolcd_cir.c | 49 * with value negated for pulse. Intervals are in microseconds. in picolcd_raw_cir() 51 * Note: some userspace LIRC code for PicoLCD says negated values in picolcd_raw_cir()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | ceph_common.c | 538 if (!result.negated) in ceph_parse_param() 544 if (!result.negated) in ceph_parse_param() 550 if (!result.negated) in ceph_parse_param() 556 if (!result.negated) in ceph_parse_param() 562 if (!result.negated) in ceph_parse_param()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch | 240 + "error: encodings can't be negated")); 276 + "error: encodings can't be negated")); 340 + "error: encodings can't be negated")); 376 + "error: encodings can't be negated"));
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pci/ |
| H A D | pci-msi.txt | 168 * negated. 211 * RID, but the high bit of the bus number is negated.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/leds/irled/ |
| H A D | spi-ir-led.txt | 14 negated with a NOT gate.
|
| /OK3568_Linux_fs/kernel/arch/mips/math-emu/ |
| H A D | dp_fint.c | 30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754dp_fint()
|
| H A D | dp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754dp_flong()
|
| H A D | sp_fint.c | 30 xm = ((unsigned) 1 << 31); /* max neg can't be safely negated */ in ieee754sp_fint()
|
| H A D | sp_flong.c | 30 xm = (1ULL << 63); /* max neg can't be safely negated */ in ieee754sp_flong()
|
| /OK3568_Linux_fs/kernel/include/linux/input/ |
| H A D | kxtj9.h | 25 * Each axis can be negated to account for sensor orientation within
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/dec/vp9/ |
| H A D | vpx_rac.h | 40 int bits; /* stored negated (i.e. negative "bits" is a positive number of
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | s390-Operand-Modifier.html | 134 is added to the static TLS block and the negated offset to the symbol 140 fields. The symbol is added to the static TLS block and the negated offset
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | s390-Operand-Modifier.html | 134 is added to the static TLS block and the negated offset to the symbol 140 fields. The symbol is added to the static TLS block and the negated offset
|