/external/chromium_org/third_party/libjingle/source/talk/base/ |
socketadapters.cc | 596 uint8 ver, rep, rsv, atyp; 598 !response.ReadUInt8(&rep) || 603 if ((ver != 5) || (rep != 0)) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir.cpp | 164 // Check if we can replace this definition's value by the value in @rep, 166 // @rep.mod. 168 ValueDef::mayReplace(const ValueRef &rep) 170 if (!rep.mod) 194 if (!target->isModSupported(insn, s, rep.mod))
|
nv50_ir.h | 401 inline Value *rep() const; 437 inline Value *rep() const; 471 inline Value *rep() const { return join; } function in class:nv50_ir::Value
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir.cpp | 164 // Check if we can replace this definition's value by the value in @rep, 166 // @rep.mod. 168 ValueDef::mayReplace(const ValueRef &rep) 170 if (!rep.mod) 194 if (!target->isModSupported(insn, s, rep.mod))
|
nv50_ir.h | 401 inline Value *rep() const; 437 inline Value *rep() const; 471 inline Value *rep() const { return join; } function in class:nv50_ir::Value
|
/external/grub/stage2/ |
asm.S | 179 rep 625 rep 655 rep 1745 rep 1756 rep [all...] |
/external/chromium_org/third_party/libxml/src/ |
parser.c | 2508 xmlChar *rep = NULL; local 3669 xmlChar *rep = NULL; local [all...] |
xmlregexp.c | 8058 char rep[40]; local [all...] |
/external/libxml2/ |
parser.c | 2629 xmlChar *rep = NULL; local 3766 xmlChar *rep = NULL; local [all...] |
/external/elfutils/libcpu/ |
i386_parse.y | 104 int rep; 301 newp->rep = 1; 892 static int total_bits = 2; // Already counted the rep/repe bits. 1198 fprintf (outfile, " .rep = %d,", instr->rep); [all...] |
/frameworks/base/services/java/com/android/server/ |
AppOpsService.java | 468 Pair<String, Integer> rep = reports.get(i); local 470 cb.mCallback.opChanged(rep.second, rep.first); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress_fxt1.c | 485 GLint i, j, k, rep; local 488 for (rep = 0; rep < LL_N_REP; rep++) { [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
xform4.S | 218 rep movsq
|
/external/chromium_org/tools/traceline/traceline/ |
assembler.h | 509 void rep() {
|
/external/libffi/src/x86/ |
darwin64.S | 181 rep movsb
|
/external/mesa3d/src/mesa/main/ |
texcompress_fxt1.c | 485 GLint i, j, k, rep; local 488 for (rep = 0; rep < LL_N_REP; rep++) { [all...] |
/external/mesa3d/src/mesa/x86-64/ |
xform4.S | 218 rep movsq
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
sad.cpp | 53 Int SAD_MB_PAD1(UChar *ref,UChar *cur,Int dmin,Int lx,Int *rep); 64 Int SAD_MB_PAD1(UChar *ref, UChar *cur, Int dmin, Int lx, Int *rep);
|
/external/v8/src/ |
hydrogen.cc | 1821 Representation rep = use->RequiredInputRepresentation(it.index()); local 6217 Representation rep = ToRepresentation(info); local 6285 Representation rep = ToRepresentation(info); local 6545 Representation rep = ToRepresentation(info); local [all...] |
/external/blktrace/btreplay/doc/ |
btreplay.tex | 228 shall be replayed on device $D_{rep}$ and CPU $C_{rep}$ on the 516 the input file name used with an extension of \texttt{.rep} appended onto 518 verbose output file with the name \texttt{sdab.replay.3.rep} in the
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
/external/v8/src/arm/ |
lithium-arm.cc | 132 LLabel* rep = replacement(); local 133 if (rep != NULL) { 134 stream->Add(" Dead block replaced with B%d", rep->block_id()); 1055 Representation rep = value->representation(); local 1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) { [all...] |
/external/v8/src/mips/ |
lithium-mips.cc | 132 LLabel* rep = replacement(); local 133 if (rep != NULL) { 134 stream->Add(" Dead block replaced with B%d", rep->block_id()); 1055 Representation rep = value->representation(); local 1057 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) { [all...] |
/external/v8/src/x64/ |
lithium-x64.cc | 134 LLabel* rep = replacement(); local 135 if (rep != NULL) { 136 stream->Add(" Dead block replaced with B%d", rep->block_id()); 1052 Representation rep = value->representation(); local 1054 if (rep.IsTagged() && !type.IsSmi() && !type.IsBoolean()) { [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uloc.c | 2199 char rep[5]; local [all...] |