Home
last modified time | relevance | path

Searched refs:INT16 (Results 1 – 19 of 19) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/extmod/
A Ductypes_array_load_store.py.exp3 NATIVE INT16 10 -2 -1 0 1 2
11 LITTLE_ENDIAN INT16 10 -2 -1 0 1 2
19 BIG_ENDIAN INT16 10 -2 -1 0 1 2
A Ductypes_array_assign_native_le_intbig.py23 "arr9": (uctypes.ARRAY | 0, uctypes.INT16 | 1),
A Ductypes_array_assign_native_le.py23 "arr9": (uctypes.ARRAY | 0, uctypes.INT16 | 1),
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dtypedef.h10 typedef signed short INT16; /* Signed 16 bit quantity */ typedef
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djdct.h379 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT16) (const)))
382 #define MULTIPLY16C16(var,const) (((INT16) (var)) * ((INT32) (const)))
392 #define MULTIPLY16V16(var1,var2) (((INT16) (var1)) * ((INT16) (var2)))
A Djmorecfg.h207 typedef short INT16; typedef
A Djddctmgr.c299 static const INT16 aanscales[DCTSIZE2] = { in start_pass()
A Djcdctmgr.c389 static const INT16 aanscales[DCTSIZE2] = { in start_pass_fdctmgr()
A Djquant1.c129 typedef INT16 FSERROR; /* 16 bits should be enough */
A Djquant2.c182 typedef INT16 FSERROR; /* 16 bits should be enough */
A Dlibjpeg.txt2998 is quite slow; consider trading memory for speed by making JCOEF, INT16, and
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmoductypes.c56 UINT8, INT8, UINT16, INT16, enumerator
316 case INT16: in get_aligned()
360 case INT16: in set_aligned()
670 { MP_ROM_QSTR(MP_QSTR_INT16), MP_ROM_INT(TYPE2SMALLINT(INT16, VAL_TYPE_BITS)) },
695 { MP_ROM_QSTR(MP_QSTR_SHORT), MP_ROM_INT(TYPE2SMALLINT(INT16, VAL_TYPE_BITS)) },
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djmorecfg.h207 typedef short INT16; typedef
/AliOS-Things-master/components/amp_adapter/platform/linux/peripheral/
A Daos_hal_uart.c29 typedef signed short INT16; /* Signed 16 bit quantity */ typedef
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/
A Dnet_defs.h112 typedef short INT16; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dcommon.h101 typedef INT16 s16;
113 typedef INT16 s16;
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h163 typedef short INT16; typedef
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A DCMakeLists.txt394 check_type_size(INT16 int16)
395 set(HAVE_INT16 ${INT16})
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c55671 DUK__DUMPLM_SIGNED(INT16);

Completed in 282 milliseconds