Searched refs:octet (Results 1 - 25 of 47) sorted by relevance

12

/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dwriter.c72 unsigned char octet; local
84 octet = emitter->buffer.pointer[0];
86 width = (octet & 0x80) == 0x00 ? 1 :
87 (octet & 0xE0) == 0xC0 ? 2 :
88 (octet & 0xF0) == 0xE0 ? 3 :
89 (octet & 0xF8) == 0xF0 ? 4 : 0;
91 value = (octet & 0x80) == 0x00 ? octet & 0x7F :
92 (octet & 0xE0) == 0xC0 ? octet
[all...]
H A Dreader.c196 unsigned char octet; local
215 * Char. number range | UTF-8 octet sequence
230 octet = parser->raw_buffer.pointer[0];
231 width = (octet & 0x80) == 0x00 ? 1 :
232 (octet & 0xE0) == 0xC0 ? 2 :
233 (octet & 0xF0) == 0xE0 ? 3 :
234 (octet & 0xF8) == 0xF0 ? 4 : 0;
236 /* Check if the leading octet is valid. */
240 "invalid leading UTF-8 octet",
241 parser->offset, octet);
[all...]
H A Dapi.c626 unsigned char octet; local
631 octet = pointer[0];
632 width = (octet & 0x80) == 0x00 ? 1 :
633 (octet & 0xE0) == 0xC0 ? 2 :
634 (octet & 0xF0) == 0xE0 ? 3 :
635 (octet & 0xF8) == 0xF0 ? 4 : 0;
636 value = (octet & 0x80) == 0x00 ? octet & 0x7F :
637 (octet & 0xE0) == 0xC0 ? octet
[all...]
H A Demitter.c2038 unsigned char octet; local
2043 octet = string.pointer[0];
2044 width = (octet & 0x80) == 0x00 ? 1 :
2045 (octet & 0xE0) == 0xC0 ? 2 :
2046 (octet & 0xF0) == 0xE0 ? 3 :
2047 (octet & 0xF8) == 0xF0 ? 4 : 0;
2048 value = (octet & 0x80) == 0x00 ? octet & 0x7F :
2049 (octet & 0xE0) == 0xC0 ? octet
[all...]
/macosx-10.10/network_cmds-457/alias/
H A Dalias_ftp.c198 u_int8_t octet; local
206 addr = port = octet = 0;
223 octet = ch - '0';
230 octet = 10 * octet + ch - '0';
232 addr = (addr << 8) + octet;
239 octet = 10 * octet + ch - '0';
241 port = (port << 8) + octet;
264 u_int8_t octet; local
351 u_int8_t octet; local
[all...]
/macosx-10.10/cups-408/cups/conf/
H A Dmime.convs.in59 @DEFAULT_RAW_PRINTING@application/octet-stream application/vnd.cups-raw 0 -
H A Dmime.types171 application/octet-stream
/macosx-10.10/WebCore-7600.1.25/testing/
H A DTypeConversions.idl42 attribute octet testOctet;
43 [EnforceRange] attribute octet testEnforceRangeOctet;
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Dhttp0serv.rb29 @res['content-type'] = 'application/octet-stream;'
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dip.tcl368 foreach octet $octets {
370 if {[string length $octet] < 1} continue
371 if {[regexp {^[a-fA-F\d]{1,4}$} $octet]} continue
372 if {$ndx >= [llength $octets] && [IPv4? $octet]} continue
373 if {$ndx == 2 && [lindex $octets 0] == 2002 && [IPv4? $octet]} continue
484 set octet [lindex $octets $n]
485 if {$octet == {}} {
487 set octet \0\0
491 set octet [string repeat \0\0 $missing]
493 } elseif {[string first . $octet] !
[all...]
H A Dspf.tcl398 foreach octet $octets {
399 set hi [expr {($octet & 0xF0) >> 4}]
400 set lo [expr {$octet & 0x0F}]
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dnsec.c77 int octet; local
135 for (octet = 31; octet >= 0; octet--)
136 if (bm[window * 32 + octet] != 0)
138 if (octet < 0)
141 nsec_bits[1] = octet + 1;
145 memmove(&nsec_bits[2], &bm[window * 32], octet + 1);
146 nsec_bits += 3 + octet;
H A Dnsec3.c90 int octet; local
204 for (octet = 31; octet >= 0; octet--)
205 if (bm[window * 32 + octet] != 0)
207 if (octet < 0)
210 nsec_bits[1] = octet + 1;
214 memmove(&nsec_bits[2], &bm[window * 32], octet + 1);
215 nsec_bits += 3 + octet;
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dfirewire.h84 u_char octet[FIREWIRE_EUI64_LEN]; member in struct:firewire_eui64
H A Dethernet.h95 u_char octet[ETHER_ADDR_LEN]; member in struct:ether_addr
98 #define ether_addr_octet octet
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs12/
H A Dp12_utl.c143 return ASN1_item_unpack(bag->value.bag->value.octet, ASN1_ITEM_rptr(X509));
150 return ASN1_item_unpack(bag->value.bag->value.octet,
H A Dp12_add.c75 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
/macosx-10.10/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dnsec_47.c40 int octet; local
74 for (octet = 31; octet >= 0; octet--)
75 if (bm[window * 32 + octet] != 0)
77 if (octet < 0)
80 RETERR(uint8_tobuffer(octet + 1, target));
81 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1));
179 * The last octet of the bitmap must be non zero.
H A Dnsec3_50.c50 int octet; local
124 for (octet = 31; octet >= 0; octet--)
125 if (bm[window * 32 + octet] != 0)
127 if (octet < 0)
130 RETERR(uint8_tobuffer(octet + 1, target));
131 RETERR(mem_tobuffer(target, &bm[window * 32], octet + 1));
285 * The last octet of the bitmap must be non zero.
/macosx-10.10/dcerpc-61/dcerpc/idl_lib/
H A Dndrchars.c214 * that if the string is composed of multi-octet characters, the termination
215 * character must have the value NUL in all of its octets. For multi-octet
229 idl_char *octet; local
240 * First octet is null, are the rest?
242 octet = &s[i];
243 for (j = 1; j < octets_per_char && octet[j] == '\0'; j++)
246 return ((octet + j - s) / octets_per_char);
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dnidl_l.l143 octet {hex_digit}{hex_digit}
144 octet2 {octet}{octet}
145 octet_dot {octet}\.
147 olduuid \({opt_ws}{octet2}{octet2}{octet}{octet_dot}{octet_dot}{octet_dot}{octet_dot}{octet_dot}{octet_dot}{octet_dot}{octet_dot}{octet}{opt_ws}\)
/macosx-10.10/bootp-298/bootplib/
H A Dutil.c353 uint8_t * c1 = e1->octet;
354 uint8_t * c2 = e2->octet;
356 for (i = 0; i < sizeof(e1->octet); i++, c1++, c2++) {
/macosx-10.10/WebCore-7600.1.25/bindings/scripts/test/
H A DTestObj.idl52 attribute octet octetAttr;
84 octet octetMethod();
85 octet octetMethodWithArgs(octet octetArg, DOMString strArg, TestObj objArg);
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A DREADME.template82 BER support for octet string (not working)
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Difbridge.c249 bcopy(ifbrfh.ifbrhf_hwsrca, ea.octet, ETHER_ADDR_LEN);
252 bzero(ea.octet, ETHER_ADDR_LEN);
291 memcpy(ea.octet, ifba->ifba_dst,
292 sizeof(ea.octet));
545 memcpy(req.ifba_dst, ea->octet, sizeof(req.ifba_dst));
565 memcpy(req.ifba_dst, ea->octet, sizeof(req.ifba_dst));

Completed in 471 milliseconds

12