| /freebsd-12.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 | 463 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 …]
|
| /freebsd-12.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-12.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-12.1/contrib/gperf/ |
| H A D | README | 20 For general documentation on the coding and usage standards
|
| /freebsd-12.1/contrib/libpcap/ |
| H A D | TODO | 14 design guideline for what is done where. There should be a common coding
|
| /freebsd-12.1/contrib/ipfilter/ |
| H A D | STYLE.TXT | 3 coding style than it had before. If you submit patches, I expect them to
|
| /freebsd-12.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-12.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-12.1/contrib/subversion/ |
| H A D | README | 49 It describes Subversion coding and log message standards, as well
|
| /freebsd-12.1/crypto/openssl/ |
| H A D | CONTRIBUTING | 40 4. Patches should follow our coding style (see
|
| /freebsd-12.1/contrib/xz/ |
| H A D | TODO | 64 Buffer-to-buffer coding could use less RAM (especially when
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | calendars | 172 coding: utf-8
|
| /freebsd-12.1/contrib/cortex-strings/ |
| H A D | README | 105 Assembly code attempts to follow the GLIBC coding convetions. They
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | CONTRIBUTE | 35 GDB has certain additional coding requirements. Those
|
| /freebsd-12.1/contrib/apr-util/ |
| H A D | CHANGES | 1 -*- coding: utf-8 -*-
|
| /freebsd-12.1/share/syscons/keymaps/ |
| H A D | dutch.iso.acc.kbd | 6 # Accent coding by M. Blapp <[email protected]>
|
| /freebsd-12.1/share/vt/keymaps/ |
| H A D | nl.kbd | 7 # Accent coding by M. Blapp <[email protected]>
|
| /freebsd-12.1/contrib/tcpdump/ |
| H A D | print-802_11.c | 2923 uint8_t coding; in print_radiotap_field() local 2975 rc = cpack_uint8(s, &coding); in print_radiotap_field() 2994 (coding & (IEEE80211_RADIOTAP_CODING_LDPC_USERn << i)) ? in print_radiotap_field()
|
| /freebsd-12.1/contrib/apr/ |
| H A D | CHANGES | 1 -*- coding: utf-8 -*-
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | README.Portability | 17 For the complete coding style conventions used in GCC, please read
|