| /freebsd/lib/libpmc/pmu-events/arch/x86/haswell/ |
| H A D | uncore.json | 11 "Invert": "0", string 23 "Invert": "0", string 35 "Invert": "0", string 47 "Invert": "0", string 59 "Invert": "0", string 71 "Invert": "0", string 83 "Invert": "0", string 95 "Invert": "0", string 107 "Invert": "0", string 119 "Invert": "0", string [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/ivybridge/ |
| H A D | uncore.json | 11 "Invert": "0", string 23 "Invert": "0", string 35 "Invert": "0", string 47 "Invert": "0", string 59 "Invert": "0", string 71 "Invert": "0", string 83 "Invert": "0", string 95 "Invert": "0", string 107 "Invert": "0", string 119 "Invert": "0", string [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/sandybridge/ |
| H A D | uncore.json | 11 "Invert": "0", string 23 "Invert": "0", string 35 "Invert": "0", string 47 "Invert": "0", string 59 "Invert": "0", string 71 "Invert": "0", string 83 "Invert": "0", string 95 "Invert": "0", string 107 "Invert": "0", string 119 "Invert": "0", string [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/broadwell/ |
| H A D | uncore.json | 11 "Invert": "0", string 23 "Invert": "0", string 35 "Invert": "0", string 47 "Invert": "0", string 59 "Invert": "0", string 71 "Invert": "0", string 83 "Invert": "0", string 95 "Invert": "0", string 107 "Invert": "0", string 119 "Invert": "0", string [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/skylake/ |
| H A D | uncore.json | 11 "Invert": "0", string 23 "Invert": "0", string 35 "Invert": "0", string 47 "Invert": "0", string 59 "Invert": "0", string 71 "Invert": "0", string 83 "Invert": "0", string 95 "Invert": "0", string 107 "Invert": "0", string 119 "Invert": "0", string [all …]
|
| /freebsd/crypto/krb5/src/util/ |
| H A D | princflags.py | 30 # Input tables -- list of tuples of the form (name, flag, invert) 104 def __init__(self, name, flag, invert): argument 107 self.invert = invert 110 return "Ftuple" + str((self.name, self.flag, self.invert)) 116 return ('-' if self.invert else '+') + self.name 119 return ('+' if self.invert else '-') + self.name 197 flag, invert = x.flag, x.invert 202 flag, invert = int(s, 16), False 205 invert = not invert 206 return (0, ~flag) if invert else (flag, ~0) [all …]
|
| /freebsd/sys/dev/gpio/ |
| H A D | gpioled.c | 98 int invert; in gpioled_inv() local 104 device_get_unit(dev), "invert", &invert)) in gpioled_inv() 105 invert = 0; in gpioled_inv() 116 if (invert) { in gpioled_inv() 150 MPASS(!invert || in gpioled_inv() 153 return (invert); in gpioled_inv() 163 int invert; in gpioled_attach() local 179 invert = gpioled_inv(dev, &pin_flags); in gpioled_attach() 180 if (invert < 0) in gpioled_attach() 182 device_printf(sc->sc_dev, "state %d invert %s\n", in gpioled_attach() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/phy/ |
| H A D | brcm,brcmstb-usb-phy.txt | 35 - brcm,ipp: Boolean, Invert Port Power. 36 Possible values are: 0 (Don't invert), 1 (Invert) 37 - brcm,ioc: Boolean, Invert Over Current detection. 38 Possible values are: 0 (Don't invert), 1 (Invert)
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/nehalemex/ |
| H A D | pipeline.json | 12 "Invert": "1", string 291 "Invert": "1", string 392 "Invert": "1", string 428 "Invert": "1", string 612 "Invert": "1", string 642 "Invert": "1", string 654 "Invert": "1", string 666 "Invert": "1", string 677 "Invert": "1", string 704 "Invert": "1", string [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/sound/ |
| H A D | qcom,q6dsp-lpass-ports.yaml | 77 qcom,tdm-invert-sync: 81 TDM Invert the sync 83 1 = Invert 99 width in case of sample bit width is 24TDM Invert the sync. 120 - qcom,tdm-invert-sync
|
| H A D | cirrus,cs42l43.yaml | 120 cirrus,tip-invert: 134 debounced for. Note the falling edge is considered after the invert. 141 debounced for. Note the rising edge is considered after the invert. 150 cirrus,ring-invert: 164 debounced for. Note the falling edge is considered after the invert. 171 debounced for. Note the rising edge is considered after the invert.
|
| /freebsd/lib/libc/regex/ |
| H A D | regex2.h | 124 int invert; member 136 cs->invert); in CHIN1() 141 return (!cs->invert); in CHIN1() 143 return (!cs->invert); in CHIN1() 147 return (!cs->invert); in CHIN1() 150 return (!cs->invert); in CHIN1() 151 return (cs->invert); in CHIN1() 161 cs->invert); in CHIN()
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/cdc/ |
| H A D | adi,ad7746.yaml | 38 adi,exca-output-invert: 50 adi,excb-output-invert: 72 adi,exca-output-invert; 74 adi,excb-output-invert;
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/nehalemep/ |
| H A D | pipeline.json | 17 "Invert": "1", string 319 "Invert": "1", string 419 "Invert": "1", string 430 "Invert": "1", string 467 "Invert": "1", string 683 "Invert": "1", string 715 "Invert": "1", string 727 "Invert": "1", string 738 "Invert": "1", string 749 "Invert": "1", string [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-dp/ |
| H A D | pipeline.json | 17 "Invert": "1", string 337 "Invert": "1", string 437 "Invert": "1", string 448 "Invert": "1", string 485 "Invert": "1", string 701 "Invert": "1", string 733 "Invert": "1", string 745 "Invert": "1", string 756 "Invert": "1", string 767 "Invert": "1", string [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-sp/ |
| H A D | pipeline.json | 17 "Invert": "1", string 337 "Invert": "1", string 437 "Invert": "1", string 448 "Invert": "1", string 485 "Invert": "1", string 701 "Invert": "1", string 733 "Invert": "1", string 745 "Invert": "1", string 756 "Invert": "1", string 767 "Invert": "1", string [all …]
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/westmereex/ |
| H A D | pipeline.json | 17 "Invert": "1", string 337 "Invert": "1", string 437 "Invert": "1", string 448 "Invert": "1", string 485 "Invert": "1", string 701 "Invert": "1", string 732 "Invert": "1", string 743 "Invert": "1", string 754 "Invert": "1", string 765 "Invert": "1", string [all …]
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | EhFrame.cpp | 105 * `b - (offset + a)` if Invert == false 106 * `(a + offset) - b` if Invert == true 108 template <bool Invert = false> 115 if (Invert) in createSubtraction() 121 (Invert ? 1 : -1) * off, minuend); in createSubtraction() 135 createSubtraction</*Invert=*/true>(isec, target, off, length, &newRelocs); in makeNegativePcRel()
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | fsl-usb.txt | 38 - fsl,invert-drvvbus : boolean; for MPC5121 USB0 only. Indicates the 40 - fsl,invert-pwr-fault : boolean; for MPC5121 USB0 only. Indicates 79 fsl,invert-drvvbus; 80 fsl,invert-pwr-fault;
|
| /freebsd/sys/contrib/device-tree/Bindings/clock/ti/ |
| H A D | autoidle.txt | 14 - ti,invert-autoidle-bit : autoidle is enabled by setting the bit to 0 25 ti,invert-autoidle-bit; 36 ti,invert-autoidle-bit;
|
| /freebsd/crypto/krb5/src/lib/kadm5/ |
| H A D | str_conv.c | 47 int invert; /* Whether to invert the sense */ member 134 int found = 0, invert = 0; in raw_flagspec_to_mask() local 144 invert = ftbl[i].invert; in raw_flagspec_to_mask() 157 invert = !invert; in raw_flagspec_to_mask() 158 if (invert) in raw_flagspec_to_mask()
|
| /freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
| H A D | dra7xx-clocks.dtsi | 251 ti,invert-autoidle-bit; 273 ti,invert-autoidle-bit; 285 ti,invert-autoidle-bit; 329 ti,invert-autoidle-bit; 358 ti,invert-autoidle-bit; 415 ti,invert-autoidle-bit; 465 ti,invert-autoidle-bit; 515 ti,invert-autoidle-bit; 529 ti,invert-autoidle-bit; 575 ti,invert-autoidle-bit; [all …]
|
| /freebsd/bin/chio/ |
| H A D | defs.h | 51 #define SW_INVERT 1 /* set "invert media" flag */ 52 #define SW_INVERT1 2 /* set "invert media 1" flag */ 53 #define SW_INVERT2 3 /* set "invert media 2" flag */
|
| /freebsd/sys/contrib/device-tree/Bindings/display/samsung/ |
| H A D | samsung,fimd.yaml | 114 samsung,invert-vden: 119 samsung,invert-vclk: 184 samsung,invert-vden; 185 samsung,invert-vclk;
|
| /freebsd/lib/libc/gen/ |
| H A D | strtofflags.c | 43 char invert; member 110 for (sp = mapping[i].invert ? mapping[i].name : in fflagstostr() 142 if (mapping[i].invert) { in strtofflags() 151 if (mapping[i].invert) { in strtofflags()
|