Home
last modified time | relevance | path

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

12345678910>>...32

/external/lzma/Java/Tukaani/src/org/tukaani/xz/index/
DIndexHash.java59 IndexHash stored = new IndexHash(); in validate() local
65 stored.add(unpaddedSize, uncompressedSize); in validate()
70 if (stored.blocksSum > blocksSum in validate()
71 || stored.uncompressedSum > uncompressedSum in validate()
72 || stored.indexListSize > indexListSize) in validate()
76 if (stored.blocksSum != blocksSum in validate()
77 || stored.uncompressedSum != uncompressedSum in validate()
78 || stored.indexListSize != indexListSize in validate()
79 || !Arrays.equals(stored.hash.finish(), hash.finish())) in validate()
/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h49 …intersector_helper1(const Object2 &inStored, Intersector &in) : stored(inStored), intersector(in) … in intersector_helper1()
50 …bool intersectVolume(const Volume1 &vol) { return intersector.intersectVolumeObject(vol, stored); } in intersectVolume()
51 …bool intersectObject(const Object1 &obj) { return intersector.intersectObjectObject(obj, stored); } in intersectObject()
52 Object2 stored; member
61 …intersector_helper2(const Object1 &inStored, Intersector &in) : stored(inStored), intersector(in) … in intersector_helper2()
62 …bool intersectVolume(const Volume2 &vol) { return intersector.intersectObjectVolume(stored, vol); } in intersectVolume()
63 …bool intersectObject(const Object2 &obj) { return intersector.intersectObjectObject(stored, obj); } in intersectObject()
64 Object1 stored; member
186 minimizer_helper1(const Object2 &inStored, Minimizer &m) : stored(inStored), minimizer(m) {} in minimizer_helper1()
187 …Scalar minimumOnVolume(const Volume1 &vol) { return minimizer.minimumOnVolumeObject(vol, stored); } in minimumOnVolume()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup.c125 setup->fs.stored = NULL; in lp_setup_reset()
778 boolean new_scene = (setup->fs.stored == NULL); in try_update_scene_state()
784 uint8_t *stored; in try_update_scene_state() local
787 stored = lp_scene_alloc_aligned(scene, 4 * 16, 16); in try_update_scene_state()
788 if (!stored) { in try_update_scene_state()
797 stored[i*16 + j] = c; in try_update_scene_state()
800 setup->blend_color.stored = stored; in try_update_scene_state()
801 setup->fs.current.jit_context.blend_color = setup->blend_color.stored; in try_update_scene_state()
819 void *stored; in try_update_scene_state() local
821 stored = lp_scene_alloc(scene, current_size); in try_update_scene_state()
[all …]
Dlp_setup_context.h124 const struct lp_rast_state *stored; /**< what's in the scene */ member
138 uint8_t *stored; member
Dlp_setup_tri.c216 setup->fs.stored, in lp_setup_whole_tile()
222 setup->fs.stored, in lp_setup_whole_tile()
606 setup->fs.stored, in lp_setup_bin_triangle()
628 setup->fs.stored, in lp_setup_bin_triangle()
642 setup->fs.stored, in lp_setup_bin_triangle()
650 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, setup->fs.stored, in lp_setup_bin_triangle()
725 setup->fs.stored, in lp_setup_bin_triangle()
/external/eigen/doc/
DStorageOrders.dox13 The entries of a matrix form a two-dimensional grid. However, when the matrix is stored in memory, …
16 We say that a matrix is stored in \b row-major order if it is stored row by row. The entire first r…
17 stored first, followed by the entire second row, and so on. Consider for example the matrix
27 If this matrix is stored in row-major order, then the entries are laid out in memory as follows:
31 On the other hand, a matrix is stored in \b column-major order if it is stored column by column, st…
32 …ire first column, followed by the entire second column, and so on. If the above matrix is stored in
56 parameter is set to \c RowMajor, then the matrix or array is stored in row-major order; if it is se…
57 \c ColMajor, then it is stored in column-major order. This mechanism is used in the above Eigen pro…
77 …- Algorithms that traverse a matrix row by row will go faster when the matrix is stored in row-maj…
/external/zlib/src/examples/
Dgzlog.c296 uint stored; /* bytes currently in last stored block */ member
426 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()
493 lseek(log->fd, log->stored, SEEK_CUR) < 0 ? -1 : 0; 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()
[all …]
/external/clang/test/CodeGenCXX/
Dmangle-subst-std.cpp54 basic_istream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_istream()
56 int stored; member
60 basic_ostream(int x) : basic_ios<charT, traits>(x), stored(x) { } in basic_ostream()
62 float stored; member
/external/llvm/test/ExecutionEngine/
Dtest-interp-vec-loadstore.ll37 ; load stored scalars
43 ; load stored vector
52 ; compare extracted data with stored constants
86 ; load stored vector
88 ; load stored scalars
130 ; load stored vector
132 ; load stored scalars
/external/libtextclassifier/common/memory_image/
Ddata-store.proto28 // Bytes for a data store entry. They can be stored either directly in the
32 // Bytes for this data store entry, stored in this message.
36 // this case, the actual bytes are stored outside this message; the
/external/llvm/test/CodeGen/AMDGPU/
Dvselect64.ll5 ; Make sure the vectors aren't being stored on the stack. We know they are
6 ; being stored on the stack if the shaders uses at leat 10 registers.
/external/llvm/lib/Target/XCore/
DXCoreCallingConv.td19 // Integer values get stored in stack slots that are 4 bytes in
37 // Integer values get stored in stack slots that are 4 bytes in
/external/clang/docs/
DPCHInternals.rst49 headers stored within the PCH file. Thus, a precompiled header design
71 abstract syntax trees and supporting data structures, stored using the same
77 where certain important data structures are stored. The amount of data read in
181 Although not explicitly stored as part of the metadata, the predefines buffer
187 is stored within the :ref:`pchinternals-sourcemgr`, but its contents are
214 unique number (allocated starting at 1) stored in the source location. Clang
217 that file ID is stored. The data associated with a file ID is loaded only when
278 Declarations in Clang's abstract syntax trees are stored hierarchically. At
283 and so on. Within Clang, each declaration is stored within a :ref:`declaration
287 iterate over the declarations stored within a context (e.g., iterate over all
[all …]
/external/flatbuffers/docs/source/
DInternals.md20 order, and objects to some extent can be stored in many orders. This is
35 multiple possible sub-objects stored. Additionally, it can be used
50 refer to all tables/unions/strings/vectors (these are never stored
67 extensibility. They are always stored inline in their parent (a struct,
77 Unlike structs, these are not stored in inline in their parent, but are
81 `uoffset_t`, since vtables may be stored anywhere relative to the object.
111 null-terminated. Vectors are stored as contiguous aligned scalar
113 null termination). Neither is stored inline in their parent, but are referred to
302 all data is always stored in little endian format.
305 stored before parents, and the root of the data starts at the last byte.
[all …]
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/site/apt/examples/
Dsimple.apt28 Your input files under <<<antlr3>>> should be stored in sub directories that
37 Then the .g file should be stored in: <<<src/main/antlr3/org/jimi/themuss/parser.g>>>. THis way
/external/parameter-framework/upstream/test/functional-tests-legacy/
DREADME.md9 All temporary file are stored in the build directory.
10 XML files depends on cmake variables so they are configured at build time and stored in {build_dir}…
/external/curl/m4/
Dxc-lt-iface.m4178 dnl Results stored in following shell variables:
220 dnl Result stored in xc_lt_shlib_use_version_info.
250 dnl Result stored in xc_lt_shlib_use_no_undefined.
282 dnl Result stored in xc_lt_shlib_use_mimpure_text.
313 dnl Results stored in following shell variables:
357 dnl Results stored in following shell variables:
429 dnl Results stored in following shell variables:
/external/squashfs-tools/RELEASE-READMEs/
DREADME-4.141 7. Xattr name prefix types stored, allowing the redundant "user.", "trusted."
42 etc. characters to be eliminated and more concisely stored.
84 whether extended attributes are stored or not, e.g.
89 shows that extended attributes are stored by default, and can be disabled
95 shows that extended attributes are not stored by default, storage can be
115 extended attributes are stored or not, e.g.
/external/libtextclassifier/common/
Dembedding-network.proto22 // Wrapper for storing a matrix of parameters. These are stored in row-major
54 // Thus, for PrecomputedEmbeddingNetwork storage, hidden layers are stored
55 // starting from the second hidden layer, while biases are stored for every
/external/google-breakpad/src/processor/
Drange_map_unittest.cc107 bool stored = range_map->StoreRange(range_test->address, in StoreTest() local
111 if (stored != range_test->expect_storable) { in StoreTest()
116 stored ? "stored" : "not stored"); in StoreTest()
/external/skia/site/user/sample/
Dsampleapp.md3 …lide to slide. Some slides require use resources stored outside the program. These resources are s…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/it-IT/
Dit-IT_cm0_kpdf_mgc.utf54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors
60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
Dit-IT_cm0_kpdf_lfz.utf54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors
60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/de-DE/
Dde-DE_gl0_kpdf_mgc.utf54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors
60 meanpowum = 75 , uint8 ; !specification for log scaling factor for each stored cepstral dimension
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/siggen/es-ES/
Des-ES_zl0_kpdf_lfz.utf54 meanpow = 1 , uint8 ; !specification for log fixed point base for stored vectors
60 meanpowum = 3 , uint8 ; !specification for log scaling factor for each stored cepstral dimension

12345678910>>...32