Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 25 of 45) sorted by relevance

12

/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzlog.c426 log->stored = PULL2(buf + HEAD + 32); in log_head()
448 PUT2(ext + 32, log->stored); in log_mark()
489 PUT2(buf + 2, log->stored); in log_last()
490 PUT2(buf + 4, log->stored ^ 0xffff); in log_last()
517 put = (MAX_STORE << 10) - log->stored; in log_append()
526 log->stored += put; in log_append()
538 log->last += 4 + log->stored + 1; in log_append()
539 log->stored = 0; in log_append()
701 log->stored = 0; in log_compress()
928 log->stored; in gzlog_compress()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/
A DKconfig106 Directory where the settings data is stored
120 Limit how many items stored in a file before compressing
/AliOS-Things-master/components/SDL2/docs/
A DREADME-gesture.md36 …ure you want to save, and dst is an SDL_RWops pointer to the file where the gesture will be stored.
38 …ollarTemplates(dst) where dst is an SDL_RWops pointer to the file where the gesture will be stored.
A DREADME-ios.md213 …undle (MySDLApp Home/MySDLApp.app), where your application resources are stored. You cannot write…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1950.txt144 byte: 8 bits stored or transmitted as a unit (same as an octet).
183 Bytes stored within a computer do not have a "bit order", since
197 multi-byte numbers in the format described here are stored with
199 For example, the decimal number 520 is stored as:
276 a 16-bit unsigned integer stored in MSB order (CMF*256 + FLG),
310 For compression method 8, the compressed data is stored in the
328 Adler-32 checksum is stored as s2*65536 + s1 in most-
A Drfc1951.txt165 Byte: 8 bits stored or transmitted as a unit (same as an octet).
247 Bytes stored within a computer do not have a "bit order", since
261 multi-byte numbers in the format described here are stored with
263 For example, the decimal number 520 is stored as:
530 if stored with no compression
638 stored with the most-significant bit first, e.g., bits 1110
A Drfc1952.txt154 byte: 8 bits stored or transmitted as a unit (same as an octet).
193 Bytes stored within a computer do not have a "bit order", since
211 multi-byte numbers in the format described here are stored with
213 For example, the decimal number 520 is stored as:
A Dalgorithm.txt14 match distances are compressed with another tree. The trees are stored
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A Dpuff.c164 local int stored(struct state *s) in stored() function
823 stored(&s) : in puff()
/AliOS-Things-master/components/SDL2/src/ttf/
A DSDL_ttf.c53 int stored; member
580 glyph->stored = 0; in Flush_Glyph()
635 if ((want & CACHED_METRICS) && !(cached->stored & CACHED_METRICS)) { in Load_Glyph()
666 cached->stored |= CACHED_METRICS; in Load_Glyph()
669 if (((want & CACHED_BITMAP) && !(cached->stored & CACHED_BITMAP)) || in Load_Glyph()
670 ((want & CACHED_PIXMAP) && !(cached->stored & CACHED_PIXMAP))) { in Load_Glyph()
903 cached->stored |= CACHED_BITMAP; in Load_Glyph()
905 cached->stored |= CACHED_PIXMAP; in Load_Glyph()
931 if ((font->current->stored & want) != want) { in Find_Glyph()
/AliOS-Things-master/components/ble_host/bt_host/port/core/
A DKconfig73 * pool name is stored and can be shown in debugging prints
/AliOS-Things-master/components/ble_mesh/bt_mesh/
A DKconfig133 This option specifies how many Label UUIDs can be stored.
189 stored to flash. E.g. the default value of 4 means that the
386 Minimum number of buffers available to be stored for each
454 means that the sequence number will be stored to flash on every
459 will add this number to the last stored one, so that it starts
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/
A Dgvmat64.asm72 ;window equ rsp + xx - LocalVarsSize ; local copy of s->window ; stored in r10
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; stored in r12w
/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/
A DREADME.md142 The results are stored as unsigned eight-bit values, where 0 represents a real
145 Each adjacent frequency entry is stored in ascending memory order (frequency
/AliOS-Things-master/components/SDL2/acinclude/
A Dax_gcc_x86_cpuid.m416 # On output, the values of the eax, ebx, ecx, and edx registers are stored
/AliOS-Things-master/components/freetype/src/gxvalid/
A DREADME111 the stored information.
327 If a TrueType font is stored in the resource fork or in dfont
391 In the classic version, it is stored as a 16bit value.
392 In the new version, it is stored as a 32bit value.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djconfig.txt12 * The actual configuration options for a particular installation are stored
A Dchange.log299 DCT coefficient quantization tables are now stored in normal array order
425 Huffman tables can be stored separately from the image data.
A Dlibjpeg.txt204 Pixels are stored by scanlines, with each scanline running from left to
240 value (map index) j. Note that since the colormap indexes are stored in
574 info have been stored in the JPEG object. The application may wish to
1066 Per-component parameters are stored in the struct cinfo.comp_info[i] for
1407 generate the error message has been stored in cinfo->err; call
1421 stored in cinfo->err. This method is called by output_message. Few
1798 Progressive JPEG rearranges the stored data into a series of scans of
2241 and Huffman tables. In a situation where many images will be stored or
2323 not stored in the application, but are defined in an interchange or
2395 start of the next image.) When you use this method, stored tables are
[all …]
A Dwizard.txt39 will be stored in the JPEG file).
A Dusage.txt153 JPEG file, the data is stored in multiple scans of increasing quality. If the
285 can be displayed on a colormapped display or stored in
632 them as text. COM blocks do not interfere with the image stored in the JPEG
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/profiler/
A DREADME.md100 This causes the tree-view to be stored in that `TreeView` object, where it may
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Dquickjs.texi852 occurred. The actual exception object is stored in the
979 Strings are stored either as an 8 bit or a 16 bit array of
997 Object property names and some strings are stored as Atoms (unique
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/
A Dconfiguration.proto456 // Top-level benchmarking event stored on-device. All events for a model are
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt680 a total of 1000 sPLT, tEXt, iTXt, zTXt, and unknown chunks to be stored.
683 chunks that will be stored, with
1647 stored internally, the inch conversions won't
1649 72 dpi is stored as 0.28346 pixels/meter, and
1727 unless png_set_packing() is called. 8-bit RGB data will be stored
1868 stored in a PNG image have been "scaled" or "shifted" up to the next
2402 If you are interested in comments or time, which may be stored either
2903 the previous row of pixels will be stored in case it's needed later),
3475 is stored XRGB or RGBX.
3508 If the data is stored in the row buffer in a bit depth other than
[all …]

Completed in 74 milliseconds

12