HomeSort by relevance Sort by last modified time
    Searched refs:area (Results 276 - 300 of 541) sorted by null

<<11121314151617181920>>

  /bionic/tools/relocation_packer/src/
elf_file.cc 66 uint8_t* area = new uint8_t[size]; local
67 memcpy(area, section_data, size);
68 data->d_buf = area;
    [all...]
  /external/linux-kselftest/tools/testing/selftests/vm/
userfaultfd.c 27 * area.
39 * megabytes (MiB) of the area and the number of bounces to execute.
500 * Be strict and immediately zap area_src, the whole area has
564 * generate pagefaults, will mremap the area monitored by the
566 * area.
567 * For the anonymous and shared memory the area is divided into two
570 * mremap, the entire monitored area is accessed in a single pass for
768 void *area; local
818 if (posix_memalign(&area, page_size, page_size)) {
822 zeropage = area;
    [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp 836 // state is overriden by the tessellation output, set bbox to invisible area to imitiate dirty state left by application
    [all...]
  /external/dng_sdk/source/
dng_negative.cpp 1511 dng_rect area;
1517 while (iter.GetOneTile (area))
1522 buffer.fArea = area;
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
planar_functions.cc 1905 int area = radius * (bot_y - top_y); local
    [all...]
  /external/libyuv/files/source/
planar_functions.cc 2238 int area = radius * (bot_y - top_y); local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-v850.c 262 v850_comm (int area)
360 switch (area)
396 switch (area)
423 switch (area)
458 switch (area)
463 do_v850_seg (area, 0);
464 S_SET_SEGMENT (symbolP, v850_seg_table[area].s);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 269 // On ppc64 and s390x, the callback arguments are in the arguments area of
274 // | | fixed frame area |
276 // | | arguments area |
278 // | | fixed frame area |
282 // | | fixed frame area |
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 269 // On ppc64 and s390x, the callback arguments are in the arguments area of
274 // | | fixed frame area |
276 // | | arguments area |
278 // | | fixed frame area |
282 // | | fixed frame area |
  /external/opencv/cv/src/
cvcalibinit.cpp 1658 double area = fabs(cvContourArea(dst_contour, CV_WHOLE_SEQ)); local
1849 double area = fabs(cvContourArea(dst_contour, CV_WHOLE_SEQ)); local
    [all...]
cvpyrsegmentation.cpp     [all...]
  /cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh 29 XCPU/compiler performance measurement, in particular in the area of
    [all...]
  /external/ImageMagick/www/api/
memory.php 159 <p>CopyMagickMemory() copies size bytes from memory area source to the destination. Copying between objects that overlap will take place correctly. It returns destination.</p>
308 <p>ResetMagickMemory() fills the first size bytes of the memory area pointed to by memory with the constant byte c.</p>
compare.php 231 <dd>find an area of the image that closely resembles this image. </dd>
  /external/mksh/src/
var.c 73 /* TODO: could use e->area (l->area => l->areap) */
74 ainit(&l->area);
83 ktinit(&l->area, &l->vars, 0);
84 ktinit(&l->area, &l->funs, 0);
112 afreeall(&l->area);
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/metag/
sysv.S 230 ! saved area. We need to restore 4 regs, therefore we need to move
  /external/skia/src/gpu/text/
GrAtlasGlyphCache.cpp 460 size_t size = glyph->fBounds.area() * bytesPerPixel;
  /packages/apps/Camera2/src/com/android/camera/settings/
CameraSettingsActivity.java 468 if (settingSize == null || settingSize.area() == 0) {
  /external/clang/www/analyzer/scripts/
expandcollapse.js 126 // Calculate the absoute Y coordinate of visible area.
  /external/libpcap/msdos/
pkt_rx0.asm 58 _pktTemp db 20 dup (0) ; temp work area
  /external/skia/src/core/
SkBitmap.cpp 441 void SkBitmap::erase(SkColor c, const SkIRect& area) const {
457 if (result.erase(c, area)) {
  /external/syslinux/mbr/
oldmbr.asm 197 align 4, db 0 ; Begin data area
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
link.go 201 // the hardware stack pointer and the local variable area.
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips/
asm.go 163 // thread pointer is at 0x7000 offset from the start of TLS data area
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
link.go 201 // the hardware stack pointer and the local variable area.

Completed in 580 milliseconds

<<11121314151617181920>>