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

1 23 4 5

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py     [all...]
  /external/e2fsprogs/e2fsck/
pass3.c 643 errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino, int adj)
657 printf("Adjusting link count for inode %lu by %d (from %d)\n", ino, adj,
661 if (adj == 1) {
667 } else if (adj == -1) {
e2fsck.h 536 int adj);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 144 const unsigned adj = tx->base.box.x & NOUVEAU_MIN_BUFFER_MAP_ALIGN_MASK; local
145 const unsigned size = align(tx->base.box.width, 4) + adj;
153 tx->map += adj;
158 tx->offset += adj;
    [all...]
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 163 double adj = endPt[1]->fX - origX; local
167 double sign = (fPts[oddMan].fY - origY) * adj - (fPts[oddMan].fX - origX) * opp;
169 double sign2 = (fPts[oddMan2].fY - origY) * adj - (fPts[oddMan2].fX - origX) * opp;
182 double test = (pts[n].fY - origY) * adj - (pts[n].fX - origX) * opp;
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 4291 ir_variable *adj = body.make_temp(type, "adj"); local
4326 ir_variable *adj = body.make_temp(type, "adj"); local
4414 ir_variable *adj = body.make_temp(btype == glsl_type::float_type ? glsl_type::mat4_type : glsl_type::dmat4_type, "adj"); local
    [all...]
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 1585 double aadj, aadj1, adj; local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 1585 double aadj, aadj1, adj; local
    [all...]
  /external/libvorbis/lib/
psy.c 127 float adj=center_boost+abs(EHMER_OFFSET-k)*center_decay_rate; local
128 if(adj<0. && center_boost>0)adj=0.;
129 if(adj>0. && center_boost<0)adj=0.;
130 workc[i][j][k]+=adj;
    [all...]
  /system/core/lmkd/
lmkd.c 53 #define INKERNEL_ADJ_PATH "/sys/module/lowmemorykiller/parameters/adj"
130 #define ADJTOSLOT(adj) ((adj) + -OOM_SCORE_ADJ_MIN)
610 "Killing '%s' (%d), uid %d, adj %d\n"
  /external/owasp/sanitizer/empiricism/
html-containment.js 313 adj:
317 if (eq(dupe.node, adjacentNode)) { continue adj; }
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 314 int adj = (setup->bottom_edge_rule != 0) ? 1 : 0; local
320 /* Inclusive / exclusive depending upon adj (bottom-left or top-right) */
321 bbox.y0 = (MIN3(position->y[0], position->y[1], position->y[2]) + adj) >> FIXED_ORDER;
322 bbox.y1 = (MAX3(position->y[0], position->y[1], position->y[2]) - 1 + adj) >> FIXED_ORDER;
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nve4_compute.c 596 unsigned adj = 256 - (*pgpuaddr & 255); local
597 ptr += adj;
598 *pgpuaddr += adj;
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/amd64/
ssa.go 140 var adj int64
144 adj -= dzClearStep * (dzBlockLen - steps)
146 return off, adj
650 adj := duffAdj(v.AuxInt)
652 if adj != 0 {
655 p.From.Offset = adj
  /prebuilts/go/linux-x86/src/cmd/compile/internal/amd64/
ssa.go 140 var adj int64
144 adj -= dzClearStep * (dzBlockLen - steps)
146 return off, adj
650 adj := duffAdj(v.AuxInt)
652 if adj != 0 {
655 p.From.Offset = adj
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1513 U aadj2, adj, rv, rv0; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1496 U aadj2, adj, rv, rv0; local
    [all...]
  /external/python/cpython2/Python/
dtoa.c 1513 U aadj2, adj, rv, rv0; local
    [all...]
  /frameworks/base/media/java/android/media/
AudioManager.java 401 public static final String adjustToString(int adj) {
402 switch (adj) {
409 default: return new StringBuilder("unknown adjust mode ").append(adj).toString();
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 1027 int adj = 0; local
1096 adj = rfs->old_fs->group_desc_count;
1097 max_group = fs->group_desc_count - adj;
1118 i - adj + 1, max_group)
    [all...]
  /external/mksh/src/
edit.c 1400 int adj = x_adj_done; local
1661 int adj = x_adj_done; local
2976 int adj = x_adj_done; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_cl.c 1274 float adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); local
1289 float2 adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); local
1304 float4 adj = 1.f + r + (r2 * 0.5f) + (r2*r * 0.166666f) + (r2*r2 * 0.0416666f); local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf-m10300.c 3311 bfd_vma adj = 1 << irel->r_addend; local
    [all...]

Completed in 3795 milliseconds

1 23 4 5