Home
last modified time | relevance | path

Searched defs:i3 (Results 1 – 4 of 4) sorted by relevance

/device/soc/esp/esp32/components/hal/esp32/include/hal/
Daes_ll.h84 uint32_t i3; in aes_ll_write_block() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Dip_addr.h126 #define IP_ADDR6(ipaddr, i0, i1, i2, i3) do { IP6_ADDR(ip_2_ip6(ipaddr), i0, i1, i2, i3); \ argument
129 #define IP_ADDR6_HOST(ipaddr, i0, i1, i2, i3) IP_ADDR6(ipaddr, PP_HTONL(i0), PP_HTONL(i1), PP_HTON… argument
372 #define IP_ADDR6(ipaddr, i0, i1, i2, i3) IP6_ADDR(ipaddr, i0, i1, i2, i3) argument
373 #define IP_ADDR6_HOST(ipaddr, i0, i1, i2, i3) IP_ADDR6(ipaddr, PP_HTONL(i0), PP_HTONL(i1), PP_HTO… argument
/device/soc/esp/esp32/components/bootloader/subproject/components/micro-ecc/micro-ecc/
DuECC.c383 uint64_t i3 = a1 * b1; in muladd() local
460 uint64_t i3 = a1 * b1; in mul2add() local
/device/board/isoftstone/yangfan/common/seetafaceengine/opencv2/modules/calib3d/src/
Dcirclesgrid.cpp548 int i1 = (int)it1->first, i2 = (int)it2->first, i3 = (int)it3->first; in floydWarshall() local