Home
last modified time | relevance | path

Searched refs:Byte (Results 1 – 25 of 43) sorted by relevance

12

/titanic_50/usr/src/lib/libldap5/sources/ldap/common/
H A Dcharset.c191 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 …]
/titanic_50/usr/src/common/lzma/
H A DLzmaDec.h36 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 DLzmaEnc.h56 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 DLzFind.h13 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 DLzmaDec.c123 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 DLzmaEnc.c106 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 DLzFind.c45 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 DTypes.h50 typedef unsigned char Byte; typedef
127 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
178 Byte buf[LookToRead_BUF_SIZE];
/titanic_50/usr/src/cmd/sgs/libelf/common/
H A Dxlate64.m4157 ($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 Dgetarsym.c94 arsym(Byte *off, size_t sz, size_t *e, int is64) in arsym()
98 Byte *endoff; in arsym()
179 Byte *as; in elf_getarsym()
194 if ((as = (Byte *)elf->ed_arsym) == 0) { in elf_getarsym()
213 if (_elf_vm(elf, (size_t)(as - (Byte *)elf->ed_ident), sz) != in elf_getarsym()
H A Dupdate.c177 p[EI_VERSION] = (Byte)ver; in _elf_upd_lib()
361 p[EI_VERSION] = (Byte)ver; in _elf_upd_usr()
826 eh->e_ident[EI_DATA] = (Byte)encode; in _elfxx_update()
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h113 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 Dzlib.c224 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 …]
/titanic_50/usr/src/cmd/acpi/acpixtract/
H A Dacpixtract.c529 UINT8 Byte; in AxIsFileAscii() local
534 while (fread (&Byte, 1, 1, Handle) == 1) in AxIsFileAscii()
538 if (!ACPI_IS_ASCII (Byte)) in AxIsFileAscii()
545 else if (!isprint (Byte) && !isspace (Byte)) in AxIsFileAscii()
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h123 #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 Dzlib.c371 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 …]
/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.c293 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 Dzconf.h101 typedef unsigned char Byte; typedef
104 typedef Byte Bytef;
H A Ddeflate.h104 Byte method; /* STORED (for zip only) or DEFLATED */
/titanic_50/usr/src/uts/intel/io/acpica/namespace/
H A Dnsnames.c217 #define ACPI_PATH_PUT8(Path, Size, Byte, Length) \ in AcpiNsBuildNormalizedPath() argument
221 (Path)[(Length)] = (Byte); \ in AcpiNsBuildNormalizedPath()
/titanic_50/usr/src/uts/common/sys/
H A Dmachelf.h61 typedef uchar_t Byte; typedef
108 typedef uchar_t Byte;
/titanic_50/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c131 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()
/titanic_50/usr/src/cmd/sgs/rtld.4.x/
H A Dzero.s45 ! Byte clearing loop
/titanic_50/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c38 Byte *byte = &(ehdr->e_ident[0]); in Elf_ehdr()
/titanic_50/usr/src/lib/efcode/fcode_test/
H A Dbytemanipulate.fth27 ." Byte Split tests: "

12