/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/ |
A D | CircularBuffer.cs | 37 public int Size { get { return _size; } } property in DotZLib.CircularBuffer 42 int trueCount = Math.Min(count, _capacity - Size); in Put() 53 if (Size == _capacity) // no room in Put() 63 int trueCount = Math.Min(count,Size); in Get() 74 if (Size == 0) in Get()
|
A D | UnitTests.cs | 51 Assert.AreEqual( 0, buf.Size ); in SinglePutGet() 55 Assert.AreEqual( 1, buf.Size ); in SinglePutGet() 57 Assert.AreEqual( 0, buf.Size ); in SinglePutGet() 67 Assert.AreEqual( 10, buf.Size ); in BlockPutGet()
|
A D | DotZLib.cs | 29 [StructLayoutAttribute(LayoutKind.Sequential, Pack=4, Size=0, CharSet=CharSet.Ansi)]
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | mkg3states.c | 320 FillTable(TIFFFaxTabEnt *T, int Size, struct proto *P, int State) in FillTable() argument 322 int limit = 1 << Size; in FillTable() 346 WriteTable(FILE* fd, const TIFFFaxTabEnt* T, int Size, const char* name) in WriteTable() argument 352 storage_class, const_class, name, Size); in WriteTable() 355 for (i = 0; i < Size; i++) { in WriteTable() 366 for (i = 0; i < Size; i++) { in WriteTable()
|
/AliOS-Things-master/components/SDL2/src/video/windows/ |
A D | SDL_windowsmessagebox.c | 551 SIZE Size; in WIN_ShowOldMessageBox() local 668 Size.cx = TextSize.right - TextSize.left; in WIN_ShowOldMessageBox() 669 Size.cy = TextSize.bottom - TextSize.top; in WIN_ShowOldMessageBox() 670 Size.cx += TextMargin * 2; in WIN_ShowOldMessageBox() 671 Size.cy += TextMargin * 2; in WIN_ShowOldMessageBox() 675 Size.cx += IconMargin + IconWidth; in WIN_ShowOldMessageBox() 685 if (icon && Size.cy < IconMargin * 2 + IconHeight) { in WIN_ShowOldMessageBox() 686 Size.cy = IconMargin * 2 + IconHeight; in WIN_ShowOldMessageBox() 690 Size.cy += ButtonHeight + TextMargin; in WIN_ShowOldMessageBox() 692 dialog = CreateDialogData(Size.cx, Size.cy, messageboxdata->title); in WIN_ShowOldMessageBox() [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/platform/cmsis/inc/ |
A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 108 … (((Size) << MPU_RASR_SIZE_Pos) & MPU_RASR_SIZE_Msk) | \ 123 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 124 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/AliOS-Things-master/components/csi/CMSIS/Core/Include/ |
A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 108 … (((Size) << MPU_RASR_SIZE_Pos) & MPU_RASR_SIZE_Msk) | \ 123 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 124 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/AliOS-Things-master/components/py_engine/engine/lib/cmsis/inc/ |
A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 108 … (((Size) << MPU_RASR_SIZE_Pos) & MPU_RASR_SIZE_Msk) | \ 123 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 124 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/cmsis/CMSIS/Core/Include/ |
A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 108 … (((Size) << MPU_RASR_SIZE_Pos) & MPU_RASR_SIZE_Msk) | \ 123 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 124 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/tools/make/downloads/cmsis/CMSIS/Core/Include/ |
A D | mpu_armv7.h | 103 #define ARM_MPU_RASR_EX(DisableExec, AccessPermission, AccessAttributes, SubRegionDisable, Size) … argument 108 … (((Size) << MPU_RASR_SIZE_Pos) & MPU_RASR_SIZE_Msk) | \ 123 …, AccessPermission, TypeExtField, IsShareable, IsCacheable, IsBufferable, SubRegionDisable, Size) \ argument 124 …ion, ARM_MPU_ACCESS_(TypeExtField, IsShareable, IsCacheable, IsBufferable), SubRegionDisable, Size)
|
/AliOS-Things-master/components/ucloud_ai/src/model/aliyun-openapi/ocr/include/alibabacloud/ocr/model/ |
A D | RecognizeTaxiInvoiceResult.h | 55 struct Size struct 62 Size size;
|
A D | RecognizeIdentityCardResult.h | 46 struct Size struct 53 Size size;
|
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/ |
A D | ymodem.c | 18 int32_t Size = 0; in SerialDownload() local 22 Size = Ymodem_Receive( &tab_1024[0], partition ); in SerialDownload() 23 if (Size > 0) in SerialDownload() 27 Int2Str((uint8_t *)Number, Size); in SerialDownload() 30 else if (Size == -1) in SerialDownload() 34 else if (Size == -2) in SerialDownload() 38 else if (Size == -3) in SerialDownload() 47 return Size; in SerialDownload()
|
/AliOS-Things-master/components/freetype/src/pfr/ |
A D | pfrload.c | 863 FT_UInt n, count, Size; in pfr_phy_font_load() local 872 Size = 1 + 1 + 2; in pfr_phy_font_load() 874 Size += 1; in pfr_phy_font_load() 877 Size += 2; in pfr_phy_font_load() 880 Size += 1; in pfr_phy_font_load() 883 Size += 1; in pfr_phy_font_load() 886 Size += 1; in pfr_phy_font_load() 888 PFR_CHECK( count * Size ); in pfr_phy_font_load()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/ |
A D | ZLib.pas | 19 TAlloc = function (AppData: Pointer; Items, Size: Integer): Pointer; cdecl; 218 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() 220 Result := AllocMem(Size); 254 function zlibAllocMem(AppData: Pointer; Items, Size: Integer): Pointer; cdecl; in zlibAllocMem() 257 Result := AllocMem(Items * Size);
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/resource/ |
A D | lookup_interfaces.h | 40 virtual size_t Size() = 0;
|
A D | static_hashtable.h | 52 size_t Size() override { return map_.size(); } in Size() function
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/ |
A D | Part.h | 33 int64_t Size() const { return size_; } in Size() function
|
A D | ListObjectsResult.h | 36 int64_t Size() const { return size_; } in Size() function
|
A D | ListObjectVersionsResult.h | 40 int64_t Size() const { return size_; } in Size() function
|
/AliOS-Things-master/components/oss/src/resumable/ |
A D | ResumableUploader.cc | 95 uint64_t length = part.Size(); in Upload() 192 … localCRC64 = CRC64::CombineCRC(localCRC64, uploadedParts[i].CRC64(), uploadedParts[i].Size()); in Upload() 343 consumedSize_ += iter->Size(); in getPartsToUpload()
|
A D | ResumableCopier.cc | 67 uint64_t length = part.Size(); in Copy() 359 consumedSize_ += iter->Size(); in getPartsToUploadCopy()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/ |
A D | zlibpas.pas | 256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc() 258 GetMem(Result, Size);
|
/AliOS-Things-master/components/oss/include/alibabacloud/oss/ |
A D | Types.h | 139 Size, enumerator
|
/AliOS-Things-master/components/ble_host/bt_host/port/core/ |
A D | Kconfig | 20 int "Size of user_data available in every network buffer"
|