HomeSort by relevance Sort by last modified time
    Searched full:pic (Results 51 - 75 of 1035) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
hidden-vis-2.ll 1 ; RUN: llc < %s -relocation-model=dynamic-no-pic -mtriple=arm-apple-darwin | FileCheck %s
available_externally.ll 1 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic | FileCheck %s
tls1.ll 6 ; RUN: -relocation-model=pic | grep "__tls_get_addr"
  /external/llvm/test/CodeGen/X86/
2009-04-24.ll 1 ; RUN: llc < %s -march=x86-64 -mtriple=x86_64-linux-gnu -regalloc=fast -optimize-regalloc=0 -relocation-model=pic > %t2
x86-64-pic-5.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
x86-64-pic-6.ll 1 ; RUN: llc < %s -mtriple=x86_64-pc-linux -relocation-model=pic -o %t1
rodata-relocs.ll 3 ; RUN: llc < %s -relocation-model=pic | grep rodata | count 2
4 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel.ro" | count 2
5 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel.ro.local" | count 1
6 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel" | count 4
7 ; RUN: llc < %s -relocation-model=pic | grep -F ".data.rel.local" | count 1
  /external/llvm/test/MC/ARM/
cxx-global-constructor.ll 1 ; RUN: llc %s -mtriple=armv7-linux-gnueabi -relocation-model=pic \
elf-eflags-eabi-cg.ll 3 ; RUN: llc %s -mtriple=thumbv7-linux-gnueabi -relocation-model=pic \
  /external/quake/quake/src/QW/client/
draw.h 29 void Draw_SubPic(int x, int y, qpic_t *pic, int srcx, int srcy, int width, int height);
30 void Draw_Pic (int x, int y, qpic_t *pic);
31 void Draw_TransPic (int x, int y, qpic_t *pic);
32 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation);
draw.c 66 cachepic_t *pic; local
70 for (pic=menu_cachepics, i=0 ; i<menu_numcachepics ; pic++, i++)
71 if (!strcmp (path, pic->name))
79 strcpy (pic->name, path);
82 dat = Cache_Check (&pic->cache);
88 // load the pic from disk
90 COM_LoadCacheFile (path, &pic->cache);
92 dat = (qpic_t *)pic->cache.data;
344 void Draw_Pic (int x, int y, qpic_t *pic)
    [all...]
  /external/quake/quake/src/WinQuake/
draw.cpp 66 cachepic_t *pic; local
70 for (pic=menu_cachepics, i=0 ; i<menu_numcachepics ; pic++, i++)
71 if (!strcmp (path, pic->name))
79 strcpy (pic->name, path);
82 dat = Cache_Check (&pic->cache);
88 // load the pic from disk
90 COM_LoadCacheFile (path, &pic->cache);
92 dat = (qpic_t *)pic->cache.data;
289 void Draw_Pic (int x, int y, qpic_t *pic)
    [all...]
draw.h 29 void Draw_Pic (int x, int y, qpic_t *pic);
30 void Draw_TransPic (int x, int y, qpic_t *pic);
31 void Draw_TransPicTranslate (int x, int y, qpic_t *pic, byte *translation);
  /external/valgrind/main/tests/
Makefile.am 33 x86_amd64_features_CFLAGS = $(AM_CFLAGS) -mdynamic-no-pic
  /external/webp/src/enc/
picture.c 207 static void SnapTopLeftPosition(const WebPPicture* const pic,
209 if (!pic->use_argb) {
210 const int is_yuv422 = IS_YUV_CSP(pic->colorspace, WEBP_YUV422);
211 if (IS_YUV_CSP(pic->colorspace, WEBP_YUV420) || is_yuv422) {
219 static int AdjustAndCheckRectangle(const WebPPicture* const pic,
222 SnapTopLeftPosition(pic, left, top);
225 if ((*left) + width > pic->width) return 0;
226 if ((*top) + height > pic->height) return 0;
318 int WebPPictureCrop(WebPPicture* pic,
322 if (pic == NULL) return 0
1055 WebPPicture pic; local
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 131 * Scene: Sunset / Pic: Medium / Geo: off
141 * Scene: Auto / Pic: Large / Geo: on
151 * Scene: Night / Pic: Small / Geo: on
161 * Scene: Auto / Pic: Med / Geo: off
171 * Scene: Auto / Pic: Large / Geo: off
181 * Scene: Auto / Pic: Small / Geo: on
191 * Scene: Action / Pic: Small / Geo: on
201 * Scene: Action / Pic: Medium / Geo: off
211 * Scene: Night / Pic: Large / Geo: off
221 * Scene: Sunset / Pic: Small / Geo: of
    [all...]
  /external/libpng/scripts/
makefile.darwin 72 OBJSDLL = $(OBJS:.o=.pic.o)
74 .SUFFIXES: .c .o .pic.o
76 .c.pic.o:
221 png.o png.pic.o: png.h pngconf.h
222 pngerror.o pngerror.pic.o: png.h pngconf.h
223 pngrio.o pngrio.pic.o: png.h pngconf.h
224 pngwio.o pngwio.pic.o: png.h pngconf.h
225 pngmem.o pngmem.pic.o: png.h pngconf.h
226 pngset.o pngset.pic.o: png.h pngconf.h
227 pngget.o pngget.pic.o: png.h pngconf.
    [all...]
makefile.sco 71 OBJSDLL = $(OBJS:.o=.pic.o)
73 .SUFFIXES: .c .o .pic.o
75 .c.pic.o:
216 png.o png.pic.o: png.h pngconf.h
217 pngerror.o pngerror.pic.o: png.h pngconf.h
218 pngrio.o pngrio.pic.o: png.h pngconf.h
219 pngwio.o pngwio.pic.o: png.h pngconf.h
220 pngmem.o pngmem.pic.o: png.h pngconf.h
221 pngset.o pngset.pic.o: png.h pngconf.h
222 pngget.o pngget.pic.o: png.h pngconf.
    [all...]
  /ndk/build/tools/toolchain-patches/gcc/
0001-Enable-C-exceptions-and-RTTI-by-default.patch 18 "%{!fno-pic:%{!fno-PIC:%{!fpic:%{!fPIC: " ANDROID_PIC_DEFAULT "}}}}"
33 "%{!fno-pic:%{!fno-PIC:%{!fpic:%{!fPIC: " ANDROID_PIC_DEFAULT "}}}}"
48 "%{!fno-pic:%{!fno-PIC:%{!fpic:%{!fPIC: " ANDROID_PIC_DEFAULT "}}}}"
  /external/freetype/src/base/
basepic.c 26 /* forward declaration of PIC init functions from ftglyph.c */
30 /* forward declaration of PIC init function from ftrfork.c (not modularized) */
33 /* forward declaration of PIC init functions from ftinit.c */
  /external/freetype/src/psaux/
psauxmod.h 30 #error "this module does not support PIC yet"
  /external/llvm/test/CodeGen/Mips/
tls16.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PIC16
tls16_2.ll 1 ; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=PIC16
  /external/llvm/test/CodeGen/PowerPC/
2010-02-04-EmptyGlobal.ll 1 ; RUN: llc < %s -mtriple=powerpc-apple-darwin10 -relocation-model=pic -disable-fp-elim | FileCheck %s
tailcallpic1.ll 1 ; RUN: llc < %s -tailcallopt -mtriple=powerpc-apple-darwin -relocation-model=pic | grep TC_RETURN

Completed in 1853 milliseconds

1 23 4 5 6 7 8 91011>>