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

1 2 34 5

  /external/pdfium/third_party/lcms/src/
cmswtpnt.c 290 xr = Primrs -> Red.x;
291 yr = Primrs -> Red.y;
cmsvirt.c 162 Colorants.Red.X = MColorants.v[0].n[0];
163 Colorants.Red.Y = MColorants.v[1].n[0];
164 Colorants.Red.Z = MColorants.v[2].n[0];
174 if (!cmsWriteTag(hICC, cmsSigRedColorantTag, (void*) &Colorants.Red)) goto Error;
    [all...]
  /external/libogg/
libogg.spec 13 # We're forced to use an epoch since both Red Hat and Ximian use it in their
99 - conform Group to Red Hat's idea of it
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.h 65 BIOS_VIDEO_COLOR_PLACEMENT Red;
  /device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/
GopScreen.c 149 Fill.Red = 0x7f;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.h 69 BIOS_VIDEO_COLOR_PLACEMENT Red;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/BootGraphicsResourceTableDxe/
BootGraphicsResourceTableDxe.c 382 *Image++ = BltPixel->Red;
  /external/compiler-rt/lib/msan/
msan_report.cc 33 const char *Warning() { return Red(); }
  /external/giflib/
gif_lib.h 37 GifByteType Red, Green, Blue;
  /external/tensorflow/tensorflow/core/lib/gif/
gif_io.cc 163 p_dst[j * channel + 0] = gif_color.Red;
  /device/linaro/bootloader/edk2/CorebootModulePkg/Library/CbParseLib/
CbParseLib.c 682 pFbInfo->Red.Mask = (1 << CbFbRec->red_mask_size) - 1;
683 pFbInfo->Red.Position = CbFbRec->red_mask_pos;
  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430.c 720 @param Red TODO: add argument description
731 UINT8 Red,
737 outb (Private, PALETTE_DATA_REGISTER, (UINT8) (Red >> 2));
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Driver.c 683 @param Red TODO: add argument description
694 UINT8 Red,
700 VgaOutb (Private, PALETTE_DATA_REGISTER, (UINT8) (Red >> 2));
VbeShim.asm 7 ; Copyright (C) 2014, Red Hat, Inc.
  /external/elfutils/tests/
run-readelf-zp.sh 2 # Copyright (C) 2015 Red Hat, Inc.
137 [ b38] __VERSION__ "4.8.2 20140120 (Red Hat 4.8.2-15)"
267 [ 1894] GNU C 4.8.2 20140120 (Red Hat 4.8.2-15) -mtune=generic -march=x86-64 -g3 -O3 -fuse-ld=gold -fno-asynchronous-unwind-tables
run-strings-test.sh 2 # Copyright (C) 2005, 2006, 2008 Red Hat, Inc.
345 testfile8: 7c1a strip (Red Hat %s) %s
369 testfile8: 7e80 Copyright (C) %s Red Hat, Inc.
414 testfile9: 3474 strip (Red Hat %s) %s
438 testfile9: 36e0 Copyright (C) %s Red Hat, Inc.
run-show-die-info.sh 2 # Copyright (C) 1999, 2000, 2002, 2003, 2004, 2005 Red Hat, Inc.
35 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
59 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
83 producer : GNU C 2.96 20000731 (Red Hat Linux 7.0)
    [all...]
  /external/kmod/libkmod/python/kmod/
kmod.pyx 1 # Copyright (C) 2012 Red Hat, Inc.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 98 enum class ColorKind { None, Red, Black };
119 return ColorKind::Red;
120 return Color == ColorKind::Red ? ColorKind::Black : ColorKind::Red;
299 case ColorKind::Red:
300 return "Red";
552 // Both assignments, i.e. Red->Up and Red->Down are valid, but they will
564 ColorUp = (I < Num / 2) ? ColorKind::Red : ColorKind::Black;
    [all...]
  /external/compiler-rt/lib/asan/
asan_report.cc 84 return Red();
91 return Red();
104 return Red();
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsOutputDxe/
GraphicsOutput.c 99 Black.Red = 0;
  /external/compiler-rt/lib/tsan/rtl/
tsan_report.cc 41 const char *Warning() { return Red(); }
  /external/flatbuffers/tests/FlatBuffers.Test/
FlatBuffersExampleTests.cs 289 Assert.AreEqual("Red", Color.Red.ToString());
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 604 return ((pixel.Red >> Drv->r.csize) << Drv->r.shift)
620 Pixel.Red = (val >> Drv->r.shift) << Drv->r.csize;
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 1009 template <int Red, int Green, int Blue, int Alpha>
1012 return c.redSize() == Red &&
    [all...]

Completed in 1473 milliseconds

1 2 34 5