Home
last modified time | relevance | path

Searched defs:up (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrproc.h19 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_addr.c54 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/AliOS-Things-master/components/netmgr/netdev/src/
A Dnetdev_ipaddr.c9 #define in_range(c, lo, up) ((uint8_t)c >= lo && (uint8_t)c <= up) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_addr.c117 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/netif/ppp/
A Dfsm.h109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/
A Dfsm.h109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dsx126x-haas.c42 #define NSS_CRT(up) if (up == 1) { \ argument
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_pixarlog.c766 uint16 *up; in PixarLogDecode() local
1132 unsigned short * up; in PixarLogEncode() local
A Dtif_luv.c939 uv_decode(double *up, double *vp, int c) /* decode (u',v') index */ in uv_decode()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpredictor_enc.c103 static int MaxDiffAroundPixel(uint32_t current, uint32_t up, uint32_t down, in MaxDiffAroundPixel()
122 uint32_t current, up, down, left, right; in MaxDiffsForRow() local
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c47 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Ddns.c179 #define lwip_in_range(c, lo, up) ((u8_t)(c) >= (lo) && (u8_t)(c) <= (up)) argument
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dpngwrite.c29 png_const_unknown_chunkp up; in write_unknown_chunks() local

Completed in 32 milliseconds