/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/DSP/Include/dsp/ |
A D | controller_functions.h | 540 float32_t Id, in arm_inv_park_f32() argument 548 *pIalpha = Id * cosVal - Iq * sinVal; in arm_inv_park_f32() 551 *pIbeta = Id * sinVal + Iq * cosVal; in arm_inv_park_f32() 571 q31_t Id, in arm_inv_park_q31() argument 582 product1 = (q31_t) (((q63_t) (Id) * (cosVal)) >> 31); in arm_inv_park_q31() 589 product3 = (q31_t) (((q63_t) (Id) * (sinVal)) >> 31); in arm_inv_park_q31()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/DSP/Include/dsp/ |
A D | controller_functions.h | 540 float32_t Id, in arm_inv_park_f32() argument 548 *pIalpha = Id * cosVal - Iq * sinVal; in arm_inv_park_f32() 551 *pIbeta = Id * sinVal + Iq * cosVal; in arm_inv_park_f32() 571 q31_t Id, in arm_inv_park_q31() argument 582 product1 = (q31_t) (((q63_t) (Id) * (cosVal)) >> 31); in arm_inv_park_q31() 589 product3 = (q31_t) (((q63_t) (Id) * (sinVal)) >> 31); in arm_inv_park_q31()
|
/AliOS-Things-master/components/oss/ |
A D | README.md | 15 …sKey简称AK,指的是访问身份验证中用到的AccessKey Id和AccessKey Secret。OSS通过使用AccessKey Id和AccessKey Secret对称加密的方法来验证… 107 -- keyId --> 身份验证AccessKey Id -- 123 -- keyId --> 身份验证AccessKey Id --
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | jsontest.h | 45 using Id = unsigned int; member 46 Id id_; 64 PredicateContext::Id predicateId_{1}; 109 PredicateContext::Id lastUsedPredicateId_{0};
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/include/ |
A D | rtl8721d_gpio.h | 260 typedef void (*GPIO_IRQ_FUN)(VOID *Data, u32 Id); 261 typedef void (*GPIO_USER_IRQ_FUN)(u32 Id);
|
A D | rtl8721d_wdg.h | 119 _LONG_CALL_ void WDG_IrqInit(void *handler, u32 Id);
|
/AliOS-Things-master/components/SDL2/src/video/winrt/ |
A D | SDL_winrtmessagebox.cpp | 85 button->Id = safe_cast<IntPtr>((int)(sdlButton - messageboxdata->buttons)); in WINRT_ShowMessageBox() 107 IntPtr results = safe_cast<IntPtr>((int)(operation->GetResults()->Id)); in WINRT_ShowMessageBox()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/fwlib/ram_common/ |
A D | rtl8721d_wdg.c | 113 void WDG_IrqInit(void *handler, u32 Id) in WDG_IrqInit() argument 118 InterruptRegister((IRQ_FUN)handler, WDG_IRQ, Id, 0); in WDG_IrqInit()
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-gesture.md | 7 Dollar gestures are assigned an Id based on a hash function. This is guaranteed to remain constant … 17 * event.dgesture.touchId - the Id of the touch used to record the gesture. 25 * event.dgesture.touchId - the Id of the touch which performed the gesture. 57 * event.mgesture.touchId - the Id of the touch on which the gesture was performed.
|
A D | README-touch.md | 23 * event.tfinger.touchId - the Id of the touch device. 24 * event.tfinger.fingerId - the Id of the finger which just went down.
|
/AliOS-Things-master/components/oss/src/model/ |
A D | SetBucketInventoryConfigurationRequest.cc | 44 parameters["inventoryId"] = inventoryConfiguration_.Id(); in specialParameters() 53 ss << " <Id>" << inventoryConfiguration_.Id() << "</Id>" << std::endl; in payload()
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Owner.h | 53 const std::string& Id() const { return id_; } in Id() function
|
A D | InventoryConfiguration.h | 121 const std::string& Id() const { return id_; } in Id() function
|
/AliOS-Things-master/components/trace/SEGGER/ |
A D | SEGGER_SYSVIEW.c | 156 #define SHRINK_ID(Id) (((Id) - _SYSVIEW_Globals.RAMBaseAddress) >> SEGGER_SYSVIEW_ID_SHIFT) argument 158 #define SHRINK_ID(Id) ((Id) - _SYSVIEW_Globals.RAMBaseAddress) argument 2543 U8* SEGGER_SYSVIEW_EncodeId(U8* pPayload, U32 Id) { in SEGGER_SYSVIEW_EncodeId() argument 2544 Id = SHRINK_ID(Id); in SEGGER_SYSVIEW_EncodeId() 2545 ENCODE_U32(pPayload, Id); in SEGGER_SYSVIEW_EncodeId() 2571 U32 SEGGER_SYSVIEW_ShrinkId(U32 Id) { in SEGGER_SYSVIEW_ShrinkId() argument 2572 return SHRINK_ID(Id); in SEGGER_SYSVIEW_ShrinkId()
|
A D | SEGGER_SYSVIEW.h | 307 U8* SEGGER_SYSVIEW_EncodeId (U8* pPayload, U32 Id); 308 U32 SEGGER_SYSVIEW_ShrinkId (U32 Id);
|
/AliOS-Things-master/components/sensor/drv/drv_ps_st_vl53l0x/ |
A D | vl53l0x_platform.h | 42 int Id; member
|
/AliOS-Things-master/components/SDL2/src/audio/wasapi/ |
A D | SDL_wasapi_winrt.cpp | 129 WASAPI_AddDevice(this->iscapture, utf8dev, info->Id->Data()); 138 WASAPI_RemoveDevice(this->iscapture, info->Id->Data());
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/win_dib/ |
A D | README.tiff2dib | 6 Message-Id: <951204153422_100423.3705_BHG101-1@CompuServe.COM>
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | SConstruct | 1 # $Id: SConstruct,v 1.4 2007/02/24 15:03:50 dron Exp $
|
/AliOS-Things-master/components/csi/csi2/dsp/include/ |
A D | csky_math.h | 3400 float32_t Id, in csky_inv_park_f32() argument 3408 *pIalpha = Id * cosVal - Iq * sinVal; in csky_inv_park_f32() 3410 *pIbeta = Id * sinVal + Iq * cosVal; in csky_inv_park_f32() 3436 q31_t Id, in csky_inv_park_q31() argument 3453 ::"r"(Id),"r"(Iq),"r"(sinVal),"r"(cosVal),"r"(pIalpha),"r"(pIbeta) in csky_inv_park_q31() 3460 product1 = clip_q63_to_q31 (((q63_t) (Id) * (cosVal)) >> 31); in csky_inv_park_q31() 3464 product3 = clip_q63_to_q31 (((q63_t) (Id) * (sinVal)) >> 31); in csky_inv_park_q31()
|
/AliOS-Things-master/components/ble_host/bt_host/hci_driver/ |
A D | bt_skbuff.c | 84 uint8_t Id[RTB_QUEUE_ID_LENGTH]; member
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | SConstruct | 1 # $Id: SConstruct,v 1.4 2007/02/24 15:03:47 dron Exp $
|
A D | nmake.opt | 1 # $Id: nmake.opt,v 1.20 2017-10-10 14:39:43 erouault Exp $
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/examples/ |
A D | test_ref.ppm | 4 …Id>Gb>GbAHdMQiNSh_ctqv������vt�sr�zy�kjzvt�~�yy������������������������������������������������֪…
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/cmsis/ |
A D | arm_math.h | 5385 float32_t Id, in arm_inv_park_f32() argument 5393 *pIalpha = Id * cosVal - Iq * sinVal; in arm_inv_park_f32() 5396 *pIbeta = Id * sinVal + Iq * cosVal; in arm_inv_park_f32() 5416 q31_t Id, in arm_inv_park_q31() argument 5427 product1 = (q31_t) (((q63_t) (Id) * (cosVal)) >> 31); in arm_inv_park_q31() 5434 product3 = (q31_t) (((q63_t) (Id) * (sinVal)) >> 31); in arm_inv_park_q31()
|