HomeSort by relevance Sort by last modified time
    Searched defs:blocks (Results 176 - 200 of 251) sorted by null

1 2 3 4 5 6 78 91011

  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
nfs_xdr.h 59 __u32 blocks; member in struct:nfs2_fsstat
  /system/core/sdcard/
fuse.h 89 __u64 blocks; member in struct:fuse_attr
106 __u64 blocks; member in struct:fuse_kstatfs
  /external/kernel-headers/original/linux/
nfs_xdr.h 44 __u32 blocks; member in struct:nfs_fattr::__anon9850::__anon9851
97 __u32 blocks; /* No. of "bsize" blocks on filesystem */ member in struct:nfs2_fsstat
98 __u32 bfree; /* No. of free "bsize" blocks */
99 __u32 bavail; /* No. of available "bsize" blocks */
sched.h 722 gid_t *blocks[0]; member in struct:group_info
746 ((gi)->blocks[(i)/NGROUPS_PER_BLOCK][(i)%NGROUPS_PER_BLOCK])
    [all...]
soundcard.h 616 int blocks; /* # of fragment transitions since last time */ member in struct:count_info
    [all...]
  /external/v8/src/arm/
lithium-arm.cc 443 HPhase phase("L_Mark empty blocks", this);
444 for (int i = 0; i < graph()->blocks()->length(); ++i) {
445 HBasicBlock* block = graph()->blocks()->at(i);
557 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local
558 for (int i = 0; i < blocks->length(); i++) {
560 if (i < blocks->length() - 1) next = blocks->at(i + 1);
561 DoBasicBlock(blocks->at(i), next);
    [all...]
  /external/v8/src/
hydrogen.h 224 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HLoopInformation
251 const ZoneList<HBasicBlock*>* blocks() const { return &blocks_; } function in class:v8::internal::HGraph
736 // pair of return blocks in the context. When not inlining, there is no
741 // return blocks. NULL in all other cases.
753 // A class encapsulating (lazily-allocated) break and continue blocks for
927 // from the loop. All blocks except loop_entry can be NULL. The return
    [all...]
  /external/v8/src/ia32/
lithium-ia32.cc 387 HPhase phase("L_Mark empty blocks", this);
388 for (int i = 0; i < graph()->blocks()->length(); ++i) {
389 HBasicBlock* block = graph()->blocks()->at(i);
552 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local
553 for (int i = 0; i < blocks->length(); i++) {
555 if (i < blocks->length() - 1) next = blocks->at(i + 1);
556 DoBasicBlock(blocks->at(i), next);
    [all...]
  /external/v8/src/mips/
lithium-mips.cc 443 HPhase phase("L_Mark empty blocks", this);
444 for (int i = 0; i < graph()->blocks()->length(); ++i) {
445 HBasicBlock* block = graph()->blocks()->at(i);
557 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local
558 for (int i = 0; i < blocks->length(); i++) {
560 if (i < blocks->length() - 1) next = blocks->at(i + 1);
561 DoBasicBlock(blocks->at(i), next);
    [all...]
  /external/v8/src/x64/
lithium-x64.cc 385 HPhase phase("L_Mark empty blocks", this);
386 for (int i = 0; i < graph()->blocks()->length(); ++i) {
387 HBasicBlock* block = graph()->blocks()->at(i);
550 const ZoneList<HBasicBlock*>* blocks = graph()->blocks(); local
551 for (int i = 0; i < blocks->length(); i++) {
553 if (i < blocks->length() - 1) next = blocks->at(i + 1);
554 DoBasicBlock(blocks->at(i), next);
    [all...]
  /external/valgrind/main/exp-sgcheck/
sg_main.c 166 /* Hopefully the .base test hits most of the time. For the blocks
298 identical blocks are claimed to have different sizes. In which
317 /* This makes the blocks identical, at the size of the
322 stage will get rid of one of the blocks. This is
331 /* If there are any blocks which overlap and have the same
348 "overlapping stack blocks\n");
384 XArray* blocks = VG_(di_get_stack_blocks_at_ip)( ip, True/*arrays only*/ ); local
385 tl_assert(blocks);
386 return StackBlocks__find_and_dealloc__or_add( blocks );
559 overlapping stack blocks. *
1185 XArray* blocks; \/* XArray* of StackBlock, or NULL if none *\/ member in struct:__anon17040
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bt_amp_hci.h 307 uint16 blocks; member in struct:data_blocks
  /bionic/libc/kernel/common/linux/
soundcard.h 452 int blocks; member in struct:count_info
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 423 int blocks; member in struct:count_info
  /external/e2fsprogs/lib/blkid/
probe.h 211 __u32 blocks; member in struct:cramfs_super_block::cramfs_info
  /external/expat/lib/
xmlparse.c 224 BLOCK *blocks; member in struct:__anon8050
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
soundcard.h 604 int blocks; /* # of fragment transitions since last time */ member in struct:count_info
    [all...]

Completed in 586 milliseconds

1 2 3 4 5 6 78 91011