HomeSort by relevance Sort by last modified time
    Searched refs:seg (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /external/kernel-headers/original/asm-mips/
processor.h 109 unsigned long seg; member in struct:__anon9491
uaccess.h 67 #define segment_eq(a, b) ((a).seg == (b).seg)
106 #define __access_mask get_fs().seg
  /external/qemu/hw/
pc.c 568 *p++ = 0x8e; /* MOV <seg>,AX */
619 uint16_t seg[6]; local
756 seg[0] = seg[2] = seg[3] = seg[4] = seg[4] = real_seg;
757 seg[1] = real_seg+0x20; /* CS */
767 generate_bootsect(option_rom, gpr, seg, 0);
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 215 StrSegment seg = new StrSegment(chars); local
220 commitText(seg.string);
222 } else if (mWordSeparators.contains(seg.string)) {
228 commitText(seg.string);
231 mComposingText.insertStrSegment(0, 1, seg);
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 647 // (seg)+ matches segsegseg
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 274 NSegment const* seg; local
345 seg = VG_(am_find_nsegment)(sp);
346 if (seg && seg->kind != SkResvn) {
348 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start;
350 VG_(register_stack)(seg->start, ctst->client_stack_highest_word);
354 ctid, seg->start, VG_PGROUNDUP(sp));
    [all...]
syswrap-amd64-linux.c 213 NSegment const* seg; local
272 seg = VG_(am_find_nsegment)((Addr)rsp);
273 if (seg && seg->kind != SkResvn) {
275 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start;
277 VG_(register_stack)(seg->start, ctst->client_stack_highest_word);
281 ctid, seg->start, VG_PGROUNDUP(rsp));
    [all...]
syswrap-ppc32-linux.c 247 NSegment const* seg; local
318 seg = VG_(am_find_nsegment)(sp);
319 if (seg && seg->kind != SkResvn) {
321 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start;
323 VG_(register_stack)(seg->start, ctst->client_stack_highest_word);
327 ctid, seg->start, VG_PGROUNDUP(sp));
    [all...]
syswrap-s390x-linux.c 219 NSegment const* seg; local
270 seg = VG_(am_find_nsegment)((Addr)sp);
271 if (seg && seg->kind != SkResvn) {
273 ctst->client_stack_szB = ctst->client_stack_highest_word - seg->start;
275 VG_(register_stack)(seg->start, ctst->client_stack_highest_word);
279 ctid, seg->start, VG_PGROUNDUP(sp));
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 2599 msegment seg; member in struct:malloc_state
    [all...]
  /external/qemu-pc-bios/vgabios/
vgabios.c     [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 2466 msegment seg; member in struct:malloc_state
    [all...]
  /external/libffi/src/
dlmalloc.c 2030 msegment seg; member in struct:malloc_state
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 2040 msegment seg; member in struct:malloc_state
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 1408 NSegment const* seg = VG_(am_find_nsegment)(a); local
    [all...]
m_stacktrace.c 602 NSegment const* seg = VG_(am_find_nsegment)(a); local
603 return seg && seg->hasX && seg->hasT;
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readelf.c 1303 ElfXX_Phdr* seg; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
processor_32.h 162 unsigned long seg; member in struct:__anon234
  /development/ndk/platforms/android-9/arch-x86/include/asm/
processor_32.h 162 unsigned long seg; member in struct:__anon1424
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 145 unsigned long seg; member in struct:__anon31406
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 145 unsigned long seg; member in struct:__anon32191
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 145 unsigned long seg; member in struct:__anon34051
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 145 unsigned long seg; member in struct:__anon34761
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
processor_32.h 145 unsigned long seg; member in struct:__anon38399
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
processor_32.h 162 unsigned long seg; member in struct:__anon39880

Completed in 1073 milliseconds

1 2 34 5 6