/freebsd-src/share/doc/usd/21.troff/ |
H A D | m2 | 77 that may be interpolated by name at any point. 90 The strings \fIx\fR and \fIxx\fR are interpolated at any desired point with 102 \(bu The contents of number registers indicated by \fB\en\fR are interpolated. 103 \(bu Strings indicated by \fB\e\(**\fR are interpolated. 104 \(bu Arguments indicated by \fB\e$\fR are interpolated. 131 A macro's own arguments can be interpolated at \fIany\fR point 307 text interpolated by inline or trap-invoked macros. 324 incremented or decremented, and interpolated 346 Sequence Register Interpolated 355 When interpolated, a number register is converted to
|
/freebsd-src/sys/contrib/device-tree/Bindings/leds/backlight/ |
H A D | pwm-backlight.yaml | 45 num-interpolated-steps: 47 Number of interpolated steps between each value of brightness-levels 54 num-interpolated-steps: [brightness-levels] 84 num-interpolated-steps = <2048>;
|
H A D | pwm-backlight.txt | 20 will be interpolated from these values. 0 means a 0% duty 25 - num-interpolated-steps: Number of interpolated steps between each value 56 num-interpolated-steps = <2048>;
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | DecodedThread.h | 82 /// the same non-interpolated timestamps in nanoseconds. 95 /// Calculate an interpolated timestamp in nanoseconds for the given item 97 /// different interpolated values. 110 /// An interpolated timestamp value for the given trace item. 291 /// This map contains the non-interpolated nanoseconds timestamps of the
|
H A D | TraceCursorIntelPT.h | 82 /// Range of trace items with the same non-interpolated timestamps in
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | FormatTokenLexer.cpp | 362 // Search for verbatim or interpolated string literals @"ABC" or in tryMergeCSharpStringLiteral() 696 bool Interpolated) { in lexCSharpString() 702 // Make no effort to format code within an interpolated or verbatim string. in lexCSharpString() 704 // Interpolated strings could contain { } with " characters inside. in lexCSharpString() 710 // interpolated string. Formatting expressions within an interpolated string in lexCSharpString() 720 if (Interpolated) { in handleCSharpVerbatimAndInterpolatedStrings() 721 // {{ inside an interpolated string is escaped, so skip it. in handleCSharpVerbatimAndInterpolatedStrings() 729 if (Interpolated) { in handleCSharpVerbatimAndInterpolatedStrings() 730 // }} inside an interpolated strin in handleCSharpVerbatimAndInterpolatedStrings() 658 lexCSharpString(const char * Begin,const char * End,bool Verbatim,bool Interpolated) lexCSharpString() argument 725 bool Interpolated = false; handleCSharpVerbatimAndInterpolatedStrings() local [all...] |
/freebsd-src/sys/contrib/device-tree/src/arm64/allwinner/ |
H A D | sun50i-a64-pinephone-1.1.dts | 28 num-interpolated-steps = <50>;
|
H A D | sun50i-a64-pinephone-1.2.dts | 34 num-interpolated-steps = <50>;
|
/freebsd-src/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6qdl-skov-revc-lt2.dtsi | 13 num-interpolated-steps = <17>;
|
H A D | imx6qdl-vicut1.dtsi | 25 num-interpolated-steps = <16>; 35 num-interpolated-steps = <16>; 45 num-interpolated-steps = <5>;
|
H A D | imx6dl-skov-revc-lt6.dts | 21 num-interpolated-steps = <17>;
|
H A D | imx6q-skov-revc-lt6.dts | 21 num-interpolated-steps = <17>;
|
H A D | imx6q-skov-reve-mi1010ait-1cp1.dts | 20 num-interpolated-steps = <17>;
|
/freebsd-src/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-veyron-tiger.dts | 27 num-interpolated-steps = <252>;
|
H A D | rk3288-veyron-edp.dtsi | 45 num-interpolated-steps = <255>;
|
H A D | rk3288-veyron-jaq.dts | 24 num-interpolated-steps = <247>;
|
H A D | rk3288-veyron-minnie.dts | 43 num-interpolated-steps = <252>;
|
/freebsd-src/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mn-bsh-smm-s2-display.dtsi | 11 num-interpolated-steps = <100>;
|
/freebsd-src/contrib/unbound/util/ |
H A D | timehist.h | 99 * @param hist: histogram. Interpolated information is used from it.
|
/freebsd-src/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar2316.c | 58 /* filled out Vpd table for all pdGains (interpolated) */ 335 * Returns interpolated or the scaled up interpolated value
|
H A D | ar2317.c | 58 /* filled out Vpd table for all pdGains (interpolated) */ 312 * Returns interpolated or the scaled up interpolated value
|
H A D | ar2413.c | 54 /* filled out Vpd table for all pdGains (interpolated) */ 329 * Returns interpolated or the scaled up interpolated value
|
H A D | ar2425.c | 331 * Returns interpolated or the scaled up interpolated value 369 /* filled out Vpd table for all pdGains (interpolated) */ in ar2425getGainBoundariesAndPdadcsForPowers()
|
H A D | ar5413.c | 54 /* filled out Vpd table for all pdGains (interpolated) */ 372 * Returns interpolated or the scaled up interpolated value
|
/freebsd-src/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 763 If you want a variable interpolated, you write it the way you would in 803 statement is a string, which is interpolated into the template in 824 C<$more> set in the second fragment will persist and be interpolated 1233 interpolated into the template as if that value had been the return 1236 interpolated into the output of the template in place of the program 1247 interpolated into the template at the place the error occurred, so 1872 interpolated. This is what is known as a `trick'.
|