Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 25 of 37) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/extmod/
A Ductypes_sizeof_native.py10 S2 = {"a": uctypes.UINT8 | 0}
14 "a": uctypes.UINT8 | 0,
15 "b": uctypes.UINT8 | 1,
20 "a": uctypes.UINT8 | 0,
22 "c": uctypes.UINT8 | 8,
27 "a": uctypes.UINT8 | 0,
29 "c": uctypes.UINT8 | 8,
31 "sub": (4, {"b0": uctypes.UINT8 | 0, "b1": uctypes.UINT8 | 1}),
41 "ptr": (uctypes.PTR | 0, uctypes.UINT8),
47 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 5),
[all …]
A Ductypes_print.py11 desc = {"arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 1)}
15 desc2 = [(uctypes.ARRAY | 0, uctypes.UINT8 | 1)]
19 desc3 = (uctypes.ARRAY | 0, uctypes.UINT8 | 1)
23 desc4 = (uctypes.PTR | 0, uctypes.UINT8 | 1)
A Ductypes_le.py9 "sub": (0, {"b0": uctypes.UINT8 | 0, "b1": uctypes.UINT8 | 1}),
10 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
11 "arr2": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0}),
18 "ptr": (uctypes.PTR | 0, uctypes.UINT8),
19 "ptr2": (uctypes.PTR | 0, {"b": uctypes.UINT8 | 0}),
A Ductypes_native_le.py19 "sub": (0, {"b0": uctypes.UINT8 | 0, "b1": uctypes.UINT8 | 1}),
20 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
21 "arr2": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0}),
28 "ptr": (uctypes.PTR | 0, uctypes.UINT8),
29 "ptr2": (uctypes.PTR | 0, {"b": uctypes.UINT8 | 0}),
A Ductypes_array_load_store.py.exp2 NATIVE UINT8 5 254 255 0 1 2
10 LITTLE_ENDIAN UINT8 5 254 255 0 1 2
18 BIG_ENDIAN UINT8 5 254 255 0 1 2
A Ductypes_sizeof.py9 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
11 "arr2": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0}),
13 "arr4": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0, "w": uctypes.UINT16 | 1}),
A Ductypes_sizeof_od.py11 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
13 "arr2": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0}),
15 "arr4": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0, "w": uctypes.UINT16 | 1}),
A Ductypes_array_assign_native_le_intbig.py15 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
17 "arr2": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0}),
A Ductypes_ptr_native_le.py15 "ptr": (uctypes.PTR | 0, uctypes.UINT8),
17 "ptr2": (uctypes.PTR | 0, {"b": uctypes.UINT8 | 0}),
A Ductypes_ptr_le.py14 "ptr": (uctypes.PTR | 0, uctypes.UINT8),
16 "ptr2": (uctypes.PTR | 0, {"b": uctypes.UINT8 | 0}),
A Ductypes_array_assign_le.py9 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
11 "arr2": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0}),
A Ductypes_array_assign_native_le.py15 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
17 "arr2": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0}),
A Ductypes_bytearray.py8 "arr": (uctypes.ARRAY | 0, uctypes.UINT8 | 2),
A Ductypes_sizeof_layout.py9 "f2": 4 | uctypes.UINT8,
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcparam.c170 JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val) in add_huff_table()
191 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
203 static const UINT8 bits_dc_luminance[17] = in std_huff_tables()
205 static const UINT8 val_dc_luminance[] = in std_huff_tables()
208 static const UINT8 bits_dc_chrominance[17] = in std_huff_tables()
210 static const UINT8 val_dc_chrominance[] = in std_huff_tables()
213 static const UINT8 bits_ac_luminance[17] = in std_huff_tables()
215 static const UINT8 val_ac_luminance[] = in std_huff_tables()
238 static const UINT8 bits_ac_chrominance[17] = in std_huff_tables()
240 static const UINT8 val_ac_chrominance[] = in std_huff_tables()
A Djpeglib.h111 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */
113 UINT8 huffval[256]; /* The symbols, in order of incr code length */
211 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
346 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
376 UINT8 JFIF_major_version; /* What to write for the JFIF version number */
377 UINT8 JFIF_minor_version;
382 UINT8 density_unit; /* JFIF code for pixel size units */
601 UINT8 JFIF_major_version; /* JFIF version number */
602 UINT8 JFIF_minor_version;
603 UINT8 density_unit; /* JFIF code for pixel size units */
[all …]
A Djmorecfg.h187 typedef unsigned char UINT8; typedef
190 typedef char UINT8; typedef
192 typedef short UINT8; typedef
A Djdsample.c58 UINT8 h_expand[MAX_COMPONENTS];
59 UINT8 v_expand[MAX_COMPONENTS];
348 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()
349 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group); in jinit_upsampler()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h111 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */
113 UINT8 huffval[256]; /* The symbols, in order of incr code length */
211 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
346 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
376 UINT8 JFIF_major_version; /* What to write for the JFIF version number */
377 UINT8 JFIF_minor_version;
382 UINT8 density_unit; /* JFIF code for pixel size units */
601 UINT8 JFIF_major_version; /* JFIF version number */
602 UINT8 JFIF_minor_version;
603 UINT8 density_unit; /* JFIF code for pixel size units */
[all …]
A Djmorecfg.h187 typedef unsigned char UINT8; typedef
190 typedef char UINT8; typedef
192 typedef short UINT8; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/2nd_boot/
A Drec_flash.c14 static void flash_read_data(UINT8 *buffer, UINT32 address, UINT32 len) in flash_read_data()
19 static void flash_write_data(UINT8 *buffer, UINT32 address, UINT32 len) in flash_write_data()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/resources/
A Dresources.h73 UINT8* aud_get_reouce(AUD_ID_ENUM id, UINT32* leng, UINT16* type);
77 extern UINT8 BIN_FILE[];
/AliOS-Things-master/components/py_engine/engine/tools/
A Dupip_utarfile.py5 "name": (uctypes.ARRAY | 0, uctypes.UINT8 | 100),
6 "size": (uctypes.ARRAY | 124, uctypes.UINT8 | 11),
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoductypes.c56 UINT8, INT8, UINT16, INT16, enumerator
80 …YTES(tuple_desc) (GET_TYPE(MP_OBJ_SMALL_INT_VALUE((tuple_desc)->items[1]), VAL_TYPE_BITS) == UINT8)
282 case UINT8: in get_aligned_basic()
295 case UINT8: in set_aligned_basic()
310 case UINT8: in get_aligned()
351 case UINT8: in set_aligned()
665 { MP_ROM_QSTR(MP_QSTR_VOID), MP_ROM_INT(TYPE2SMALLINT(UINT8, VAL_TYPE_BITS)) },
667 { MP_ROM_QSTR(MP_QSTR_UINT8), MP_ROM_INT(TYPE2SMALLINT(UINT8, VAL_TYPE_BITS)) },
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dtypedef.h7 typedef unsigned char UINT8; /* Unsigned 8 bit quantity */ typedef

Completed in 35 milliseconds

12