Home
last modified time | relevance | path

Searched refs:Read (Results 1 – 25 of 53) sorted by relevance

123

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/ada/
A Dread.adb19 procedure Read is subprogram
64 procedure Read argument
71 procedure Read is new ZLib.Read subprogram
72 (Read,
81 procedure Read argument
98 end Read;
139 Read (Filter, Buffer, Last);
156 end Read;
A Dzlib-streams.adb130 procedure Read subprogram
136 procedure Read argument
144 procedure Read argument
148 Ada.Streams.Read (Stream.Back.all, Item, Last);
149 end Read;
151 procedure Read is new ZLib.Read subprogram
152 (Read => Read,
158 Read (Stream.Reader, Item, Last);
159 end Read;
A Dtest.adb135 Read (Left, Left_Buffer, Left_Last);
136 Read (Right, Right_Buffer, Right_Last);
170 Read (Source, Buffer, Last);
185 Read (File_In, Item, Last);
A Dzlib.ads259 with procedure Read
277 procedure Read subprogspec
A Dzlib-streams.ads20 procedure Read subprogspec
A Dzlib.adb396 procedure Read subprogram
415 Read (Buffer, Rest_Last); argument
439 end Read;
A Dreadme.txt11 - Attension: ZLib.Read generic routine have a initialization requirement
/AliOS-Things-master/components/SDL2/
A DINSTALL.txt5 * Read VisualC.html
8 * Read the FAQ at https://wiki.libsdl.org/moin.fcg/FAQWindows
12 * Read docs/README-macosx.md
21 * Read docs/README-android.md
24 * Read docs/README-ios.md
27 * Read docs/README-cmake.md
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/
A DREADME1 Read blast.h for purpose and usage.
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dpmu.cc69 count_at_start_ = Read(); in Start()
76 count_at_stop_ = Read(); in Stop()
85 std::int64_t Read() const { in Read() function in ruy::PerfEvent
/AliOS-Things-master/hardware/board/haaseduk1/drivers/sensor/
A Ddrv_baro_qst_qmp6988.c54 uint8_t qmp6988_ReadData(uint8_t slave, uint8_t reg_add, unsigned char *Read, uint8_t num) in qmp6988_ReadData() argument
57 return qmp6988_spi_read(reg_add, Read, num); in qmp6988_ReadData()
59 return qst_sw_readreg(slave, reg_add, Read, num); in qmp6988_ReadData()
64 sensor_i2c_master_recv(1, slave, Read, num, 1000); in qmp6988_ReadData()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi358 Read-only integer. Return the minimum allowed precision. Must be at least 2.
361 Read-only integer. Return the maximum allowed precision. Must be at least 113.
364 Read-only integer. Return the minimum allowed exponent size in
368 Read-only integer. Return the maximum allowed exponent size in
372 Read-only integer. Round to nearest, with ties to even rounding mode.
375 Read-only integer. Round to zero rounding mode.
378 Read-only integer. Round to -Infinity rounding mode.
381 Read-only integer. Round to +Infinity rounding mode.
384 Read-only integer. Round to nearest, with ties away from zero rounding mode.
387 Read-only integer. Round away from zero rounding mode.
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Dvisual-basic.txt102 Open strargOriFilPth For Binary Access Read As #1
136 Open strargFilPth For Binary Access Read As #1
139 'Read the original file size value:
/AliOS-Things-master/solutions/lora_p2p_demo/
A Dradio.h340 uint8_t ( *Read )( uint32_t addr ); member
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dmaktjpeg.st8 ; Read installation instructions before trying to make the program!
A Dmakcjpeg.st8 ; Read installation instructions before trying to make the program!
A Dmakdjpeg.st8 ; Read installation instructions before trying to make the program!
/AliOS-Things-master/components/SDL2/src/hidapi/
A DREADME.txt73 // Read the Manufacturer String
77 // Read the Product String
81 // Read the Serial Number String
85 // Read Indexed String 1
99 // Read requested state
/AliOS-Things-master/components/jsoncpp/
A DREADME.md48 Read 相关类:
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DGZipStream.cs154 public override int Read(byte[] buffer, int offset, int count) in Read() method in DotZLib.GZipStream
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DREADME135 pngread.c => Read data/helper high-level functions
137 pngrtran.c => Read data transformation functions
138 pngrutil.c => Read data utility functions
/AliOS-Things-master/components/fatfs/
A DREADME.md17 - Read-only, optional API, I/O buffer and etc...
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflatbuffers.h109 static return_type Read(const uint8_t *p, uoffset_t i) { in Read() function
117 static return_type Read(const uint8_t *p, uoffset_t i) {
126 static return_type Read(const uint8_t *p, uoffset_t i) {
175 IT operator*() const { return IndirectHelper<T>::Read(data_, 0); }
177 IT operator->() const { return IndirectHelper<T>::Read(data_, 0); }
263 return IndirectHelper<T>::Read(Data(), i);
335 return const_cast<mutable_return_type>(IndirectHelper<T>::Read(Data(), i));
359 return IndirectHelper<T>::Read(element, 0);
378 auto table = IndirectHelper<T>::Read(data, 0);
446 return IndirectHelper<IndirectHelperType>::Read(Data(), i);
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2018-5784.patch106 + /* Read multiple input files and write to output file(s) */
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/cmake/
A Ddeps.cmake144 # Read from configure.ac.

Completed in 19 milliseconds

123