/hardware/intel/img/psb_video/src/ |
psb_ws_driver.c | 43 struct _PsbDrmValidateNode *vNode = malloc(sizeof(*vNode)); 45 if (vNode == NULL) return NULL; 47 vNode->base.func = func; 48 vNode->base.type_id = 0; 49 return &vNode->base; 86 struct _PsbDrmValidateNode *vNode = 89 memset(&vNode->val_arg.d.req, 0, sizeof(vNode->val_arg.d.req));
|
/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 | 38 * {@link VNode}, and {@link PropertyNode}. 42 * This is called VNode, not VCardNode, since it was used for expressing vCalendar (iCal). 48 private List<VNode> mVNodeList = new ArrayList<VNode>(); 49 private VNode mCurrentVNode; 87 mCurrentVNode = new VNode(); 166 public List<VNode> getVNodeList() { 170 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) {
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
WsbmWrapper.c | 45 struct PsbWsbmValidateNode * vNode = malloc(sizeof(*vNode)); 46 if(!vNode) { 51 vNode->base.func = func; 52 vNode->base.type_id = 0; 53 return &vNode->base; 81 struct PsbWsbmValidateNode * vNode = 83 memset(&vNode->arg.d.req, 0, sizeof(vNode->arg.d.req));
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
WsbmWrapper.c | 46 struct PsbWsbmValidateNode * vNode = malloc(sizeof(*vNode)); 47 if(!vNode) { 52 vNode->base.func = func; 53 vNode->base.type_id = 0; 54 return &vNode->base; 82 struct PsbWsbmValidateNode * vNode = 84 memset(&vNode->arg.d.req, 0, sizeof(vNode->arg.d.req));
|
/external/kernel-headers/original/uapi/linux/ |
bfs_fs.h | 18 /* SVR4 vnode type values (bfs_inode->i_vtype) */
|
coda.h | 210 * Vnode types. VNON means no type. 215 long va_type; /* vnode type (for create) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
bfs_fs.h | 18 /* SVR4 vnode type values (bfs_inode->i_vtype) */
|
coda.h | 208 * Vnode types. VNON means no type. 213 long va_type; /* vnode type (for create) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
bfs_fs.h | 18 /* SVR4 vnode type values (bfs_inode->i_vtype) */
|
coda.h | 208 * Vnode types. VNON means no type. 213 long va_type; /* vnode type (for create) */
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
is-a.h | 91 varpool_node *vnode = dyn_cast <varpool_node> (node); 92 if (vnode && vnode->finalized) 93 varpool_analyze_node (vnode);
|
cgraph.h | 838 if (varpool_node *vnode = dyn_cast <varpool_node> (node)) 839 return vnode; 866 varpool_node *vnode = dyn_cast <varpool_node> (node); local 867 if (vnode && DECL_INITIAL (node->symbol.decl)) 868 return vnode; 899 varpool_node *vnode = dyn_cast <varpool_node> (node); local [all...] |
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
SOAPBuilder.java | 73 XMLNode vNode = new XMLNode(pddNode, OMAConstants.TAG_SupportedVersions, 75 vNode.setText("1.0"); 76 pddNode.addChild(vNode);
|
/external/toybox/toys/pending/ |
crond.c | 305 VAR *v, *vnode = (VAR *)l->var; local 309 while (vnode && (v = dlist_pop(&vnode))) { 396 VAR *v, *vnode = (VAR *)cfile->var; local 401 while (vnode && (v = dlist_pop(&vnode))) {
|
/external/compiler-rt/lib/profile/ |
InstrProfData.inc | 603 ValueProfNode *VNode = Record->NodesKind[VK][S]; 605 Dst[I] = VNode->VData; 606 VNode = VNode->Next;
|
/external/llvm/include/llvm/ProfileData/ |
InstrProfData.inc | 603 ValueProfNode *VNode = Record->NodesKind[VK][S]; 605 Dst[I] = VNode->VData; 606 VNode = VNode->Next;
|
/external/valgrind/coregrind/ |
m_hashtable.c | 144 void VG_(HT_add_node) ( VgHashTable *table, void* vnode ) 146 VgHashNode* node = (VgHashNode*)vnode;
|
/prebuilts/go/darwin-x86/src/syscall/ |
zsysctl_openbsd.go | 117 {"kern.vnode", []_C_int{1, 13}},
|
/prebuilts/go/linux-x86/src/syscall/ |
zsysctl_openbsd.go | 117 {"kern.vnode", []_C_int{1, 13}},
|
/external/tcpdump/ |
print-rx.c | 439 { 102, "no such vnode" }, [all...] |
/external/jemalloc/bin/ |
jeprof.in | [all...] |
/external/mksh/src/ |
mksh.1 | [all...] |