HomeSort by relevance Sort by last modified time
    Searched full:entry_point (Results 1 - 11 of 11) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 121 entry_point, /* REQUIRED */
306 entry_point, /* REQUIRED */
374 entry_point, /* REQUIRED */
438 entry_point, /* REQUIRED */
495 entry_point, /* REQUIRED */
729 entry_point, /* REQUIRED */
775 entry_point, /* REQUIRED */
880 entry_point,
926 entry_point,
1065 entry_point, /* REQUIRED *
    [all...]
cs46xx_dsp_task_types.h 113 entry_point,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 121 entry_point, /* REQUIRED */
306 entry_point, /* REQUIRED */
374 entry_point, /* REQUIRED */
438 entry_point, /* REQUIRED */
495 entry_point, /* REQUIRED */
729 entry_point, /* REQUIRED */
775 entry_point, /* REQUIRED */
880 entry_point,
926 entry_point,
1065 entry_point, /* REQUIRED *
    [all...]
cs46xx_dsp_task_types.h 113 entry_point,
  /external/llvm/test/CodeGen/ARM/
2010-03-04-eabi-fp-spill.ll 36 %entry_point = load void ([84 x i8]*, i32, [788 x i8]*)** %14 ; <void ([84 x i8]*, i32, [788 x i8]*)*> [#uses=1]
48 call void %entry_point([84 x i8]* %callee, i32 %base_pc7, [788 x i8]* %thread)
  /external/v8/src/
cpu-profiler.cc 345 void CpuProfiler::CallbackEvent(String* name, Address entry_point) {
347 Logger::CALLBACK_TAG, CodeEntry::kEmptyNamePrefix, name, entry_point);
428 void CpuProfiler::GetterCallbackEvent(String* name, Address entry_point) {
430 Logger::CALLBACK_TAG, "get ", name, entry_point);
444 void CpuProfiler::SetterCallbackEvent(String* name, Address entry_point) {
446 Logger::CALLBACK_TAG, "set ", name, entry_point);
cpu-profiler.h 225 static void CallbackEvent(String* name, Address entry_point);
243 static void GetterCallbackEvent(String* name, Address entry_point);
245 static void SetterCallbackEvent(String* name, Address entry_point);
log.h 215 void CallbackEvent(String* name, Address entry_point);
216 void GetterCallbackEvent(String* name, Address entry_point);
217 void SetterCallbackEvent(String* name, Address entry_point);
321 Address entry_point);
log.cc 827 Address entry_point) {
833 msg.AppendAddress(entry_point);
840 void Logger::CallbackEvent(String* name, Address entry_point) {
844 CallbackEventInternal("", *str, entry_point);
848 void Logger::GetterCallbackEvent(String* name, Address entry_point) {
852 CallbackEventInternal("get ", *str, entry_point);
856 void Logger::SetterCallbackEvent(String* name, Address entry_point) {
860 CallbackEventInternal("set ", *str, entry_point);
1571 Address entry_point = v8::ToCData<Address>(callback_obj); local
    [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginPackageAndroid.cpp 98 void **entry_point)
101 *entry_point = dlsym(module, name);
103 if(error == NULL && *entry_point != NULL) {
  /external/elfutils/src/
readelf.c     [all...]

Completed in 686 milliseconds