HomeSort by relevance Sort by last modified time
    Searched refs:nst (Results 1 - 13 of 13) sorted by null

  /external/jemalloc/test/unit/
nstime.c 7 nstime_t nst; local
9 nstime_init(&nst, 42000000043);
10 assert_u64_eq(nstime_ns(&nst), 42000000043, "ns incorrectly read");
11 assert_u64_eq(nstime_sec(&nst), 42, "sec incorrectly read");
12 assert_u64_eq(nstime_nsec(&nst), 43, "nsec incorrectly read");
18 nstime_t nst; local
20 nstime_init2(&nst, 42, 43);
21 assert_u64_eq(nstime_sec(&nst), 42, "sec incorrectly read");
22 assert_u64_eq(nstime_nsec(&nst), 43, "nsec incorrectly read");
188 nstime_t nst; local
    [all...]
  /external/iw/
event.c 297 struct nlattr *tb[NL80211_ATTR_MAX + 1], *nst; local
355 nla_for_each_nested(nst, tb[NL80211_ATTR_SCAN_FREQUENCIES], rem_nst)
356 printf(" %d", nla_get_u32(nst));
360 nla_for_each_nested(nst, tb[NL80211_ATTR_SCAN_SSIDS], rem_nst) {
362 print_ssid_escaped(nla_len(nst), nla_data(nst));
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_shader.h 355 node* create_node(node_type nt, node_subtype nst,
367 node_subtype nst = NST_LIST,
374 cf_node* create_clause(node_subtype nst);
sb_shader.cpp 85 cf_node* shader::create_clause(node_subtype nst) {
88 n->subtype = nst;
90 switch (nst) {
256 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) {
257 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags);
319 container_node* shader::create_container(node_type nt, node_subtype nst,
322 container_node(nt, nst, flags);
sb_ir.h 767 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY)
769 type(nt), subtype(nst), flags(flags),
862 container_node(node_type nt = NT_LIST, node_subtype nst = NST_LIST,
864 : node(nt, nst, flags | NF_CONTAINER), first(), last(),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmllib.py 235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
    [all...]
  /external/python/cpython2/Lib/
xmllib.py 235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
    [all...]
  /external/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 1297 unsigned int nst; local
    [all...]

Completed in 125 milliseconds