/external/antlr/runtime/ObjC/Framework/ |
D | ACBTree.m | 83 @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 …]
|
D | ACBTree.h | 57 NSInteger nodeid; /* node id */ variable 73 @property (assign) NSInteger nodeid;
|
D | AMutableDictionary.m | 250 root.nodeid = 0;
|
/external/u-boot/drivers/ddr/fsl/ |
D | util.c | 394 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/ |
D | test-u32-filter-with-actions.c | 47 __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()
|
D | test-complex-HTB-with-hash-filters.c | 48 __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/ |
D | cpuset_memory_spread_testset.sh | 95 local nodeid="$1" 96 local nodepath="$nodedir/node$nodeid" 100 set_memsinfo_val $nodeid $info
|
/external/kernel-headers/original/uapi/linux/ |
D | fuse.h | 418 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
|
D | dlm_plock.h | 36 __s32 nodeid; member
|
D | dlm_netlink.h | 27 int nodeid; member
|
D | dlm_device.h | 58 __u32 nodeid; member
|
/external/iproute2/tc/ |
D | f_u32.c | 49 __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/ |
D | cpuinfo.h | 5 int nodeid; /* which node is this CPU on */ member
|
D | cpuinfo.c | 275 cpus[i].nodeid = node; in getcpuinfo()
|
/external/syzkaller/sys/linux/ |
D | fuse.txt | 157 nodeid fuse_ino 227 nodeid fuse_ino 236 nodeid fuse_ino
|
/external/scapy/scapy/contrib/ |
D | isis.py | 107 def isis_nodeid2str(nodeid): argument 108 return isis_sysid2str(nodeid[:-3]) + hex_bytes(nodeid[-2:])
|
/external/libnl/lib/route/cls/ |
D | u32.c | 360 int nodeid) in rtnl_u32_set_handle() argument 362 uint32_t handle = (htid << 20) | (hash << 12) | nodeid; in rtnl_u32_set_handle()
|