Home
last modified time | relevance | path

Searched defs:uint (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/tests/micropython/
A Dviper_binop_bitwise_uint.py5 def shl(x: uint, y: uint) -> uint:
16 def shr(x: uint, y: uint) -> uint:
27 def and_(x: uint, y: uint):
39 def or_(x: uint, y: uint):
50 def xor(x: uint, y: uint):
A Dviper_binop_arith_uint.py5 def add(x: uint, y: uint):
15 def sub(x: uint, y: uint):
25 def mul(x: uint, y: uint):
A Dviper_binop_comp_uint.py5 def f(x: uint, y: uint):
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/bt_if_enhanced/inc/
A Dsdp_api.h211 #define SDP_UINT_8BIT(uint) \ argument
215 #define SDP_UINT_16BIT(uint) \ argument
220 #define SDP_UINT_32BIT(uint) \ argument
227 #define SDP_UINT_64BIT(uint) \ argument
231 #define SDP_UINT_128BIT(uint) \ argument
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzlog.c242 typedef unsigned int uint; typedef
/AliOS-Things-master/components/py_engine/engine/py/
A Dmisc.h38 typedef unsigned int uint; typedef
/AliOS-Things-master/components/SDL2/src/events/
A DSDL_events.c118 #define uint unsigned int in SDL_LogEvent() macro
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/
A Dmakefsdata.c44 typedef unsigned int uint; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dbasic_types.h57 typedef unsigned int uint; typedef

Completed in 25 milliseconds