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

1 2

  /external/qemu/elff/
elf_mapped_section.h 69 bool is_contained(const void* ptr, size_t rsize) const {
71 return is_mapped() && is_in_section(ptr, rsize, data(), size());
elf_defs.h 109 * rsize - Size of the range to check.
117 is_in_section(const void* rp, size_t rsize, const void* ss, size_t ssize) {
118 const void* rend = INC_CPTR(rp, rsize);
  /ndk/sources/host-tools/ndk-stack/elff/
elf_mapped_section.h 69 bool is_contained(const void* ptr, size_t rsize) const {
71 return is_mapped() && is_in_section(ptr, rsize, data(), size());
elf_defs.h 109 * rsize - Size of the range to check.
117 is_in_section(const void* rp, size_t rsize, const void* ss, size_t ssize) {
118 const void* rend = INC_CPTR(rp, rsize);
  /external/chromium/net/tools/flip_server/
ring_buffer.cc 136 int rsize; local
137 GetReadablePtr(&rptr, &rsize);
141 while (rsize && bytes_remaining) {
142 if (rsize > bytes_remaining) {
143 rsize = bytes_remaining;
145 memcpy(bytes + bytes_read, rptr, rsize);
146 bytes_read += rsize;
147 bytes_remaining -= rsize;
148 AdvanceReadablePtr(rsize);
149 GetReadablePtr(&rptr, &rsize);
    [all...]
  /external/chromium_org/net/tools/flip_server/
ring_buffer.cc 136 int rsize; local
137 GetReadablePtr(&rptr, &rsize);
141 while (rsize && bytes_remaining) {
142 if (rsize > bytes_remaining) {
143 rsize = bytes_remaining;
145 memcpy(bytes + bytes_read, rptr, rsize);
146 bytes_read += rsize;
147 bytes_remaining -= rsize;
148 AdvanceReadablePtr(rsize);
149 GetReadablePtr(&rptr, &rsize);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
nfs4_mount.h 29 int rsize; /* 1 */ member in struct:nfs4_mount_data
nfs_mount.h 31 int rsize; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs4_mount.h 29 int rsize; /* 1 */ member in struct:nfs4_mount_data
nfs_mount.h 31 int rsize; /* 1 */ member in struct:nfs_mount_data
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
nfs4_mount.h 29 int rsize; /* 1 */ member in struct:nfs4_mount_data
nfs_mount.h 31 int rsize; /* 1 */ member in struct:nfs_mount_data
  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
dso_dl.c 327 int len, rsize, transform; local
330 rsize = len + 1;
334 rsize += strlen(extension);/* The length of ".s?" */
336 rsize += 3; /* The length of "lib" */
338 translated = OPENSSL_malloc(rsize);
dso_dlfcn.c 374 int len, rsize, transform; local
377 rsize = len + 1;
382 rsize += DSO_extlen; /* The length of ".so" */
384 rsize += 3; /* The length of "lib" */
386 translated = OPENSSL_malloc(rsize);
  /external/openssl/crypto/dso/
dso_dl.c 327 int len, rsize, transform; local
330 rsize = len + 1;
334 rsize += strlen(extension);/* The length of ".s?" */
336 rsize += 3; /* The length of "lib" */
338 translated = OPENSSL_malloc(rsize);
dso_dlfcn.c 374 int len, rsize, transform; local
377 rsize = len + 1;
382 rsize += DSO_extlen; /* The length of ".so" */
384 rsize += 3; /* The length of "lib" */
386 translated = OPENSSL_malloc(rsize);
  /bionic/libc/upstream-dlmalloc/
malloc.c 4252 size_t rsize = m->topsize -= nb; local
4458 size_t rsize = -nb; \/* Unsigned negation *\/ local
4529 size_t rsize; local
4620 size_t rsize; local
4661 size_t rsize = gm->dvsize - nb; local
4681 size_t rsize = gm->topsize -= nb; local
4844 size_t rsize = oldsize - nb; local
4890 size_t rsize = oldsize + nextsize - nb; local
5556 size_t rsize; local
5597 size_t rsize = ms->dvsize - nb; local
5617 size_t rsize = ms->topsize -= nb; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3967 size_t rsize = granularity_align(nb + SYS_ALLOC_PADDING); local
4056 size_t rsize = m->topsize -= nb; local
4191 size_t rsize = -nb; \/* Unsigned negation *\/ local
4262 size_t rsize; local
4319 size_t rsize = oldsize - nb; local
4647 size_t rsize; local
4688 size_t rsize = gm->dvsize - nb; local
4708 size_t rsize = gm->topsize -= nb; local
5082 size_t rsize; local
5123 size_t rsize = ms->dvsize - nb; local
5143 size_t rsize = ms->topsize -= nb; local
    [all...]
  /external/libffi/src/
dlmalloc.c 3451 size_t rsize = granularity_align(req); local
3535 size_t rsize = m->topsize -= nb; local
3661 size_t rsize = -nb; \/* Unsigned negation *\/ local
3734 size_t rsize; local
3792 size_t rsize = oldsize - nb; local
4111 size_t rsize; local
4152 size_t rsize = gm->dvsize - nb; local
4172 size_t rsize = gm->topsize -= nb; local
4518 size_t rsize; local
4559 size_t rsize = ms->dvsize - nb; local
4579 size_t rsize = ms->topsize -= nb; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 3463 size_t rsize = granularity_align(req); local
3545 size_t rsize = m->topsize -= nb; local
3671 size_t rsize = -nb; \/* Unsigned negation *\/ local
3744 size_t rsize; local
3802 size_t rsize = oldsize - nb; local
4121 size_t rsize; local
4162 size_t rsize = gm->dvsize - nb; local
4182 size_t rsize = gm->topsize -= nb; local
4528 size_t rsize; local
4569 size_t rsize = ms->dvsize - nb; local
4589 size_t rsize = ms->topsize -= nb; local
    [all...]
  /external/linux-tools-perf/util/
trace-event-read.c 58 int rsize = size; local
77 return rsize;
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.cpp 384 size_t rsize = read(compass_fd, rdata, (8 * mEnable + 8) * 1); local
387 rsize = read(compass_fd, rdata, (8 + 8) * IIO_BUFFER_LENGTH);
388 // LOGI("clear buffer with size: %d", rsize);
391 LOGI("get one sample of AMI IIO data with size: %d", rsize);
MPLSensor.cpp     [all...]
  /system/core/fastboot/
fastboot.c 334 unsigned ksize = 0, rsize = 0; local
363 rdata = load_file(ramdisk, &rsize);
372 rdata, rsize, ramdisk_offset,
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.cpp     [all...]

Completed in 364 milliseconds

1 2