/osnet-11/usr/src/grub/grub2/include/grub/lib/ |
H A D | LzmaDec.h | 59 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size); 73 Byte *dic; 74 const Byte *buf; 87 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; 153 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 156 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 201 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 217 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 218 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 242 SRes LzmaDecode(Byte *des [all...] |
H A D | LzmaEnc.h | 74 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size); 77 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 91 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 92 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
H A D | LzFind.h | 36 Byte *buffer; 51 Byte *bufferBase; 78 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p); 95 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son, 106 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); 108 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
|
H A D | LzmaTypes.h | 54 typedef unsigned char Byte; typedef
|
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.h | 113 typedef unsigned char Byte; /* 8 bits */ typedef 117 typedef Byte FAR Bytef; 127 typedef Byte FAR *voidpf; 128 typedef Byte *voidp; 175 Byte data_type; /* best guess about the data type: ascii or binary */
|
H A D | zlib.c | 224 Byte data_type; /* UNKNOWN, BINARY or ASCII */ 225 Byte method; /* STORED (for zip only) or DEFLATED */ 633 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 656 s->method = (Byte)method; 701 put_byte(s, (Byte)(b >> 8)); 702 put_byte(s, (Byte)(b & 0xff)); 861 TRY_FREE(strm, state->window, state->w_size * 2 * sizeof(Byte)); 965 register Byte scan_end1 = scan[best_len-1]; 966 register Byte scan_end = scan[best_len]; 2513 s->data_type = (Byte)(bin_fre [all...] |
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | charset.c | 219 typedef unsigned char Byte; typedef 220 typedef struct { Byte a, b; } Couple; 223 static Byte *c_to_hh( Byte *o, Byte c ); 224 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c ); 225 static int hh_to_c( Byte *h ); 226 static Byte *cc_to_t6 [all...] |
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | charset.c | 191 typedef unsigned char Byte; typedef 192 typedef struct { Byte a, b; } Couple; 195 static Byte *c_to_hh( Byte *o, Byte c ); 196 static Byte *c_to_cc( Byte *o, Couple *cc, Byte c ); 197 static int hh_to_c( Byte *h ); 198 static Byte *cc_to_t6 [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/ |
H A D | Byte.pm | 1 package Encode::Byte; 13 Encode::Byte - Single Byte Encodings 18 $greek = encode("iso-8859-7", $utf8); # loads Encode::Byte implicitly
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/ |
H A D | LzmaDec.c | 144 Byte kLiteralNextStates[kNumStates * 2] = 165 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) 175 Byte *dic = p->dic; 183 const Byte *buf = p->buf; 225 dic[dicPos++] = (Byte)symbol; 424 Byte *dest = dic + dicPos; 426 const Byte *lim = dest + curLen; 429 *(dest) = (Byte)*(dest + src); 466 Byte *dic = p->dic; 490 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimi [all...] |
H A D | LzmaEnc.c | 123 void LzmaEnc_FastPosInit(Byte *g_FastPos) 134 g_FastPos[c] = (Byte)slotFast; 240 Byte cache; 243 Byte *buf; 244 Byte *bufLim; 245 Byte *bufBase; 254 const Byte *data; 306 Byte pad[128]; 319 Byte g_FastPos[1 << kNumLogBits]; 515 p->bufBase = (Byte *)allo [all...] |
H A D | LzFind.c | 66 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize); 71 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } 72 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } 89 Byte *dest = p->buffer + (p->streamPos - p->pos); 338 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, 349 const Byte *pb = cur - delta; 369 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, 386 const Byte *pb = cur - delta; 424 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, 440 const Byte *p [all...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
H A D | interwork56.t | 93 like ($@, qr/Byte order is not compatible/, 132 like ($@, qr/Byte order is not compatible/, 150 like ($@, qr/Byte order is not compatible/,
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
H A D | Makefile.PL | 53 Byte order is not compatible
|
H A D | Storable.pm | 944 I<Byte order is not compatible>. If you have such data then you you
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | AnyDBM_File.pm | 63 Byte-order independent no no no no yes
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Unicode/ |
H A D | Unicode.pm | 114 endianness, and Byte Order Mark. 146 BE or LE, a character called Byte Order Mark (BOM) indicating the
|
/osnet-11/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 1782 ! Src is Byte aligned
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
H A D | FTP.pm | 1274 a contiguous bit stream. Byte format transfers the data as bytes, the
|