Home
last modified time | relevance | path

Searched refs:decoder (Results 1 – 25 of 51) sorted by relevance

123

/trueos/sys/dev/fb/
HDsplash.c60 splash_find_data(splash_decoder_t *decoder) in splash_find_data() argument
66 if (decoder->data_type == NULL) in splash_find_data()
69 image_module = preload_search_by_type(decoder->data_type); in splash_find_data()
81 decoder->data = ptr; in splash_find_data()
82 decoder->data_size = sz; in splash_find_data()
87 splash_test(splash_decoder_t *decoder) in splash_test() argument
89 if (splash_find_data(decoder)) in splash_test()
91 if (*decoder->init && (*decoder->init)(splash_adp)) { in splash_test()
92 decoder->data = NULL; in splash_test()
93 decoder->data_size = 0; in splash_test()
[all …]
HDsplashreg.h94 int splash_register(splash_decoder_t *decoder);
95 int splash_unregister(splash_decoder_t *decoder);
/trueos/sys/contrib/xz-embedded/linux/lib/xz/
HDKconfig10 bool "x86 BCJ filter decoder" if EXPERT
16 bool "PowerPC BCJ filter decoder" if EXPERT
22 bool "IA-64 BCJ filter decoder" if EXPERT
28 bool "ARM BCJ filter decoder" if EXPERT
34 bool "ARM-Thumb BCJ filter decoder" if EXPERT
40 bool "SPARC BCJ filter decoder" if EXPERT
54 This allows passing .xz files to the in-kernel XZ decoder via
58 Unless you are developing the XZ decoder, you don't need this
/trueos/contrib/ntp/
HDREADME.refclocks13 IRIG_AUDIO 6 /* IRIG-B/W audio decoder */
14 CHU_AUDIO 7 /* CHU audio demodulator/decoder */
42 WWV_AUDIO 36 /* WWV/H audio demodulator/decoder */
47 TT560 41 /* TrueTime 560 IRIG-B decoder */
HDconfigure.ac2455 AC_MSG_CHECKING([CHU modem/decoder])
2457 AC_HELP_STRING([--enable-CHU], [+ CHU modem/decoder]),
2461 AC_DEFINE(CLOCK_CHU, 1, [CHU modem/decoder])
2466 AC_MSG_CHECKING([CHU audio/decoder])
2468 AC_HELP_STRING([--enable-AUDIO-CHU], [s CHU audio/decoder]),
2475 AC_DEFINE(AUDIO_CHU, 1, [CHU audio/decoder?])
2571 AC_MSG_CHECKING([IRIG audio decoder])
2573 AC_HELP_STRING([--enable-IRIG], [s IRIG audio decoder]),
2581 AC_DEFINE(CLOCK_IRIG, 1, [IRIG audio decoder?])
2827 AC_MSG_CHECKING([TrueTime 560 IRIG-B decoder])
[all …]
HDREADME106 decoder and precision PPS signals.
HDconfig.h.in9 /* CHU audio/decoder? */
36 /* CHU modem/decoder */
72 /* IRIG audio decoder? */
147 /* TrueTime 560 IRIG-B decoder? */
/trueos/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
HDTestBean.java115 XMLDecoder decoder = null; in getXMLDecoder() local
119 decoder = new XMLDecoder(in, null, exceptionListener); in getXMLDecoder()
124 return decoder; in getXMLDecoder()
648 XMLDecoder decoder = getXMLDecoder(file); in performBeanTest() local
649 newobj = decoder.readObject(); in performBeanTest()
652 decoder.close(); in performBeanTest()
/trueos/contrib/jansson/
HDCHANGES20 - Support ``\u0000`` escapes in the decoder. The support can be
33 - Some malformed ``\uNNNN`` escapes could crash the decoder with an
36 - Avoid integer overflows with very long strings in UTF-8 decoder and
137 as real in the decoder (#123).
451 - Enhance error reporting in the decoder.
515 - Estimate real number underflows in decoder with 0.0 instead of
595 * Fix an assertion failure in decoder caused by a minus sign without a
628 * Check for integer and real overflows and underflows in decoder
652 * Check for integer and real overflows and underflows in decoder
663 * Handle EOF correctly in decoder
/trueos/sys/contrib/xz-embedded/linux/Documentation/
HDxz.txt67 by the decoder; you can only change the integrity check type (or
71 megabytes. The decoder needs to have the dictionary in RAM, thus big
80 An exception to above dictionary size limitation is when the decoder
/trueos/contrib/gcc/config/i386/
HDppro.md39 ;; So, the P6 CPUs have out-of-order cores, but the instruction decoder and
54 ;; decoder.
59 ;; - Include decoder latencies in the total reservation latencies.
61 ;; instruction that it never blocks a decoder.
76 ;; the decoder are simple:
79 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
82 ;; decoder 0, and this takes an unspecified number of cycles.
91 ;; decoder1 and decoder2 from being reserved until decoder 0 is
137 ;; on decoder 0, and say that it takes a little while before the result
HDk6.md65 ;; be decoded in either the long or the vector decoder. For all practical
66 ;; purposes, the long and vector decoder can be modelled as one decoder.
/trueos/crypto/heimdal/lib/wind/
HDrfc3492.txt207 The decoder can therefore find the end of the literal portion (if
215 meaning of the deltas is best understood in terms of the decoder.
217 The decoder builds the extended string incrementally. Initially, the
219 (excluding the last delimiter). The decoder inserts non-basic code
243 for the decoder to return to an earlier state). At each state, an
249 Hence, for each delta, the decoder performs delta state changes, then
258 cause the decoder to construct the desired string. It can do this by
260 the decoder would need to insert, and counting the number of state
261 changes the decoder would need to perform, mindful of the fact that
262 the decoder's extended string will include only those code points
[all …]
/trueos/contrib/binutils/binutils/
HDunwind-ia64.c1076 unw_decoder decoder; in unw_decode() local
1080 decoder = unw_decode_table[inside_body][code >> 5]; in unw_decode()
1081 return (*decoder) (dp, code, ptr_inside_body); in unw_decode()
/trueos/sys/gnu/dts/arm/
HDomap3-evm-common.dtsi69 * TVP5146 Video decoder-in for analog input support.
HDomap3-zoom3.dts163 * TVP5146 Video decoder-in for analog input support.
/trueos/contrib/tcpdump/
HDCHANGES76 merged 802.15.4 decoder from Dmitry Eremin-Solenikov <dbaryshkov
346 Fixes for ASN.1 decoder for 2.100.3 forms.
354 Fixes to PIM decoder.
357 Fixes to Frame-Relay decoder for Q.933/922 frames.
363 more verbosity for tftp decoder
364 mDNS decoder
365 new BFD decoder
504 - telnet command sequence decoder (ff xx xx). from netbsd.
507 - const poisoning in SMB decoder.
/trueos/contrib/jansson/doc/
HDportability.rst75 in the encoder and decoder, and then converts the locale specific
HDconformance.rst53 decoder flag set all numbers are interpreted as real.
HDapiref.rst987 affect especially the behavior of the decoder.
990 the behavior of the decoder. Its default value is 0. The following
1003 By default, the decoder expects an array or object as the input.
1004 With this flag enabled, the decoder accepts any valid JSON value.
1014 By default, the decoder expects that its whole input constitutes a
1016 the otherwise valid JSON input. With this flag enabled, the decoder
1022 ``JSON_DECODE_ANY`` flags are used, the decoder may read one extra
1034 With this flag enabled the decoder interprets all numbers as real
/trueos/crypto/heimdal/lib/roken/
HDvis.hin80 #define UNVIS_ERROR -2 /* decoder in unknown state (unrecoverable) */
/trueos/usr.bin/compress/doc/
HDrevision.log17 * speedups render the megamemory version defunct, for now. Make decoder
/trueos/contrib/gcc/config/arm/
HDarm926ejs.md66 ;; These really stall in the decoder, in order to read
/trueos/contrib/xz/
HDChangeLog617 because liblzma's LZMA decoder doesn't support lc + lp > 4.
1631 The decoder considered empty LZMA2 streams to be corrupt.
4245 Index decoder fixes.
4247 The Index decoder code didn't perfectly match the API docs,
4252 Now the decoder will initially set *i to NULL. *i will be set
6360 Removed --disable-encoder and --disable-decoder. Use the values
6362 if any encoder or decoder support is wanted.
6702 Fix off-by-one in LZ decoder.
7588 Fix a dumb bug in Block decoder, which made it return
7759 Disable both Subblock encoder and decoder my default,
[all …]
/trueos/sys/contrib/xz-embedded/
HDREADME64 To embed the XZ decoder, copy the following files into a single

123