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

1 2 3

  /external/elfutils/libelf/
elf32_fsize.c 94 local_strong_alias (elfw2(LIBELFBITS, fsize), __elfw2(LIBELFBITS, msize))
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
stochastic_linear_ranker.h 127 void SetMiniBatchSize(const uint64 msize) {
128 mini_batch_size_ = msize;
129 learning_rate_controller_.SetMiniBatchSize(msize);
  /external/kernel-headers/original/linux/
wanrouter.h 205 unsigned msize; /* dual-port memory size */ member in struct:wandev_conf
473 unsigned msize; /* dual-port memory size */ member in struct:wan_device
  /bionic/libc/kernel/common/linux/
wanrouter.h 162 unsigned msize; member in struct:wandev_conf
  /development/ndk/platforms/android-3/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /external/v8/src/
platform-cygwin.cc 155 const size_t msize = RoundUp(requested, sysconf(_SC_PAGESIZE)); local
157 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANONYMOUS, -1, 0);
162 *allocated = msize;
163 UpdateAllocatedSpaceLimits(mbase, msize);
platform-macos.cc 153 const size_t msize = RoundUp(requested, getpagesize()); local
156 msize,
165 *allocated = msize;
166 UpdateAllocatedSpaceLimits(mbase, msize);
platform-solaris.cc 182 const size_t msize = RoundUp(requested, getpagesize()); local
184 void* mbase = mmap(NULL, msize, prot, MAP_PRIVATE | MAP_ANON, -1, 0);
190 *allocated = msize;
191 UpdateAllocatedSpaceLimits(mbase, msize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wanrouter.h 205 unsigned msize; /* dual-port memory size */ member in struct:wandev_conf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 205 unsigned msize; /* dual-port memory size */ member in struct:wandev_conf
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wanrouter.h 205 unsigned msize; /* dual-port memory size */ member in struct:wandev_conf
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
wanrouter.h 143 unsigned msize; member in struct:wandev_conf

Completed in 213 milliseconds

1 2 3