HomeSort by relevance Sort by last modified time
    Searched full:stored (Results 2126 - 2150 of 8246) sorted by null

<<81828384858687888990>>

  /external/clang/include/clang/AST/
TemplateBase.h 54 /// The template argument is an integral value stored in an llvm::APSInt
64 /// stored in an Expr*.
66 /// The template argument is actually a parameter pack. Arguments are stored
203 /// \brief Return the kind of stored template argument.
551 /// The actual template arguments (if any) are stored after the
592 // stored after all template arguments.
  /external/e2fsprogs/misc/
tune2fs.8.in 204 stored in the superblock.
244 it is converted to a numerical gid before it is stored in the superblock.
273 stored within the filesystem. Note that you must be using a kernel
310 Create a journal stored in the filesystem of size
344 @JDEV@stored in the ext2 superblock at the start of the journal. Use
582 is converted to a numerical uid before it is stored in the superblock.
  /external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_shader.c 134 * Load a value stored in one of the user SGPRs
137 * value that is stored in consecutive SGPR registers (e.g. a 64-bit pointer),
139 * example, if you want to load a pointer that is stored in SGPRs 2 and 3, then
219 * list pointer is going to be stored in. Hard code to SGPR[6:7] for
230 /* Load the buffer index is always, which is always stored in VGPR0
365 /* XXX: Assume the pointer to the constant buffer is being stored in
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 382 * how pixels are stored. This affects the quality (color depth) as
389 * Each pixel is stored as a single translucency (alpha) channel.
391 * No color information is stored.
397 * Each pixel is stored on 2 bytes and only the RGB channels are
398 * encoded: red is stored with 5 bits of precision (32 possible
399 * values), green is stored with 6 bits of precision (64 possible
400 * values) and blue is stored with 5 bits of precision.
413 * Each pixel is stored on 2 bytes. The three RGB color channels
414 * and the alpha channel (translucency) are stored with a 4 bits
435 * Each pixel is stored on 4 bytes. Each channel (RGB and alph
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_devctl.c     [all...]
btm_pm.c 59 #define BTM_PM_STORED_MASK 0x80 /* set this mask if the command is stored */
261 /* set the stored mask */
263 BTM_TRACE_DEBUG1( "btm_pm state stored:%d",acl_ind);
319 ** BTM_CMD_STORED if the command is stored
873 BTM_TRACE_DEBUG1( "btm_pm_proc_mode_change: Sending stored req:%d", xx);
  /external/libnfc-nxp/src/
phLlcNfc_Frame.c 111 * \copydoc page_reg This function checks the nr value with the stored I frames
688 sent stored i frame */
764 /* Get the stored I frame, only if the new frame is sent
881 /* Get the stored I frame, only if the new frame is sent
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 40 ** bytes are stored on overflow pages. The payload for an entry
138 ** which is stored in the key size entry of the cell header rather than in
148 ** Cell content is stored at the very end of the page and grows toward the
164 ** Cells are of variable length. Cells are stored in the cell content area at
270 ** stored in MemPage.pBt->mutex.
304 ** A linked list of the following structures is stored at BtShared.pLock.
531 ** should return the error code stored in BtCursor.skip
test_onefile.c 25 ** Any statement journal created is stored in volatile memory obtained
46 ** The basic principle is that the "database file" is stored at the
48 ** "journal file" is stored at the end of the 10MB blob and grows
65 ** The size of the "journal file" is not stored persistently in the
67 ** stored in volatile memory. When recovering from a crash, this vfs
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 383 /// \brief The kind of data stored in this piece of the code completion
424 /// \brief The number of chunks stored in this string.
568 /// \brief The chunks stored in this string.
668 /// \brief The kind of result stored here.
761 /// \brief Retrieve the declaration stored in this result.
767 /// \brief Retrieve the keyword stored in this result.
881 /// function is stored.
    [all...]
  /external/eigen/doc/
C09_TutorialSparse.dox 94 A SparseVector is a special case of a SparseMatrix where only the \c Values and \c InnerIndices arrays are stored.
388 dm2 = sm1.selfadjointView<>() * dm1; // if all coefficients of A are stored
389 dm2 = A.selfadjointView<Upper>() * dm1; // if only the upper part of A is stored
390 dm2 = A.selfadjointView<Lower>() * dm1; // if only the lower part of A is stored
424 dm2 = sm1.selfadjointView<>() * dm1; // if all coefficients of A are stored
425 dm2 = A.selfadjointView<Upper>() * dm1; // if only the upper part of A is stored
426 dm2 = A.selfadjointView<Lower>() * dm1; // if only the lower part of A is stored
  /libcore/luni/src/main/java/java/sql/
DatabaseMetaData.java 512 * a type name. This pattern must match the type name stored in
515 * an Attribute name. This pattern must match the attribute name as stored in
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 138 // |object| is the object being stored into, |value| is the object being
139 // stored. value and scratch registers are clobbered by the operation.
171 // |array| is the array being stored into, |value| is the
172 // object being stored. |index| is the array index represented as a
185 // dirty. |object| is the object being stored into, |value| is the
186 // object being stored. The address and value registers are clobbered by the
364 // Check to see if maybe_number can be stored as a double in
704 // After aligning the frame, arguments must be stored in esp[0], esp[4],
722 // Arguments must be stored in ApiParameterOperand(0), ApiParameterOperand(1)
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_decoder.c 137 readBytes number of bytes read from the stream is stored
585 picId identifier of the picture will be stored here
586 isIdrPic IDR flag of the picture will be stored here
588 will be stored here
829 stored here
830 leftOffset cropping left offset in pixels is stored here
831 width width of the image after cropping is stored here
832 topOffset cropping top offset in pixels is stored here
833 height height of the image after cropping is stored here
  /external/chromium_org/third_party/skia/include/animator/
SkAnimator.h 94 Error diagnostics are stored in fErrorCode and fLineNumber.
102 Error diagnostics are stored in fErrorCode and fLineNumber.
111 Error diagnostics are stored in fErrorCode and fLineNumber.
119 Error diagnostics are stored in fErrorCode and fLineNumber.
126 Error diagnostics are stored in fErrorCode and fLineNumber.
  /external/eigen/Eigen/src/Core/
PermutationMatrix.h 26 * internally stored as a vector of integers.
137 /** \returns a reference to the stored array representing the permutation. */
267 * This class represents a permutation matrix, internally stored as a vector of integers.
359 /** \returns a reference to the stored array representing the permutation. */
440 /** \returns a reference to the stored array representing the permutation. */
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/objects/
PhysicsRigidBody.java 197 * @param location the location of the actual physics object is stored in this Vector3f
209 * @param rotation the rotation of the actual physics object is stored in this Matrix3f
229 * @param rotation the rotation of the actual physics object is stored in this Quaternion
241 * @param location the location of the actual physics object is stored in this Vector3f
253 * @param rotation the rotation of the actual physics object is stored in this Matrix3f
  /external/libvpx/libvpx/vp8/common/arm/armv6/
filter_v6.asm 94 strh lr, [r1], r12 ; result is transposed and stored, which
184 strh lr, [r1], r12 ; result is transposed and stored, which
277 strh lr, [r1], r12 ; result is transposed and stored, which
352 strb lr, [r1], r2 ; the result is transposed back and stored
416 strb r5, [r1], r2 ; the result is transposed back and stored
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 15 // is required to be stored first in memory on little/big-endian machines.
30 // These routines assume that the Lo/Hi part is stored first in memory on
32 // they cannot be used as is on vectors, for which Lo is always stored first.
431 assert(OpNo == 1 && "Can only expand the stored value so far");
471 // Be careful to make no assumptions about which of Lo/Hi is stored first in
  /external/llvm/lib/Target/X86/
X86CallingConv.td 235 // Integer/FP values get stored in stack slots that are 8 bytes in size and
297 // Integer/FP values get stored in stack slots that are 8 bytes in size and
327 // Integer/FP values get stored in stack slots that are 8 bytes in size and
354 // Integer/Float values get stored in stack slots that are 4 bytes in
470 // Integer/Float values get stored in stack slots that are 4 bytes in
  /external/openfst/src/include/fst/
accumulator.h 213 // Finds begin and end of pre-stored weights
222 // Computes sum before pre-stored weights
229 // Computes sum between pre-stored weights
234 // Computes sum after pre-stored weights
426 // weights are pre-computed and stored only for the states that are
  /external/skia/include/animator/
SkAnimator.h 94 Error diagnostics are stored in fErrorCode and fLineNumber.
102 Error diagnostics are stored in fErrorCode and fLineNumber.
111 Error diagnostics are stored in fErrorCode and fLineNumber.
119 Error diagnostics are stored in fErrorCode and fLineNumber.
126 Error diagnostics are stored in fErrorCode and fLineNumber.
  /frameworks/base/core/java/android/text/method/
MetaKeyKeyListener.java 41 * {@link #getMetaState(CharSequence, int)} operate on meta key state flags stored
52 * of the modifier is stored in the {@link Editable} text buffer or in a
170 * is stored into the text buffer. This method retrieves the meta state
171 * for this event, accounting for the stored state. If the event has been
173 * a virtual device for example, the stored state is ignored.
  /frameworks/base/core/java/android/util/
ArrayMap.java 373 * @return Returns the key stored at the given index.
382 * @return Returns the value stored at the given index.
414 * @return Returns the old value that was stored for the given key, or null if there
519 * @return Returns the value that was stored under the key, or null if there
535 * @return Returns the value that was stored at this index.
  /frameworks/native/include/media/openmax/
OMX_IVCommon.h 178 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
179 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
192 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
193 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
854 OMX_S32 xEVCompensation; /**< Fixed point value stored as Q16 */
    [all...]

Completed in 2010 milliseconds

<<81828384858687888990>>