HomeSort by relevance Sort by last modified time
    Searched refs:intptr_t (Results 326 - 350 of 409) sorted by null

<<11121314151617

  /dalvik/vm/alloc/
HeapSource.cpp 949 assert((intptr_t)merged < (intptr_t)ptrs[i]);
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 422 switch (reinterpret_cast<intptr_t>(params)) {
441 switch (reinterpret_cast<intptr_t>(params)) {
    [all...]
  /external/chromium/testing/gtest/src/
gtest-death-test.cc 667 set_read_fd(::_open_osfhandle(reinterpret_cast<intptr_t>(read_handle),
    [all...]
  /external/clang/tools/libclang/
CXCursor.cpp 82 { D, (void*)(intptr_t) (FirstInDeclGroup ? 1 : 0), TU }};
86 CXCursor C = { K, 0, { D, (void*)(intptr_t) (FirstInDeclGroup ? 1 : 0), TU }};
    [all...]
  /external/ipsec-tools/src/racoon/
remoteconf.c 173 if (check_etypeok(rmconf, (void *) (intptr_t) etype) == 0)
902 u_int8_t etype = (u_int8_t) (intptr_t) ctx;
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 667 set_read_fd(::_open_osfhandle(reinterpret_cast<intptr_t>(read_handle),
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 619 set_read_fd(::_open_osfhandle(reinterpret_cast<intptr_t>(read_handle),
    [all...]
  /external/v8/src/
compiler.cc 146 PrintF(" / %" V8PRIxPTR, reinterpret_cast<intptr_t>(*function));
185 reinterpret_cast<intptr_t>(*info->closure()));
api.cc 150 intptr_t old_pointer_space_size;
152 intptr_t old_pointer_space_capacity;
154 intptr_t old_data_space_size;
156 intptr_t old_data_space_capacity;
158 intptr_t code_space_size;
160 intptr_t code_space_capacity;
162 intptr_t map_space_size;
164 intptr_t map_space_capacity;
166 intptr_t cell_space_size;
168 intptr_t cell_space_capacity
    [all...]
frames.h 272 static const intptr_t kIsolateTag = 1;
isolate.cc 920 const intptr_t Isolate::name##_debug_offset_ = OFFSET_OF(Isolate, name##_);
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 323 intptr_t hiWord = reinterpret_cast<intptr_t>(counter.addressOfCounter()) + sizeof(int32_t);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 431 intptr_t StringImpl::toIntPtrStrict(bool* ok, int base)
456 intptr_t StringImpl::toIntPtr(bool* ok)
  /external/webkit/Source/WebCore/inspector/
InspectorInstrumentation.cpp 713 void InspectorInstrumentation::didCreateWorkerImpl(InspectorAgent* inspectorAgent, intptr_t id, const String& url, bool isSharedWorker)
718 void InspectorInstrumentation::didDestroyWorkerImpl(InspectorAgent* inspectorAgent, intptr_t id)
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 236 *reinterpret_cast<unsigned*>(pProc + 1) = reinterpret_cast<intptr_t>(pNewProc) - reinterpret_cast<intptr_t>(pProc + 5);
  /external/v8/src/ia32/
assembler-ia32.cc     [all...]
macro-assembler-ia32.cc     [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 622 ::glDrawElements(mode, count, type, reinterpret_cast<GLvoid*>(static_cast<intptr_t>(offset)));
    [all...]
  /dalvik/vm/compiler/
Loop.cpp 335 (intptr_t) arrayAccessInfo);
  /development/tools/emulator/opengl/system/gralloc/
gralloc.cpp 102 cb->ashmemBase = intptr_t(addr);
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 764 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 875 double (*FP)() = (double (*)())(intptr_t)FPtr;
  /external/skia/gpu/src/
GrDrawTarget.cpp 639 GrPoint* coords = GrTCast<GrPoint*>(GrTCast<intptr_t>(vertices) +
  /external/skia/src/core/
SkBitmapProcState_matrixProcs.cpp 285 if (reinterpret_cast<intptr_t>(xptr) & 0x2) {
  /external/v8/src/mips/
assembler-mips.cc 183 imm32_ = reinterpret_cast<intptr_t>(handle.location());
187 imm32_ = reinterpret_cast<intptr_t>(obj);
    [all...]

Completed in 3086 milliseconds

<<11121314151617