| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | viafb.modes | 92 # Polarity positive positive 113 # Polarity positive positive 134 # Polarity positive positive 155 # Polarity positive positive 176 # Polarity positive positive 197 # Polarity positive positive 219 # Polarity positive positive 241 # Polarity positive positive 263 # Polarity positive positive 285 # Polarity positive positive [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/char/ |
| H A D | char_parser.hpp | 91 : positive(positive_) {} in negated_char_parser() 96 return !positive.test(ch, context); in test() 102 return info("not", positive.what(context)); in what() 105 Positive positive; member 117 result_type operator()(Positive const& positive) const in operator ()() 119 return result_type(positive); in operator ()() 129 return ncp.positive; in operator ()()
|
| /OK3568_Linux_fs/buildroot/package/unscd/ |
| H A D | nscd.conf | 9 positive-time-to-live passwd 600 15 positive-time-to-live group 3600 28 positive-time-to-live hosts 3600
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 32 to positive on the right, (y) from negative on the bottom to positive on top 33 and (z) depth to be negative under the screen and positive in front of it, 77 If the device is tilted to the left, you get a positive x value. If you point 96 ground plane and positive towards magnetic North, (x) is in the ground plane, 97 perpendicular to the North axis and positive towards the East and (z) is 98 perpendicular to the ground plane and positive upwards. 126 defines a positive y value. 133 along the (z) axis if rotated clockwise, and a positive value if rotated
|
| /OK3568_Linux_fs/kernel/Documentation/hwmon/ |
| H A D | pcf8591.rst | 37 Pins AIN0 to AIN2 are positive differential inputs for channels 0 to 2 41 Pins AIN2 is the positive differential input for channel 3 45 Pins AIN0 is the positive differential input for channel 0 47 Pins AIN2 is the positive differential input for channel 1
|
| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | util.S | 206 leal EXT_PLRG,%a1 |answer is large positive number 216 leal EXT_PINF,%a1 |answer is positive infinity 237 leal DBL_PLRG,%a1 |answer is large positive number 247 leal EXT_PINF,%a1 |answer is positive infinity 268 leal SGL_PLRG,%a1 |answer is large positive number 278 leal EXT_PINF,%a1 |answer is positive infinity 537 leal EXT_PZRO,%a1 |answer is positive zero 548 leal EXT_PSML,%a1 |answer is positive smallest denorm 569 leal DBL_PZRO,%a1 |answer is positive zero 601 leal SGL_PZRO,%a1 |answer is positive zero [all …]
|
| /OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0005-Disable-spurious-Wstringop-overflow-for-setjmp-longj.patch | 11 positive, because setjmp and longjmp do not access anything (the 50 + the saved signal mask), so that is a false positive. */ 79 + the saved signal mask), so that is a false positive. */ 108 + the saved signal mask), so that is a false positive. */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/netcat/netcat/ |
| H A D | make-netcat_flag_count_work.patch | 1 Make netcat_flag_count() return positive value 10 to make netcat_flag_count return positive value.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tar/tar/ |
| H A D | CVE-2022-48303.patch | 33 - else if (*where == '\200' /* positive base-256 */ 36 + && (*where == '\200' /* positive base-256 */
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/frequency/ |
| H A D | adf4350.txt | 22 - adi,phase-detector-polarity-positive-enable: Enables positive phase 82 adi,phase-detector-polarity-positive-enable;
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/adc/ |
| H A D | adc.txt | 10 - vdd-polarity-negative: positive reference Voltage has a negative polarity 20 - vdd-microvolts: positive reference Voltage value [uV]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-trigger-sysfs | 28 In order to achieve this, one should write a positive integer 39 achieve this, one should write a positive integer into the
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/microchip/ |
| H A D | lan743x_ptp.c | 328 bool positive = true; in lan743x_ptpci_adjfine() local 337 positive = true; in lan743x_ptpci_adjfine() 340 positive = false; in lan743x_ptpci_adjfine() 345 if (positive) in lan743x_ptpci_adjfine() 361 bool positive = true; in lan743x_ptpci_adjfreq() local 371 positive = true; in lan743x_ptpci_adjfreq() 374 positive = false; in lan743x_ptpci_adjfreq() 379 if (positive) in lan743x_ptpci_adjfreq()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/ |
| H A D | adc.txt | 6 specifies the positive input pin, the second value the negative
|
| /OK3568_Linux_fs/buildroot/support/kconfig/patches/ |
| H A D | series | 12 21-Avoid-false-positive-matches-from-comment-lines.patch
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/opp/ |
| H A D | qcom-opp.txt | 16 - qcom,opp-fuse-level: A positive value representing the fuse corner/level
|
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | namei.c | 1139 bool positive = false; in ovl_lower_positive() local 1155 for (i = 0; !done && !positive && i < poe->numlower; i++) { in ovl_lower_positive() 1172 positive = true; in ovl_lower_positive() 1176 positive = !ovl_is_whiteout(this); in ovl_lower_positive() 1183 return positive; in ovl_lower_positive()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/ |
| H A D | 00_man_quoting.diff | 23 -A positive IDENT lookup result (the client matches `KNOWN@host') is 24 +A positive IDENT lookup result (the client matches `KNOWN@host\') is
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | lg_UG | 81 % No sign in front of positive money values. 95 % The "0" means that the "/-" comes after positive monetary 100 % the "/-" sign for positive monetary values.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | lg_UG | 81 % No sign in front of positive money values. 95 % The "0" means that the "/-" comes after positive monetary 100 % the "/-" sign for positive monetary values.
|
| /OK3568_Linux_fs/buildroot/package/libglib2/ |
| H A D | 0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch | 6 This warning is a false positive on older versions of gcc.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pam/libpam/pam.d/ |
| H A D | common-session | 14 # prime the stack with a positive return value if there isn't one already;
|
| H A D | common-session-noninteractive | 14 # prime the stack with a positive return value if there isn't one already;
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/prefs/ |
| H A D | Set-DPI-to-system-settings.patch | 15 // A value of 0 means use the system DPI. A positive value is used as the DPI.
|
| /OK3568_Linux_fs/buildroot/board/seeed/stm32mp157c-odyssey/ |
| H A D | readme.txt | 35 (3) Plug a USB-C cable in J6 or a center-positive 12V jack into J17
|