HomeSort by relevance Sort by last modified time
    Searched defs:nst (Results 1 - 3 of 3) 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/libxml2/os400/iconv/bldcsndfa/
bldcsndfa.c 1297 unsigned int nst; local
    [all...]

Completed in 227 milliseconds