Searched defs:PS (Results 1 - 25 of 37) sorted by relevance

12

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dmincore.cc10 size_t PS = sysconf(_SC_PAGESIZE); local
11 void *addr = mmap(nullptr, 20 * PS, PROT_READ | PROT_WRITE,
14 res = mincore(addr, 10 * PS, vec);
20 ((char *)addr)[i * PS] = 1;
21 res = mincore(addr, 10 * PS, vec);
27 ((char *)addr)[i * PS] = 1;
28 res = mincore(addr, 10 * PS, vec);
/external/compiler-rt/test/msan/Linux/
H A Dmincore.cc11 size_t PS = sysconf(_SC_PAGESIZE); local
12 void *addr = mmap(nullptr, 20 * PS, PROT_READ | PROT_WRITE,
16 res = mincore(addr, 10 * PS, vec);
21 res = mincore(addr, 10 * PS + 42, vec);
26 res = mincore(addr, 10 * PS - 1, vec);
/external/clang/test/Sema/
H A Dpass-object-size.c20 #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 attributes on parameters}}
24 void Overloaded2(void *p PS(1), void *p2 PS(0)) overloaded; //expected-note{{previous declaration is here}}
25 void Overloaded2(void *p PS(0), void *p2 PS(1)) overloaded; //expected-error{{conflicting pass_object_size attributes on parameters}}
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_size attributes on parameters}}
34 void NotOverloaded(void *p PS(
[all...]
/external/clang/test/CodeGen/
H A Dc11atomics-ios.c145 typedef struct { short x, y, z; } PS; typedef in typeref:struct:__anon2515
147 void testPromotedStruct(_Atomic(PS) *fp) {
150 // CHECK-NEXT: [[F:%.*]] = alloca [[PS:%.*]], align 2
159 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]], [[PS]]* [[T0]], i32 0, i32 0
161 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]], [[PS]]* [[T0]], i32 0, i32 1
163 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]], [[PS]]* [[T0]], i32 0, i32 2
165 __c11_atomic_init(fp, (PS){
[all...]
H A Ddebug-info-crash.c27 } PS; typedef in typeref:struct:P
30 PS p2;
H A Dbuiltin-memfns.c70 struct PS { struct
73 struct PS ps;
77 __builtin_memcpy(arg, ps.modes, sizeof(struct PS));
H A Dc11atomics.c294 typedef struct { short x, y, z; } PS; typedef in typeref:struct:__anon2517
295 _Atomic PS testPromotedStructGlobal = (PS){1, 2, 3};
297 void testPromotedStruct(_Atomic(PS) *fp) {
300 // CHECK-NEXT: [[F:%.*]] = alloca [[PS:%.*]], align 2
304 // CHECK-NEXT: [[TMP2:%.*]] = alloca %struct.PS, align 2
312 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]], [[PS]]* [[T0]], i32 0, i32 0
314 // CHECK-NEXT: [[T1:%.*]] = getelementptr inbounds [[PS]], [[PS]]* [[T
[all...]
H A Dpass-object-size.c9 #define PS(N) __attribute__((pass_object_size(N))) macro
14 int ObjectSize0(void *const p PS(0)) { argument
20 int ObjectSize1(void *const p PS(1)) { argument
26 int ObjectSize2(void *const p PS(2)) { argument
32 int ObjectSize3(void *const p PS(3)) { argument
94 int NoViableOverloadObjectSize0(void *const p PS(0)) argument
99 int NoViableOverloadObjectSize1(void *const p PS(1)) argument
104 int NoViableOverloadObjectSize2(void *const p PS(2)) argument
109 int NoViableOverloadObjectSize3(void *const p PS(3)) argument
115 int NoViableOverloadObjectSize0(void *const p PS( argument
120 NoViableOverloadObjectSize1(void *const p PS(1)) argument
125 NoViableOverloadObjectSize2(void *const p PS(2)) argument
130 NoViableOverloadObjectSize3(void *const p PS(3)) argument
187 IndirectObjectSize0(void *const p PS(0)) argument
194 IndirectObjectSize1(void *const p PS(1)) argument
201 IndirectObjectSize2(void *const p PS(2)) argument
208 IndirectObjectSize3(void *const p PS(3)) argument
[all...]
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_psfunc.cpp24 CPDF_PSEngine& PS = const_cast<CPDF_PSEngine&>(m_PS); local
25 PS.Reset();
27 PS.Push(inputs[i]);
28 PS.Execute();
29 if (PS.GetStackSize() < m_nOutputs)
32 results[m_nOutputs - i - 1] = PS.Pop();
/external/swiftshader/third_party/LLVM/docs/CommandGuide/
H A DMakefile25 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/clang/test/SemaCXX/
H A Dwarn-memset-bad-sizeof.cpp9 typedef S* PS; typedef
30 PS ps2 = &s;
42 // expected-warning {{'memset' call operates on objects of type 'S' while the size is based on a different type 'PS' (aka 'S *')}} expected-note{{did you mean to dereference the argument to 'sizeof' (and multiply it by the number of elements)?}}
45 memset(ps2, 0, sizeof(PS)); // \
/external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
H A DInternetDomainNameTest.java98 private static final ImmutableSet<String> PS = ImmutableSet.of( field in class:InternetDomainNameTest
212 for (String name : PS) {
333 VALID_NAME, PS, NO_PS, NON_PS);
/external/guava/guava-tests/test/com/google/common/net/
H A DInternetDomainNameTest.java100 private static final ImmutableSet<String> PS = ImmutableSet.of( field in class:InternetDomainNameTest
214 for (String name : PS) {
335 VALID_NAME, PS, NO_PS, NON_PS);
/external/llvm/unittests/ProfileData/
H A DSampleProfTest.cpp148 ProfileSummary *PS = ProfileSummary::getFromMD(MD); local
149 ASSERT_TRUE(PS);
150 VerifySummary(*PS);
151 delete PS;
158 PS = ProfileSummary::getFromMD(MD);
159 ASSERT_TRUE(PS);
160 VerifySummary(*PS);
161 delete PS;
H A DInstrProfTest.cpp184 ProfileSummary &PS = Reader->getSummary(); local
185 VerifySummary(PS);
189 Metadata *MD = PS.getMD(Context);
/external/valgrind/memcheck/tests/amd64/
H A Dsse_memory.c176 #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,cmpnltp
[all...]
/external/valgrind/memcheck/tests/x86/
H A Dsse_memory.c176 #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,cmpnltp
[all...]
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp196 BasicBlock *PS = (PS1 == BB) ? PS2 : PS1; local
204 // PS is the successor which is not BB. Check successors to identify
206 if (Preds.count(PS) == 0) {
211 BranchInst *BPS = dyn_cast<BranchInst>(PS->getTerminator());
213 // Case 1: PS(BB3) should be an unconditional branch.
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A Drun_config.py60 PS = 'ps' variable in class:TaskType
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp198 ProfileSummary &PS) {
200 std::vector<ProfileSummaryEntry> &Res = PS.getDetailedSummary();
203 TheSummary->set(Summary::MaxFunctionCount, PS.getMaxFunctionCount());
204 TheSummary->set(Summary::MaxBlockCount, PS.getMaxCount());
205 TheSummary->set(Summary::MaxInternalBlockCount, PS.getMaxInternalCount());
206 TheSummary->set(Summary::TotalBlockCount, PS.getTotalCount());
207 TheSummary->set(Summary::TotalNumBlocks, PS.getNumCounts());
208 TheSummary->set(Summary::TotalNumFunctions, PS.getNumFunctions());
262 std::unique_ptr<ProfileSummary> PS = ISB.getSummary(); local
263 setSummary(TheSummary.get(), *PS);
197 setSummary(IndexedInstrProf::Summary *TheSummary, ProfileSummary &PS) argument
[all...]
/external/tensorflow/tensorflow/python/estimator/
H A Drun_config.py127 return len(cluster_spec.as_dict().get(TaskType.PS, []))
212 if t != chief_task_type and t != TaskType.PS
214 if TaskType.PS in cluster_spec.jobs:
215 task_type_ordered_list.append(TaskType.PS)
284 PS = 'ps' variable in class:TaskType
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DMathUtils.java60 private static final short PS = (short)1; field in class:MathUtils
1135 return (x >= ZS) ? PS : NS;
1710 return (x == ZS) ? ZS : (x > ZS) ? PS : NS;
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp123 PS = 1, PD = 2, XS = 3, XD = 4 enumerator in enum:X86Local::__anon15139
301 else if (OpPrefix == X86Local::PS)
315 else if (OpPrefix == X86Local::PS)
330 else if (OpPrefix == X86Local::PS)
344 else if (OpPrefix == X86Local::PS)
359 else if (OpPrefix == X86Local::PS)
384 else if (OpPrefix == X86Local::PS)
404 else if (HasVEX_WPrefix && OpPrefix == X86Local::PS)
406 else if (HasVEX_LPrefix && OpPrefix == X86Local::PS)
412 else if (OpPrefix == X86Local::PS)
[all...]
/external/pdfium/core/fdrm/crypto/
H A Dfx_crypt_sha.cpp73 #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);
177 PS(H, A, B, C, D, E, F, G, W[1], 0x71374491);
178 PS(G, H, A, B, C, D, E, F, W[2], 0xB5C0FBCF);
179 PS(F, G, H, A, B, C, D, E, W[3], 0xE9B5DBA5);
180 PS(E, F, G, H, A, B, C, D, W[4], 0x3956C25B);
181 PS(D, E, F, G, H, A, B, C, W[5], 0x59F111F1);
182 PS(C, D, E, F, G, H, A, B, W[6], 0x923F82A4);
183 PS(B, C, D, E, F, G, H, A, W[7], 0xAB1C5ED5);
184 PS(
[all...]
/external/clang/lib/AST/
H A DDeclTemplate.cpp411 SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) {
414 PS.clear();
415 PS.reserve(PartialSpecs.size());
417 PS.push_back(P.getMostRecentDecl());
1030 SmallVectorImpl<VarTemplatePartialSpecializationDecl *> &PS) {
1033 PS.clear();
1034 PS.reserve(PartialSpecs.size());
1036 PS.push_back(P.getMostRecentDecl());
410 getPartialSpecializations( SmallVectorImpl<ClassTemplatePartialSpecializationDecl *> &PS) argument
1029 getPartialSpecializations( SmallVectorImpl<VarTemplatePartialSpecializationDecl *> &PS) argument

Completed in 2048 milliseconds

12