Home
last modified time | relevance | path

Searched defs:Length (Results 1 – 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Dprng.h46 #define prng(Buf,Length) contiki_prng_impl((Buf), (Length)) argument
63 #define prng(Buf,Length) lwip_prng_impl((Buf), (Length)) argument
112 #define prng(Buf,Length) coap_prng_impl((Buf), (Length)) argument
Dcoap_hashkey.h36 #define coap_hash(String,Length,Result) \ argument
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/
Dhi_gv_image.h30 HI_U32 Length; /* Length */ member
Dhi_go_decoder.h73 HI_U32 Length; /* Length, */ member
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/include/coap3/
Dcoap_hashkey_internal.h38 #define coap_hash(String,Length,Result) \ argument
Dcoap_prng.h43 #define coap_prng(Buf,Length) lwip_prng_impl((Buf), (Length)) argument
/device/soc/hisilicon/ws63v100/sdk/open_source/libcoap/libcoap/src/
Dcoap_resource.c62 #define COPY_COND_WITH_OFFSET(Buf,Bufend,Offset,Str,Length,Result) { \ argument