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

  /frameworks/av/include/media/nbaio/
roundup.h 25 unsigned roundup(unsigned v);
NBLog.h 24 #include <media/nbaio/roundup.h>
  /frameworks/av/media/libnbaio/
roundup.c 17 #include <media/nbaio/roundup.h>
19 unsigned roundup(unsigned v) function
Pipe.cpp 24 #include <media/nbaio/roundup.h>
30 mMaxFrames(roundup(maxFrames)),
Android.mk 14 roundup.c \
NBLog.cpp 51 : mSize(roundup(size)), mOwn(shared == NULL),
69 return sizeof(Shared) + roundup(size);
80 : mSize(roundup(size)), mShared((Shared *) shared), mRear(0), mEnabled(mShared != NULL)
85 : mSize(roundup(size)), mShared(iMemory != 0 ? (Shared *) iMemory->pointer() : NULL),
275 : mSize(roundup(size)), mShared((const Shared *) shared), mFront(0)
280 : mSize(roundup(size)), mShared(iMemory != 0 ? (const Shared *) iMemory->pointer() : NULL),
MonoPipe.cpp 28 #include <media/nbaio/roundup.h>
37 mMaxFrames(roundup(reqFrames)),
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
param.h 55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
59 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h 55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
59 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
param.h 55 # define roundup(x, y) (__builtin_constant_p (y) && powerof2 (y) \ macro
59 # define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
  /external/openssh/
buffer.c 129 newlen = roundup(buffer->alloc + len, BUFFER_ALLOCSZ);
155 if (roundup(buffer->alloc + len, BUFFER_ALLOCSZ) <= BUFFER_MAX_LEN)
defines.h 435 #ifndef roundup
436 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
kex.c 490 digest = xmalloc(roundup(need, mdsz));
sshconnect.c     [all...]
packet.c 175 /* roundup current message to extra_pad bytes */
900 roundup(active_state->extra_pad, block_size);
    [all...]
  /frameworks/av/media/libmedia/
Android.mk 58 LOCAL_SRC_FILES += ../libnbaio/roundup.c
  /external/kernel-headers/original/linux/
kernel.h 36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
  /external/elfutils/src/
strings.c 483 roundup (2 * min_len_bytes + 1, ps));
  /external/linux-tools-perf/util/
symbol.c 36 #define roundup(x, y) ((((x) + ((y) - 1)) / (y)) * (y)) macro
113 curr->end = roundup(curr->start, 4096);
    [all...]

Completed in 3464 milliseconds