HomeSort by relevance Sort by last modified time
    Searched refs:stored (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/sqlite/src/tool/
spaceanal.tcl 51 payload int, -- Total amount of data stored in this table or index
52 ovfl_payload int, -- Total amount of data stored on overflow pages
210 # The results of the query are stored directly by SQLite into local
407 statline {Bytes of user payload stored} $user_payload $user_percent
499 Bytes of user payload stored
501 The total number of bytes of user payload stored in the database. The
513 The total number of B-Tree key/value pairs stored under this category.
523 The amount of payload stored under this category. Payload is the data
  /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,
  /bionic/libc/tzcode/
localtime.c 350 register int stored; local
380 for (stored = 4; stored <= 8; stored *= 2) {
399 sp->timecnt * stored + /* ats */
403 sp->leapcnt * (stored + 4) + /* lsinfos */
408 sp->ats[i] = (stored == 4) ?
410 p += stored;
438 lsisp->ls_trans = (stored == 4) ?
440 p += stored;
    [all...]
  /external/eigen/blas/
dspr.f 136 * Form A when upper triangle is stored in AP.
167 * Form A when lower triangle is stored in AP.
sspr.f 136 * Form A when upper triangle is stored in AP.
167 * Form A when lower triangle is stored in AP.
  /external/skia/tools/
compare_baselines.py 195 help='path to root of locally stored baseline images '
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 344 register int stored; local
392 for (stored = 4; stored <= 8; stored *= 2) {
411 sp->timecnt * stored + /* ats */
415 sp->leapcnt * (stored + 4) + /* lsinfos */
420 sp->ats[i] = (stored == 4) ?
422 p += stored;
450 lsisp->ls_trans = (stored == 4) ?
452 p += stored;
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 344 register int stored; local
392 for (stored = 4; stored <= 8; stored *= 2) {
411 sp->timecnt * stored + /* ats */
415 sp->leapcnt * (stored + 4) + /* lsinfos */
420 sp->ats[i] = (stored == 4) ?
422 p += stored;
450 lsisp->ls_trans = (stored == 4) ?
452 p += stored;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/storage/stylizr/
options.js 57 message('Reset stored CSS');
  /external/chromium_org/tools/page_cycler/database/
head.js 15 * Returns the value of the given property stored in the cookie.
  /external/chromium_org/tools/page_cycler/indexed_db/
head.js 15 * Returns the value of the given property stored in the cookie.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-91013.js 29 // correctly returns stored value as the result.
  /external/v8/test/mjsunit/regress/
regress-91013.js 29 // correctly returns stored value as the result.
  /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
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
chrome_ex_oauth.js 108 * Clears any OAuth tokens stored for this configuration. Effectively a
117 * Returns whether a token is currently stored for this configuration.
402 * Retrieves any stored token for the configured scope.
403 * @return {String} The stored token.
418 * Retrieves any stored secret for the configured scope.
419 * @return {String} The stored secret.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
chrome_ex_oauth.js 108 * Clears any OAuth tokens stored for this configuration. Effectively a
117 * Returns whether a token is currently stored for this configuration.
402 * Retrieves any stored token for the configured scope.
403 * @return {String} The stored token.
418 * Retrieves any stored secret for the configured scope.
419 * @return {String} The stored secret.
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader_client.js 13 * Implements cache, which is stored in the calling extension.
57 * Records binary metrics. Counts for true and false are stored as a histogram.
72 * Records percent metrics, stored as a histogram.
  /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/chromium_org/third_party/mesa/src/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/chromium_org/v8/test/mjsunit/
object-literal-overwrite.js 31 // correctly, i.e., the last initializer for any name is stored in the object.
  /external/mesa3d/docs/
MESA_swap_control.spec 94 stored.

Completed in 1010 milliseconds

1 23 4 5 6 7 8