| /freebsd-13.1/sys/contrib/ngatm/netnatm/msg/ |
| H A D | geniec.awk | 79 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 D | parseie.awk | 69 coding = $4 70 if(coding == "itu") { 72 } else if(coding == "net") { 75 error("bad coding " coding) 86 codings[iecnt] = coding
|
| H A D | uni_hdr.h | 184 enum uni_coding coding; /* coding standard */ member
|
| H A D | privmsg.c | 138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL || in uni_decode_body_internal()
|
| H A D | uni_ie.c | 464 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 D | unimkmsg.h | 54 (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 D | util.c | 99 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 D | TODO | 14 design guideline for what is done where. There should be a common coding
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | STYLE.TXT | 3 coding style than it had before. If you submit patches, I expect them to
|
| /freebsd-13.1/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 44 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 D | README.patches | 1 See README.hackers for notes on coding styles.
|
| H A D | README.pullrequests | 1 See README.hackers for notes on coding styles.
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | README | 49 It describes Subversion coding and log message standards, as well
|
| /freebsd-13.1/contrib/apr-util/ |
| H A D | CHANGES | 1 -*- coding: utf-8 -*-
|
| /freebsd-13.1/contrib/apr/ |
| H A D | CHANGES | 1 -*- coding: utf-8 -*-
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CONTRIBUTING | 40 4. Patches should follow our coding style (see
|
| /freebsd-13.1/contrib/libcbor/doc/source/ |
| H A D | internal.rst | 54 This code loosely follows the `Linux kernel coding style <https://www.kernel.org/doc/Documentation/…
|
| /freebsd-13.1/contrib/lutok/m4/ |
| H A D | developer-mode.m4 | 33 dnl amount of trivial coding problems introduced in the code.
|
| /freebsd-13.1/contrib/kyua/m4/ |
| H A D | developer-mode.m4 | 33 dnl amount of trivial coding problems introduced in the code.
|
| /freebsd-13.1/contrib/xz/ |
| H A D | TODO | 64 Buffer-to-buffer coding could use less RAM (especially when
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | calendars | 172 coding: utf-8
|
| /freebsd-13.1/contrib/cortex-strings/ |
| H A D | README | 105 Assembly code attempts to follow the GLIBC coding convetions. They
|
| /freebsd-13.1/contrib/kyua/utils/config/ |
| H A D | tree.ipp | 50 /// specific structure, and that happens once at coding time.
|
| /freebsd-13.1/sys/contrib/openzfs/.github/ |
| H A D | CONTRIBUTING.md | 28 * [Coding Conventions](#coding-conventions) 196 coding convention.
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | map | 234 # Label coding type 6h 9h and ah 235 >>>0x1E ubyte x \b, coding type %#x
|