Home
last modified time | relevance | path

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

1234

/freebsd-13.1/sys/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.c464 uni_print_tbl(NULL, h->coding, cod_tab, cx); in uni_print_iehdr()
501 if((iedecl = GET_IEDECL(code, ie->h.coding)) != NULL) in uni_print_ie_internal()
516 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_check_ie()
539 hdr->coding = UNI_CODING_ITU; in uni_decode_ie_hdr()
550 hdr->coding = (*msg->b_rptr >> 5) & 3; in uni_decode_ie_hdr()
614 if ((iedecl = GET_IEDECL(ietype, ie->h.coding)) == NULL) { in uni_decode_ie_body()
645 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_encode_ie()
662 byte = 0x80 | (h->coding << 5); in uni_encode_ie_hdr()
1035 uni_ie_cause2str(enum uni_coding coding, u_int cause) in uni_ie_cause2str() argument
1038 if (coding == UNI_CODING_ITU) in uni_ie_cause2str()
[all …]
/freebsd-13.1/sys/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; \
/freebsd-13.1/usr.sbin/bluetooth/hccontrol/
H A Dutil.c99 hci_coding2str(int coding) in hci_coding2str() argument
108 return (coding >= SIZE(t)? "?" : t[coding]); in hci_coding2str()
/freebsd-13.1/contrib/libpcap/
H A DTODO14 design guideline for what is done where. There should be a common coding
/freebsd-13.1/contrib/ipfilter/
H A DSTYLE.TXT3 coding style than it had before. If you submit patches, I expect them to
/freebsd-13.1/sys/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
/freebsd-13.1/contrib/ntp/
H A DREADME.patches1 See README.hackers for notes on coding styles.
H A DREADME.pullrequests1 See README.hackers for notes on coding styles.
/freebsd-13.1/contrib/subversion/
H A DREADME49 It describes Subversion coding and log message standards, as well
/freebsd-13.1/contrib/apr-util/
H A DCHANGES1 -*- coding: utf-8 -*-
/freebsd-13.1/contrib/apr/
H A DCHANGES1 -*- coding: utf-8 -*-
/freebsd-13.1/crypto/openssl/
H A DCONTRIBUTING40 4. Patches should follow our coding style (see
/freebsd-13.1/contrib/libcbor/doc/source/
H A Dinternal.rst54 This code loosely follows the `Linux kernel coding style <https://www.kernel.org/doc/Documentation/…
/freebsd-13.1/contrib/lutok/m4/
H A Ddeveloper-mode.m433 dnl amount of trivial coding problems introduced in the code.
/freebsd-13.1/contrib/kyua/m4/
H A Ddeveloper-mode.m433 dnl amount of trivial coding problems introduced in the code.
/freebsd-13.1/contrib/xz/
H A DTODO64 Buffer-to-buffer coding could use less RAM (especially when
/freebsd-13.1/contrib/tzdata/
H A Dcalendars172 coding: utf-8
/freebsd-13.1/contrib/cortex-strings/
H A DREADME105 Assembly code attempts to follow the GLIBC coding convetions. They
/freebsd-13.1/contrib/kyua/utils/config/
H A Dtree.ipp50 /// specific structure, and that happens once at coding time.
/freebsd-13.1/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md28 * [Coding Conventions](#coding-conventions)
196 coding convention.
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dmap234 # Label coding type 6h 9h and ah
235 >>>0x1E ubyte x \b, coding type %#x

1234