Home
last modified time | relevance | path

Searched refs:u64 (Results 1 – 21 of 21) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/wifi/rtw_wpa_supplicant/src/utils/
A Dcommon.h95 typedef UINT64 u64; typedef
126 typedef unsigned long u64; typedef
141 typedef uint64_t u64;
289 #define WPA_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (a)[1]) << 48) | \
290 (((u64) (a)[2]) << 40) | (((u64) (a)[3]) << 32) | \
291 (((u64) (a)[4]) << 24) | (((u64) (a)[5]) << 16) | \
292 (((u64) (a)[6]) << 8) | ((u64) (a)[7]))
305 #define WPA_GET_LE64(a) ((((u64) (a)[7]) << 56) | (((u64) (a)[6]) << 48) | \
306 (((u64) (a)[5]) << 40) | (((u64) (a)[4]) << 32) | \
307 (((u64) (a)[3]) << 24) | (((u64) (a)[2]) << 16) | \
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/include/
A Dosdep_service.h908 u64 rtw_modular64(u64 x, u64 y);
1247 #define RTW_GET_BE64(a) ((((u64) (a)[0]) << 56) | (((u64) (a)[1]) << 48) | \
1248 (((u64) (a)[2]) << 40) | (((u64) (a)[3]) << 32) | \
1249 (((u64) (a)[4]) << 24) | (((u64) (a)[5]) << 16) | \
1250 (((u64) (a)[6]) << 8) | ((u64) (a)[7]))
1259 (a)[6] = (u8) (((u64) (val)) >> 8); \
1263 #define RTW_GET_LE64(a) ((((u64) (a)[7]) << 56) | (((u64) (a)[6]) << 48) | \
1264 (((u64) (a)[5]) << 40) | (((u64) (a)[4]) << 32) | \
1265 (((u64) (a)[3]) << 24) | (((u64) (a)[2]) << 16) | \
1266 (((u64) (a)[1]) << 8) | ((u64) (a)[0]))
[all …]
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/
A Dhal_sdio_host.h27 HAL_Status (*HalSdioHostReadBlocksDma) (VOID *Data, u64 ReadAddr, u32 BlockCnt);
28 HAL_Status (*HalSdioHostWriteBlocksDma) (VOID *Data, u64 WriteAddr, u32 BlockCnt);
33 HAL_Status (*HalSdioHostErase) (VOID *Data, u64 StartAddr, u64 EndAddr);
A Drtl8721d_sdio_host.h476 IN u64 ReadAddr,
483 IN u64 WriteAddr,
511 IN u64 StartAddr,
512 IN u64 EndAddr
A Dbasic_types.h72 #define u64 uint64_t macro
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/swlib/string/
A Dstrtod.c28 _LONG_CALL_ static u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
55 _LONG_CALL_ static u64 div_u64(u64 dividend, u32 divisor) in div_u64()
A Dsscanf.c33 _LONG_CALL_ static u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem()
60 _LONG_CALL_ static u64 div_u64(u64 dividend, u32 divisor) in div_u64()
/AliOS-Things-master/hardware/chip/rtl872xd/aos/
A Daos_osdep.c52 static unsigned int __div64_32(u64 *n, unsigned int base) in __div64_32()
54 u64 rem = *n; in __div64_32()
55 u64 b = base; in __div64_32()
56 u64 res, d = 1; in __div64_32()
63 res = (u64) high << 32; in __div64_32()
64 rem -= (u64) (high * base) << 32; in __div64_32()
67 while ((u64)b > 0 && b < rem) { in __div64_32()
504 static u64 _aos_modular64(u64 n, u64 base) in _aos_modular64()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/api/platform/
A Dstdlib_patch.c37 typedef unsigned long long u64; typedef
67 extern u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder);
68 extern u64 div_u64(u64 dividend, u32 divisor);
/AliOS-Things-master/hardware/chip/rtl872xd/arch/
A Dtypedef.h47 typedef unsigned long long u64; typedef
/AliOS-Things-master/components/epoll/include/
A Depoll.h52 uint64_t u64; member
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/net_os/
A Dnet_bitops.h129 static inline unsigned long __ffs64(u64 word) in __ffs64()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h163 uint64_t u64; in __JS_NewFloat64() member
168 if (js_unlikely((u.u64 & 0x7fffffffffffffff) > 0x7ff0000000000000)) in __JS_NewFloat64()
171 v = u.u64 - ((uint64_t)JS_FLOAT64_TAG_ADDEND << 32); in __JS_NewFloat64()
237 uint64_t u64; in JS_VALUE_IS_NAN() member
242 return (u.u64 & 0x7fffffffffffffff) > 0x7ff0000000000000; in JS_VALUE_IS_NAN()
A Dquickjs.c481 uint64_t u64; member
10702 if (u.u64 >> 63) in JS_ToInt64Free()
10773 if (u.u64 >> 63) in JS_ToInt32Free()
14413 res = (u1.u64 == u2.u64); /* +0 != -0 */ in js_strict_eq2()
35042 uint64_t u64; in JS_ReadSharedArrayBuffer() local
41009 a1.u64 |= b1.u64; in js_fmin()
41023 a1.u64 &= b1.u64; in js_fmax()
41104 u.u64 = (u.u64 & ((uint64_t)1 << 63)) | ((uint64_t)1023 << 52); in js_math_round()
41110 s = u.u64 >> 63; in js_math_round()
51261 v64 = u.u64; in js_typed_array_fill()
[all …]
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/hal/
A Dplat_types.h178 typedef unsigned long long u64; typedef
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/os/os_dep/
A Dosdep_service.c1047 u64 rtw_modular64(u64 x, u64 y) in rtw_modular64()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/c/
A Dcommon.h302 uint64_t* u64; member
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/drivers/wlan/realtek/include/
A Drtw_debug.h293 extern u64 GlobalDebugComponents;
/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.h256 typedef union _mp_rom_obj_t { uint64_t u64; member
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtest.h1958 using u64 = std::uint64_t;
1980 RUY_TYPENAME(u64)
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/kernels/internal/optimized/
A Dneon_tensor_utils.cc2101 const uint64x1_t u64 = vreinterpret_u64_u32(u32x2);
2102 return !vget_lane_u64(u64, 0);

Completed in 147 milliseconds