/external/clang/test/CodeGen/ |
D | c11atomics-ios.c | 145 typedef struct { short x, y, z; } PS; typedef 147 void testPromotedStruct(_Atomic(PS) *fp) { in testPromotedStruct() 165 __c11_atomic_init(fp, (PS){1,2,3}); in testPromotedStruct() 176 _Atomic(PS) x = (PS){1,2,3}; in testPromotedStruct() 187 PS f = *fp; in testPromotedStruct() 205 PS test_promoted_load(_Atomic(PS) *addr) { in test_promoted_load() 223 void test_promoted_store(_Atomic(PS) *addr, PS *val) { in test_promoted_store() 247 PS test_promoted_exchange(_Atomic(PS) *addr, PS *val) { in test_promoted_exchange() 277 _Bool test_promoted_cmpxchg(_Atomic(PS) *addr, PS *desired, PS *new) { in test_promoted_cmpxchg()
|
D | c11atomics.c | 294 typedef struct { short x, y, z; } PS; typedef 295 _Atomic PS testPromotedStructGlobal = (PS){1, 2, 3}; 297 void testPromotedStruct(_Atomic(PS) *fp) { in testPromotedStruct() 318 __c11_atomic_init(fp, (PS){1,2,3}); in testPromotedStruct() 329 _Atomic(PS) x = (PS){1,2,3}; in testPromotedStruct() 339 PS f = *fp; in testPromotedStruct() 365 int a = ((PS)*fp).x; in testPromotedStruct() 370 PS test_promoted_load(_Atomic(PS) *addr) { in test_promoted_load() 389 void test_promoted_store(_Atomic(PS) *addr, PS *val) { in test_promoted_store() 413 PS test_promoted_exchange(_Atomic(PS) *addr, PS *val) { in test_promoted_exchange() [all …]
|
D | pass-object-size.c | 9 #define PS(N) __attribute__((pass_object_size(N))) macro 14 int ObjectSize0(void *const p PS(0)) { 20 int ObjectSize1(void *const p PS(1)) { 26 int ObjectSize2(void *const p PS(2)) { 32 int ObjectSize3(void *const p PS(3)) { 94 int NoViableOverloadObjectSize0(void *const p PS(0)) 99 int NoViableOverloadObjectSize1(void *const p PS(1)) 104 int NoViableOverloadObjectSize2(void *const p PS(2)) 109 int NoViableOverloadObjectSize3(void *const p PS(3)) 115 int NoViableOverloadObjectSize0(void *const p PS(0)) [all …]
|
D | builtin-memfns.c | 70 struct PS { struct 73 struct PS ps; argument 77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS)); in test8()
|
D | debug-info-crash.c | 27 } PS; typedef 30 PS p2; in foo()
|
/external/freetype/docs/ |
D | formats.txt | 13 PS a text header, followed by binary or text data 21 formats. `PS' indicates third-order, `TT' second-order Bézier 33 transformation matrix, and `TYPE_0' for PS fonts which are to be 80 SFNT PS TYPE_1 --- type1 Type 1 GX Font Format 82 SFNT PS TYPE_1 CID cid 5180.sfnt.pdf (for the Mac) 84 SFNT PS CFF --- cff OT spec, 5176.CFF.pdf 86 SFNT PS CFF CID cff OT spec, 5176.CFF.pdf 87 SFNT PS CFF SYNTHETIC --- OT spec, 5176.CFF.pdf 88 SFNT PS CFF2 --- cff OT spec 1.8 100 --- PS TYPE_1 --- type1 T1_SPEC.pdf [all …]
|
/external/pdfium/core/fdrm/crypto/ |
D | fx_crypt_sha.cpp | 73 #define PS(a, b, c, d, e, f, g, h, x, K) \ macro 176 PS(A, B, C, D, E, F, G, H, W[0], 0x428A2F98); in sha256_process() 177 PS(H, A, B, C, D, E, F, G, W[1], 0x71374491); in sha256_process() 178 PS(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF); in sha256_process() 179 PS(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5); in sha256_process() 180 PS(E, F, G, H, A, B, C, D, W[4], 0x3956C25B); in sha256_process() 181 PS(D, E, F, G, H, A, B, C, W[5], 0x59F111F1); in sha256_process() 182 PS(C, D, E, F, G, H, A, B, W[6], 0x923F82A4); in sha256_process() 183 PS(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5); in sha256_process() 184 PS(A, B, C, D, E, F, G, H, W[8], 0xD807AA98); in sha256_process() [all …]
|
/external/clang/test/Sema/ |
D | pass-object-size.c | 20 #define PS(N) __attribute__((pass_object_size(N))) macro 22 void Overloaded(void *p PS(0)) overloaded; //expected-note{{previous declaration is here}} 23 void Overloaded(void *p PS(1)) overloaded; //expected-error{{conflicting pass_object_size attribute… 24 void Overloaded2(void *p PS(1), void *p2 PS(0)) overloaded; //expected-note{{previous declaration i… 25 void Overloaded2(void *p PS(0), void *p2 PS(1)) overloaded; //expected-error{{conflicting pass_obje… 27 void Overloaded3(void *p PS(0), void *p2) overloaded; //expected-note{{previous declaration is here… 28 void Overloaded3(void *p, void *p2 PS(0)) overloaded; //expected-error{{conflicting pass_object_siz… 34 void NotOverloaded(void *p PS(0)); 35 void IsOverloaded(void *p PS(0)) overloaded;
|
/external/valgrind/memcheck/tests/amd64/ |
D | sse_memory.c | 176 #define PS 16 macro 180 TEST_INSN( &AllMask, PS,addps) 182 TEST_INSN( &AllMask, PS,andnps) 183 TEST_INSN( &AllMask, PS,andps) 184 TEST_INSN( &AllMask, PS,cmpeqps) 186 TEST_INSN( &AllMask, PS,cmpleps) 188 TEST_INSN( &AllMask, PS,cmpltps) 190 TEST_INSN( &AllMask, PS,cmpneqps) 192 TEST_INSN( &AllMask, PS,cmpnleps) 194 TEST_INSN( &AllMask, PS,cmpnltps) [all …]
|
/external/valgrind/memcheck/tests/x86/ |
D | sse_memory.c | 176 #define PS 16 macro 180 TEST_INSN( &AllMask, PS,addps) 182 TEST_INSN( &AllMask, PS,andnps) 183 TEST_INSN( &AllMask, PS,andps) 184 TEST_INSN( &AllMask, PS,cmpeqps) 186 TEST_INSN( &AllMask, PS,cmpleps) 188 TEST_INSN( &AllMask, PS,cmpltps) 190 TEST_INSN( &AllMask, PS,cmpneqps) 192 TEST_INSN( &AllMask, PS,cmpnleps) 194 TEST_INSN( &AllMask, PS,cmpnltps) [all …]
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | mincore.cc | 10 size_t PS = sysconf(_SC_PAGESIZE); in main() local 11 void *addr = mmap(nullptr, 20 * PS, PROT_READ | PROT_WRITE, in main() 14 res = mincore(addr, 10 * PS, vec); in main() 20 ((char *)addr)[i * PS] = 1; in main() 21 res = mincore(addr, 10 * PS, vec); in main() 27 ((char *)addr)[i * PS] = 1; in main() 28 res = mincore(addr, 10 * PS, vec); in main()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_psfunc.cpp | 24 CPDF_PSEngine& PS = const_cast<CPDF_PSEngine&>(m_PS); in v_Call() local 25 PS.Reset(); in v_Call() 27 PS.Push(inputs[i]); in v_Call() 28 PS.Execute(); in v_Call() 29 if (PS.GetStackSize() < m_nOutputs) in v_Call() 32 results[m_nOutputs - i - 1] = PS.Pop(); in v_Call()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | fdiv.ll | 16 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[2].Z, PS 39 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[2].Z, PS 55 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[2].Z, PS 72 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[3].X, PS 73 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[2].W, PS 101 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[3].X, PS 102 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[2].W, PS 123 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[3].X, PS 124 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW]}}, KC0[2].W, PS 147 ; R600-DAG: MUL_IEEE {{\** *}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, PS [all …]
|
D | llvm.pow.ll | 5 ;CHECK-NEXT: MUL NON-IEEE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}}, 19 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}}, 21 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}}, 25 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}}, 27 ;CHECK-NEXT: MUL NON-IEEE T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], PS}},
|
D | fsqrt.ll | 31 ; R600: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[2].Z, PS 44 ; R600-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[2].W, PS 46 ; R600-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].X, PS 61 ; R600-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].Y, PS 63 ; R600-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].Z, PS 65 ; R600-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[3].W, PS 67 ; R600-DAG: MUL NON-IEEE T{{[0-9]\.[XYZW]}}, KC0[4].X, PS
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | Makefile | 25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) 49 PS := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_PS_DIR)%.ps, $(POD)) macro 73 ps: $(PS) 78 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) 84 install-local:: $(HTML) $(INSTALL_MANS) $(PS) 93 $(Echo) Installing PS CommandGuide Documentation 95 $(Verb) $(DataInstall) $(PS) $(PS_DIR)
|
/external/compiler-rt/test/msan/Linux/ |
D | mincore.cc | 11 size_t PS = sysconf(_SC_PAGESIZE); in main() local 12 void *addr = mmap(nullptr, 20 * PS, PROT_READ | PROT_WRITE, in main() 16 res = mincore(addr, 10 * PS, vec); in main() 21 res = mincore(addr, 10 * PS + 42, vec); in main() 26 res = mincore(addr, 10 * PS - 1, vec); in main()
|
/external/tensorflow/tensorflow/python/estimator/ |
D | run_config_test.py | 328 run_config_lib.TaskType.PS: ['host1:1', 'host2:2'], 365 run_config_lib.TaskType.PS: ['host1:1', 'host2:2'], 495 run_config_lib.TaskType.PS: ['host1:1', 'host2:2'], 518 run_config_lib.TaskType.PS: ['host1:1', 'host2:2'], 522 'type': run_config_lib.TaskType.PS, 529 expected_task_type=run_config_lib.TaskType.PS, 541 run_config_lib.TaskType.PS: ['host1:1', 'host2:2'], 566 run_config_lib.TaskType.PS: ['host1:1', 'host2:2'], 596 run_config_lib.TaskType.PS: ['host6:3', 'host7:4', 'host8:5'] 611 run_config_lib.TaskType.PS: ['host6:3', 'host7:4', 'host8:5'] [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86InstrVMX.td | 43 "vmptrld\t$vmcs", []>, PS; 47 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>; 49 "vmread{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>; 51 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>; 53 "vmread{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>; 55 "vmwrite{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>; 57 "vmwrite{q}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[In64BitMode]>; 59 "vmwrite{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>; 61 "vmwrite{l}\t{$src, $dst|$dst, $src}", []>, PS, Requires<[Not64BitMode]>;
|
/external/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 148 ProfileSummary *PS = ProfileSummary::getFromMD(MD); in testRoundTrip() local 149 ASSERT_TRUE(PS); in testRoundTrip() 150 VerifySummary(*PS); in testRoundTrip() 151 delete PS; in testRoundTrip() 158 PS = ProfileSummary::getFromMD(MD); in testRoundTrip() 159 ASSERT_TRUE(PS); in testRoundTrip() 160 VerifySummary(*PS); in testRoundTrip() 161 delete PS; in testRoundTrip()
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | run_config_test.py | 63 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 85 run_config_lib.TaskType.PS: ["localhost:9990"], 117 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 129 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 146 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 167 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 187 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 205 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 329 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], 364 run_config_lib.TaskType.PS: ["host1:1", "host2:2"], [all …]
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 198 ProfileSummary &PS) { in setSummary() argument 200 std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary(); in setSummary() 203 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount()); in setSummary() 204 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount()); in setSummary() 205 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount()); in setSummary() 206 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount()); in setSummary() 207 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts()); in setSummary() 208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions()); in setSummary() 262 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); in writeImpl() local 263 setSummary(TheSummary.get(), *PS); in writeImpl()
|
/external/libdrm/intel/tests/ |
D | gen6-3d.batch-ref.txt | 55 0x123000d8: 0x78021302: 3DSTATE_SAMPLER_STATE_POINTERS: VS mod 1, GS mod 1, PS mod 1 120 …1dc: 0x4e084003: MaxThreads 40, PS KillPixel 0, PS computed Z 0, PS use sourceZ 0, Thread … 126 0x123001f4: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 243 …3c8: 0x4e084002: MaxThreads 40, PS KillPixel 0, PS computed Z 0, PS use sourceZ 0, Thread … 247 0x123003d8: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 301 …4b0: 0x4e084002: MaxThreads 40, PS KillPixel 0, PS computed Z 0, PS use sourceZ 0, Thread … 363 0x123005a8: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 440 …6dc: 0x4e084002: MaxThreads 40, PS KillPixel 0, PS computed Z 0, PS use sourceZ 0, Thread … 510 …7f4: 0x4e084002: MaxThreads 40, PS KillPixel 0, PS computed Z 0, PS use sourceZ 0, Thread … 514 0x12300804: 0x78011302: 3DSTATE_BINDING_TABLE_POINTERS: VS mod 1, GS mod 1, PS mod 1 [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | p9-instrs.txt | 18 [PO VRT EO VRB 1 PS XO] bcdcfn. VRT,VRB,PS 21 [PO VRT EO VRB 1 PS XO] bcdcfz. VRT,VRB,PS 27 [PO VRT EO VRB 1 PS XO] bcdctz. VRT,VRB,PS 30 [PO VRT EO VRB 1 PS XO] bcdcfsq. VRT,VRB,PS 41 [PO VRT EO VRB 1 PS XO] bcdsetsgn. VRT,VRB,PS 44 [PO VRT VRA VRB 1 PS XO] bcds. VRT,VRA,VRB,PS 50 [PO VRT VRA VRB 1 PS XO] bcdsr. VRT,VRA,VRB,PS 55 [PO VRT VRA VRB 1 PS XO] bcdtrunc. VRT,VRA,VRB,PS
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 110 if (auto *PS = dyn_cast_or_null<PDBSymbolPublicSymbol>(PublicSym.get())) { in getFunctionName() local 114 if (!Func || Func->getVirtualAddress() == PS->getVirtualAddress()) in getFunctionName() 115 return PS->getName(); in getFunctionName()
|