HomeSort by relevance Sort by last modified time
    Searched refs:stored (Results 76 - 100 of 214) sorted by null

1 2 34 5 6 7 8 9

  /external/eigen/lapack/
slarft.f 45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
71 *> reflectors are stored (see also Further Details):
144 *> k = 3. The elements equal to 1 are not stored.
zlarft.f 45 *> H(i) is stored in the i-th column of the array V, and
50 *> H(i) is stored in the i-th row of the array V, and
71 *> reflectors are stored (see also Further Details):
144 *> k = 3. The elements equal to 1 are not stored.
  /external/google-breakpad/src/processor/
static_range_map_unittest.cc 62 // Whether this range is expected to be stored successfully or not
137 // the right thing at the extremities of the range when nothing is stored
201 bool stored = range_map->StoreRange(range_test->address, local
204 EXPECT_EQ(stored, range_test->expect_storable)
218 // the base or one less than the high - for a successfully stored
236 bool expected_result = false; // This is correct for tests not stored.
259 // bounds match the range as stored.
299 // bounds match the range as stored.
362 int stored_count = 0; // The number of ranges successfully stored
  /external/v8/test/mjsunit/regress/
regress-crbug-500497.js 26 // #2 Allocate the object stored in the "a" property in old-space.
regress-4023.js 48 // inner_field's field type stored in outer's map will get cleared.
regress-91013.js 29 // correctly returns stored value as the result.
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 216 setup->fs.stored,
222 setup->fs.stored,
606 setup->fs.stored,
628 setup->fs.stored,
642 setup->fs.stored,
650 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, setup->fs.stored,
725 setup->fs.stored,
  /external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
MachO_ARM64_relocations.s 72 # function should be stored at the 8-byte memory location.
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 330 register int stored; local
389 for (stored = 4; stored <= 8; stored *= 2) {
409 sp->timecnt * stored + /* ats */
413 sp->leapcnt * (stored + 4) + /* lsinfos */
420 = stored == 4 ? detzcode(p) : detzcode64(p);
437 p += stored;
469 lsisp->ls_trans = (stored == 4) ?
471 p += stored;
    [all...]
  /external/zlib/src/contrib/puff/
puff.c 21 * works whether integers are stored big endian or little endian.
121 * - Bits are stored in bytes from the least significant bit to the most
148 * Process a stored block.
152 * - After the two-bit stored block type (00), the stored block length and
153 * stored bytes are byte-aligned for fast copying. Therefore any leftover
158 * - The second inverted copy of the stored block length does not have to be
161 * - A stored block can have zero length. This is sometimes used to byte-align
164 local int stored(struct state *s) function
166 unsigned len; /* length of stored block *
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 25 ;and the result is stored in transpose.
88 strh r11, [lr], #20 ; result is transposed and stored, which
171 strb lr, [r0], r1 ; the result is transposed back and stored
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 25 ;and the result is stored in transpose.
88 strh r11, [lr], #20 ; result is transposed and stored, which
171 strb lr, [r0], r1 ; the result is transposed back and stored
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsState.java 544 final String stored = parser.getAttributeValue(null, ATTR_VALUE); local
545 if (NULL_VALUE_OLD_STYLE.equals(stored)) {
548 return stored;
  /build/core/
install_jni_libs_internal.mk 43 # sets where they are stored in the apk.)
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java 251 String stored= setBlockOption(grammar, optionName, options.get(optionName)); local
252 if ( stored==null ) {
Rule.java 559 String stored=setOption(optionName, optionValue, optionsStartToken); local
560 if ( stored==null ) {
  /external/mesa3d/docs/
MESA_swap_control.spec 94 stored.
MESA_ycbcr_texture.spec 34 This extension supports texture images stored in the YCbCr format.
126 All pixel transfer operations are bypassed. The texture is stored as
  /external/v8/test/mjsunit/compiler/
escape-analysis-representation.js 32 // have actually been stored in the object.
  /external/v8/test/mjsunit/
object-literal-overwrite.js 31 // correctly, i.e., the last initializer for any name is stored in the object.
  /hardware/intel/img/hwcomposer/merrifield/platforms/merrifield_plus/
Android.mk 17 # HAL module implemenation, not prelinked and stored in
  /hardware/intel/img/hwcomposer/moorefield_hdmi/
Android.mk 19 # HAL module implemenation, not prelinked and stored in
  /bionic/libc/tzcode/
localtime.c 382 register int stored; local
439 for (stored = 4; stored <= 8; stored *= 2) {
456 + timecnt * stored /* ats */
460 + leapcnt * (stored + 4) /* lsinfos */
475 = stored == 4 ? detzcode(p) : detzcode64(p);
489 p += stored;
524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p);
525 int_fast32_t corr = detzcode(p + stored);
    [all...]
  /device/generic/goldfish-opengl/
common.mk 196 # Source files will be stored in the local intermediates directory that will
213 # <dst-dir> is the destination directory where the generated sources are stored
  /external/eigen/blas/fortran/
chbmv.f 229 * Form y when upper triangle of A is stored.
269 * Form y when lower triangle of A is stored.

Completed in 2828 milliseconds

1 2 34 5 6 7 8 9