HomeSort by relevance Sort by last modified time
    Searched refs:num_max (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/base/
cookie_monster.cc 317 // Helper for GarbageCollection. If |cookie_its->size() > num_max|, remove the
318 // |num_max - num_purge| most recently accessed cookies from cookie_its.
325 // than num_max), true otherwise.
327 size_t num_max,
331 DCHECK_LE(num_purge, num_max);
332 if (cookie_its->size() > num_max) {
335 num_purge += cookie_its->size() - num_max;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 239 unsigned int num_min, num_max, num_step; member in struct:snd_ratden
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 239 unsigned int num_min, num_max, num_step; member in struct:snd_ratden
    [all...]

Completed in 38 milliseconds