/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | ti,pcm6240.yaml | 19 https://www.ti.com/lit/gpn/tlv320adc3120 20 https://www.ti.com/lit/gpn/tlv320adc5120 21 https://www.ti.com/lit/gpn/tlv320adc6120 22 https://www.ti.com/lit/gpn/dix4192 23 https://www.ti.com/lit/gpn/pcm1690 24 https://www.ti.com/lit/gpn/pcm3120-q1 25 https://www.ti.com/lit/gpn/pcm3140-q1 26 https://www.ti.com/lit/gpn/pcm5120-q1 27 https://www.ti.com/lit/gpn/pcm6120-q1 28 https://www.ti.com/lit/gpn/pcm6260-q1 [all …]
|
H A D | tas2562.yaml | 20 https://www.ti.com/lit/gpn/tas2562 21 https://www.ti.com/lit/gpn/tas2564 22 https://www.ti.com/lit/gpn/tas2110
|
H A D | ti,tas2562.yaml | 20 https://www.ti.com/lit/gpn/tas2562 21 https://www.ti.com/lit/gpn/tas2564 22 https://www.ti.com/lit/gpn/tas2110
|
/freebsd/sbin/hastd/ |
H A D | lzf.c | 131 int lit; in lzf_compress() local 144 lit = 0; op++; /* start run */ in lzf_compress() 176 if (op - !lit + 3 + 1 >= out_end) /* second the exact but rare test */ in lzf_compress() 179 op [- lit - 1] = lit - 1; /* stop run */ in lzf_compress() 180 op -= !lit; /* undo run if length is zero */ in lzf_compress() 228 lit = 0; op++; /* start run */ in lzf_compress() 269 lit++; *op++ = *ip++; in lzf_compress() 271 if (expect_false (lit == MAX_LIT)) in lzf_compress() 273 op [- lit in lzf_compress() [all...] |
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 319 /// Returns true if and only if one of the clauses that watch `Lit` is a unit 321 bool watchedByUnitClause(Literal Lit) const { in watchedByUnitClause() 322 for (ClauseID LitWatcher = WatchedHead[Lit]; LitWatcher != NullClause; in watchedByUnitClause() 331 assert(Clause.front() == Lit); in watchedByUnitClause() 345 /// Returns true if and only if `Lit` evaluates to `false` in the current 347 bool isCurrentlyFalse(Literal Lit) const { in isCurrentlyFalse() 348 return static_cast<int8_t>(VarAssignments[var(Lit)]) == in isCurrentlyFalse() 349 static_cast<int8_t>(Lit & 1); in isCurrentlyFalse() 352 /// Returns true if and only if `Lit` is watched by a clause in `Formula`. 353 bool isWatched(Literal Lit) const { return WatchedHead[Lit] != NullClause; } in isWatched() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | bq256xx.yaml | 19 - https://www.ti.com/lit/ds/symlink/bq25600.pdf 20 - https://www.ti.com/lit/ds/symlink/bq25601.pdf 21 - https://www.ti.com/lit/ds/symlink/bq25600d.pdf 22 - https://www.ti.com/lit/ds/symlink/bq25601d.pdf 23 - https://www.ti.com/lit/ds/symlink/bq25611d.pdf 24 - https://www.ti.com/lit/ds/symlink/bq25618.pdf 25 - https://www.ti.com/lit/ds/symlink/bq25619.pdf
|
H A D | bq2515x.yaml | 20 http://www.ti.com/lit/ds/symlink/bq25150.pdf 21 http://www.ti.com/lit/ds/symlink/bq25155.pdf
|
/freebsd/sys/contrib/device-tree/Bindings/hwmon/ |
H A D | ti,tmp401.yaml | 16 https://www.ti.com/lit/ds/symlink/tmp401.pdf 17 https://www.ti.com/lit/ds/symlink/tmp411.pdf 18 https://www.ti.com/lit/ds/symlink/tmp431.pdf 19 https://www.ti.com/lit/ds/symlink/tmp435.pdf
|
H A D | ti,tmp464.yaml | 14 https://www.ti.com/lit/ds/symlink/tmp464.pdf 15 https://www.ti.com/lit/ds/symlink/tmp468.pdf
|
H A D | ti,tmp513.yaml | 21 https://www.ti.com/lit/gpn/tmp513 22 https://www.ti.com/lit/gpn/tmp512
|
/freebsd/sys/contrib/zlib/ |
H A D | inflate.h | 39 CODELENS, /* i: waiting for length/lit and distance code lengths */ 41 LEN, /* i: waiting for length/lit/eob code */ 46 LIT, /* o: waiting for output space to write literal */ enumerator 73 LEN -> LENEXT or LIT or TYPE 75 LIT -> LEN 124 int back; /* bits back of last unprocessed length/lit */
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-lp55xx.yaml | 18 https://www.ti.com/lit/gpn/lp5521 19 https://www.ti.com/lit/gpn/lp5523 20 https://www.ti.com/lit/gpn/lp55231 21 https://www.ti.com/lit/gpn/lp5562 22 https://www.ti.com/lit/gpn/lp8501
|
H A D | leds-lp50xx.yaml | 20 https://www.ti.com/lit/ds/symlink/lp5012.pdf 21 https://www.ti.com/lit/ds/symlink/lp5024.pdf 22 https://www.ti.com/lit/ds/symlink/lp5036.pdf
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OSLog.cpp | 204 const StringLiteral *Lit = cast<StringLiteral>(StringArg->IgnoreParenCasts()); in computeOSLogBufferLayout() local 205 assert(Lit && (Lit->isOrdinary() || Lit->isUTF8())); in computeOSLogBufferLayout() 206 StringRef Data = Lit->getString(); in computeOSLogBufferLayout()
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | davinci-wdt.txt | 14 Davinci DM646x - https://www.ti.com/lit/ug/spruer5b/spruer5b.pdf 15 Keystone - https://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf
|
H A D | ti,davinci-wdt.yaml | 17 Davinci DM646x - https://www.ti.com/lit/ug/spruer5b/spruer5b.pdf 18 Keystone - https://www.ti.com/lit/ug/sprugv5a/sprugv5a.pdf
|
/freebsd/contrib/ntp/ntpd/ |
H A D | refclock_atom.c | 69 * dim (default) and on the falling (clear) edge if lit. If flag3 is dim 70 * (default), the kernel PPS support is disabled; if lit it is enabled. 71 * If flag4 is lit, each timesampt is copied to the clockstats file for 198 * If flag4 is lit, record each second offset to clockstats. in atom_timer()
|
/freebsd/sys/contrib/device-tree/Bindings/iio/potentiostat/ |
H A D | lmp91000.txt | 3 LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf 4 LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf
|
H A D | ti,lmp91000.yaml | 14 LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf 15 LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf
|
/freebsd/sys/contrib/device-tree/Bindings/iio/temperature/ |
H A D | ti,tmp117.yaml | 12 https://www.ti.com/lit/gpn/tmp116 13 https://www.ti.com/lit/gpn/tmp117
|
/freebsd/sys/contrib/device-tree/Bindings/spi/ |
H A D | spi-davinci.txt | 4 Keystone 2 - https://www.ti.com/lit/ug/sprugp2a/sprugp2a.pdf 5 dm644x - https://www.ti.com/lit/ug/sprue32a/sprue32a.pdf 6 OMAP-L138/da830 - http://www.ti.com/lit/ug/spruh77a/spruh77a.pdf
|
/freebsd/contrib/diff/src/ |
H A D | ifdef.c | 389 /* Scan the character literal represented in the string LIT; LIT points just 394 scan_char_literal (char const *lit, char *valptr) in scan_char_literal() argument 396 register char const *p = lit; in scan_char_literal() 416 digits = p - lit - 2; in scan_char_literal()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 13 ### Use a **lit test** instead of a **unit test** for the **logical readers**. 18 use ``lit`` tests to validate the **logical readers**. 25 into ``lit`` tests:
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | davinci-nand.txt | 7 Davinci DM646x - https://www.ti.com/lit/ug/sprueq7c/sprueq7c.pdf 8 Kestone - https://www.ti.com/lit/ug/sprugz3a/sprugz3a.pdf
|
/freebsd/sys/contrib/device-tree/Bindings/display/rockchip/ |
H A D | rockchip-vop.yaml | 22 - rockchip,px30-vop-lit 33 - rockchip,rk3399-vop-lit
|