HomeSort by relevance Sort by last modified time
    Searched refs:v8 (Results 351 - 375 of 1123) sorted by null

<<11121314151617181920>>

  /external/srtp/crypto/cipher/
aes_icm.c 173 c->counter.v8[i] = key[16 + i];
174 c->offset.v8[i] = key[16 + i];
178 c->offset.v8[14] = c->offset.v8[15] = 0;
179 c->counter.v8[14] = c->counter.v8[15] = 0;
308 if (!++(c->counter.v8[15]))
309 ++(c->counter.v8[14]);
351 *buf++ ^= c->keystream_buffer.v8[i];
363 *buf++ ^= c->keystream_buffer.v8[i]
    [all...]
aes.c     [all...]
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
64 vmsumshm v10, v0, v8, v6
68 vmsumshm v11, v2, v8, v6
80 vspltw v8, \Ceven, 0 ;# v8 = c00 c10 or c02 c12 four times
82 vmsumshm v8, v8, v12, v6
83 vmsumshm v8, v9, v13, v
    [all...]
sad_altivec.asm 36 vspltisw v8, 0 ;# zero out total to start
51 ;# v8 += abs (v4 - v5)
52 vsum4ubs v8, v6, v8
84 vsum4ubs v8, v6, v8
98 vsum4ubs v8, v6, v8
106 vsumsws v8, v8, v
    [all...]
  /external/v8/src/arm/
debug-arm.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
35 namespace v8 { namespace
62 patcher.masm()->ldr(v8::internal::ip, MemOperand(v8::internal::pc, 0));
63 patcher.masm()->blx(v8::internal::ip);
65 patcher.masm()->mov(v8::internal::lr, v8::internal::pc);
66 patcher.masm()->ldr(v8::internal::pc, MemOperand(v8::internal::pc, -4))
    [all...]
lithium-gap-resolver-arm.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
31 #include "v8.h"
35 namespace v8 { namespace
81 } } // namespace v8::internal
  /external/v8/test/cctest/
test-alloc.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
34 using namespace v8::internal;
125 v8::Persistent<v8::Context> env = v8::Context::New();
126 v8::HandleScope scope;
147 v8::Persistent<v8::Context> env = v8::Context::New()
    [all...]
test-weakmaps.cc 1 // Copyright 2011 the V8 project authors. All rights reserved.
28 #include "v8.h"
34 using namespace v8::internal;
60 static void WeakPointerCallback(v8::Persistent<v8::Value> handle, void* id) {
69 v8::HandleScope scope;
76 v8::HandleScope scope;
85 v8::HandleScope scope;
99 v8::HandleScope scope;
124 v8::HandleScope scope
    [all...]
test-profile-generator.cc 1 // Copyright 2010 the V8 project authors. All rights reserved.
5 #include "v8.h"
8 #include "../include/v8-profiler.h"
24 namespace v8 { namespace
34 } } // namespace v8::internal
39 v8::HandleScope hs;
40 v8::Local<v8::String> token1(v8::String::New("1x"));
41 CHECK_EQ(0, te.GetTokenId(*v8::Utils::OpenHandle(*token1)))
    [all...]
test-ast.cc 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 #include "v8.h"
35 using namespace v8::internal;
38 v8::internal::V8::Initialize(NULL);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/monitor_enter/d/
T_monitor_enter_2.d 38 monitor-enter v8
40 monitor-enter v8
43 iput v9, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.flg I
46 monitor-exit v8
55 iget v1, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.flg I
60 iput-boolean v5, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z
63 monitor-exit v8
72 iput-boolean v6, v8, dot.junit.opcodes.monitor_enter.d.T_monitor_enter_2.result Z
74 monitor-exit v8
  /external/webkit/Source/WebKit/chromium/src/
WebBindings.cpp 37 #if USE(V8)
128 #if USE(V8)
177 #if USE(V8)
203 #if USE(V8)
211 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
229 v8::Handle<v8::Object> v8Object(v8NPObject->v8Object);
240 v8::HandleScope handleScope;
241 v8::Handle<v8::Array> result = v8::Array::New(data.size())
    [all...]
  /external/v8/src/
bootstrapper.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
100 v8::Handle<v8::ObjectTemplate> global_template,
101 v8::ExtensionConfiguration* extensions);
124 // This will allocate a char array that is deleted when V8 is shut down.
130 v8::ExtensionConfiguration* extensions);
169 : public v8::String::ExternalAsciiStringResource {
187 }} // namespace v8::internal
handles-inl.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
37 namespace v8 { namespace
72 v8::ImplementationUtilities::HandleScopeData* current =
83 v8::ImplementationUtilities::HandleScopeData* current =
98 v8::ImplementationUtilities::HandleScopeData* current =
117 v8::ImplementationUtilities::HandleScopeData* current =
134 v8::ImplementationUtilities::HandleScopeData* current =
152 v8::ImplementationUtilities::HandleScopeData* current =
167 v8::ImplementationUtilities::HandleScopeData* data =
175 } } // namespace v8::interna
    [all...]
heap-profiler.cc 1 // Copyright 2009-2010 the V8 project authors. All rights reserved.
28 #include "v8.h"
33 namespace v8 { namespace
71 v8::ActivityControl* control) {
81 v8::ActivityControl* control) {
90 uint16_t class_id, v8::HeapProfiler::WrapperInfoCallback callback) {
91 ASSERT(class_id != v8::HeapProfiler::kPersistentHandleNoClassId);
100 v8::RetainedObjectInfo* HeapProfiler::ExecuteWrapperClassCallback(
110 v8::ActivityControl* control) {
135 v8::ActivityControl* control)
    [all...]
once.h 1 // Copyright 2012 the V8 project authors. All rights reserved.
30 // This header is intended to be included only by v8's internal code. Users
80 namespace v8 { namespace
87 #define V8_DECLARE_ONCE(NAME) ::v8::internal::OnceType NAME
121 } } // namespace v8::internal
code.h 1 // Copyright 2006-2008 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
68 } } // namespace v8::internal
inspector.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
35 #include "v8.h"
39 namespace v8 { namespace
56 } } // namespace v8::internal
log-inl.h 1 // Copyright 2006-2009 the V8 project authors. All rights reserved.
34 namespace v8 { namespace
53 } } // namespace v8::internal
  /external/v8/test/mjsunit/tools/
tickprocessor.js 1 // Copyright 2009 the V8 project authors. All rights reserved.
73 '08139150 00000b4b t v8::internal::Runtime_StringReplaceRegExpWithString(v8::internal::Arguments)',
74 '08139ca0 000003f1 T v8::internal::Runtime::GetElementOrCharAt(v8::internal::Handle<v8::internal::Object>, unsigned int)',
75 '0813a0b0 00000855 t v8::internal::Runtime_DebugGetPropertyDetails(v8::internal::Arguments)',
76 '0818b220 00000036 W v8::internal::RegExpMacroAssembler::CheckPosition(int, v8::internal::Label*)'
    [all...]
  /external/v8/src/ia32/
simulator-ia32.h 1 // Copyright 2008 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
57 class SimulatorStack : public v8::internal::AllStatic {
72 } } // namespace v8::internal
  /external/v8/src/x64/
simulator-x64.h 1 // Copyright 2011 the V8 project authors. All rights reserved.
33 namespace v8 { namespace
56 class SimulatorStack : public v8::internal::AllStatic {
70 } } // namespace v8::internal
  /external/webkit/LayoutTests/fast/js/resources/
codegen-temporaries-multiple-global-blocks-1.js 45 v8 = { a: 0 };
  /cts/tests/tests/jni/src/android/jni/cts/
InstanceFromNative.java 76 char v4, short v5, byte v6, boolean v7, String v8) {
79 v8.equals("biscuits");
84 int v5, int v6, int v7, int v8, int v9,
96 (v8 == 8) && (v9 == 9) &&
StaticFromNative.java 73 char v4, short v5, byte v6, boolean v7, String v8) {
76 v8.equals("biscuits");
81 int v5, int v6, int v7, int v8, int v9,
93 (v8 == 8) && (v9 == 9) &&

Completed in 491 milliseconds

<<11121314151617181920>>