Searched refs:Byte (Results 1 - 25 of 73) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
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 *des
[all...]
H A DLzmaEnc.h51 SRes LzmaEnc_WriteProperties(CLzmaEncHandle p, Byte *properties, SizeT *size);
54 SRes LzmaEnc_MemEncode(CLzmaEncHandle p, Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
68 SRes LzmaEncode(Byte *dest, SizeT *destLen, const Byte *src, SizeT srcLen,
69 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 *son,
83 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index);
85 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object);
H A DLzmaDec.c117 static const Byte kLiteralNextStates[kNumStates * 2] =
138 static int MY_FAST_CALL LzmaDec_DecodeReal(CLzmaDec *p, SizeT limit, const Byte *bufLimit)
148 Byte *dic = p->dic;
156 const Byte *buf = p->buf;
198 dic[dicPos++] = (Byte)symbol;
399 Byte *dest = dic + dicPos;
401 const Byte *lim = dest + curLen;
404 *(dest) = (Byte)*(dest + src);
441 Byte *dic = p->dic;
463 static int MY_FAST_CALL LzmaDec_DecodeReal2(CLzmaDec *p, SizeT limit, const Byte *bufLimi
[all...]
H A DTypes.h45 #ifndef Byte
46 typedef unsigned char Byte; typedef
123 SRes SeqInStream_ReadByte(ISeqInStream *stream, Byte *buf);
174 Byte buf[LookToRead_BUF_SIZE];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dread_dword.h23 Byte val[4];
H A Dbyte_dword.h21 static Dword byte2dword(Byte* val)
33 static void dword2byte(Dword parm, Byte* rval)
H A Dfloppyd_installtest.c44 typedef unsigned char Byte; typedef
60 Byte val[4];
74 Byte buf[16];
117 dword2byte(filelen, (Byte *) xcookie);
252 Byte opcode = OP_CLOSE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzconf.h52 typedef unsigned char Byte; /* 8 bits */ typedef
H A Dzlib.h85 Byte *next_in; /* next input byte */
89 Byte *next_out; /* next output byte should be put there */
619 const Byte *dictionary,
H A Dzutil.h47 typedef uLong (*check_func) (uLong check, const Byte *buf,
79 const Byte *buf,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleOrderingTest.java261 Byte.MIN_VALUE, Byte.MIN_VALUE + 1,
263 Byte.MAX_VALUE - 1, Byte.MAX_VALUE,
275 Byte.MIN_VALUE, Byte.MIN_VALUE + 1,
277 Byte.MAX_VALUE - 1, Byte.MAX_VALUE,
291 Byte.MIN_VALUE, Byte
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddefutil.h74 Byte *pending_buf; /* output still pending */
76 Byte *pending_out; /* next pending byte to output to the stream */
79 Byte data_type; /* UNKNOWN, BINARY or ASCII */
80 Byte method; /* STORED (for zip only) or DEFLATED */
89 Byte *window;
244 Byte window_memory[2 * (1 << MAX_WBITS)];
312 put_byte(s, (Byte)s->bi_buf);
326 put_byte(s, (Byte)s->bi_buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dsonycd535.c207 static int do_sony_cmd(Byte * cmd, int nCmd, Byte status[2],
208 Byte * response, int n_response, int ignoreStatusBit7);
250 static Byte **sony_buffer; /* Points to the pointers
271 static Byte cur_pos_msf[3];
272 static Byte final_pos_msf[3];
373 * int read_result_reg( Byte *data_ptr )
380 read_result_reg(Byte *data_ptr)
404 * int read_exec_status( Byte status[2] )
411 read_exec_status(Byte statu
[all...]
H A Dsonycd535.h120 typedef unsigned char Byte; typedef
146 Byte mFirstTrack, sFirstTrack, fFirstTrack;
147 Byte mLeadOut, sLeadOut, fLeadOut;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dexample.c37 void test_compress OF((Byte *compr, uLong comprLen,
38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_inflate OF((Byte *compr, uLong comprLen,
47 Byte *uncomp
[all...]
H A Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
H A Dzconf.in.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dexample.c37 void test_compress OF((Byte *compr, uLong comprLen,
38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
41 void test_deflate OF((Byte *compr, uLong comprLen));
42 void test_inflate OF((Byte *compr, uLong comprLen,
43 Byte *uncompr, uLong uncomprLen));
44 void test_large_deflate OF((Byte *compr, uLong comprLen,
45 Byte *uncompr, uLong uncomprLen));
46 void test_large_inflate OF((Byte *compr, uLong comprLen,
47 Byte *uncomp
[all...]
H A Dzconf.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
H A Dzconf.in.h50 # define Byte z_Byte macro
261 typedef unsigned char Byte; /* 8 bits */ typedef
268 # define Bytef Byte FAR
270 typedef Byte FAR Bytef;
282 typedef Byte const *voidpc;
283 typedef Byte FAR *voidpf;
284 typedef Byte *voidp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/tuple/
H A DByteBinding.java14 * A concrete <code>TupleBinding</code> for a <code>Byte</code> primitive
35 return new Byte(input.readByte());
H A DTupleBinding.java50 addPrimitive(Byte.class, Byte.TYPE, new ByteBinding());
110 * <li><code>Byte</code></li>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/
H A Dpy-compile61 Byte compile some python scripts FILES. Use --destdir to specify any
110 print 'Byte-compiling python modules...'
127 print 'Byte-compiling python modules (optimized versions) ...'

Completed in 122 milliseconds

123