Searched defs:rep (Results 1 - 25 of 153) sorted by relevance

1234567

/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dtable.h62 explicit Table(Rep* rep) { rep_ = rep; } argument
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Drep.asm3 rep stosb label
H A Dsse-prefix.asm4 rep movsw label
5 rep fs movsw label
6 fs rep movsw
10 rep movsd label
11 rep fs movsd label
12 fs rep movsd
19 rep fs cmpsd label
20 fs rep cmpsd
27 rep movsw label
30 rep movs label
35 rep cmpsd label
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas64/
H A Dgas-prefix.asm0 rep
1 rep label
/external/libcxx/test/utilities/time/
H A Dclock.h18 typedef duration::rep rep; typedef in class:Clock
/external/chromium_org/third_party/skia/src/core/
H A DSkMiniData.cpp9 static bool is_long(uint64_t rep) { argument
13 return rep && SkIsAlign8(rep);
27 uint64_t rep = reinterpret_cast<uint64_t>(s); local
28 SkASSERT(is_long(rep));
29 return rep;
/external/compiler-rt/lib/builtins/
H A Dfp_trunc.h55 const union { src_t f; src_rep_t i; } rep = {.f = x}; local
56 return rep.i;
60 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local
61 return rep.f;
H A Dfp_extend.h66 const union { src_t f; src_rep_t i; } rep = {.f = x}; local
67 return rep.i;
71 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local
72 return rep.f;
/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";
H A Dproduct_threshold.cpp53 int rep = 100000./n; local
54 rep /= 2;
55 if(rep<1) rep = 1;
57 rep *= 2;
59 BENCH(t,1,rep,prod<CoeffBasedProductMode>(a,b,c));
63 BENCH(t,5,rep,prod<Mode>(a,b,c));
66 std::cout << int(1e-6*n*rep/t.best()) << "\t";
/external/oprofile/libregex/tests/
H A Dregex_test.cpp32 regular_expression_replace rep; local
34 setup_regex(rep, "../stl.pat");
50 rep.execute(str);
/external/chromium_org/ui/gfx/image/
H A Dimage_util.cc56 const ImageSkiaRep& rep = image.GetRepresentation(1.0); local
57 if (rep.is_null())
60 const SkBitmap& bitmap = rep.sk_bitmap();
/external/chromium_org/v8/src/compiler/
H A Daccess-builder.cc61 ElementAccess AccessBuilder::ForBackingStoreElement(MachineType rep) { argument
63 rep};
H A Dmachine-operator.cc27 OStream& operator<<(OStream& os, const StoreRepresentation& rep) { argument
28 return os << "(" << rep.machine_type() << " : " << rep.write_barrier_kind()
35 static OStream& PrintTo(OStream& os, const StoreRepresentation& rep) { argument
36 return os << rep;
38 static int HashCode(const StoreRepresentation& rep) { argument
39 return rep.machine_type() + rep.write_barrier_kind();
205 const Operator* MachineOperatorBuilder::Load(LoadRepresentation rep) { argument
206 switch (rep) {
221 Store(StoreRepresentation rep) argument
[all...]
/external/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test_util_linux.cc61 bool OnReport(const ReportDesc *rep, bool suppressed) { argument
63 if (rep->typ != expect_report_type) {
65 (int)expect_report_type, (int)rep->typ);
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp28 typedef duration::rep rep; typedef in struct:Clock
H A Dwait_until_pred.pass.cpp29 typedef duration::rep rep; typedef in struct:Clock
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp27 typedef duration::rep rep; typedef in struct:Clock
H A Dwait_until_pred.pass.cpp29 typedef duration::rep rep; typedef in struct:Clock
/external/chromium_org/third_party/icu/source/i18n/
H A Dcasetrn.cpp38 Replaceable *rep=(Replaceable *)csc->p; local
58 c=rep->char32At(csc->index-1);
69 c=rep->char32At(csc->index);
H A Dutrans.cpp17 #include "unicode/rep.h"
40 UReplaceable *rep; member in class:ReplaceableGlue
91 this->rep = replaceable;
98 return (*func->length)(rep);
102 return (*func->charAt)(rep, offset);
106 return (*func->char32At)(rep, offset);
112 (*func->replace)(rep, start, limit, text.getBuffer(), text.length());
118 (*func->extract)(rep, start, limit, target.getBuffer(limit-start));
123 (*func->copy)(rep, start, limit, dest);
397 UReplaceable* rep,
[all...]
/external/icu/icu4c/source/i18n/
H A Dcasetrn.cpp38 Replaceable *rep=(Replaceable *)csc->p; local
58 c=rep->char32At(csc->index-1);
69 c=rep->char32At(csc->index);
/external/chromium_org/chrome/browser/history/
H A Dselect_favicon_frames_unittest.cc106 const gfx::ImageSkiaRep& rep = image.GetRepresentation(1.5f); local
107 EXPECT_EQ(1.5f, rep.scale());
108 EXPECT_EQ(16, rep.GetWidth());
109 EXPECT_EQ(16, rep.GetHeight());
110 EXPECT_EQ(24, rep.pixel_width());
111 EXPECT_EQ(24, rep.pixel_height());
189 const gfx::ImageSkiaRep& rep = image.GetRepresentation(1.5f); local
190 EXPECT_EQ(1.5f, rep.scale());
191 EXPECT_EQ(16, rep.GetWidth());
192 EXPECT_EQ(16, rep
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_dri.c162 struct drm_vmw_surface_create_req *rep = &arg.rep; local
184 if (rep->mip_levels[0] != 1) {
187 whandle->handle, rep->mip_levels[0]);
192 if (rep->mip_levels[i] != 0) {
209 *format = rep->format;
/external/chromium_org/third_party/mesa/src/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...]

Completed in 5683 milliseconds

1234567