/external/openfst/m4/ |
ltoptions.m4 | 82 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) 324 # implement the --with-pic flag, and support the `pic-only' and `no-pic' 328 [AC_ARG_WITH([pic], 329 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@], 330 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], 354 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])] [all...] |
/external/protobuf/m4/ |
ltoptions.m4 | 81 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) 323 # implement the --with-pic flag, and support the `pic-only' and `no-pic' 327 [AC_ARG_WITH([pic], 328 [AS_HELP_STRING([--with-pic], 329 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], 338 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])] [all...] |
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltoptions.m4 | 82 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC]) 324 # implement the --with-pic flag, and support the `pic-only' and `no-pic' 328 [AC_ARG_WITH([pic], 329 [AS_HELP_STRING([--with-pic], 330 [try to use only PIC/non-PIC objects @<:@default=use both@:>@])], 339 LT_OPTION_DEFINE([LT_INIT], [pic-only], [_LT_WITH_PIC([yes])] [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
testoverlay.c | 17 SDL_Surface *screen, *pic; variable 484 pic = SDL_LoadBMP(bmpfile); 485 if ( pic == NULL ) { 520 newsurf=SDL_ConvertSurface(pic, &format, SDL_SWSURFACE); 527 SDL_FreeSurface(pic); 528 pic=newsurf; 532 overlay = SDL_CreateYUVOverlay(pic->w, pic->h, overlay_format, screen); 557 ConvertRGBtoYV12(pic,overlay,monochrome,luminance); 560 ConvertRGBtoUYVY(pic,overlay,monochrome,luminance) [all...] |
/external/skia/legacy/src/images/ |
SkImageDecoder_libwebp.cpp | 533 WebPPicture pic; local 534 WebPPictureInit(&pic); 535 pic.width = bm.width(); 536 pic.height = bm.height(); 537 pic.writer = StreamWriter; 538 pic.custom_ptr = (void*)stream; 542 const int rgb_stride = pic.width * 3; 546 uint8_t* rgb = new uint8_t[rgb_stride * pic.height]; 547 for (int y = 0; y < pic.height; ++y) { 549 pic.width, colors) [all...] |
/external/skia/src/images/ |
SkImageDecoder_libwebp.cpp | 527 WebPPicture pic; local 528 WebPPictureInit(&pic); 529 pic.width = bm.width(); 530 pic.height = bm.height(); 531 pic.writer = StreamWriter; 532 pic.custom_ptr = (void*)stream; 536 const int rgb_stride = pic.width * 3; 540 uint8_t* rgb = new uint8_t[rgb_stride * pic.height]; 541 for (int y = 0; y < pic.height; ++y) { 543 pic.width, colors) [all...] |
/external/qemu/hw/ |
pci.h | 180 typedef void (*pci_set_irq_fn)(qemu_irq *pic, int irq_num, int level); 184 qemu_irq *pic, int devfn_min, int nirq); 240 PCIBus *pci_prep_init(qemu_irq *pic); 245 qemu_irq *pic, PCIBus **bus2, PCIBus **bus3); 249 qemu_irq *pic, int devfn_min, int nirq);
|
/external/quake/quake/src/WinQuake/ |
gl_draw.cpp | 495 qpic_t pic; member in struct:cachepic_s 514 int GL_LoadPicTexture (qpic_t *pic) 516 return GL_LoadTexture ("", pic->width, pic->height, pic->data, false, true); 573 cachepic_t *pic; local 578 for (pic=menu_cachepics, i=0 ; i<menu_numcachepics ; pic++, i++) 579 if (!strcmp (path, pic->name)) 580 return &pic->pic [all...] |
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PictureTest.java | 63 Picture pic = new Picture(picture); local 66 pic.draw(canvas); 67 checkSize(pic);
|
/external/llvm/test/CodeGen/ARM/ |
machine-licm.ll | 1 ; RUN: llc < %s -mtriple=thumb-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=THUMB 2 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic -disable-fp-elim | FileCheck %s -check-prefix=ARM 3 ; RUN: llc < %s -mtriple=arm-apple-darwin -relocation-model=pic -disable-fp-elim -mattr=+v6t2 | FileCheck %s -check-prefix=MOVT
|
/external/llvm/test/CodeGen/X86/ |
pic_jumptable.ll | 1 ; RUN: llc < %s -relocation-model=pic -mtriple=i386-linux-gnu -asm-verbose=false \ 3 ; RUN: llc < %s -relocation-model=pic -mark-data-regions -mtriple=i686-apple-darwin -asm-verbose=false \ 5 ; RUN: llc < %s -relocation-model=pic -mtriple=i686-apple-darwin -asm-verbose=false \
|
/external/valgrind/main/gdbserver_tests/ |
make_local_links | 76 # We need at least a 7.1 version to run the 'pic' executable tests 78 check_version 7.1 gdbserver_tests/gdb.pic "pic executable tests"
|
/external/webp/src/enc/ |
vp8l.c | 46 static int AnalyzeAndCreatePalette(const WebPPicture* const pic, 54 const uint32_t* argb = pic->argb; 55 const int width = pic->width; 56 const int height = pic->height; 86 argb += pic->argb_stride; 145 const WebPPicture* const pic = enc->pic_; local 146 assert(pic != NULL && pic->argb != NULL); 149 AnalyzeAndCreatePalette(pic, enc->palette_, &enc->palette_size_); 163 if (!AnalyzeEntropy(pic->argb, pic->width, pic->height, pic->argb_stride 842 const WebPPicture* const pic = enc->pic_; local [all...] |
/external/clang/test/Driver/ |
freebsd-mips-as.c | 11 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIC %s 12 // MIPS32-EB-PIC: as{{(.exe)?}}" "-march" "mips32" "-mabi" "32" "-EB" 13 // MIPS32-EB-PIC: "-KPIC" 17 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIC-SMALL %s 18 // MIPS32-EB-PIC-SMALL: as{{(.exe)?}}" "-march" "mips32" "-mabi" "32" "-EB" 19 // MIPS32-EB-PIC-SMALL: "-KPIC"
|
/bionic/libc/arch-x86/bionic/ |
__stack_chk_fail_local.h | 39 wrapper calls instead for PIC code only and only on IA32 for optimization 47 For x86_64 or non-PIC code compiler always generates __stack_chk_fail calls.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_isnan.c | 34 #ifndef PIC 44 #endif /* !PIC */
|
/external/compiler-rt/lib/asan/ |
asan_preinit.cc | 13 // On Linux we use .preinit_array section (unless PIC macro is defined). 17 #if ASAN_USE_PREINIT_ARRAY && !defined(PIC)
|
/external/freetype/src/autofit/ |
afpic.c | 27 /* forward declaration of PIC init functions from afmodule.c */ 32 /* forward declaration of PIC init functions from script classes */
|
/external/freetype/src/cff/ |
cffpic.c | 28 /* forward declaration of PIC init functions from cffdrivr.c */ 64 /* forward declaration of PIC init functions from cffparse.c */
|
/external/freetype/src/sfnt/ |
sfntpic.c | 27 /* forward declaration of PIC init functions from sfdriver.c */ 62 /* forward declaration of PIC init functions from ttcmap.c */
|
/external/icu4c/config/ |
mh-mpras | 9 SHAREDLIBCFLAGS = -K PIC 10 SHAREDLIBCXXFLAGS = -K PIC
|
/external/llvm/lib/Target/MBlaze/ |
MBlazeRelocations.h | 26 /// reloc_picrel_word - PIC base relative relocation, add the relocated 28 /// PIC base is.
|
/external/llvm/lib/Target/X86/ |
X86Relocations.h | 31 /// reloc_picrel_word - PIC base relative relocation, add the relocated 33 /// PIC base is.
|
/external/llvm/test/CodeGen/AArch64/ |
basic-pic.ll | 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -relocation-model=pic %s -o - | FileCheck %s 2 ; RUN: llc -mtriple=aarch64-none-linux-gnu -verify-machineinstrs -relocation-model=pic -filetype=obj %s -o -| llvm-objdump -r - | FileCheck --check-prefix=CHECK-ELF %s
|
pic-eh-stubs.ll | 1 ; RUN: llc -mtriple=aarch64-none-linux-gnu -relocation-model=pic -o - %s | FileCheck %s 3 ; Make sure exception-handling PIC code can be linked correctly. An alternative
|