HomeSort by relevance Sort by last modified time
    Searched refs:pic (Results 26 - 50 of 58) sorted by null

12 3

  /external/qemu/hw/
goldfish_device.c 183 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count)
185 goldfish_pic = pic;
armv7m.c 162 static qemu_irq pic[64]; local
206 pic[i] = qdev_get_gpio_in(nvic, i);
238 return pic;
pxa.h 75 CPUState *env, qemu_irq *pic, int lines);
132 qemu_irq *pic; member in struct:__anon4759
pci.c 39 /* low level pic */
92 qemu_irq *pic, int devfn_min, int nirq)
102 bus->irq_opaque = pic;
  /external/quake/quake/src/QW/client/
gl_screen.c 497 qpic_t *pic; local
505 pic = Draw_CachePic ("gfx/pause.lmp");
506 Draw_Pic ( (vid.width - pic->width)/2,
507 (vid.height - 48 - pic->height)/2, pic);
519 qpic_t *pic; local
524 pic = Draw_CachePic ("gfx/loading.lmp");
525 Draw_Pic ( (vid.width - pic->width)/2,
526 (vid.height - 48 - pic->height)/2, pic);
    [all...]
menu.c 137 void M_DrawTransPic (int x, int y, qpic_t *pic)
139 Draw_TransPic (x + ((vid.width - 320)>>1), y, pic);
142 void M_DrawPic (int x, int y, qpic_t *pic)
144 Draw_Pic (x + ((vid.width - 320)>>1), y, pic);
175 void M_DrawTransPicTranslate (int x, int y, qpic_t *pic)
177 Draw_TransPicTranslate (x + ((vid.width - 320)>>1), y, pic, translationTable);
screen.c 489 qpic_t *pic; local
497 pic = Draw_CachePic ("gfx/pause.lmp");
498 Draw_Pic ( (vid.width - pic->width)/2,
499 (vid.height - 48 - pic->height)/2, pic);
glquake.h 289 int GL_LoadPicTexture (qpic_t *pic);
gl_vidnt.c     [all...]
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 60 void MatchInfo::set(const SkRegion& region, SkPicture* pic, int layerId) {
64 m_picture = pic;
65 SkASSERT(pic);
66 pic->ref();
FindCanvas.h 57 void set(const SkRegion& region, SkPicture* pic, int layerId);
  /external/e2fsprogs/lib/et/
Makefile.in 49 @BSDLIB_CMT@ @$(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
  /external/openssl/crypto/perlasm/
x86unix.pl 363 elsif ($main'aout and !$main'pic)
395 elsif ($main'aout and !$main'pic)
661 #if (defined(ELF) || defined(SOL)) && defined(PIC)
672 elsif ($main'pic && ($main'elf || $main'aout))
714 $tmp.=".type $ctor,\@function\n" if ($main'pic);
  /external/quake/quake/src/WinQuake/
vid_dos.cpp 548 extern void M_DrawTransPic (int x, int y, qpic_t *pic);
549 extern void M_DrawPic (int x, int y, qpic_t *pic);
menu.cpp 137 void M_DrawTransPic (int x, int y, qpic_t *pic)
139 Draw_TransPic (x + ((vid.width - 320)>>1), y, pic);
142 void M_DrawPic (int x, int y, qpic_t *pic)
144 Draw_Pic (x + ((vid.width - 320)>>1), y, pic);
175 void M_DrawTransPicTranslate (int x, int y, qpic_t *pic)
177 Draw_TransPicTranslate (x + ((vid.width - 320)>>1), y, pic, translationTable);
    [all...]
gl_vidnt.cpp     [all...]
vid_sunx.cpp 87 extern void M_DrawTransPic (int x, int y, qpic_t *pic);
88 extern void M_DrawPic (int x, int y, qpic_t *pic);
vid_sunxil.cpp 83 extern void M_DrawTransPic (int x, int y, qpic_t *pic);
84 extern void M_DrawPic (int x, int y, qpic_t *pic);
  /external/qemu/
sysemu.h 260 int (*init_isa) (qemu_irq *pic);
  /external/libffi/
ltconfig 264 # platforms (ab)use it in PIC code, but their linkers get confused if
334 --prefer-pic try to use only PIC objects
335 --prefer-non-pic try to use only non-PIC objects
383 --prefer-pic) pic_mode=yes ;;
384 --prefer-non-pic) pic_mode=no ;;
677 echo $ac_n "checking for $compiler option to produce PIC... $ac_c" 1>&6
678 echo "$progname:678:checking for $compiler option to produce PIC" 1>&5
686 echo $ac_n "checking if $compiler PIC flag $ac_cv_prog_cc_pic works... $ac_c" 1>&
    [all...]
  /external/e2fsprogs/debian/
rules 123 MIPS_CFLAGS= -G 0 -fno-pic -mno-abicalls
124 MIPS_CFLAGS_64= -mabi=64 -G 0 -fno-pic -mno-abicalls
  /external/e2fsprogs/lib/ss/
Makefile.in 45 @BSDLIB_CMT@ @$(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
  /packages/apps/Email/src/com/android/exchange/adapter/
ContactsSyncAdapter.java 1640 String pic = Base64.encodeToString(bytes, Base64.NO_WRAP); local
    [all...]
  /external/libpng/
ltmain.sh 1089 # Name of the PIC object.
1092 # Name of the non-PIC object
1144 -shared | -static | -prefer-pic | -prefer-non-pic)
    [all...]
  /external/dbus/
ltmain.sh 680 -static | -prefer-pic | -prefer-non-pic)
803 -prefer-pic)
808 -prefer-non-pic)
848 # On Cygwin there's no "real" PIC flag so we must build both object types
855 # non-PIC code in shared libraries is not supported
918 # Name of the PIC object.
921 # Only build a PIC object if we are building libtool libraries.
929 # Don't build PIC code
943 # Place PIC objects in $objdi
    [all...]

Completed in 446 milliseconds

12 3