Home
last modified time | relevance | path

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

12345

/freebsd-12.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.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 …]
/freebsd-12.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-12.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-12.1/contrib/gperf/
H A DREADME20 For general documentation on the coding and usage standards
/freebsd-12.1/contrib/libpcap/
H A DTODO14 design guideline for what is done where. There should be a common coding
/freebsd-12.1/contrib/ipfilter/
H A DSTYLE.TXT3 coding style than it had before. If you submit patches, I expect them to
/freebsd-12.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-12.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-12.1/contrib/subversion/
H A DREADME49 It describes Subversion coding and log message standards, as well
/freebsd-12.1/crypto/openssl/
H A DCONTRIBUTING40 4. Patches should follow our coding style (see
/freebsd-12.1/contrib/xz/
H A DTODO64 Buffer-to-buffer coding could use less RAM (especially when
/freebsd-12.1/contrib/tzdata/
H A Dcalendars172 coding: utf-8
/freebsd-12.1/contrib/cortex-strings/
H A DREADME105 Assembly code attempts to follow the GLIBC coding convetions. They
/freebsd-12.1/contrib/gdb/gdb/
H A DCONTRIBUTE35 GDB has certain additional coding requirements. Those
/freebsd-12.1/contrib/apr-util/
H A DCHANGES1 -*- coding: utf-8 -*-
/freebsd-12.1/share/syscons/keymaps/
H A Ddutch.iso.acc.kbd6 # Accent coding by M. Blapp <[email protected]>
/freebsd-12.1/share/vt/keymaps/
H A Dnl.kbd7 # Accent coding by M. Blapp <[email protected]>
/freebsd-12.1/contrib/tcpdump/
H A Dprint-802_11.c2923 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 DCHANGES1 -*- coding: utf-8 -*-
/freebsd-12.1/contrib/gcc/
H A DREADME.Portability17 For the complete coding style conventions used in GCC, please read

12345