HomeSort by relevance Sort by last modified time
    Searched full:pal (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 278 AttributeSet PAL = CS.getAttributes();
279 if (!PAL.isEmpty() && PAL.getSlotIndex(PAL.getNumSlots() - 1) > NumArgs) {
281 for (unsigned i = 0; PAL.getSlotIndex(i) <= NumArgs; ++i)
282 AttributesVec.push_back(PAL.getSlotAttributes(i));
283 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
285 PAL.getFnAttributes()));
286 PAL = AttributeSet::get(Fn.getContext(), AttributesVec);
294 cast<InvokeInst>(New)->setAttributes(PAL);
    [all...]
PruneEH.cpp 148 const AttributeSet &PAL = F->getAttributes().getFnAttributes();
152 if (PAL != NPAL) {
ArgumentPromotion.cpp 513 const AttributeSet &PAL = F->getAttributes();
516 if (PAL.hasAttributes(AttributeSet::ReturnIndex))
518 PAL.getRetAttributes()));
534 AttributeSet attrs = PAL.getParamAttributes(ArgIndex);
591 if (PAL.hasAttributes(AttributeSet::FunctionIndex))
593 PAL.getFnAttributes()));
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nanox/
SDL_nxvideo.c 401 GR_PALETTE pal ; local
407 pal.count = ncolors ;
409 pal.palette [i].r = colors [i].r ;
410 pal.palette [i].g = colors [i].g ;
411 pal.palette [i].b = colors [i].b ;
413 GrSetSystemPalette (firstcolor, & pal) ;
  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_wimpvideo.c 357 unsigned int *pal = (unsigned int *)(this->hidden->bank[1]+60); local
361 pal += firstcolor*2;
364 *pal = (((unsigned int)colors->r) << 8)
367 pal[1] = *pal;
368 pal += 2;
SDL_riscossprite.c 120 int *pal = sprite + 11;
126 *pal++ = entry;
127 *pal++ = entry;
  /external/chromium_org/chrome/installer/setup/eula/
oem_lv.html 37 <label for="accept"><b>Neoblig?ti:</b> pal?dziet uzlabot Google Chrome, autom?tiski nos?tot komp?nijai Google lieto?anas statistiku un av?riju p?rskatus. <a href="http://www.google.com/support/chrome/bin/answer.py?answer=96817&amp;hl=lv">Uzziniet vair?k</a>
  /packages/apps/Stk/res/values-lv/
strings.xml 21 <string name="help" msgid="9209980881219397319">"Pal?dz?ba"</string>
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 978 static int FindPaletteIndex(LOGPALETTE *pal, BYTE r, BYTE g, BYTE b)
982 int nentries = pal->palNumEntries;
985 entry = &pal->palPalEntry[i];
993 static BOOL CheckPaletteEntry(LOGPALETTE *pal, int index, BYTE r, BYTE g, BYTE b)
998 entry = &pal->palPalEntry[index];
1000 int found = FindPaletteIndex(pal, r, g, b);
1002 pal->palPalEntry[found] = *entry;
1018 RGBQUAD *pal; local
1062 pal = SDL_stack_alloc(RGBQUAD, ncolors);
1064 pal[i].rgbRed = colors[i].r
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_video.c 1049 SDL_Palette *pal = screen->format->palette; local
1051 if ( pal && !(SDL_VideoSurface->flags & SDL_HWPALETTE) ) {
1053 saved_colors = pal->colors;
1056 pal->colors = video->gammacols;
1059 pal->colors = video->physpal->colors;
1078 pal->colors = saved_colors;
1111 SDL_Palette *pal = screen->format->palette; local
1113 if ( pal && !(SDL_VideoSurface->flags & SDL_HWPALETTE) ) {
1115 saved_colors = pal->colors;
1118 pal->colors = video->gammacols
1159 SDL_Palette *pal = screen->format->palette; local
1267 SDL_Palette *pal; local
    [all...]
  /external/llvm/lib/Bitcode/Writer/
ValueEnumerator.cpp 421 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) {
422 if (PAL.isEmpty()) return; // null is always 0.
425 unsigned &Entry = AttributeMap[PAL];
428 Attribute.push_back(PAL);
433 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
434 AttributeSet AS = PAL.getSlotAttributes(i);
  /frameworks/compile/slang/BitWriter_2_9/
ValueEnumerator.cpp 433 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) {
434 if (PAL.isEmpty()) return; // null is always 0.
437 unsigned &Entry = AttributeMap[PAL];
440 Attribute.push_back(PAL);
445 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
446 AttributeSet AS = PAL.getSlotAttributes(i);
  /frameworks/compile/slang/BitWriter_2_9_func/
ValueEnumerator.cpp 433 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) {
434 if (PAL.isEmpty()) return; // null is always 0.
437 unsigned &Entry = AttributeMap[PAL];
440 Attribute.push_back(PAL);
445 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
446 AttributeSet AS = PAL.getSlotAttributes(i);
  /frameworks/compile/slang/BitWriter_3_2/
ValueEnumerator.cpp 423 void ValueEnumerator::EnumerateAttributes(AttributeSet PAL) {
424 if (PAL.isEmpty()) return; // null is always 0.
427 unsigned &Entry = AttributeMap[PAL];
430 Attribute.push_back(PAL);
435 for (unsigned i = 0, e = PAL.getNumSlots(); i != e; ++i) {
436 AttributeSet AS = PAL.getSlotAttributes(i);
  /external/chromium_org/
AUTHORS 223 Sanjoy Pal <ncj674@motorola.com>
224 Sanjoy Pal <sanjoy.pal@samsung.com>
  /external/llvm/include/llvm/Support/
CallSite.h 182 void setAttributes(const AttributeSet &PAL) {
183 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));
  /external/qemu/distrib/sdl-1.2.15/
README.NanoX 39 --with-nanox-pixel-type=[rgb/0888/888/565/555/332/pal]
  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios.c 340 modeinfo.number &= ~(VGA|PAL);
341 modeinfo.number |= XBIOS_oldvmode & (VGA|PAL);
355 modeinfo.number &= ~(VGA|PAL);
356 modeinfo.number |= XBIOS_oldvmode & (VGA|PAL);
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 101 const AttributeSet &PAL = MF.getFunction()->getAttributes();
103 if (PAL.hasAttrSomewhere(Attribute::Nest))
  /external/chromium_org/chrome/app/resources/
chromium_strings_lv.xtb 31 <translation id="2886012850691518054">Izv?les: pal?dziet uzlabot Chromium, autom?tiski nos?tot lietojuma statistiku un av?rijas p?rskatus uz??mumam Google.</translation>
100 <translation id="85843667276690461">Sa?emt pal?dz?bu par Chromium izmanto?anu</translation>
153 <translation id="1298199220304005244">Sa?emt pal?dz?bu par Chromium OS izmanto?anu</translation>
214 <translation id="2572494885440352020">Chromium pal?gs</translation>
  /external/kernel-headers/original/linux/
videodev.h 77 __u16 mode; /* PAL/NTSC/SECAM/OTHER */
  /external/libffi/src/alpha/
ffi.c 197 0x86 is PAL_imb in Tru64 UNIX <alpha/pal.h>. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 60 __u16 mode; /* PAL/NTSC/SECAM/OTHER */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 60 __u16 mode; /* PAL/NTSC/SECAM/OTHER */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 60 __u16 mode; /* PAL/NTSC/SECAM/OTHER */

Completed in 1366 milliseconds

12 3 4 5 6