Home
last modified time | relevance | path

Searched refs:UINT16 (Results 1 – 25 of 28) sorted by relevance

12

/AliOS-Things-master/components/py_engine/tests/extmod/
A Ductypes_array_load_store.py.exp4 NATIVE UINT16 10 65534 65535 0 1 2
12 LITTLE_ENDIAN UINT16 10 65534 65535 0 1 2
20 BIG_ENDIAN UINT16 10 65534 65535 0 1 2
A Ductypes_sizeof.py12 "arr3": (uctypes.ARRAY | 2, uctypes.UINT16 | 2),
13 "arr4": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0, "w": uctypes.UINT16 | 1}),
A Ductypes_sizeof_od.py14 "arr3": (uctypes.ARRAY | 2, uctypes.UINT16 | 2),
15 "arr4": (uctypes.ARRAY | 0, 2, {"b": uctypes.UINT8 | 0, "w": uctypes.UINT16 | 1}),
A Ductypes_array_assign_native_le_intbig.py18 "arr3": (uctypes.ARRAY | 2, uctypes.UINT16 | 2),
A Ductypes_ptr_native_le.py16 "ptr16": (uctypes.PTR | 0, uctypes.UINT16),
A Ductypes_ptr_le.py15 "ptr16": (uctypes.PTR | 0, uctypes.UINT16),
A Ductypes_array_assign_le.py12 "arr3": (uctypes.ARRAY | 2, uctypes.UINT16 | 2),
A Ductypes_array_assign_native_le.py18 "arr3": (uctypes.ARRAY | 2, uctypes.UINT16 | 2),
A Ductypes_le.py8 "s0": uctypes.UINT16 | 0,
A Ductypes_native_le.py18 "s0": uctypes.UINT16 | 0,
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/resources/
A Dresources.h73 UINT8* aud_get_reouce(AUD_ID_ENUM id, UINT32* leng, UINT16* type);
75 const char *aud_id2str(UINT16 aud_id);
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djmorecfg.h199 typedef unsigned short UINT16; typedef
201 typedef unsigned int UINT16; typedef
A Djpeglib.h97 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
383 UINT16 X_density; /* Horizontal pixel density */
384 UINT16 Y_density; /* Vertical pixel density */
604 UINT16 X_density; /* Horizontal pixel density */
605 UINT16 Y_density; /* Vertical pixel density */
A Drdbmp.c373 cinfo->X_density = (UINT16) (biXPelsPerMeter/100); /* 100 cm per meter */ in start_input_bmp()
374 cinfo->Y_density = (UINT16) (biYPelsPerMeter/100); in start_input_bmp()
A Djcparam.c56 (*qtblptr)->quantval[i] = (UINT16) temp; in jpeg_add_quant_table()
A Djquant2.c148 typedef UINT16 histcell; /* histogram cell; prefer an unsigned type */
A Djdmarker.c596 quant_ptr->quantval[natural_order[i]] = (UINT16) tmp; in get_dqt()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h199 typedef unsigned short UINT16; typedef
201 typedef unsigned int UINT16; typedef
A Djpeglib.h97 UINT16 quantval[DCTSIZE2]; /* quantization step for each coefficient */
383 UINT16 X_density; /* Horizontal pixel density */
384 UINT16 Y_density; /* Vertical pixel density */
604 UINT16 X_density; /* Horizontal pixel density */
605 UINT16 Y_density; /* Vertical pixel density */
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dtypedef.h9 typedef unsigned short UINT16; /* Unsigned 16 bit quantity */ typedef
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoductypes.c56 UINT8, INT8, UINT16, INT16, enumerator
284 case UINT16: in get_aligned_basic()
298 case UINT16: in set_aligned_basic()
314 case UINT16: in get_aligned()
357 case UINT16: in set_aligned()
669 { MP_ROM_QSTR(MP_QSTR_UINT16), MP_ROM_INT(TYPE2SMALLINT(UINT16, VAL_TYPE_BITS)) },
696 { MP_ROM_QSTR(MP_QSTR_USHORT), MP_ROM_INT(TYPE2SMALLINT(UINT16, VAL_TYPE_BITS)) },
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c28 typedef unsigned short UINT16; /* Unsigned 16 bit quantity */ typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h108 typedef unsigned short UINT16; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dcommon.h97 typedef UINT16 u16;
109 typedef UINT16 u16;
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h156 typedef unsigned short UINT16; typedef

Completed in 35 milliseconds

12