Home
last modified time | relevance | path

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

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dexample.c89 Byte *compr, *uncompr; in test_compress()
116 Byte *uncompr;
201 Byte *compr; in test_deflate()
239 Byte *compr, *uncompr; in test_inflate()
280 Byte *compr, *uncompr; in test_large_deflate()
335 Byte *compr, *uncompr; in test_large_inflate()
376 Byte *compr; in test_flush()
414 Byte *compr, *uncompr; in test_sync()
458 Byte *compr; in test_dict_deflate()
495 Byte *compr, *uncompr; in test_dict_inflate()
[all …]
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dexample.c-bak60 Byte *compr, *uncompr;
87 Byte *uncompr;
170 Byte *compr;
208 Byte *compr, *uncompr;
249 Byte *compr, *uncompr;
304 Byte *compr, *uncompr;
345 Byte *compr;
383 Byte *compr, *uncompr;
427 Byte *compr;
464 Byte *compr, *uncompr;
[all …]
A Ddeflate.c305 s->method = (Byte)method;
552 put_byte(s, (Byte)(b >> 8));
553 put_byte(s, (Byte)(b & 0xff));
775 put_byte(s, (Byte)(strm->adler & 0xff));
871 put_byte(s, (Byte)(strm->adler & 0xff));
872 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
873 put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
874 put_byte(s, (Byte)((strm->adler >> 24) & 0xff));
875 put_byte(s, (Byte)(strm->total_in & 0xff));
1090 register Byte scan_end1 = scan[best_len-1];
[all …]
A Dgzio.c-bak62 Byte *inbuf; /* input buffer */
63 Byte *outbuf; /* output buffer */
160 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
166 s->stream.next_in = s->inbuf = (Byte*)ALLOC(Z_BUFSIZE);
402 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */
409 next_out = (Byte*)buf;
791 s->inbuf = (Byte*)ALLOC(Z_BUFSIZE); /* for seeking */
835 s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
/AliOS-Things-master/components/py_engine/external/unzip/internal/
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;
A Dzconf.h109 # define Byte z_Byte macro
333 typedef unsigned char Byte; /* 8 bits */ typedef
340 # define Bytef Byte FAR
342 typedef Byte FAR Bytef;
354 typedef Byte const *voidpc;
355 typedef Byte FAR *voidpf;
356 typedef Byte *voidp;
A Ddeflate.h104 Byte method; /* STORED (for zip only) or DEFLATED */
/AliOS-Things-master/components/freetype/src/gzip/
A Dzconf.h39 # define Byte z_Byte macro
219 typedef unsigned char Byte; /* 8 bits */ typedef
226 # define Bytef Byte FAR
228 typedef Byte FAR Bytef;
239 typedef Byte FAR *voidpf;
240 typedef Byte *voidp;
A Dinftrees.h22 Byte Exop; /* number of extra bits or operation */
23 Byte Bits; /* number of bits in this code or subcode */
A Dinfcodes.c50 Byte lbits; /* ltree bits decoded per branch */
51 Byte dbits; /* dtree bits decoder per branch */
70 c->lbits = (Byte)bl; in inflate_codes_new()
71 c->dbits = (Byte)bd; in inflate_codes_new()
A Dinftrees.c247 r.bits = (Byte)l; /* bits to dump before this table */ in huft_build()
248 r.exop = (Byte)j; /* bits in this table */ in huft_build()
258 r.bits = (Byte)(k - w); in huft_build()
263 r.exop = (Byte)(*p < 256 ? 0 : 32 + 64); /* 256 is end-of-block */ in huft_build()
268 r.exop = (Byte)(e[*p - s] + 16 + 64);/* non-simple--look up in lists */ in huft_build()
A Dinfutil.h83 #define OUTBYTE(a) {*q++=(Byte)(a);m--;}
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dchecksum-icc.c24 Byte header[132]; in read_one_file()
29 Byte b; in read_one_file()
33 b = (Byte)ch; in read_one_file()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Dzconf.h141 # define Byte z_Byte macro
391 typedef unsigned char Byte; /* 8 bits */ typedef
398 # define Bytef Byte FAR
400 typedef Byte FAR Bytef;
412 typedef Byte const *voidpc;
413 typedef Byte FAR *voidpf;
414 typedef Byte *voidp;
A Ddeflate.c345 s->method = (Byte)method;
720 put_byte(s, (Byte)(b >> 8));
721 put_byte(s, (Byte)(b & 0xff));
881 put_byte(s, (Byte)(s->gzhead->time & 0xff));
979 put_byte(s, (Byte)(strm->adler & 0xff));
1052 put_byte(s, (Byte)(strm->adler & 0xff));
1053 put_byte(s, (Byte)((strm->adler >> 8) & 0xff));
1054 put_byte(s, (Byte)((strm->adler >> 16) & 0xff));
1056 put_byte(s, (Byte)(strm->total_in & 0xff));
1263 register Byte scan_end1 = scan[best_len-1];
[all …]
A Dzconf.h.cmakein143 # define Byte z_Byte
393 typedef unsigned char Byte; /* 8 bits */
400 # define Bytef Byte FAR
402 typedef Byte FAR Bytef;
414 typedef Byte const *voidpc;
415 typedef Byte FAR *voidpf;
416 typedef Byte *voidp;
A Dzconf.h.in141 # define Byte z_Byte macro
391 typedef unsigned char Byte; /* 8 bits */ typedef
398 # define Bytef Byte FAR
400 typedef Byte FAR Bytef;
412 typedef Byte const *voidpc;
413 typedef Byte FAR *voidpf;
414 typedef Byte *voidp;
A Duncompr.c37 Byte buf[1]; /* for detection of incomplete stream when *destLen == 0 */
A Ddeflate.h110 Byte method; /* can only be DEFLATED */
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dzconf.h141 # define Byte z_Byte macro
391 typedef unsigned char Byte; /* 8 bits */ typedef
398 # define Bytef Byte FAR
400 typedef Byte FAR Bytef;
412 typedef Byte const *voidpc;
413 typedef Byte FAR *voidpf;
414 typedef Byte *voidp;
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/vl53l0x/
A Dvl53l0x_api.c229 uint8_t Byte; in VL53L0X_GetPowerMode() local
236 if (Byte == 1) { in VL53L0X_GetPowerMode()
701 uint8_t Byte; in VL53L0X_ResetDevice() local
1889 uint8_t Byte; in VL53L0X_SetWrapAroundCheckEnable() local
1897 Byte = Byte & 0x7F; in VL53L0X_SetWrapAroundCheckEnable()
1901 Byte = Byte | 0x80; in VL53L0X_SetWrapAroundCheckEnable()
2749 uint8_t Byte; in VL53L0X_ClearInterruptMask() local
2775 uint8_t Byte; in VL53L0X_GetInterruptMaskStatus() local
2781 if (Byte & 0x18) in VL53L0X_GetInterruptMaskStatus()
2836 uint8_t Byte; in VL53L0X_SetSpadAmbientDamperFactor() local
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/src/
A Dbt_uart_bridge.c52 u8 Byte; in bt_uart_bridge_getc() local
54 UART_CharGet(UART2_DEV, &Byte); in bt_uart_bridge_getc()
55 return Byte; in bt_uart_bridge_getc()
/AliOS-Things-master/components/freetype/src/raster/
A Dftraster.c315 typedef unsigned char Byte, *PByte; typedef
543 Byte* grays;
569 Byte grays[5];
2285 Byte* target; in Vertical_Sweep_Span()
2304 Byte f1, f2; in Vertical_Sweep_Span()
2544 Byte f1; in Horizontal_Sweep_Span()
2578 Byte f1; in Horizontal_Sweep_Drop()
2672 f1 = (Byte)( 0x80 >> ( y & 7 ) ); in Horizontal_Sweep_Drop()
2745 Byte* grays; in Vertical_Gray_Sweep_Step()
2913 Byte color; in Horizontal_Gray_Sweep_Drop()
[all …]
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/gyroscope/
A Dgyroscope.md86 0x3B-0x40 三轴加速度寄存器     每轴数据2Byte
87 0x41-0x42 温度寄存器               2Byte
88 0x43-0x48 三轴陀螺仪寄存器     每轴数据2Byte
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt98 Dim bytaryOri() As Byte
99 Dim bytaryCpr() As Byte
129 Dim bytaryCpr() As Byte
130 Dim bytaryOri() As Byte

Completed in 39 milliseconds

12