Searched refs:decoders (Results 1 – 11 of 11) sorted by relevance
51 static int decoders; variable132 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()
45 static const lzma_filter_decoder decoders[] = { variable124 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()
23 ;; that there are only two decoders and they seems to be much slower than25 ;; proper scheduling for the decoders.64 ;; can be decoded in two parallel short decoders, or one complex instruction can
78 ;; 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.
10 ;; Three DirectPath instructions decoders and only one VectorPath decoder
51 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
65 >>>>>15 byte&0x40 =0x00 \b, decoders should clamp
622 // descendents, including Nehalem and SandyBridge have 4 decoders.
1202 These annotations do not alter the code points returned by decoders;1208 Punycode encoders and decoders need not support these annotations,
4214 Passing --disable-decoders to configure broke a few9214 given to --enable-encoders and --enable-decoders to determine11052 Make the memusage functions of LZMA1 and LZMA2 decoders12087 Don't allow LZMA_SYNC_FLUSH with decoders anymore. There's12089 decoders, which will usually ignore it (auto decoder and14442 which isn't supported by old decoders. This shouldn't14445 creating files on decodable with old decoders.
2076 information from the instruction decoders back to the calling