HomeSort by relevance Sort by last modified time
    Searched defs:BLOCK_SIZE (Results 26 - 34 of 34) sorted by null

12

  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 23 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
  /dalvik/vm/alloc/
Copying.c 157 enum { BLOCK_SIZE = 1 << BLOCK_SHIFT };
337 addr = &heapSource->blockBase[i*BLOCK_SIZE];
338 memset(addr, 0, blocks*BLOCK_SIZE);
373 addr = (u1 *) (((uintptr_t) heapSource->baseBlock + block) * BLOCK_SIZE);
385 addr = heapSource->blockBase + block*BLOCK_SIZE;
386 memset(addr, 0xCC, BLOCK_SIZE);
387 for (i = 0; i < BLOCK_SIZE; i += 8) {
415 LOG_SCAV("freed %zu blocks (%zu bytes)", count, count*BLOCK_SIZE);
467 heapSource->minimumSize = alignUp(startSize, BLOCK_SIZE);
468 heapSource->maximumSize = alignUp(absoluteMaxSize, BLOCK_SIZE);
    [all...]
  /external/grub/stage2/
fsys_ext2fs.c 31 #define BLOCK_SIZE 1024 /* initial block size for superblock read */
35 #define SBLOCK (WHICH_SUPER * BLOCK_SIZE / DEV_BSIZE) /* = 2 */
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 64 #define BLOCK_SIZE 4
    [all...]
  /external/kernel-headers/original/linux/
fs.h 28 #define BLOCK_SIZE (1<<BLOCK_SIZE_BITS)
    [all...]

Completed in 304 milliseconds

12