Home
last modified time | relevance | path

Searched refs:Size (Results 1 – 25 of 44) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DCircularBuffer.cs37 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 DUnitTests.cs51 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 DDotZLib.cs29 [StructLayoutAttribute(LayoutKind.Sequential, Pack=4, Size=0, CharSet=CharSet.Ansi)]
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dmkg3states.c320 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 DSDL_windowsmessagebox.c551 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 Dmpu_armv7.h103 #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 Dmpu_armv7.h103 #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 Dmpu_armv7.h103 #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 Dmpu_armv7.h103 #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 Dmpu_armv7.h103 #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 DRecognizeTaxiInvoiceResult.h55 struct Size struct
62 Size size;
A DRecognizeIdentityCardResult.h46 struct Size struct
53 Size size;
/AliOS-Things-master/hardware/chip/rtl872xd/hal/hal_test/uart/
A Dymodem.c18 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 Dpfrload.c863 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 DZLib.pas19 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 Dlookup_interfaces.h40 virtual size_t Size() = 0;
A Dstatic_hashtable.h52 size_t Size() override { return map_.size(); } in Size() function
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DPart.h33 int64_t Size() const { return size_; } in Size() function
A DListObjectsResult.h36 int64_t Size() const { return size_; } in Size() function
A DListObjectVersionsResult.h40 int64_t Size() const { return size_; } in Size() function
/AliOS-Things-master/components/oss/src/resumable/
A DResumableUploader.cc95 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 DResumableCopier.cc67 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 Dzlibpas.pas256 function _malloc(Size: Integer): Pointer; cdecl; in _malloc()
258 GetMem(Result, Size);
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DTypes.h139 Size, enumerator
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig20 int "Size of user_data available in every network buffer"

Completed in 38 milliseconds

12