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 D | strproc.h | 19 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/ |
A D | ip6_addr.c | 54 #define in_range(c, lo, up) ((u8_t)c >= lo && (u8_t)c <= up) argument
|
/AliOS-Things-master/components/netmgr/netdev/src/ |
A D | netdev_ipaddr.c | 9 #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 D | ip4_addr.c | 117 #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 D | fsm.h | 109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/netif/ppp/ |
A D | fsm.h | 109 void (*up) /* Called when fsm reaches PPP_FSM_OPENED state */ member
|
/AliOS-Things-master/solutions/lora_p2p_demo/ |
A D | sx126x-haas.c | 42 #define NSS_CRT(up) if (up == 1) { \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_pixarlog.c | 766 uint16 *up; in PixarLogDecode() local 1132 unsigned short * up; in PixarLogEncode() local
|
A D | tif_luv.c | 939 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 D | predictor_enc.c | 103 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 D | stdlib_patch.c | 47 #define in_range(c, lo, up) ((u8)c >= lo && (u8)c <= up) argument
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | dns.c | 179 #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 D | pngwrite.c | 29 png_const_unknown_chunkp up; in write_unknown_chunks() local
|
Completed in 32 milliseconds