HomeSort by relevance Sort by last modified time
    Searched refs:adjust (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/skia/src/core/
SkAutoKern.h 19 * the adjust() method returns a SkFixed corresponding
27 SkFixed adjust(const SkGlyph& glyph) function in class:SkAutoKern
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); local
46 return adjust;
  /external/skia/src/core/
SkAutoKern.h 19 * the adjust() method returns a SkFixed corresponding
27 SkFixed adjust(const SkGlyph& glyph) function in class:SkAutoKern
44 SkFixed adjust = SkAutoKern_AdjustF(fPrevRsbDelta, glyph.fLsbDelta); local
46 return adjust;
  /external/chromium_org/third_party/WebKit/Source/wtf/
TCSystemAlloc.cpp 120 // Adjust the return memory so it is aligned
122 size_t adjust = 0; local
124 adjust = alignment - (ptr & (alignment - 1));
128 if (adjust > 0) {
129 munmap(reinterpret_cast<void*>(ptr), adjust); local
131 if (adjust < extra) {
132 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust);
135 ptr += adjust;
173 // Adjust the return memory so it is aligne
175 size_t adjust = 0; local
183 VirtualFree(reinterpret_cast<void*>(ptr), adjust, MEM_DECOMMIT); local
    [all...]
  /system/core/libutils/
FileMap.cpp 95 int adjust; local
116 adjust = offset % mPageSize;
117 adjOffset = offset - adjust;
118 adjLength = length + adjust;
134 int prot, flags, adjust; local
159 adjust = offset % mPageSize;
161 adjOffset = offset - adjust;
162 adjLength = length + adjust;
174 adjust = offset;
188 mDataPtr = (char*) mBasePtr + adjust;
    [all...]
  /external/srec/srec/clib/
cnorm_tr.c 78 int ii, adjust; local
91 adjust = mean_normalize_data(chandata[ii], 0);
92 /* channorm->adjust[ii]= adjust; */
94 shift_distribution_counts(chandata[ii], adjust);
96 shift_parameters(chandata[ii], adjust);
98 channorm->imelda_adjust[ii] += adjust;
100 channorm->adjust[ii] += adjust;
116 log_report("%d ", channorm->adjust[ii])
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
system-alloc.cc 316 // Adjust the return memory so it is aligned
318 size_t adjust = 0;
320 adjust = alignment - (ptr & (alignment - 1));
324 if (adjust > 0) {
325 munmap(reinterpret_cast<void*>(ptr), adjust);
327 if (adjust < extra) {
328 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust);
331 ptr += adjust;
405 // Adjust the return memory so it is aligne
    [all...]
  /external/javassist/sample/duplicate/
Ball.java 22 // Adjust the position so that the backup object is visible.
23 private void adjust() { method in class:Ball
38 adjust(); method
  /external/chromium_org/third_party/skia/include/views/animated/
SkScrollBarView.h 40 void adjust();
  /external/skia/include/views/animated/
SkScrollBarView.h 40 void adjust();
  /external/chromium_org/third_party/skia/src/views/animated/
SkScrollBarView.cpp 26 this->adjust();
37 this->adjust();
49 this->adjust();
61 this->adjust();
120 void SkScrollBarView::adjust() function in class:SkScrollBarView
  /external/skia/src/views/animated/
SkScrollBarView.cpp 26 this->adjust();
37 this->adjust();
49 this->adjust();
61 this->adjust();
120 void SkScrollBarView::adjust() function in class:SkScrollBarView
  /external/chromium_org/third_party/tcmalloc/chromium/src/
system-alloc.cc 454 // Adjust the return memory so it is aligned
456 size_t adjust = 0;
458 adjust = alignment - (ptr & (alignment - 1));
462 if (adjust > 0) {
463 munmap(reinterpret_cast<void*>(ptr), adjust);
465 if (adjust < extra) {
466 munmap(reinterpret_cast<void*>(ptr + adjust + size), extra - adjust);
469 ptr += adjust;
542 // Adjust the return memory so it is aligne
    [all...]
memfs_malloc.cc 202 // Adjust the return memory so it is aligned
203 size_t adjust = 0; local
205 adjust = alignment - (ptr & (alignment - 1));
207 ptr += adjust;
211 *actual_size = size + extra - adjust;
  /external/valgrind/main/memcheck/tests/
vcpu_fbench.stdout.exp 7 adjust iteration count so the benchmark runs about five minutes.
  /bootable/recovery/minzip/
SysUtil.c 155 int adjust; local
169 /* adjust to be page-aligned */
170 adjust = start % DEFAULT_PAGE_SIZE;
171 actualStart = start - adjust;
172 actualLength = length + adjust;
184 pMap->addr = (char*)memPtr + adjust;
  /external/icu4c/layout/
KernTable.cpp 176 float adjust = 0; local
215 adjust += font->xUnitsToPoints(value);
223 storage.adjustPosition(i, adjust, 0, success);
226 storage.adjustPosition(storage.getGlyphCount(), adjust, 0, success);
  /external/srec/srec/include/
channorm.h 40 int adjust[MAX_CHAN_DIM]; member in struct:__anon28278
  /dalvik/libdex/
SysUtil.cpp 199 int adjust; local
204 /* adjust to be page-aligned */
205 adjust = start % SYSTEM_PAGE_SIZE;
206 actualStart = start - adjust;
207 actualLength = length + adjust;
219 pMap->addr = (char*)memPtr + adjust;
255 * Align "addr" to a page boundary and adjust "length" appropriately.
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 246 // Adjust the return memory so it is aligned
248 size_t adjust = 0; local
250 adjust = alignment - (ptr & (alignment - 1));
253 ptr += adjust;
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/
multisect2.asm 28 add dl, 7 ; adjust
  /external/e2fsprogs/lib/ext2fs/
ext_attr.c 103 char *block_buf, int adjust,
126 header->h_refcount += adjust;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 73 typename _Alloc::group_adjustor adjust(m_size);
135 typename _Alloc::group_adjustor adjust(m_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 73 typename _Alloc::group_adjustor adjust(m_size);
135 typename _Alloc::group_adjustor adjust(m_size);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
erase_fn_imps.hpp 73 typename _Alloc::group_adjustor adjust(m_size);
135 typename _Alloc::group_adjustor adjust(m_size);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_resize_buffers.spec 42 when a window size changes but would still like Mesa to adjust to
59 and adjust its internal data structures. This may include

Completed in 1995 milliseconds

1 2 3 4 5 6 7 8 9