/external/llvm-project/compiler-rt/test/fuzzer/ |
D | fuzzer-printcovpcs.test | 3 RUN: not %run %t-SimpleTest -print_pcs=1 -seed=1 2>&1 | FileCheck %s --check-prefix=PCS 4 PCS-NOT: NEW_PC 5 PCS:INITED 6 PCS:NEW_PC: {{0x[a-f0-9]+}} 7 PCS:NEW_PC: {{0x[a-f0-9]+}} 8 PCS:NEW 9 PCS:BINGO
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer-printcovpcs.test | 1 RUN: LLVMFuzzer-SimpleTest -print_new_cov_pcs=1 2>&1 | FileCheck %s --check-prefix=PCS 2 PCS:{{^0x[a-f0-9]+}} 3 PCS:NEW 4 PCS:BINGO
|
/external/pdfium/third_party/lcms/ |
D | 0019-utf8.patch | 38 //coordinates for 7-bit ASCII color names. For each named color, a PCS and optional 45 -//The PCS representation corresponds to the header?s PCS field. The PCS representation 46 +//The PCS representation corresponds to the header's PCS field. The PCS representation
|
/external/pdfium/third_party/lcms/src/ |
D | cmsnamed.c | 600 … cmsUInt16Number PCS[3], cmsUInt16Number Colorant[cmsMAXCHANNELS]) in cmsAppendNamedColor() 614 …NamedColorList ->List[NamedColorList ->nColors].PCS[i] = PCS == NULL ? (cmsUInt16Number) 0 : PCS[i… in cmsAppendNamedColor() 642 cmsUInt16Number* PCS, in cmsNamedColorInfo() argument 653 if (PCS) in cmsNamedColorInfo() 654 memmove(PCS, NamedColorList ->List[nColor].PCS, 3*sizeof(cmsUInt16Number)); in cmsNamedColorInfo() 709 Out[0] = (cmsFloat32Number) (NamedColorList->List[index].PCS[0] / 65535.0); in EvalNamedColorPCS() 710 Out[1] = (cmsFloat32Number) (NamedColorList->List[index].PCS[1] / 65535.0); in EvalNamedColorPCS() 711 Out[2] = (cmsFloat32Number) (NamedColorList->List[index].PCS[2] / 65535.0); in EvalNamedColorPCS()
|
D | cmsio1.c | 275 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); in _cmsReadFloatInputTag() local 292 if ( PCS == cmsSigLabData) in _cmsReadFloatInputTag() 297 else if( PCS == cmsSigXYZData) in _cmsReadFloatInputTag() 550 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); in _cmsReadFloatOutputTag() local 557 if ( PCS == cmsSigLabData) in _cmsReadFloatOutputTag() 563 if (PCS == cmsSigXYZData) in _cmsReadFloatOutputTag() 675 cmsColorSpaceSignature PCS = cmsGetPCS(hProfile); in _cmsReadFloatDevicelinkTag() local 692 if (PCS == cmsSigLabData) in _cmsReadFloatDevicelinkTag() 698 if (PCS == cmsSigXYZData) in _cmsReadFloatDevicelinkTag()
|
D | cmsvirt.c | 903 cmsColorSpaceSignature PCS, in FixColorSpaces() argument 908 if (IsPCS(ColorSpace) && IsPCS(PCS)) { in FixColorSpaces() 912 cmsSetPCS(hProfile, PCS); in FixColorSpaces() 916 if (IsPCS(ColorSpace) && !IsPCS(PCS)) { in FixColorSpaces() 920 cmsSetColorSpace(hProfile, PCS); in FixColorSpaces() 924 if (IsPCS(PCS) && !IsPCS(ColorSpace)) { in FixColorSpaces() 928 cmsSetPCS(hProfile, PCS); in FixColorSpaces() 935 cmsSetPCS(hProfile, PCS); in FixColorSpaces()
|
D | lcms2_internal.h | 739 cmsUInt16Number PCS[3]; member 781 cmsColorSpaceSignature PCS; member
|
D | cmstypes.c | 2999 cmsUInt16Number PCS[3]; in Type_ColorantTable_Read() local 3015 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; in Type_ColorantTable_Read() 3017 if (!cmsAppendNamedColor(List, Name, PCS, NULL)) goto Error; in Type_ColorantTable_Read() 3048 cmsUInt16Number PCS[3]; in Type_ColorantTable_Write() local 3052 if (!cmsNamedColorInfo(NamedColorList, i, root, NULL, NULL, PCS, NULL)) return 0; in Type_ColorantTable_Write() 3056 if (!_cmsWriteUInt16Array(io, 3, PCS)) return FALSE; in Type_ColorantTable_Write() 3137 cmsUInt16Number PCS[3]; in Type_NamedColor_Read() local 3145 if (!_cmsReadUInt16Array(io, 3, PCS)) goto Error; in Type_NamedColor_Read() 3148 if (!cmsAppendNamedColor(v, Root, PCS, Colorant)) goto Error; in Type_NamedColor_Read() 3187 cmsUInt16Number PCS[3]; in Type_NamedColor_Write() local [all …]
|
D | cmsio0.c | 725 Icc -> PCS = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Header.pcs); in _cmsReadHeader() 809 Header.pcs = (cmsColorSpaceSignature) _cmsAdjustEndianess32(Icc -> PCS); in _cmsWriteHeader() 964 return Icc -> PCS; in cmsGetPCS() 970 Icc -> PCS = pcs; in cmsSetPCS()
|
/external/llvm/include/llvm/Bitcode/ |
D | BitstreamReader.h | 424 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block()
|
D | BitstreamWriter.h | 52 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 351 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block()
|
D | BitstreamWriter.h | 51 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block()
|
/external/llvm-project/llvm/include/llvm/Bitstream/ |
D | BitstreamReader.h | 352 explicit Block(unsigned PCS) : PrevCodeSize(PCS) {} in Block()
|
D | BitstreamWriter.h | 62 Block(unsigned PCS, size_t SSW) : PrevCodeSize(PCS), StartSizeWord(SSW) {} in Block()
|
/external/libxml2/result/HTML/ |
D | doc2.htm.sax | 33 …i-agent,meta-search,metasearch,multi-thread,mobile,wireless,shopping,robot,PCS,Copernic,engine,too…
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | addsub.ll | 4 ; when the PCS is implemented so we don't have to worry about the
|
/external/llvm/test/CodeGen/AArch64/ |
D | addsub.ll | 4 ; when the PCS is implemented so we don't have to worry about the
|
/external/clang/docs/ |
D | CrossCompilation.rst | 101 define the specific behaviour of your code (PCS, extensions),
|
/external/llvm-project/clang/docs/ |
D | CrossCompilation.rst | 101 define the specific behaviour of your code (PCS, extensions),
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1360 cmsUInt16Number PCS[3], 1370 cmsUInt16Number* PCS,
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 145 … < %s -mtriple=arm-none-linux-gnueabi -mattr=+strict-align | FileCheck %s --check-prefix=PCS-R9-USE 146 …rm-none-linux-gnueabi -mattr=+reserve-r9,+strict-align | FileCheck %s --check-prefix=PCS-R9-RESERVE 1498 ; PCS-R9-USE: .eabi_attribute 14, 0 1499 ; PCS-R9-RESERVE: .eabi_attribute 14, 3
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 164 … < %s -mtriple=arm-none-linux-gnueabi -mattr=+strict-align | FileCheck %s --check-prefix=PCS-R9-USE 165 …rm-none-linux-gnueabi -mattr=+reserve-r9,+strict-align | FileCheck %s --check-prefix=PCS-R9-RESERVE 1695 ; PCS-R9-USE: .eabi_attribute 14, 0 1696 ; PCS-R9-RESERVE: .eabi_attribute 14, 3
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 400 // AArch64 PCS for vector functions (VPCS)
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64CallingConvention.td | 402 // AArch64 PCS for vector functions (VPCS)
|