HomeSort by relevance Sort by last modified time
    Searched refs:PROC (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_getprocaddress.c 43 PROC proc; member in struct:stw_extension_entry
46 #define STW_EXTENSION_ENTRY(P) { #P, (PROC) P }
82 PROC APIENTRY
94 return entry->proc;
97 return (PROC) _glapi_get_proc_address( lpszProc );
stw_device.c 210 PROC *pProcs )
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_getprocaddress.c 43 PROC proc; member in struct:stw_extension_entry
46 #define STW_EXTENSION_ENTRY(P) { #P, (PROC) P }
82 PROC APIENTRY
94 return entry->proc;
97 return (PROC) _glapi_get_proc_address( lpszProc );
stw_device.c 210 PROC *pProcs )
  /external/chromium_org/chrome_frame/
function_stub.h 86 inline PROC code() const {
87 return reinterpret_cast<PROC>(const_cast<FunctionStubAsm*>(&stub_));
vtable_patch_manager.h 35 PROC method_;
102 reinterpret_cast<PROC>(PatchFunction), \
vtable_patch_manager.cc 55 typedef PROC* Vtable;
90 PROC original_fn = vtable[it->index_];
117 if (!::VirtualProtect(&vtable[it->index_], sizeof(PROC),
132 if (!::VirtualProtect(&vtable[it->index_], sizeof(PROC), protect,
buggy_bho_handling.cc 160 PROC* methods = *reinterpret_cast<PROC**>(unk);
205 HRESULT BuggyBhoTls::PatchInvokeMethod(PROC* invoke) {
213 if (!::VirtualProtect(invoke, sizeof(PROC), PAGE_EXECUTE_READWRITE, &flags))
230 ::FlushInstructionCache(::GetCurrentProcess(), invoke, sizeof(PROC));
233 ::VirtualProtect(invoke, sizeof(PROC), flags, &flags);
buggy_bho_handling.h 69 static HRESULT PatchInvokeMethod(PROC* invoke);
exception_barrier_lowlevel.asm 35 RegisterExceptionRecord PROC registration:DWORD, func:DWORD
50 UnregisterExceptionRecord PROC registration:DWORD
chrome_frame_helper_main.cc 93 PROC start_proc_;
94 PROC stop_proc_;
vtable_patch_manager_unittest.cc 94 PROC vtable_backup_[kFunctionCount];
192 PROC vtable[kFunctionCount];
  /external/clang/test/Sema/
callingconv.c 53 typedef __attribute__((stdcall)) void (*PROC)();
54 PROC __attribute__((cdecl)) ctest4(const char *x) {}
  /external/chromium_org/third_party/openssl/openssl/crypto/
pariscid.pl 29 .PROC
40 .PROC
52 .PROC
97 .PROC
142 .PROC
175 .PROC
  /external/openssl/crypto/
pariscid.pl 29 .PROC
40 .PROC
52 .PROC
97 .PROC
142 .PROC
175 .PROC
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
shortproc.asm 39 TooShortFunction PROC
43 JumpShortCondFunction PROC
83 JumpNearCondFunction PROC
113 JumpAbsoluteFunction PROC
150 CallNearRelativeFunction PROC
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
shortproc.asm 39 TooShortFunction PROC
43 JumpShortCondFunction PROC
83 JumpNearCondFunction PROC
113 JumpAbsoluteFunction PROC
150 CallNearRelativeFunction PROC
  /external/libvpx/libvpx/vp9/decoder/arm/neon/
vp9_add_constant_residual_neon.asm 85 |vp9_add_constant_residual_8x8_neon| PROC
139 |vp9_add_constant_residual_16x16_neon| PROC
178 |vp9_add_constant_residual_32x32_neon| PROC
  /external/libvpx/libvpx/vp8/common/arm/neon/
dequant_idct_neon.asm 25 |vp8_dequant_idct_add_neon| PROC
42 ;|short_idct4x4llm_neon| PROC
variance_neon.asm 28 |vp8_variance16x16_neon| PROC
101 |vp8_variance16x8_neon| PROC
164 |vp8_variance8x16_neon| PROC
217 |vp8_variance8x8_neon| PROC
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 29 |vp8_mse16x16_neon| PROC
84 |vp8_get4x4sse_cs_neon| PROC
vp8_memcpy_neon.asm 23 |vp8_memcpy_partial_neon| PROC
  /external/libvpx/libvpx/vp8/common/arm/armv6/
dc_only_idct_add_v6.asm 23 |vp8_dc_only_idct_add_v6| PROC
dequantize_v6.asm 20 |vp8_dequantize_b_loop_v6| PROC
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 14 extrn LLVMX86CompilationCallback2: PROC
17 X86CompilationCallback proc

Completed in 410 milliseconds

1 2 3 4 5