Home
last modified time | relevance | path

Searched defs:B (Results 1 – 10 of 10) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
Daddress.h35 #define _coap_address_equals_impl(A, B) \ argument
53 #define _coap_address_equals_impl(A,B) \ argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
Dthreads.h55 #define thrd_equal(A, B) ((A) == (B)) argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Decp_alt.h86 mbedtls_mpi B; /*!< For Short Weierstrass: \p B in the equation. member
Decp.h179 mbedtls_mpi B; /*!< For Short Weierstrass: \p B in the equation. member
Dssl_internal.h742 volatile const unsigned char *B = (volatile const unsigned char *) b; in mbedtls_ssl_safer_memcmp() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
DSocket.h86 #define max(A,B) ( (A) > (B) ? (A):(B)) argument
/device/soc/rockchip/rk3568/hardware/omx_il/include/librkvpu/
Dvpu_macro.h130 #define SWAP(_T_, A, B) { _T_ tmp = A; A = B; B = tmp; } argument
/device/soc/rockchip/rk3588/kernel/scripts/
Dresource_tool.c64 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
338 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/device/soc/rockchip/common/sdk_linux/scripts/
Dresource_tool.c62 unsigned long temp, W[16], A, B, C, D, E; in sha1_process() local
329 uint32_t A, B, C, D, E, F, G, H; in sha256_process() local
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
Dr8168_n.c74 #define dev_printk(A,B,fmt,args...) printk(A fmt,##args) argument