HomeSort by relevance Sort by last modified time
    Searched refs:info (Results 126 - 150 of 6859) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 59 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 59 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 59 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
60 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
desc_32.h 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
desc_32.h 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
desc_32.h 69 #define LDT_entry_a(info) ((((info)->base_addr & 0x0000ffff) << 16) | ((info)->limit & 0x0ffff))
70 #define LDT_entry_b(info) (((info)->base_addr & 0xff000000) | (((info)->base_addr & 0x00ff0000) >> 16) | ((info)->limit & 0xf0000) | (((info)->read_exec_only ^ 1) << 9) | ((info)->contents << 10) | (((info)->seg_not_present ^ 1) << 15) | ((info)->seg_32bit << 22) | ((info)->limit_in_pages << 23) | (…)
    [all...]
  /device/asus/flo/
releasetools.py 11 def FullOTA_InstallEnd(info):
13 bootloader_img = info.input_zip.read("RADIO/bootloader.img")
17 WriteBootloader(info, bootloader_img)
19 radio_img = FindRadio(info.input_zip)
21 WriteRadio(info, radio_img)
25 DDR_img = FindDDR(info.input_zip)
27 WriteDDR(info, DDR_img)
32 def IncrementalOTA_VerifyEnd(info):
33 target_radio_img = FindRadio(info.target_zip)
34 source_radio_img = FindRadio(info.source_zip
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8PopStateEventCustom.cpp 49 void V8PopStateEvent::stateAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
51 v8::Handle<v8::Value> result = info.Holder()->GetHiddenValue(V8HiddenPropertyName::state());
54 v8SetReturnValue(info, result);
58 PopStateEvent* event = V8PopStateEvent::toNative(info.Holder());
64 v8::Local<v8::Value> mainWorldState = getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenPropertyName::state());
66 event->setSerializedState(SerializedScriptValue::createAndSwallowExceptions(mainWorldState, info.GetIsolate()));
71 result = v8::Null(info.GetIsolate());
72 v8SetReturnValue(info, cacheState(info.Holder(), result));
85 v8::Handle<v8::Object> v8History = toV8Fast(history, info, event).As<v8::Object>()
    [all...]
  /external/chromium_org/v8/src/
rewriter.h 44 static bool Rewrite(CompilationInfo* info);
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.h 28 int QZ_GetWMInfo (_THIS, SDL_SysWMinfo *info);
  /external/v8/src/
rewriter.h 44 static bool Rewrite(CompilationInfo* info);
  /external/valgrind/main/none/tests/x86/
badseg.c 5 static void handler(int sig, siginfo_t *info, void *v)
7 printf("info: sig=%d code=%d addr=0x%lx\n",
8 info->si_signo, info->si_code, (unsigned long)info->si_addr);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_get_main_data_size.h 89 int32 pvmp3_get_main_data_size(mp3Header *info,
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectUpdateListener.java 30 * @param info A value that gives more information about the update. See the effect's
33 public void onEffectUpdated(Effect effect, Object info);
  /hardware/qcom/display/msm8960/libcopybit/
software_converter.cpp 139 copyInfo& info)
147 int width = info.width;
148 int height = info.height;
155 src += info.src_stride;
156 dst += info.dst_stride;
160 src = (unsigned char*)(src_base + info.src_plane1_offset);
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
167 dst += info.dst_stride
193 copyInfo info; local
238 copyInfo info; local
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
software_converter.cpp 139 copyInfo& info)
147 int width = info.width;
148 int height = info.height;
155 src += info.src_stride;
156 dst += info.dst_stride;
160 src = (unsigned char*)(src_base + info.src_plane1_offset);
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
167 dst += info.dst_stride
193 copyInfo info; local
238 copyInfo info; local
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
software_converter.cpp 139 copyInfo& info)
147 int width = info.width;
148 int height = info.height;
155 src += info.src_stride;
156 dst += info.dst_stride;
160 src = (unsigned char*)(src_base + info.src_plane1_offset);
161 dst = (unsigned char*)(dst_base + info.dst_plane1_offset);
165 memcpy(dst, src, info.src_stride);
166 src += info.src_stride;
167 dst += info.dst_stride
193 copyInfo info; local
238 copyInfo info; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_0.c 29 static void BlitBto1(SDL_BlitInfo *info)
37 width = info->d_width;
38 height = info->d_height;
39 src = info->s_pixels;
40 srcskip = info->s_skip;
41 dst = info->d_pixels;
42 dstskip = info->d_skip;
43 map = info->table;
82 static void BlitBto2(SDL_BlitInfo *info)
91 width = info->d_width
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
tex-swizzle.c 8 static struct graw_info info; variable in typeref:struct:graw_info
51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
57 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
63 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
79 handle = graw_parse_vertex_shader(info.ctx, text);
80 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
  /external/mesa3d/src/gallium/tests/graw/
tex-swizzle.c 8 static struct graw_info info; variable in typeref:struct:graw_info
51 handle = info.ctx->create_vertex_elements_state(info.ctx, 2, ve);
52 info.ctx->bind_vertex_elements_state(info.ctx, handle);
57 vbuf.buffer = pipe_buffer_create_with_data(info.ctx,
63 info.ctx->set_vertex_buffers(info.ctx, 1, &vbuf);
79 handle = graw_parse_vertex_shader(info.ctx, text);
80 info.ctx->bind_vs_state(info.ctx, handle)
    [all...]
  /bionic/libc/kernel/common/linux/
smp.h 24 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
25 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /development/ndk/platforms/android-3/include/linux/
smp.h 17 #define smp_call_function(func,info,retry,wait) (up_smp_call_function())
18 #define on_each_cpu(func,info,retry,wait) ({ local_irq_disable(); func(info); local_irq_enable(); 0; })
  /external/chromium_org/base/process/
process_handle_mac.cc 15 struct kinfo_proc info; local
18 if (sysctl(mib, 4, &info, &length, NULL, 0) < 0) {
24 return info.kp_eproc.e_ppid;

Completed in 635 milliseconds

1 2 3 4 56 7 8 91011>>