Home
last modified time | relevance | path

Searched refs:decoders (Results 1 – 11 of 11) sorted by relevance

/NextBSD/sys/dev/fb/
HDsplash.c51 static int decoders; variable
132 for (i = 0; i < decoders; ++i) { in splash_register()
136 if ((i >= decoders) && (decoders % DECODER_ARRAY_DELTA) == 0) { in splash_register()
137 p = malloc(sizeof(*p)*(decoders + DECODER_ARRAY_DELTA), in splash_register()
142 bcopy(decoder_set, p, sizeof(*p)*decoders); in splash_register()
146 i = decoders++; in splash_register()
176 for (i = 0; i < decoders; ++i) { in splash_init()
185 for (++i; i < decoders; ++i) { in splash_init()
/NextBSD/contrib/xz/src/liblzma/common/
HDfilter_decoder.c45 static const lzma_filter_decoder decoders[] = { variable
124 for (size_t i = 0; i < ARRAY_SIZE(decoders); ++i) in decoder_find()
125 if (decoders[i].id == id) in decoder_find()
126 return decoders + i; in decoder_find()
/NextBSD/contrib/gcc/config/i386/
HDk6.md23 ;; that there are only two decoders and they seems to be much slower than
25 ;; proper scheduling for the decoders.
64 ;; can be decoded in two parallel short decoders, or one complex instruction can
HDppro.md78 ;; decoders in one cycle.
96 ;; Most instructions can be decoded on any of the three decoders.
214 ;; they have latency 1, and the decoders are not blocked.
220 ;; decoders.
736 ;; the three decoders.
HDathlon.md10 ;; Three DirectPath instructions decoders and only one VectorPath decoder
/NextBSD/crypto/openssl/
HDREADME.ASN151 11. It is tricky to add ASN1 encoders and decoders to external applications.
89 o Add support for BIO based ASN1 encoders and decoders to handle large
/NextBSD/contrib/file/magic/Magdir/
HDriff65 >>>>>15 byte&0x40 =0x00 \b, decoders should clamp
/NextBSD/contrib/llvm/lib/Target/X86/
HDX86Schedule.td622 // descendents, including Nehalem and SandyBridge have 4 decoders.
/NextBSD/crypto/heimdal/lib/wind/
HDrfc3492.txt1202 These annotations do not alter the code points returned by decoders;
1208 Punycode encoders and decoders need not support these annotations,
/NextBSD/contrib/xz/
HDChangeLog4214 Passing --disable-decoders to configure broke a few
9214 given to --enable-encoders and --enable-decoders to determine
11052 Make the memusage functions of LZMA1 and LZMA2 decoders
12087 Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's
12089 decoders, which will usually ignore it (auto decoder and
14442 which isn't supported by old decoders. This shouldn't
14445 creating files on decodable with old decoders.
/NextBSD/contrib/gcclibs/include/
HDChangeLog-91032076 information from the instruction decoders back to the calling