| /onnv-gate/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_t61( Byte *o, Byte *s ); 200 static Byte *c_to_hh(); 201 static Byte *c_to_cc(); 203 static Byte *cc_to_t61(); 1024 static Byte * [all …]
|
| /onnv-gate/usr/src/common/lzma/ |
| H A D | LzmaDec.h | 36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size); 50 Byte *dic; 51 const Byte *buf; 64 Byte tempBuf[LZMA_REQUIRED_INPUT_MAX]; 130 SRes LzmaDec_AllocateProbs(CLzmaDec *p, const Byte *props, unsigned propsSize, ISzAlloc *alloc); 133 SRes LzmaDec_Allocate(CLzmaDec *state, const Byte *prop, unsigned propsSize, ISzAlloc *alloc); 178 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 194 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, 195 const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status); 219 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, [all …]
|
| H A D | LzmaEnc.h | 56 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size); 59 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 73 extern SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen, 74 const CLzmaEncProps *props, Byte *propsEncoded, SizeT *propsSize, int writeEndMark,
|
| H A D | LzFind.h | 13 Byte *buffer; 28 Byte *bufferBase; 55 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p); 72 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *… 83 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); 85 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
|
| H A D | LzmaDec.c | 123 static const Byte kLiteralNextStates[kNumStates * 2] = 148 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal() 158 Byte *dic = p->dic; in LzmaDec_DecodeReal() 166 const Byte *buf = p->buf; in LzmaDec_DecodeReal() 208 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal() 409 Byte *dest = dic + dicPos; in LzmaDec_DecodeReal() 411 const Byte *lim = dest + curLen; in LzmaDec_DecodeReal() 414 *(dest) = (Byte)*(dest + src); in LzmaDec_DecodeReal() 451 Byte *dic = p->dic; in LzmaDec_WriteRem() 473 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimit) in LzmaDec_DecodeReal2() [all …]
|
| H A D | LzmaEnc.c | 106 void LzmaEnc_FastPosInit(Byte *g_FastPos) in LzmaEnc_FastPosInit() 117 g_FastPos[c] = (Byte)slotFast; in LzmaEnc_FastPosInit() 223 Byte cache; 226 Byte *buf; 227 Byte *bufLim; 228 Byte *bufBase; 237 const Byte *data; 289 Byte pad[128]; 301 Byte g_FastPos[1 << kNumLogBits]; 489 p->bufBase = (Byte *)alloc->Alloc(alloc, RC_BUF_SIZE); in RangeEnc_Alloc() [all …]
|
| H A D | LzFind.c | 45 p->bufferBase = (Byte *)alloc->Alloc(alloc, (size_t)blockSize); in LzInWindow_Create() 50 Byte *MatchFinder_GetPointerToCurrentPos(CMatchFinder *p) { return p->buffer; } in MatchFinder_GetPointerToCurrentPos() 51 Byte MatchFinder_GetIndexByte(CMatchFinder *p, Int32 index) { return p->buffer[index]; } in MatchFinder_GetIndexByte() 68 Byte *dest = p->buffer + (p->streamPos - p->pos); in MatchFinder_ReadBlock() 317 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CL… in Hc_GetMatchesSpec() 328 const Byte *pb = cur - delta; in Hc_GetMatchesSpec() 348 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 365 const Byte *pb = cur - delta; in GetMatchesSpec1() 403 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *… in SkipMatchesSpec() 419 const Byte *pb = cur - delta; in SkipMatchesSpec() [all …]
|
| H A D | Types.h | 50 typedef unsigned char Byte; typedef 127 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf); 178 Byte buf[LookToRead_BUF_SIZE];
|
| /onnv-gate/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_t61( Byte *o, Byte *s ); 228 static Byte *c_to_hh(); 229 static Byte *c_to_cc(); 231 static Byte *cc_to_t61(); 1052 static Byte * [all …]
|
| /onnv-gate/usr/src/cmd/sgs/libelf/common/ |
| H A D | xlate64.m4 | 157 ($1)[$3`'0] = (Byte)_t_, 158 ($1)[$3`'1] = (Byte)(_t_>>8), 159 ($1)[$3`'2] = (Byte)(_t_>>16), 160 ($1)[$3`'3] = (Byte)(_t_>>24), 161 ($1)[$3`'4] = (Byte)(_t_>>32), 162 ($1)[$3`'5] = (Byte)(_t_>>40), 163 ($1)[$3`'6] = (Byte)(_t_>>48), 164 ($1)[$3`'7] = (Byte)(_t_>>56); }')dnl 165 define(tofb, `($1)[$3] = (Byte)($2)')dnl 167 ($1)[$3`'0] = (Byte)_t_, [all …]
|
| H A D | getarsym.c | 94 arsym(Byte *off, size_t sz, size_t *e, int is64) in arsym() 98 Byte *endoff; in arsym() 172 Byte *as; in elf_getarsym() 187 if ((as = (Byte *)elf->ed_arsym) == 0) { in elf_getarsym() 206 if (_elf_vm(elf, (size_t)(as - (Byte *)elf->ed_ident), sz) != in elf_getarsym()
|
| /onnv-gate/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_freq > (ascii_freq >> 2) ? BINARY : ASCII); [all …]
|
| /onnv-gate/usr/src/uts/common/io/ppp/spppcomp/ |
| H A D | zlib.h | 123 #define Byte z_Byte macro 305 typedef unsigned char Byte; /* 8 bits */ typedef 312 #define Bytef Byte FAR 314 typedef Byte FAR Bytef; 325 typedef Byte FAR *voidpf; 326 typedef Byte *voidp;
|
| H A D | zlib.c | 371 Byte data_type; /* UNKNOWN, BINARY or ASCII */ 372 Byte method; /* STORED (for zip only) or DEFLATED */ 918 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof (Byte)); 940 s->method = (Byte)method; 1078 put_byte(s, (Byte)(b >> 8)); 1079 put_byte(s, (Byte)(b & 0xff)); 1330 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof (Byte)); 1343 zmemcpy(ds->window, ss->window, ds->w_size * 2 * sizeof (Byte)); 1483 register Byte scan_end1 = scan[best_len-1]; 1484 register Byte scan_end = scan[best_len]; [all …]
|
| /onnv-gate/usr/src/uts/common/zmod/ |
| H A D | deflate.c | 293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte)); 315 s->method = (Byte)method; 528 put_byte(s, (Byte)(b >> 8)); 529 put_byte(s, (Byte)(b & 0xff)); 609 put_byte(s, (Byte)(s->gzhead->time & 0xff)); 610 put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); 611 put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); 612 put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); 751 put_byte(s, (Byte)(strm->adler & 0xff)); 752 put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); [all …]
|
| H A D | zconf.h | 101 typedef unsigned char Byte; typedef 104 typedef Byte Bytef;
|
| /onnv-gate/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/,
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Byte/ |
| H A D | Byte.pm | 1 package Encode::Byte;
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | machelf.h | 61 typedef uchar_t Byte; typedef 108 typedef uchar_t Byte;
|
| /onnv-gate/usr/src/cmd/sgs/libld/common/ |
| H A D | machsym.sparc.c | 131 Byte otype = ELF_ST_TYPE(osym->st_info); in ld_mach_sym_typecheck_sparc() 132 Byte ntype = ELF_ST_TYPE(nsym->st_info); in ld_mach_sym_typecheck_sparc()
|
| /onnv-gate/usr/src/cmd/sgs/rtld.4.x/ |
| H A D | zero.s | 45 ! Byte clearing loop
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/ |
| H A D | Makefile.PL | 53 Byte order is not compatible
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/ |
| H A D | DhcpClientRecord.java | 130 this.flags = Byte.parseByte(flags); in DhcpClientRecord() 345 this.flags = Byte.parseByte(flags); in setFlags()
|
| /onnv-gate/usr/src/cmd/sgs/liblddbg/common/ |
| H A D | elf.c | 38 Byte *byte = &(ehdr->e_ident[0]); in Elf_ehdr()
|