HomeSort by relevance Sort by last modified time
    Searched refs:blocks (Results 601 - 625 of 668) sorted by null

<<21222324252627

  /art/tools/
cpplint.py 341 # Match start of assembly blocks
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 692 For array textures, images are not arranged in 4x4x4 or 4x4x2 blocks as in
    [all...]
  /external/chromium_org/v8/src/
hydrogen.h 214 // For blocks marked as inline return target: the block with HEnterInlined.
270 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HLoopInformation
314 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HGraph
917 // pair of return blocks in the context. When not inlining, there is no
922 // return blocks. NULL in all other cases.
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py 340 # Match start of assembly blocks
    [all...]
  /external/mesa3d/docs/
MESA_texture_array.spec 692 For array textures, images are not arranged in 4x4x4 or 4x4x2 blocks as in
    [all...]
  /art/compiler/dex/
mir_dataflow.cc 1109 * predecessor blocks.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 382 memcpy(buf->texels, mb->blocks, 64 * sizeof(short) * num_blocks);
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 1026 add_cflags ${darwin_arch} -m${bits} -fasm-blocks
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_decoder.c 382 memcpy(buf->texels, mb->blocks, 64 * sizeof(short) * num_blocks);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 54 typedef struct Blocks Blocks;
75 * store the interiors of `%rep...%endrep' blocks, which are
78 * blocks are signified by having a NULL `name' field.
453 * Tokens are allocated in blocks to improve speed
457 struct Blocks {
458 Blocks *next;
462 static Blocks blocks = { NULL, NULL }; variable
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_state_common.c     [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_state_common.c     [all...]
  /external/v8/src/arm/
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-ia32.h     [all...]
  /external/v8/src/mips/
lithium-mips.h     [all...]
  /external/v8/src/x64/
lithium-x64.h     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/
main.scons 411 '-fasm-blocks',
  /external/chromium_org/tools/traceline/svgui/
traceline.js 565 // Handle events that we want to represent as lines and not event blocks,
  /external/emma/lib/
emma.jar 
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_idct32x32_add_neon.asm 270 ; final coefficients are cut into four blocks:
275 ; Blocks A and C are straight calculation through the various stages. In
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 798 (*--... Operations on basic blocks .........................................--*)
    [all...]

Completed in 1299 milliseconds

<<21222324252627