Home
last modified time | relevance | path

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

12345

/NextBSD/sys/contrib/ngatm/netnatm/msg/
HDgeniec.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…
98 …print "static int uni_ie_decode_" coding "_" ie "(struct uni_ie_" ie " *, struct uni_msg *, u_int,…
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 ","
[all …]
HDparseie.awk69 coding = $4
70 if(coding == "itu") {
72 } else if(coding == "net") {
75 error("bad coding " coding)
86 codings[iecnt] = coding
HDuni_hdr.h184 enum uni_coding coding; /* coding standard */ member
HDprivmsg.c138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL || in uni_decode_body_internal()
HDuni_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 …]
/NextBSD/contrib/ofed/management/opensm/doc/
HDopensm-coding-style.txt1 This short (hopefully) memo is about to define the coding style
10 The goal of this is not to provide long and boring list of coding style
11 paradigms, but rather to define general coding style concept and to
16 it is reasonable to use the coding style most popular with OpenIB
18 than reinventing one more coding style rule-set.
31 try to not mix coding style improvement with functional and other
33 * When you are going to improve coding style for existing code, please
/NextBSD/sys/contrib/ngatm/netnatm/sig/
HDunimkmsg.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; \
/NextBSD/usr.sbin/bluetooth/hccontrol/
HDutil.c97 hci_coding2str(int coding) in hci_coding2str() argument
106 return (coding >= SIZE(t)? "?" : t[coding]); in hci_coding2str()
/NextBSD/cddl/contrib/dtracetoolkit/Misc/
HDReadme4 very useful, and are here as a particular coding example rather than
/NextBSD/cddl/contrib/dtracetoolkit/Snippits/
HDReadme5 When coding in DTrace, I frequently refer to the same chunks of code
/NextBSD/contrib/gperf/
HDREADME20 For general documentation on the coding and usage standards
/NextBSD/contrib/ipfilter/
HDSTYLE.TXT3 coding style than it had before. If you submit patches, I expect them to
/NextBSD/contrib/libpcap/
HDTODO14 design guideline for what is done where. There should be a common coding
/NextBSD/lib/libz/doc/
HDrfc1951.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
/NextBSD/crypto/openssl/
HDCONTRIBUTING20 current Git or the last snapshot. They should follow our coding style
/NextBSD/contrib/ntp/
HDREADME.patches1 See README.hackers for notes on coding styles.
/NextBSD/contrib/subversion/
HDREADME49 It describes Subversion coding and log message standards, as well
/NextBSD/contrib/groff/contrib/mom/
HDBUGS23 Persistent error in html coding of docs (<nobr> tag).
219 what this is, whether bad coding in mom, or a problem with 1.19.1.
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDthreaded_example.txt59 threads, however due to a coding problem (poor use of mutex locks) they
/NextBSD/contrib/xz/
HDTODO64 Buffer-to-buffer coding could use less RAM (especially when
/NextBSD/gnu/usr.bin/rcs/doc/
HDrcs_func.ms41 RCS flags coding conflicts.
/NextBSD/crypto/openssh/
HDREADME.hpn91 The majority of the actual coding for versions up to HPN12v1 was performed
/NextBSD/contrib/gdb/gdb/
HDCONTRIBUTE35 GDB has certain additional coding requirements. Those
/NextBSD/contrib/apr-util/
HDCHANGES1 -*- coding: utf-8 -*-
/NextBSD/share/syscons/keymaps/
HDdutch.iso.acc.kbd6 # Accent coding by M. Blapp <mb@imp.ch>

12345