Searched refs:nst (Results 1 - 14 of 14) sorted by relevance

/external/jemalloc/test/unit/
H A Dnstime.c7 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/libchrome/base/mac/
H A Dscoped_nsobject.h70 static NST Retain(__unsafe_unretained NST nst)
72 return ScopedNSProtocolTraitsRetain(nst);
74 static void Release(__unsafe_unretained NST nst) { argument
75 ScopedNSProtocolTraitsRelease(nst);
/external/iw/
H A Devent.c297 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/
H A Dsb_shader.h355 node* create_node(node_type nt, node_subtype nst,
367 node_subtype nst = NST_LIST,
374 cf_node* create_clause(node_subtype nst);
H A Dsb_shader.cpp85 cf_node* shader::create_clause(node_subtype nst) { argument
88 n->subtype = nst;
90 switch (nst) {
256 node* shader::create_node(node_type nt, node_subtype nst, node_flags flags) { argument
257 node *n = new (pool.allocate(sizeof(node))) node(nt, nst, flags);
319 container_node* shader::create_container(node_type nt, node_subtype nst, argument
322 container_node(nt, nst, flags);
H A Dsb_ir.h767 node(node_type nt, node_subtype nst, node_flags flags = NF_EMPTY) argument
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(),
/external/netperf/src/
H A Dnettest_bsd.h613 extern int nst_to_hst(int nst);
H A Dnettest_bsd.c460 nst_to_hst(int nst) {
461 switch(nst) {
457 nst_to_hst(int nst) argument
/external/python/cpython2/Lib/
H A Dxmllib.py235 for t, d, nst in self.stack:
621 for t, d, nst in self.stack:
646 for t, d, nst in self.stack:
/external/libxml2/os400/iconv/bldcsndfa/
H A Dbldcsndfa.c1297 unsigned int nst; local
1307 nst = 0;
1321 if (!(++nst % 100))
1322 fprintf(stderr, "%u DFA states\n", nst);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 318 milliseconds