/external/llvm/test/Analysis/ScalarEvolution/ |
avoid-infinite-recursion-1.ll | 44 %struct.buf = type <{ %struct.bufobj*, i64, i8*, i8*, i32, i8, i8, i8, i8, i64, i64, void (%struct.buf*)*, i64, i64, %struct.buflists, %struct.buf*, %struct.buf*, i32, i8, i8, i8, i8, %struct.buflists, i16, i8, i8, i32, i8, i8, i8, i8, i8, i8, i8, i8, %struct.lock, i64, i64, i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struct.ucred*, %struct.ucred*, i8*, %union.pager_info, i8, i8, i8, i8, %union.anon, [32 x %struct.vm_page*], i32, i8, i8, i8, i8, %struct.workhead, i8*, i8*, i8*, i32, i8, i8, i8, i8 }> 47 %struct.bufobj = type <{ %struct.mtx, %struct.bufv, %struct.bufv, i64, i32, i8, i8, i8, i8, %struct.buf_ops*, i32, i8, i8, i8, i8, %struct.vm_object*, %6, i8*, %struct.vnode* }> 56 %struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, i32, i64, %struct.cdev_privdata*, i64, i8* }> 62 %struct.freelst = type <{ %struct.vnode*, %struct.vnode** }> 90 %struct.lockf_entry = type <{ i16, i16, i8, i8, i8, i8, i64, i64, %struct.lock_owner*, %struct.vnode*, %struct.inode*, %struct.task*, %24, %struct.lockf_edge_list, %struct.lockf_edge_list, i32, i8, i8, i8, i8 }> 98 %struct.mount = type <{ %struct.mtx, i32, i8, i8, i8, i8, %struct.mntlist, %struct.vfsops*, %struct.vfsconf*, %struct.vnode*, %struct.vnode*, i32, i8, i8, i8, i8, %struct.freelst, i32, i32, i32, i32, i32, i32, %struct.vfsoptlist*, %struct.vfsoptlist*, i32, i8, i8, i8, i8, %struct.statfs, %struct.ucred*, i8*, i64, i32, i8, i8, i8, i8, %struct.netexport*, %struct.label*, i32, i32, i32, i32, %struct.thread*, i8*, %struct.lock }> 111 %struct.prison = type <{ %9, i32, i32, i32, i32, %10, %9, %struct.prison*, %struct.mtx, %struct.task, %struct.osd, %struct.cpuset*, %struct.vnet*, %struct.vnode*, i32, i32, %struct.in_addr*, %struct.in6_addr*, [4 x i8*], i32, i32, i32, i32, i32, [5 x i32], i64, [256 x i8], [1024 x i8], [256 x i8], [256 x i8], [64 x i8] }> 112 %struct.proc = type <{ %7, %8, %struct.mtx, %struct.ucred*, %struct.filedesc*, %struct.filedesc_to_leader*, %struct.pstats*, %struct.plimit*, %struct.callout, %struct.sigacts*, i32, i32, i32, i8, i8, i8, i8, %7, %7, %struct.proc*, %7, %13, %struct.mtx, %struct.ksiginfo*, %struct.sigqueue, i32, i8, i8, i8, i8, %struct.vmspace*, i32, i8, i8, i8, i8, %struct.itimerval, %struct.rusage, %struct.rusage_ext, %struct.rusage_ext, i32, i32, i32, i8, i8, i8, i8, %struct.vnode*, %struct.ucred*, %struct.vnode*, i32, i8, i8, i8, i8, %struct.sigiolst, i32, i32, i64, i32, i32, (…) [all...] |
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
VNodeBuilder.java | 39 * {@link VNode}, and {@link PropertyNode}. 43 * This is called VNode, not VCardNode, since it was used for expressing vCalendar (iCal). 49 private List<VNode> mVNodeList = new ArrayList<VNode>(); 50 private VNode mCurrentVNode; 88 mCurrentVNode = new VNode(); 167 public List<VNode> getVNodeList() { 171 public VNode getCurrentVNode() {
|
VNode.java | 26 public class VNode {
|
PropertyNodesVerifierElem.java | 30 * Utility class which verifies input VNode. 32 * This class first checks whether each propertyNode in the VNode is in the 208 public void verify(VNode vnode) { 209 for (PropertyNode actualNode : vnode.propList) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
bfs_fs.h | 16 /* SVR4 vnode type values (bfs_inode->i_vtype) */
|
coda.h | 232 * Vnode types. VNON means no type. 237 long va_type; /* vnode type (for create) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
bfs_fs.h | 16 /* SVR4 vnode type values (bfs_inode->i_vtype) */
|
coda.h | 232 * Vnode types. VNON means no type. 237 long va_type; /* vnode type (for create) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
bfs_fs.h | 16 /* SVR4 vnode type values (bfs_inode->i_vtype) */
|
coda.h | 232 * Vnode types. VNON means no type. 237 long va_type; /* vnode type (for create) */
|
/external/chromium_org/third_party/icu/source/common/ |
triedict.cpp | 586 static inline uint32_t calcEqualLink(const CompactTrieVerticalNode *vnode){ 587 if(vnode->flagscount & kEqualOverflows){ 589 uint16_t *overflow = (uint16_t *) &vnode->chars[getCount((CompactTrieNode*)vnode)]; 590 return vnode->equal + (((uint32_t)*overflow) << 16); 592 return vnode->equal; 629 static inline uint16_t getValue(const CompactTrieVerticalNode *vnode){ 631 uint16_t overflowSize = (vnode->flagscount & kEqualOverflows)? sizeof(uint16_t) : 0; 632 return *((uint16_t *)((uint8_t *)&vnode->chars[getCount((CompactTrieNode *)vnode)] + overflowSize)); 719 const CompactTrieVerticalNode *vnode = (const CompactTrieVerticalNode *)node; local 834 const CompactTrieVerticalNode *vnode = (const CompactTrieVerticalNode *)node; local 1699 const CompactTrieVerticalNode *vnode = (const CompactTrieVerticalNode *)node; local [all...] |
/external/valgrind/main/coregrind/ |
m_hashtable.c | 142 void VG_(HT_add_node) ( VgHashTable table, void* vnode ) 144 VgHashNode* node = (VgHashNode*)vnode;
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
cgraph.h | [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
cgraph.h | [all...] |
/external/chromium_org/third_party/icu/patches/ |
segmentation.patch | [all...] |
/external/kernel-headers/original/linux/ |
coda.h | 236 * Vnode types. VNON means no type. 241 long va_type; /* vnode type (for create) */
|
fs.h | [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
sysinfo.cc | [all...] |
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
sysinfo.cc | 751 // 0x8048000 0x804a000 2 0 0xc104ce70 r-x 1 0 0x0 COW NC vnode /bin/cat [all...] |
/external/strace/ |
system.c | 1288 #include <sys/vnode.h> [all...] |
/external/tcpdump/ |
print-rx.c | 350 { 102, "no such vnode" }, [all...] |
/external/mksh/src/ |
mksh.1 | [all...] |