Home
last modified time | relevance | path

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

12

/dflybsd-src/sys/dev/video/fb/
H A Dsplash.c54 splash_find_data(splash_decoder_t *decoder) in splash_find_data() argument
59 if (decoder->data_type == NULL) in splash_find_data()
61 image_module = preload_search_by_type(decoder->data_type); in splash_find_data()
67 decoder->data = *(void **)p; in splash_find_data()
71 decoder->data_size = *(size_t *)p; in splash_find_data()
74 (void *)decoder->data, (long)decoder->data_size); in splash_find_data()
79 splash_test(splash_decoder_t *decoder) in splash_test() argument
81 if (splash_find_data(decoder)) in splash_test()
83 if (*decoder->init && (*decoder->init)(splash_adp)) { in splash_test()
84 decoder->data = NULL; in splash_test()
[all …]
H A Dsplashreg.h91 int splash_register(splash_decoder_t *decoder);
92 int splash_unregister(splash_decoder_t *decoder);
/dflybsd-src/contrib/tcpdump/
H A Dprint-openflow.c129 if (!ndo->ndo_vflag || !mti->decoder) in of_message_print()
132 mti->decoder(ndo, cp, len); in of_message_print()
H A Dprint-openflow-1.0.c946 void (*decoder)(netdissect_options *, const u_char *, u_int); in of10_vendor_action_print() local
955 decoder = in of10_vendor_action_print()
958 decoder(ndo, cp, len); in of10_vendor_action_print()
972 void (*decoder)(netdissect_options *, const u_char *, u_int); in of10_vendor_message_print() local
979 decoder = in of10_vendor_message_print()
982 decoder(ndo, cp, len); in of10_vendor_message_print()
1957 void (*decoder)(netdissect_options *, const u_char *, u_int) = in of10_stats_reply_print() local
1966 if (decoder != NULL) { in of10_stats_reply_print()
1967 decoder(ndo, cp, len); in of10_stats_reply_print()
H A Dopenflow.h80 void (*decoder)(netdissect_options *ndo, const u_char *, const u_int); member
H A DCHANGES302 Babel: Add decoder for source-specific extension
519 improvements to DHCPv6 decoder
530 added MPTCP decoder
609 merged 802.15.4 decoder from Dmitry Eremin-Solenikov <dbaryshkov
879 Fixes for ASN.1 decoder for 2.100.3 forms.
887 Fixes to PIM decoder.
890 Fixes to Frame-Relay decoder for Q.933/922 frames.
896 more verbosity for tftp decoder
897 mDNS decoder
898 new BFD decoder
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/
H A Dppro.md38 ;; So, the P6 CPUs have out-of-order cores, but the instruction decoder and
53 ;; decoder.
58 ;; - Include decoder latencies in the total reservation latencies.
60 ;; instruction that it never blocks a decoder.
74 ;; the decoder are simple:
77 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
80 ;; decoder 0, and this takes an unspecified number of cycles.
89 ;; decoder1 and decoder2 from being reserved until decoder 0 is
135 ;; on decoder 0, and say that it takes a little while before the result
H A Dk6.md63 ;; be decoded in either the long or the vector decoder. For all practical
64 ;; purposes, the long and vector decoder can be modelled as one decoder.
H A Dcore2.md26 ;; The major difference from the P6 pipeline is one extra decoder, and
28 ;; need to be decoded in decoder 0, but can be handled by all of them.
53 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
56 ;; decoder 0, and this takes an unspecified number of cycles.
102 ;; on decoder 0, and say that it takes a little while before the result
H A Dbdver1.md28 ;; Three DirectPath instructions decoders and only one VectorPath decoder
51 ;; In order to avoid dependence between reservation of decoder
52 ;; and other units, we model decoder as two stage fully pipelined unit
59 ;; We solve that by specialized vector decoder unit and exclusion set.
H A Dathlon.md28 ;; Three DirectPath instructions decoders and only one VectorPath decoder
76 ;; In order to avoid dependence between reservation of decoder
77 ;; and other units, we model decoder as two stage fully pipelined unit
84 ;; We solve that by specialized vector decoder unit and exclusion set.
H A Dbtver2.md38 ;; In case of vector (microded) instruction decoder decodes only one insn
39 ;; at a cycle .To model that we have 2 "decoder" units.
48 ;; all decoder units.
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/
H A Dppro.md38 ;; So, the P6 CPUs have out-of-order cores, but the instruction decoder and
53 ;; decoder.
58 ;; - Include decoder latencies in the total reservation latencies.
60 ;; instruction that it never blocks a decoder.
74 ;; the decoder are simple:
77 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
80 ;; decoder 0, and this takes an unspecified number of cycles.
89 ;; decoder1 and decoder2 from being reserved until decoder 0 is
135 ;; on decoder 0, and say that it takes a little while before the result
H A Dk6.md64 ;; be decoded in either the long or the vector decoder. For all practical
65 ;; purposes, the long and vector decoder can be modelled as one decoder.
H A Dcore2.md26 ;; The major difference from the P6 pipeline is one extra decoder, and
28 ;; need to be decoded in decoder 0, but can be handled by all of them.
53 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
56 ;; decoder 0, and this takes an unspecified number of cycles.
102 ;; on decoder 0, and say that it takes a little while before the result
H A Dbdver1.md28 ;; Three DirectPath instructions decoders and only one VectorPath decoder
51 ;; In order to avoid dependence between reservation of decoder
52 ;; and other units, we model decoder as two stage fully pipelined unit
59 ;; We solve that by specialized vector decoder unit and exclusion set.
H A Dathlon.md29 ;; Three DirectPath instructions decoders and only one VectorPath decoder
77 ;; In order to avoid dependence between reservation of decoder
78 ;; and other units, we model decoder as two stage fully pipelined unit
85 ;; We solve that by specialized vector decoder unit and exclusion set.
H A Di386.md17180 ; the same decoder scheduling characteristics as the original.
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dunwind-ia64.c1067 unw_decoder decoder; in unw_decode() local
1071 decoder = unw_decode_table[inside_body][code >> 5]; in unw_decode()
1072 return (*decoder) (dp, code, ptr_inside_body, end); in unw_decode()
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dunwind-ia64.c1135 unw_decoder decoder; in unw_decode() local
1145 decoder = unw_decode_table[inside_body][code >> 5]; in unw_decode()
1146 return (*decoder) (dp, code, ptr_inside_body, end); in unw_decode()
/dflybsd-src/contrib/zstd/
H A DCHANGELOG106 build: single-file decoder with emscripten compilation script, by @cwoffenden
113 misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro
121 bug: Fix bug in zstd-0.5 decoder by @terrelln (#1696)
199 build: new set of macros to build a minimal size decoder, by @felixhandte
370 doc : new : educational decoder, by Sean Purcell
/dflybsd-src/usr.bin/compress/doc/
H A Drevision.log18 * speedups render the megamemory version defunct, for now. Make decoder
/dflybsd-src/contrib/xz/
H A DNEWS473 still remains since liblzma's LZMA decoder has that limitation.
/dflybsd-src/crypto/libressl/
H A DChangeLog44 - The templated ASN.1 decoder has been cleaned up, refactored,
/dflybsd-src/share/misc/
H A Dpci_vendors6267 6204 Video decoder & MPEG interface
6625 3520 MPEG-II decoder card
24359 4304 BC-04120A MPEG4 4 port video encoder / decoder
24360 4309 BC-08240A MPEG4 4 port video encoder / decoder
24361 4310 BC-16480A MPEG4 16 port video encoder / decoder
24362 4e04 BC-04120A 4 port MPEG4 video encoder / decoder
24363 4e09 BC-08240A 8 port MPEG4 video encoder / decoder
24364 4e10 BC-16480A 16 port MPEG4 video encoder / decoder
24365 5304 BC-H04120A 4 port H.264 video and audio encoder / decoder
24366 5308 BC-H08240A 8 port H.264 video and audio encoder / decoder
[all …]

12