Home
last modified time | relevance | path

Searched refs:coding (Results 1 – 19 of 19) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dgeniec.awk79 print "static const struct iedecl decl_" coding "_" ie " = {"
87 decl[number,ncoding] = "decl_" coding "_" ie
95 print "static void uni_ie_print_" coding "_" ie "(struct uni_ie_" ie " *, struct unicx *);"
96 print "static int uni_ie_check_" coding "_" ie "(struct uni_ie_" ie " *, struct unicx *);"
97 …print "static int uni_ie_encode_" coding "_" ie "(struct uni_msg *, struct uni_ie_" ie " *, struct…
100 print "static struct iedecl decl_" coding "_" ie " = {"
104 print "\t(uni_print_f)uni_ie_print_" coding "_" ie ","
105 print "\t(uni_check_f)uni_ie_check_" coding "_" ie ","
106 print "\t(uni_encode_f)uni_ie_encode_" coding "_" ie ","
107 print "\t(uni_decode_f)uni_ie_decode_" coding "_" ie ""
[all …]
H A Dparseie.awk69 coding = $4
70 if(coding == "itu") {
72 } else if(coding == "net") {
75 error("bad coding " coding)
86 codings[iecnt] = coding
H A Duni_hdr.h184 enum uni_coding coding; /* coding standard */ member
H A Dprivmsg.c138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL || in uni_decode_body_internal()
H A Duni_ie.c463 uni_print_tbl(NULL, h->coding, cod_tab, cx); in uni_print_iehdr()
500 if((iedecl = GET_IEDECL(code, ie->h.coding)) != NULL) in uni_print_ie_internal()
515 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_check_ie()
538 hdr->coding = UNI_CODING_ITU; in uni_decode_ie_hdr()
549 hdr->coding = (*msg->b_rptr >> 5) & 3; in uni_decode_ie_hdr()
613 if ((iedecl = GET_IEDECL(ietype, ie->h.coding)) == NULL) { in uni_decode_ie_body()
644 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_encode_ie()
660 byte = 0x80 | (h->coding << 5); in uni_encode_ie_hdr()
1033 uni_ie_cause2str(enum uni_coding coding, u_int cause) in uni_ie_cause2str() argument
1036 if (coding == UNI_CODING_ITU) in uni_ie_cause2str()
[all …]
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunimkmsg.h54 (IE).h.coding = UNI_CODING_ITU; \
63 (IE).h.coding = UNI_CODING_ITU; \
73 (IE).h.coding = UNI_CODING_ITU; \
82 (IE).h.coding = UNI_CODING_ITU; \
H A Dsig_call.c273 epref->h.coding = UNI_CODING_ITU; in allocate_epref()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dperf_opt_guidelines.rst16 They also highlight the performance-impacting coding techniques that should,
H A Dbbdev.rst14 the 3GPP Layer 1 signal processing (channel coding, modulation, ...).
409 performing Turbo and LDPC coding on a referenced mbuf data buffer. It is used for either
429 The baseband framework supports FEC coding on Code Blocks (CB) and
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1951.txt44 coding, with efficiency comparable to the best currently available
77 3.2.1. Synopsis of prefix and Huffman coding ............... 6
78 3.2.2. Use of Huffman coding in the "deflate" format ....... 7
146 representations. Familiarity with the technique of Huffman coding
194 and Huffman coding. The Huffman trees for each block are independent
313 3.2.1. Synopsis of prefix and Huffman coding
315 Prefix coding represents symbols from an a priori known
372 3.2.2. Use of Huffman coding in the "deflate" format
/f-stack/app/redis-5.0.5/
H A DCONTRIBUTING25 1. If it is a major feature or a semantical change, please don't start coding
H A D00-RELEASENOTES252 * Hyperloglog different coding errors leading to potential crashes were fixed.
/f-stack/freebsd/contrib/openzfs/.github/
H A DCONTRIBUTING.md28 * [Coding Conventions](#coding-conventions)
196 coding convention.
/f-stack/dpdk/doc/guides/linux_gsg/
H A Dbuild_dpdk.rst146 It's recommended that the pkg-config file be used, rather than hard-coding the parameters (cflags/l…
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst13 It is based on the Linux Kernel coding guidelines and the FreeBSD 7.2 Kernel Developer's Manual (se…
22 * The primary reason for coding standards is to increase code readability and comprehensibility, th…
H A Dabi_versioning.rst625 it as static. This is a coding style choice.
/f-stack/freebsd/contrib/zstd/doc/
H A Dzstd_compression_format.md92 - [Huffman Coding](#huffman-coding)
1004 FSE, and Huffman coding.
1204 Prefix coding represents symbols from an a priori known alphabet
/f-stack/freebsd/contrib/zlib/
H A DChangeLog264 - Remove hard-coding of resource compiler in CMakeLists.txt [Blammo]
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt276 Cleaned up the coding style of a couple of global variables
8591 technically legal, this is probably a coding error and it is seen in the
14600 next access width boundary (a common coding error.)
15972 with the Linux coding style.
18362 aligns the CA code closer to the Linux coding standard.