HomeSort by relevance Sort by last modified time
    Searched refs:reinterpret_cast (Results 251 - 275 of 2553) sorted by null

<<11121314151617181920>>

  /external/chromium/crypto/
encryptor_nss.cc 41 iv_item.data = reinterpret_cast<unsigned char*>(
68 reinterpret_cast<unsigned char*>(
82 ciphertext->assign(reinterpret_cast<char *>(&buffer[0]),
106 reinterpret_cast<unsigned char*>(
120 plaintext->assign(reinterpret_cast<char *>(&buffer[0]),
rsa_private_key_win.cc 69 PUBLICKEYSTRUC* public_key_struc = reinterpret_cast<PUBLICKEYSTRUC*>(dest);
76 RSAPUBKEY* rsa_pub_key = reinterpret_cast<RSAPUBKEY*>(dest);
105 reinterpret_cast<uint8*>(public_key_struc), blob_size, 0,
150 PUBLICKEYSTRUC *publickey_struct = reinterpret_cast<PUBLICKEYSTRUC*>(pos);
153 RSAPUBKEY *rsa_pub_key = reinterpret_cast<RSAPUBKEY*>(pos);
180 pki.public_exponent()->assign(reinterpret_cast<uint8*>(&rsa_pub_key->pubexp),
181 reinterpret_cast<uint8*>(&rsa_pub_key->pubexp) + 4);
183 CHECK_EQ(pos - blob_length, reinterpret_cast<BYTE*>(publickey_struct));
200 reinterpret_cast<CERT_PUBLIC_KEY_INFO*>(key_info.get()), &key_info_len)) {
208 reinterpret_cast<CERT_PUBLIC_KEY_INFO*>(key_info.get()), NULL
    [all...]
  /external/chromium/net/base/
gzip_header.cc 35 const uint8* pos = reinterpret_cast<const uint8*>(inbuf);
132 pos = reinterpret_cast<const uint8*>(memchr(pos, '\0', (end - pos)));
148 pos = reinterpret_cast<const uint8*>(memchr(pos, '\0', (end - pos)));
174 *header_end = reinterpret_cast<const char*>(pos);
180 *header_end = reinterpret_cast<const char*>(pos);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
ELFObjectLoaderImpl.cpp 33 ArchiveReaderLE reader(reinterpret_cast<const unsigned char *>(pMem),
68 reinterpret_cast<llvm::ELF::Elf32_Ehdr *>(pDebugImg);
85 reinterpret_cast<llvm::ELF::Elf32_Shdr *>(
86 reinterpret_cast<uint8_t*>(pDebugImg) + elf_header->e_shoff);
94 reinterpret_cast<llvm::ELF::Elf32_Addr>(section->getBuffer());
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 79 reinterpret_cast<PUCHAR>(&usb_device_descriptor_),
87 reinterpret_cast<PUCHAR>(&usb_config_descriptor_),
174 reinterpret_cast<PUCHAR>(ser_num),
179 delete[] reinterpret_cast<char*>(ser_num);
186 delete[] reinterpret_cast<char*>(ser_num);
189 reinterpret_cast<USB_STRING_DESCRIPTOR*>(new char[ser_num_size]);
205 delete[] reinterpret_cast<char*>(ser_num);
216 reinterpret_cast<PSTR>(buffer),
220 reinterpret_cast<char*>(buffer)[str_len] = '\0';
228 reinterpret_cast<wchar_t*>(buffer)[str_len] = L'\0';
    [all...]
  /external/eigen/blas/
level1_cplx_impl.h 31 Complex* x = reinterpret_cast<Complex*>(px);
46 Scalar* x = reinterpret_cast<Scalar*>(px);
47 Scalar* y = reinterpret_cast<Scalar*>(py);
48 Scalar* res = reinterpret_cast<Scalar*>(pres);
65 Scalar* x = reinterpret_cast<Scalar*>(px);
66 Scalar* y = reinterpret_cast<Scalar*>(py);
67 Scalar* res = reinterpret_cast<Scalar*>(pres);
82 Scalar* x = reinterpret_cast<Scalar*>(px);
94 Scalar* x = reinterpret_cast<Scalar*>(px);
95 Scalar* y = reinterpret_cast<Scalar*>(py)
    [all...]
  /external/llvm/include/llvm/ADT/
PointerIntPair.h 71 reinterpret_cast<void*>(Value & PointerBitMask));
80 = reinterpret_cast<intptr_t>(PtrTraits::getAsVoidPointer(Ptr));
98 = reinterpret_cast<intptr_t>(PtrTraits::getAsVoidPointer(Ptr));
106 = reinterpret_cast<intptr_t>(PtrTraits::getAsVoidPointer(Ptr));
120 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
123 return reinterpret_cast<PointerTy *>(&Value);
126 void *getOpaqueValue() const { return reinterpret_cast<void*>(Value); }
127 void setFromOpaqueValue(void *Val) { Value = reinterpret_cast<intptr_t>(Val);}
161 return Ty(reinterpret_cast<PointerTy>(Val), IntType((1 << IntBits)-1));
166 return Ty(reinterpret_cast<PointerTy>(Val), IntType(0))
    [all...]
  /external/skia/legacy/src/ports/
SkHarfBuzzFont.cpp 28 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
34 reinterpret_cast<uint16_t*>(glyphs));
41 memcpy(&value, reinterpret_cast<char*>(glyphs) + sizeof(uint16_t) * i, sizeof(uint16_t));
51 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
58 SkScalar* scalarWidths = reinterpret_cast<SkScalar*>(storage.get());
59 uint16_t* glyphs16 = reinterpret_cast<uint16_t*>(scalarWidths + numGlyphs);
74 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
85 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
112 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
137 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData)
    [all...]
  /external/skia/src/ports/
SkHarfBuzzFont.cpp 28 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
34 reinterpret_cast<uint16_t*>(glyphs));
41 memcpy(&value, reinterpret_cast<char*>(glyphs) + sizeof(uint16_t) * i, sizeof(uint16_t));
51 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
58 SkScalar* scalarWidths = reinterpret_cast<SkScalar*>(storage.get());
59 uint16_t* glyphs16 = reinterpret_cast<uint16_t*>(scalarWidths + numGlyphs);
74 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
85 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
112 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData);
137 SkHarfBuzzFont* font = reinterpret_cast<SkHarfBuzzFont*>(hbFont->userData)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 43 return (reinterpret_cast<WebGLRenderbuffer*>(buffer))->getInternalFormat();
49 && !(reinterpret_cast<WebGLRenderbuffer*>(attachedObject))->isInitialized())
57 (reinterpret_cast<WebGLRenderbuffer*>(attachedObject))->setInitialized();
63 if (!(reinterpret_cast<WebGLRenderbuffer*>(attachedObject))->isValid())
176 return (reinterpret_cast<WebGLRenderbuffer*>(m_colorAttachment.get()))->getWidth();
178 return (reinterpret_cast<WebGLTexture*>(m_colorAttachment.get()))->getWidth(m_texTarget, m_texLevel);
188 return (reinterpret_cast<WebGLRenderbuffer*>(m_colorAttachment.get()))->getHeight();
190 return (reinterpret_cast<WebGLTexture*>(m_colorAttachment.get()))->getHeight(m_texTarget, m_texLevel);
200 unsigned long format = (reinterpret_cast<WebGLRenderbuffer*>(m_colorAttachment.get()))->getInternalFormat();
211 return (reinterpret_cast<WebGLTexture*>(m_colorAttachment.get()))->getInternalFormat(m_texTarget, m_texLevel)
    [all...]
  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 78 reinterpret_cast<jint>(map));
98 return reinterpret_cast<jint>(map);
102 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
111 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
117 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
123 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
137 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
143 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
158 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr);
163 NativeKeyCharacterMap* map = reinterpret_cast<NativeKeyCharacterMap*>(ptr)
    [all...]
android_view_MotionEvent.cpp 70 return reinterpret_cast<MotionEvent*>(
77 reinterpret_cast<int>(event));
352 MotionEvent* event = reinterpret_cast<MotionEvent*>(nativePtr);
381 return reinterpret_cast<jint>(event);
392 MotionEvent* destEvent = reinterpret_cast<MotionEvent*>(destNativePtr);
396 MotionEvent* sourceEvent = reinterpret_cast<MotionEvent*>(sourceNativePtr);
398 return reinterpret_cast<jint>(destEvent);
403 MotionEvent* event = reinterpret_cast<MotionEvent*>(nativePtr);
410 MotionEvent* event = reinterpret_cast<MotionEvent*>(nativePtr);
435 MotionEvent* event = reinterpret_cast<MotionEvent*>(nativePtr)
    [all...]
  /external/clang/include/clang/AST/
ASTTypeTraits.h 101 return dyn_cast<T>(*reinterpret_cast<Decl*const*>(Storage));
115 return dyn_cast<T>(*reinterpret_cast<Stmt*const*>(Storage));
129 return dyn_cast<T>(*reinterpret_cast<Type*const*>(Storage));
142 return *reinterpret_cast<NestedNameSpecifier*const*>(Storage);
156 return reinterpret_cast<const NestedNameSpecifierLoc*>(Storage);
169 return reinterpret_cast<const QualType*>(Storage);
182 return reinterpret_cast<const TypeLoc*>(Storage);
  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_objects_VehicleWheel.cpp 51 btRaycastVehicle* vehicle = reinterpret_cast<btRaycastVehicle*>(vehicleId);
67 btRaycastVehicle* vehicle = reinterpret_cast<btRaycastVehicle*>(vehicleId);
83 btRaycastVehicle* vehicle = reinterpret_cast<btRaycastVehicle*>(vehicleId);
104 btRaycastVehicle* vehicle = reinterpret_cast<btRaycastVehicle*>(vehicleId);
120 btRaycastVehicle* vehicle = reinterpret_cast<btRaycastVehicle*>(vehicleId);
136 btRaycastVehicle* vehicle = reinterpret_cast<btRaycastVehicle*>(vehicleId);
152 btRaycastVehicle* vehicle = reinterpret_cast<btRaycastVehicle*>(vehicleId);
  /external/webkit/Source/JavaScriptCore/runtime/
StructureTransitionTable.h 116 return reinterpret_cast<TransitionMap*>(m_data);
122 return reinterpret_cast<HandleSlot>(m_data & ~UsingSingleSlotFlag);
133 m_data = reinterpret_cast<intptr_t>(map);
143 return reinterpret_cast<Structure*>(slot->asCell());
162 m_data = reinterpret_cast<intptr_t>(slot) | UsingSingleSlotFlag;
164 HandleHeap::heapFor(slot)->writeBarrier(slot, reinterpret_cast<JSCell*>(structure));
165 *slot = reinterpret_cast<JSCell*>(structure);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentEncoder.cpp 102 *reinterpret_cast<bool*>(buffer) = n;
109 *reinterpret_cast<uint32_t*>(buffer) = n;
116 *reinterpret_cast<uint64_t*>(buffer) = n;
123 *reinterpret_cast<int32_t*>(buffer) = n;
130 *reinterpret_cast<int64_t*>(buffer) = n;
137 *reinterpret_cast<float*>(buffer) = n;
144 *reinterpret_cast<double*>(buffer) = n;
  /frameworks/rs/
rsStream.h 33 float tmp = reinterpret_cast<const float *>(&mData[mPos])[0];
39 int32_t tmp = reinterpret_cast<const int32_t *>(&mData[mPos])[0];
45 uint32_t tmp = reinterpret_cast<const uint32_t *>(&mData[mPos])[0];
51 uint16_t tmp = reinterpret_cast<const uint16_t *>(&mData[mPos])[0];
56 uint8_t tmp = reinterpret_cast<const uint8_t *>(&mData[mPos])[0];
95 uint32_t uintV = *reinterpret_cast<uint32_t*> (&v);
130 reinterpret_cast<uint8_t *>(&mData[mPos])[0] = v;
  /external/chromium/base/
callback.h 244 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
250 reinterpret_cast<PolymorphicInvoke>(polymorphic_invoke_);
275 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
281 reinterpret_cast<PolymorphicInvoke>(polymorphic_invoke_);
307 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
314 reinterpret_cast<PolymorphicInvoke>(polymorphic_invoke_);
342 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
350 reinterpret_cast<PolymorphicInvoke>(polymorphic_invoke_);
380 reinterpret_cast<InvokeFuncStorage>(&T::Invoker::DoInvoke),
389 reinterpret_cast<PolymorphicInvoke>(polymorphic_invoke_)
    [all...]
  /external/webkit/Source/JavaScriptCore/jit/
ExecutableAllocator.h 253 intptr_t start = reinterpret_cast<intptr_t>(code) & (-lineSize);
254 intptr_t end = ((reinterpret_cast<intptr_t>(code) + size - 1) & (-lineSize)) - 1;
255 __builtin___clear_cache(reinterpret_cast<char*>(start), reinterpret_cast<char*>(end));
257 intptr_t end = reinterpret_cast<intptr_t>(code) + size;
258 __builtin___clear_cache(reinterpret_cast<char*>(code), reinterpret_cast<char*>(end));
261 _flush_cache(reinterpret_cast<char*>(code), size, BCACHE);
282 : "r" (code), "r" (reinterpret_cast<char*>(code) + size)
305 : "r" (code), "r" (reinterpret_cast<char*>(code) + size
    [all...]
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 125 return reinterpret_cast<jlong>(dictionary);
135 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict);
137 ProximityInfo *pInfo = reinterpret_cast<ProximityInfo *>(proximityInfo);
138 void *traverseSession = reinterpret_cast<void *>(dicTraverseSession);
209 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict);
219 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict);
255 Dictionary *dictionary = reinterpret_cast<Dictionary *>(dict);
286 reinterpret_cast<void *>(latinime_BinaryDictionary_open)},
289 reinterpret_cast<void *>(latinime_BinaryDictionary_close)},
292 reinterpret_cast<void *>(latinime_BinaryDictionary_getSuggestions)}
    [all...]
  /libnativehelper/
JNIHelp.cpp 43 (*mEnv)->DeleteLocalRef(reinterpret_cast<JNIEnv*>(mEnv), mLocalRef);
62 JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
69 JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
95 JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
139 JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
152 JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
209 JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
260 JNIEnv* e = reinterpret_cast<JNIEnv*>(env);
321 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
327 reinterpret_cast<jclass>(env->NewGlobalRef(env->FindClass("java/io/FileDescriptor")))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
atomic_0.h 458 { return reinterpret_cast<__return_pointer_type>(load()); }
461 { return reinterpret_cast<__return_pointer_type>(load()); }
467 return reinterpret_cast<__return_pointer_type>(__p);
474 return reinterpret_cast<__return_pointer_type>(__p);
479 { return reinterpret_cast<__return_pointer_type>(fetch_add(1)); }
483 { return reinterpret_cast<__return_pointer_type>(fetch_add(1)); }
487 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
491 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
495 { return reinterpret_cast<__return_pointer_type>(fetch_add(1) + 1); }
499 { return reinterpret_cast<__return_pointer_type>(fetch_add(1) + 1);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
atomic_0.h 458 { return reinterpret_cast<__return_pointer_type>(load()); }
461 { return reinterpret_cast<__return_pointer_type>(load()); }
467 return reinterpret_cast<__return_pointer_type>(__p);
474 return reinterpret_cast<__return_pointer_type>(__p);
479 { return reinterpret_cast<__return_pointer_type>(fetch_add(1)); }
483 { return reinterpret_cast<__return_pointer_type>(fetch_add(1)); }
487 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
491 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
495 { return reinterpret_cast<__return_pointer_type>(fetch_add(1) + 1); }
499 { return reinterpret_cast<__return_pointer_type>(fetch_add(1) + 1);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
atomic_0.h 458 { return reinterpret_cast<__return_pointer_type>(load()); }
461 { return reinterpret_cast<__return_pointer_type>(load()); }
467 return reinterpret_cast<__return_pointer_type>(__p);
474 return reinterpret_cast<__return_pointer_type>(__p);
479 { return reinterpret_cast<__return_pointer_type>(fetch_add(1)); }
483 { return reinterpret_cast<__return_pointer_type>(fetch_add(1)); }
487 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
491 { return reinterpret_cast<__return_pointer_type>(fetch_sub(1)); }
495 { return reinterpret_cast<__return_pointer_type>(fetch_add(1) + 1); }
499 { return reinterpret_cast<__return_pointer_type>(fetch_add(1) + 1);
    [all...]
  /external/skia/src/gpu/
GrMemoryPool.cpp 58 *reinterpret_cast<BlockHeader**>(ptr) = fTail;
66 return reinterpret_cast<void*>(ptr);
71 intptr_t ptr = reinterpret_cast<intptr_t>(p) - kPerAllocPad;
72 BlockHeader* block = *reinterpret_cast<BlockHeader**>(ptr);
76 fHead->fCurrPtr = reinterpret_cast<intptr_t>(fHead) +
107 reinterpret_cast<BlockHeader*>(GrMalloc(size + kHeaderSize));
109 GrAssert(!(reinterpret_cast<intptr_t>(block) % kAlignment));
112 block->fCurrPtr = reinterpret_cast<intptr_t>(block) + kHeaderSize;
134 intptr_t b = reinterpret_cast<intptr_t>(block);
154 GrAssert(block == *reinterpret_cast<BlockHeader**>(userStart))
    [all...]

Completed in 795 milliseconds

<<11121314151617181920>>