Home
last modified time | relevance | path

Searched refs:nodeid (Results 1 – 17 of 17) sorted by relevance

/external/antlr/runtime/ObjC/Framework/
DACBTree.m83 @synthesize nodeid;
102 nodeid = theDict.nxt_nodeid++;
105 if ( nodeid == 0 ) {
165 told.nodeid = 1;
192 nodeNum = tnew.nodeid;
193 tnew.nodeid = 0;
194 self.nodeid = nodeNum;
198 tnew.lnodeid = self.nodeid;
200 self.rnodeid = tnew.nodeid;
204 /* affected by nodeid swap */
[all …]
DACBTree.h57 NSInteger nodeid; /* node id */ variable
73 @property (assign) NSInteger nodeid;
DAMutableDictionary.m250 root.nodeid = 0;
/external/u-boot/drivers/ddr/fsl/
Dutil.c394 u64 nodeid; in remove_unused_controllers() local
400 nodeid = in_le64(hnf_sam_ctrl) & CCN_HN_F_SAM_NODEID_MASK; in remove_unused_controllers()
401 if (nodeid == CCN_HN_F_SAM_NODEID_DDR0) { in remove_unused_controllers()
403 } else if (nodeid == CCN_HN_F_SAM_NODEID_DDR1) { in remove_unused_controllers()
407 nodeid); in remove_unused_controllers()
/external/libnl/tests/
Dtest-u32-filter-with-actions.c47 __u32 htid=0, hash=0, nodeid=0; in get_u32_handle() local
69 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
72 if (nodeid>=0x1000) in get_u32_handle()
76 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
Dtest-complex-HTB-with-hash-filters.c48 __u32 htid=0, hash=0, nodeid=0; in get_u32_handle() local
70 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
73 if (nodeid>=0x1000) in get_u32_handle()
77 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_spread_test/
Dcpuset_memory_spread_testset.sh95 local nodeid="$1"
96 local nodepath="$nodedir/node$nodeid"
100 set_memsinfo_val $nodeid $info
/external/kernel-headers/original/uapi/linux/
Dfuse.h418 uint64_t nodeid; /* Inode ID */ member
433 uint64_t nodeid; member
715 uint64_t nodeid; member
772 uint64_t nodeid; member
780 uint64_t nodeid; member
Ddlm_plock.h36 __s32 nodeid; member
Ddlm_netlink.h27 int nodeid; member
Ddlm_device.h58 __u32 nodeid; member
/external/iproute2/tc/
Df_u32.c49 __u32 htid = 0, hash = 0, nodeid = 0; in get_u32_handle() local
71 nodeid = strtoul(str, &tmp, 16); in get_u32_handle()
74 if (nodeid >= 0x1000) in get_u32_handle()
78 *handle = (htid<<20)|(hash<<12)|nodeid; in get_u32_handle()
87 __u32 nodeid = TC_U32_NODE(handle); in sprint_u32_handle() local
100 if (nodeid|hash) { in sprint_u32_handle()
107 if (nodeid) { in sprint_u32_handle()
108 int l = snprintf(b, bsize, ":%x", nodeid); in sprint_u32_handle()
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
Dcpuinfo.h5 int nodeid; /* which node is this CPU on */ member
Dcpuinfo.c275 cpus[i].nodeid = node; in getcpuinfo()
/external/syzkaller/sys/linux/
Dfuse.txt157 nodeid fuse_ino
227 nodeid fuse_ino
236 nodeid fuse_ino
/external/scapy/scapy/contrib/
Disis.py107 def isis_nodeid2str(nodeid): argument
108 return isis_sysid2str(nodeid[:-3]) + hex_bytes(nodeid[-2:])
/external/libnl/lib/route/cls/
Du32.c360 int nodeid) in rtnl_u32_set_handle() argument
362 uint32_t handle = (htid << 20) | (hash << 12) | nodeid; in rtnl_u32_set_handle()