HomeSort by relevance Sort by last modified time
    Searched refs:adj (Results 26 - 50 of 107) sorted by null

12 3 4 5

  /system/extras/procrank/
procrank.cpp 44 static bool getminfree(std::vector<uint64_t>* minfree, std::vector<int>* adj);
353 auto print_oomadj_totals = [&](int adj){
355 adj > *lmk_adj_it; lmk_adj_it++, lmk_minfree_it++) {
548 static bool getminfree(std::vector<uint64_t>* minfree, std::vector<int>* adj) {
556 if (!android::base::ReadFileToString("/sys/module/lowmemorykiller/parameters/adj", &adj_str)) {
565 adj->clear();
566 adj->resize(adj_vec.size());
573 std::transform(adj_vec.begin(), adj_vec.end(), adj->begin(),
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
pitch_estimator.c 145 double adj, gain_tmp; local
223 adj = 0.2 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */
224 corr = adj * (corrvec1[ind1] + corrvec2[ind2]);
230 corr = adj * (corrvec1[ind2++] + corrvec2[ind1++]);
244 adj = 0.9 * ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */
245 corr = adj * (corrvec1[ind1] + corrvec2[ind2]);
251 corr = adj * (corrvec1[ind2++] + corrvec2[ind1++]);
266 adj = ratio * (2.0 - ratio); /* adjustment factor; inverse parabola as a function of ratio */
267 corr = adj * (corrvec1[ind1] + corrvec2[ind2]);
273 corr = adj * (corrvec1[ind2++] + corrvec2[ind1++])
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_point.c 341 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local
382 bbox.y0 = (y0 + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
383 bbox.y1 = (y0 + fixed_width + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
400 const int y0 = subpixel_snap(v0[0][1]) - adj;
lp_setup_line.c 556 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local
560 bbox.y0 = (MIN4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
561 bbox.y1 = (MAX4(y[0], y[1], y[2], y[3]) + (FIXED_ONE-1) + adj) >> FIXED_ORDER;
  /external/lzma/CPP/7zip/UI/Console/
List.cpp 215 static void PrintUString(EAdjustment adj, unsigned width, const UString &s, AString &temp)
234 switch (adj)
248 static void PrintString(EAdjustment adj, unsigned width, const char *s)
257 switch (adj)
271 static void PrintStringToString(char *dest, EAdjustment adj, unsigned width, const char *textString)
280 switch (adj)
706 static void PrintNumber(EAdjustment adj, unsigned width, const CListUInt64Def &value)
712 PrintString(adj, width, s);
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowTestUtils.java 146 int adj = 0; field in class:WindowTestUtils.TestWindowToken
167 return adj;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-brset.d 1 #source: adj-brset.s
adj-jump.d 1 #source: adj-jump.s
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 1270 bfd_signed_vma adj; local
1600 bfd_vma adj; local
    [all...]
  /external/fio/
goptions.c 462 GtkAdjustment *adj; local
467 adj = gtk_spin_button_get_adjustment(spin);
468 value = gtk_adjustment_get_value(adj);
774 GtkAdjustment *adj; local
777 adj = gtk_spin_button_get_adjustment(spin);
778 val = gtk_adjustment_get_value(adj);
1256 GtkAdjustment *adj; local
1265 adj = gtk_spin_button_get_adjustment(GTK_SPIN_BUTTON(s->spin));
1266 *ullp = gtk_adjustment_get_value(adj);
1301 GtkAdjustment *adj; local
    [all...]
  /external/skia/src/pathops/
SkDCubicLineIntersection.cpp 122 double adj = fLine[1].fX - fLine[0].fX; local
127 c[n].fX = (fCubic[n].fY - fLine[0].fY) * adj - (fCubic[n].fX - fLine[0].fX) * opp;
137 + (fCubic[n].fX - fLine[0].fX) * adj;
SkPathOpsQuad.cpp 50 double adj = endPt[1]->fX - origX; local
52 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
59 double test = (q2[n].fY - origY) * adj - (q2[n].fX - origX) * opp;
SkDConicLineIntersection.cpp 126 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local
130 r[n] = (fConic[n].fY - (*fLine)[0].fY) * adj - (fConic[n].fX - (*fLine)[0].fX) * opp;
SkDQuadLineIntersection.cpp 155 double adj = (*fLine)[1].fX - (*fLine)[0].fX; local
159 r[n] = (fQuad[n].fY - (*fLine)[0].fY) * adj - (fQuad[n].fX - (*fLine)[0].fX) * opp;
  /external/libvpx/libvpx/vp9/common/
vp9_mfqe.c 148 const int adj = qdiff >> MFQE_PRECISION; local
150 *sad_thr = 7 + adj;
152 *sad_thr = 6 + adj;
154 *sad_thr = 5 + adj;
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_emit_nv50.cpp 56 inline void srcAddr16(const ValueRef&, bool adj, const int pos);
149 void CodeEmitterNV50::srcAddr16(const ValueRef& src, bool adj, const int pos)
155 assert(!adj || src.get()->reg.size <= 4);
156 if (adj)
162 offset &= adj ? (0xffff >> (src.get()->reg.size >> 1)) : 0xffff;
2127 int adj = 4; local
2195 int adj = epilogue->getExit()->encSize; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
peephole.c 303 int nops, h, adj; local
643 adj = CODESIZE(opcode);
644 while (adj--)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
peephole.c 314 int nops, h, adj; local
656 adj = CODESIZE(opcode);
657 while (adj--)
  /external/python/cpython2/Python/
peephole.c 303 int nops, h, adj; local
643 adj = CODESIZE(opcode);
644 while (adj--)
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 500 /// struct { ptrdiff_t ptr; ptrdiff_t adj; } memptr;
504 /// - the this-adjustment is (memptr.adj)
508 /// - method pointers are virtual if (memptr.adj & 1) is nonzero
509 /// - the this-adjustment is (memptr.adj >> 1)
511 /// ARM uses 'adj' for the virtual flag because Thumb functions
539 // Extract memptr.adj, which is in the second field.
540 llvm::Value *RawAdj = Builder.CreateExtractValue(MemFnPtr, 1, "memptr.adj");
543 llvm::Value *Adj = RawAdj;
545 Adj = Builder.CreateAShr(Adj, ptrdiff_1, "memptr.adj.shifted")
    [all...]
  /external/javasqlite/src/main/java/SQLite/
Database.java 933 double adj = (ms < 0) ? 0 : 0.5; local
934 double d = (ms + adj) / 86400000.0 + 2440587.5;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
decimal.py     [all...]
  /external/python/cpython2/Lib/
decimal.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py     [all...]

Completed in 2106 milliseconds

12 3 4 5