Searched refs:bitstring (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dbitstring.c18 /* $Id: bitstring.c,v 1.17 2007/06/19 23:47:17 tbox Exp $ */
27 #include <isc/bitstring.h>
43 isc_bitstring_init(isc_bitstring_t *bitstring, unsigned char *data, argument
47 * Make 'bitstring' refer to the bitstring of 'size' bits starting
48 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0'
50 * bitstring. Otherwise bit 0 is the most significant bit.
53 REQUIRE(bitstring != NULL);
57 bitstring->magic = BITSTRING_MAGIC;
58 bitstring
65 isc_bitstring_invalidate(isc_bitstring_t *bitstring) argument
[all...]
/macosx-10.10.1/ntp-92/lib/isc/
H A Dbitstring.c18 /* $Id: bitstring.c,v 1.17 2007/06/19 23:47:17 tbox Exp $ */
27 #include <isc/bitstring.h>
43 isc_bitstring_init(isc_bitstring_t *bitstring, unsigned char *data, argument
47 * Make 'bitstring' refer to the bitstring of 'size' bits starting
48 * at 'data'. 'length' bits of the bitstring are valid. If 'lsb0'
50 * bitstring. Otherwise bit 0 is the most significant bit.
53 REQUIRE(bitstring != NULL);
57 bitstring->magic = BITSTRING_MAGIC;
58 bitstring
65 isc_bitstring_invalidate(isc_bitstring_t *bitstring) argument
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/include/isc/
H A Dbitstring.h18 /* $Id: bitstring.h,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
27 /*! \file isc/bitstring.h
31 * A bitstring is a packed array of bits, stored in a contiguous
32 * sequence of octets. The "most significant bit" (msb) of a bitstring
34 * bitstring is the low bit of the last octet.
39 * and any padding bits required to make the bitstring a multiple of 8 bits
43 * and any padding bits required to make the bitstring a multiple of 8 bits
46 * E.g., consider the bitstring "11010001111". This bitstring is 11 bits
97 isc_bitstring_init(isc_bitstring_t *bitstring, unsigne
[all...]
/macosx-10.10.1/ntp-92/lib/isc/include/isc/
H A Dbitstring.h18 /* $Id: bitstring.h,v 1.14 2007/06/19 23:47:18 tbox Exp $ */
27 /*! \file isc/bitstring.h
31 * A bitstring is a packed array of bits, stored in a contiguous
32 * sequence of octets. The "most significant bit" (msb) of a bitstring
34 * bitstring is the low bit of the last octet.
39 * and any padding bits required to make the bitstring a multiple of 8 bits
43 * and any padding bits required to make the bitstring a multiple of 8 bits
46 * E.g., consider the bitstring "11010001111". This bitstring is 11 bits
97 isc_bitstring_init(isc_bitstring_t *bitstring, unsigne
[all...]
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/
H A Dtre-last-matched.h29 #include <bitstring.h>
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/base32/
H A Dbase32_tcl.tcl23 proc ::base32::tcl_encode {bitstring} {
26 binary scan $bitstring B* bits
30 #puts "($bitstring) => <$bits>"
H A Dbase32hex_tcl.tcl23 proc ::base32::hex::tcl_encode {bitstring} {
26 binary scan $bitstring B* bits
30 #puts "($bitstring) => <$bits>"
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_id.c78 * circular array of IDs of size L and a bitstring of 65536 bits.
80 * To start, we ask the RNG for a new ID. A quick index into the bitstring
82 * repeated until a value is returned that is not in the bitstring.
85 * in the queue from the bitstring and replace it with our new ID. Our new
86 * ID is then added to the bitstring and the queue pointer is incremented.
97 * With L=4096, the queue will use 8K of memory. The bitstring always uses
107 #include <sys/bitstring.h>
H A Dudp_var.h128 #include <sys/bitstring.h>
H A Din_pcb.h77 #include <sys/bitstring.h>
H A Dtcp_var.h1163 #include <sys/bitstring.h>
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/unBER/
H A DunBER.cpp72 static int bitstring(int t, uchar *b, int length) function
87 } /* bitstring */
105 } /* bitstring */
278 i += bitstring(t, &b[k], len);
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/asn/
H A Dasn.tcl476 proc ::asn::asnBitString {bitstring} {
481 set bitlen [string length $bitstring]
486 return [binary format H2a*cB* 03 [asnLength $len] $padding $bitstring]
1286 upvar 1 $data_var data $bitstring_var bitstring
1303 set bitstring $bits
/macosx-10.10.1/cron-39/cron/
H A Dcron.h33 #include <bitstring.h>
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/win32/
H A Dlibisc.mak123 -@erase "$(INTDIR)\bitstring.obj"
245 "$(INTDIR)\bitstring.obj" \
322 -@erase "$(INTDIR)\bitstring.obj"
323 -@erase "$(INTDIR)\bitstring.sbr"
514 "$(INTDIR)\bitstring.sbr" \
602 "$(INTDIR)\bitstring.obj" \
1189 SOURCE=..\bitstring.c
1194 "$(INTDIR)\bitstring.obj" : $(SOURCE) "$(INTDIR)"
1201 "$(INTDIR)\bitstring.obj" "$(INTDIR)\bitstring
[all...]
/macosx-10.10.1/ntp-92/lib/isc/win32/
H A Dlibisc.mak120 -@erase "$(INTDIR)\bitstring.obj"
240 "$(INTDIR)\bitstring.obj" \
313 -@erase "$(INTDIR)\bitstring.obj"
314 -@erase "$(INTDIR)\bitstring.sbr"
503 "$(INTDIR)\bitstring.sbr" \
589 "$(INTDIR)\bitstring.obj" \
1140 SOURCE=..\bitstring.c
1145 "$(INTDIR)\bitstring.obj" : $(SOURCE) "$(INTDIR)"
1152 "$(INTDIR)\bitstring.obj" "$(INTDIR)\bitstring
[all...]
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dnewfs_hfs.c90 static int get_high_bit (u_int64_t bitstring);
705 static int get_high_bit (u_int64_t bitstring) { argument
706 u_int64_t bits = bitstring;
/macosx-10.10.1/Libc-1044.1.2/xcodescripts/
H A Dheaders.sh50 bitstring.h
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DVolumeBitmapCheck.c36 #include <bitstring.h>

Completed in 310 milliseconds