Searched refs:rep (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/external/swiftshader/third_party/LLVM/test/MC/X86/
H A Dpadlock.s11 rep xcryptecb
12 // CHECK: rep
17 rep xcryptcbc
18 // CHECK: rep
23 rep xcryptctr
24 // CHECK: rep
29 rep xcryptcfb
30 // CHECK: rep
35 rep xcryptofb
36 // CHECK: rep
[all...]
/external/icu/icu4c/source/common/unicode/
H A Durep.h59 * @param rep A pointer to "this" UReplaceable object.
63 int32_t (*length)(const UReplaceable* rep);
68 * returned by (*length)(rep). See unistr.h for a description of
71 * @param rep A pointer to "this" UReplaceable object.
76 UChar (*charAt)(const UReplaceable* rep,
84 * @param rep A pointer to "this" UReplaceable object.
89 UChar32 (*char32At)(const UReplaceable* rep,
97 * @param rep A pointer to "this" UReplaceable object.
108 void (*replace)(UReplaceable* rep,
118 * @param rep
[all...]
/external/caliper/examples/src/main/java/examples/
H A DListModificationBenchmark.java67 for (int rep = 0; rep < reps; rep++) {
76 for (int rep = 0; rep < reps; rep++) {
85 for (int rep = 0; rep < reps; rep++) {
93 for (int rep
[all...]
/external/guava/guava-tests/benchmark/com/google/common/cache/
H A DMapMakerComparisonBenchmark.java57 @Benchmark void computingMapMaker(int rep) { argument
58 for (int i = 0; i < rep; i++) {
63 @Benchmark void loadingCacheBuilder_stats(int rep) { argument
64 for (int i = 0; i < rep; i++) {
69 @Benchmark void loadingCacheBuilder(int rep) { argument
70 for (int i = 0; i < rep; i++) {
75 @Benchmark void concurrentHashMap(int rep) { argument
76 for (int i = 0; i < rep; i++) {
81 @Benchmark void cacheBuilder_stats(int rep) { argument
82 for (int i = 0; i < rep;
87 cacheBuilder(int rep) argument
[all...]
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DImmutableListCreationBenchmark.java39 for (int rep = 0; rep < reps; rep++) {
52 for (int rep = 0; rep < reps; rep++) {
65 for (int rep = 0; rep < reps; rep++) {
78 for (int rep
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DReplaceableContextIterator.java35 * @param rep Replaceable to iterate over.
38 this.rep=null;
46 * @param rep Iteration text.
48 public void setText(Replaceable rep) { argument
49 this.rep=rep;
50 limit=contextLimit=rep.length();
83 if(0<=lim && lim<=rep.length()) {
86 limit=rep.length();
99 } else if(contextStart<=rep
195 protected Replaceable rep; field in class:ReplaceableContextIterator
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceableContextIterator.java34 * @param rep Replaceable to iterate over.
37 this.rep=null;
45 * @param rep Iteration text.
47 public void setText(Replaceable rep) { argument
48 this.rep=rep;
49 limit=contextLimit=rep.length();
82 if(0<=lim && lim<=rep.length()) {
85 limit=rep.length();
98 } else if(contextStart<=rep
194 protected Replaceable rep; field in class:ReplaceableContextIterator
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cc256 static ReportStack *ChooseSummaryStack(const ReportDesc *rep) { argument
257 if (rep->mops.Size())
258 return rep->mops[0]->stack;
259 if (rep->stacks.Size())
260 return rep->stacks[0];
261 if (rep->mutexes.Size())
262 return rep->mutexes[0]->stack;
263 if (rep->threads.Size())
264 return rep->threads[0]->stack;
289 void PrintReport(const ReportDesc *rep) { argument
428 PrintReport(const ReportDesc *rep) argument
[all...]
H A Dtsan_debugging.cc69 const ReportDesc *rep = (ReportDesc *)report; local
70 *description = ReportTypeDescription(rep->typ);
71 *count = rep->count;
72 *stack_count = rep->stacks.Size();
73 *mop_count = rep->mops.Size();
74 *loc_count = rep->locs.Size();
75 *mutex_count = rep->mutexes.Size();
76 *thread_count = rep->threads.Size();
77 *unique_tid_count = rep->unique_tids.Size();
78 if (rep
85 const ReportDesc *rep = (ReportDesc *)report; local
96 const ReportDesc *rep = (ReportDesc *)report; local
113 const ReportDesc *rep = (ReportDesc *)report; local
130 const ReportDesc *rep = (ReportDesc *)report; local
144 const ReportDesc *rep = (ReportDesc *)report; local
158 const ReportDesc *rep = (ReportDesc *)report; local
[all...]
/external/libcxx/test/std/utilities/time/
H A Dclock.h18 typedef duration::rep rep; typedef in class:Clock
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
H A Ddefault.pass.cpp21 #include "../../rep.h"
28 assert(d.count() == typename D::rep());
31 static_assert(d2.count() == typename D::rep(), "");
/external/libdrm/tests/ttmtest/src/
H A Dxf86dri.c121 xXF86DRIQueryVersionReply rep; local
131 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
137 *majorVersion = rep.majorVersion;
138 *minorVersion = rep.minorVersion;
139 *patchVersion = rep.patchVersion;
153 xXF86DRIQueryDirectRenderingCapableReply rep; local
164 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
170 *isCapable = rep.isCapable;
185 xXF86DRIOpenConnectionReply rep; local
196 if (!_XReply(dpy, (xReply *) & rep,
235 xXF86DRIAuthConnectionReply rep; local
293 xXF86DRIGetClientDriverNameReply rep; local
343 xXF86DRICreateContextReply rep; local
410 xXF86DRICreateDrawableReply rep; local
466 xXF86DRIGetDrawableInfoReply rep; local
556 xXF86DRIGetDeviceInfoReply rep; local
[all...]
/external/mesa3d/src/glx/
H A DXF86dri.c120 xXF86DRIQueryVersionReply rep; local
130 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
136 *majorVersion = rep.majorVersion;
137 *minorVersion = rep.minorVersion;
138 *patchVersion = rep.patchVersion;
150 xXF86DRIQueryDirectRenderingCapableReply rep; local
161 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
167 *isCapable = rep.isCapable;
179 xXF86DRIOpenConnectionReply rep; local
190 if (!_XReply(dpy, (xReply *) & rep,
227 xXF86DRIAuthConnectionReply rep; local
280 xXF86DRIGetClientDriverNameReply rep; local
328 xXF86DRICreateContextReply rep; local
389 xXF86DRICreateDrawableReply rep; local
470 xXF86DRIGetDrawableInfoReply rep; local
555 xXF86DRIGetDeviceInfoReply rep; local
[all...]
H A Ddri2.c223 xDRI2QueryVersionReply rep; local
235 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
240 *major = rep.majorVersion;
241 *minor = rep.minorVersion;
245 switch (rep.minorVersion) {
270 xDRI2ConnectReply rep; local
294 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
300 if (rep.driverNameLength == 0 && rep.deviceNameLength == 0) {
306 *driverName = Xmalloc(rep
340 xDRI2AuthenticateReply rep; local
405 xDRI2GetBuffersReply rep; local
464 xDRI2GetBuffersReply rep; local
523 xDRI2CopyRegionReply rep; local
566 xDRI2SwapBuffersReply rep; local
592 xDRI2MSCReply rep; local
637 xDRI2MSCReply rep; local
678 xDRI2MSCReply rep; local
[all...]
/external/compiler-rt/test/builtins/Unit/
H A Dfp_test.h83 uint16_t rep = toRep16(result); local
85 if (rep == expected){
90 if ((rep & 0x7c00U) == 0x7c00U &&
91 (rep & 0x3ffU) > 0){
101 uint32_t rep = toRep32(result); local
103 if (rep == expected){
108 if ((rep & 0x7f800000U) == 0x7f800000U &&
109 (rep & 0x7fffffU) > 0){
119 uint64_t rep = toRep64(result); local
121 if (rep
142 __uint128_t rep = toRep128(result); local
[all...]
/external/mesa3d/src/glx/apple/
H A Dappledri.c156 xAppleDRIQueryVersionReply rep; local
166 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
172 *majorVersion = rep.majorVersion;
173 *minorVersion = rep.minorVersion;
174 *patchVersion = rep.patchVersion;
188 xAppleDRIQueryDirectRenderingCapableReply rep; local
199 if (!_XReply(dpy, (xReply *) & rep, 0, xFalse)) {
205 *isCapable = rep.isCapable;
220 xAppleDRIAuthConnectionReply rep; local
231 rep
254 xAppleDRICreateSurfaceReply rep; local
314 xAppleDRICreateSharedBufferReply rep; local
383 xAppleDRICreatePixmapReply rep; local
[all...]
/external/skia/tools/
H A Drandom_parse_path.cpp38 for (int rep = 0; rep < reps; ++rep) {
76 for (int rep = 0; rep < reps; ++rep) {
81 if (rep < reps - 1 && index < legal.fScalars - 1) {
/external/eigen/bench/
H A Dquatmul.cpp23 int rep = 1000000; local
32 BENCH(t, tries, rep, quatmul_default(a,b,c));
33 std::cout << label << " default " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
35 BENCH(t, tries, rep, quatmul_novec(a,b,c));
36 std::cout << label << " novec " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
/external/libcxx/test/std/utilities/time/time.clock/time.clock.hires/
H A Dconsistency.pass.cpp33 static_assert((std::is_same<C::rep, C::duration::rep>::value), "");
/external/libcxx/test/std/utilities/time/time.clock/time.clock.steady/
H A Dconsistency.pass.cpp34 static_assert((std::is_same<C::rep, C::duration::rep>::value), "");
/external/libcxx/test/std/utilities/time/time.clock/time.clock.system/
H A Dconsistency.pass.cpp33 static_assert((std::is_same<C::rep, C::duration::rep>::value), "");
/external/libcxx/test/std/utilities/time/time.duration/time.duration.special/
H A Dmax.pass.cpp20 #include "../../rep.h"
26 typedef typename D::rep Rep;
32 typedef typename D::rep Rep;
H A Dmin.pass.cpp20 #include "../../rep.h"
26 typedef typename D::rep Rep;
32 typedef typename D::rep Rep;
H A Dzero.pass.cpp19 #include "../../rep.h"
25 typedef typename D::rep Rep;
31 typedef typename D::rep Rep;
/external/v8/src/
H A Dmachine-type.h181 static MachineType TypeForRepresentation(const MachineRepresentation& rep, argument
183 switch (rep) {
219 V8_INLINE size_t hash_value(MachineRepresentation rep) { argument
220 return static_cast<size_t>(rep);
229 MachineRepresentation rep);
233 inline bool IsFloatingPoint(MachineRepresentation rep) { argument
234 return rep >= MachineRepresentation::kFirstFPRepresentation;
237 inline bool CanBeTaggedPointer(MachineRepresentation rep) { argument
238 return rep == MachineRepresentation::kTagged ||
239 rep
242 CanBeTaggedSigned(MachineRepresentation rep) argument
247 IsAnyTagged(MachineRepresentation rep) argument
252 ElementSizeLog2Of(MachineRepresentation rep) argument
[all...]

Completed in 490 milliseconds

1234567891011>>