HomeSort by relevance Sort by last modified time
    Searched defs:LOAD (Results 1 - 17 of 17) sorted by null

  /external/v8/src/compiler/
machine-operator.cc 154 #define LOAD(Type) \
155 struct Load##Type##Operator FINAL : public Operator1<LoadRepresentation> { \
156 Load##Type##Operator() \
159 "Load", k##Type) {} \
161 Load##Type##Operator k##Load##Type;
162 MACHINE_TYPE_LIST(LOAD)
163 #undef LOAD
205 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) {
207 #define LOAD(Type)
    [all...]
  /frameworks/base/tools/preload/
Operation.java 22 * An operation with a duration. Could represent a class load or initialization.
32 LOAD, INIT
99 case LOAD: return loadedClass.medianLoadTimeMicros();
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
fx_zlib_infback.c 127 /* Load returned state from inflate_fast() */
128 #define LOAD() \
488 LOAD();
fx_zlib_inflate.c 458 /* Load registers with state in inflate() for speed */
459 #define LOAD() \
551 input left to load n bits into the accumulator, or it continues. BITS(n)
634 LOAD();
    [all...]
  /external/zlib/src/
infback.c 127 /* Load returned state from inflate_fast() */
128 #define LOAD() \
488 LOAD();
inflate.c 458 /* Load registers with state in inflate() for speed */
459 #define LOAD() \
551 input left to load n bits into the accumulator, or it continues. BITS(n)
634 LOAD();
    [all...]
  /external/freetype/src/gzip/
infutil.h 84 /* load local pointers */
85 #define LOAD {LOADIN LOADOUT}
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
UserPresetsManager.java 22 private static final int LOAD = 1;
44 case LOAD:
74 public void load() { method in class:UserPresetsManager
75 Message msg = mProcessingHandler.obtainMessage(LOAD);
  /external/boringssl/src/crypto/chacha/
chacha_vec.c 49 #define LOAD(m) ({ \
83 #define LOAD(m) (vec) _mm_loadu_si128((__m128i *)(m))
140 STORE(op + d + 0, LOAD(in + d + 0) ^ REVV_BE(v0)); \
141 STORE(op + d + 4, LOAD(in + d + 4) ^ REVV_BE(v1)); \
142 STORE(op + d + 8, LOAD(in + d + 8) ^ REVV_BE(v2)); \
143 STORE(op + d +12, LOAD(in + d +12) ^ REVV_BE(v3));
173 s1 = LOAD(&((vec*)kp)[0]);
174 s2 = LOAD(&((vec*)kp)[1]);
303 STORE(op + 0, LOAD(ip + 0) ^ REVV_BE(v0 + s0));
306 STORE(op + 4, LOAD(ip + 4) ^ REVV_BE(v1 + s1))
    [all...]
  /frameworks/compile/mclinker/include/mcld/Script/
OutputSectDesc.h 31 LOAD, // ALLOC
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h 505 /// LOAD and STORE have token chains as their first operand, then the same
506 /// operands as an LLVM load/store instruction, then an offset node that
509 LOAD, STORE,
652 /// This corresponds to "load atomic" instruction.
690 // Masked load and store
709 /// MemIndexedMode enum - This enum defines the load / store indexed
712 /// UNINDEXED "Normal" load / store. The effective address is already
715 /// chain, an unindexed load produces one value (result of the
716 /// load); an unindexed store does not produce a value.
720 /// It considers the computation as being folded into the load /
    [all...]
  /external/v8/src/
hydrogen-instructions.h 213 enum PropertyAccessType { LOAD, STORE };
504 // values are marked with kUint32 flag. If arithmetic shift or a load from
    [all...]
  /prebuilts/tools/common/m2/repository/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 1146 milliseconds