HomeSort by: relevance | last modified time | path
    Searched defs:tr1 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
hashtable_tr1.cc 31 namespace tr1 namespace
hash-long-double-tr1-aux.cc 1 // std::tr1::hash definitions, long double bits -*- C++ -*-
29 namespace tr1 namespace
hash_tr1.cc 1 // std::tr1::hash definitions -*- C++ -*-
27 #include <tr1/functional>
29 #include "hash-long-double-tr1-aux.cc"
33 namespace tr1 namespace
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
hashtable_tr1.cc 31 namespace tr1 namespace
hash-long-double-tr1-aux.cc 1 // std::tr1::hash definitions, long double bits -*- C++ -*-
29 namespace tr1 namespace
hash_tr1.cc 1 // std::tr1::hash definitions -*- C++ -*-
27 #include <tr1/functional>
29 #include "hash-long-double-tr1-aux.cc"
33 namespace tr1 namespace
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
cxx11-hash_tr1.cc 1 // std::tr1::hash definitions with new string -*- C++ -*-
32 #include <tr1/functional>
35 namespace tr1 namespace
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cxx11-hash_tr1.cc 1 // std::tr1::hash definitions with new string -*- C++ -*-
32 #include <tr1/functional>
35 namespace tr1 namespace
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
39 namespace tr1 namespace
46 // Declaration of default hash functor std::tr1::hash. The types for
47 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
92 // (Used by the next specializations of std::tr1::hash.)
171 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
180 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
unordered_map.h 0 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
34 namespace tr1 namespace
unordered_set.h 0 // TR1 unordered_set implementation -*- C++ -*-
25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
34 namespace tr1 namespace
random.h 26 * @file tr1/random.h
28 * Do not attempt to use it directly. @headername{tr1/random}
40 namespace tr1 namespace
200 // tr1:5.1.1 table 5.1 requirement
1332 // NB: Not exactly the TR1 formula, per N2079 instead.
hashtable_policy.h 1 // Internal policy header for TR1 unordered_set and unordered_map -*- C++ -*-
25 /** @file tr1/hashtable_policy.h
28 * @headername{tr1/unordered_map, tr1/unordered_set}
35 namespace tr1 namespace
478 // Base classes for std::tr1::_Hashtable. We define these base
644 // typedef and accessor required by TR1.
711 // typedef and accessor required by TR1.
hashtable.h 0 // TR1 hashtable.h header -*- C++ -*-
25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
43 namespace tr1 namespace
320 // Generalization of max_load_factor. Extension, not found in TR1. Only
369 _M_insert(const value_type&, std::tr1::true_type);
372 _M_insert(const value_type&, std::tr1::false_type);
381 { return _M_insert(__v, std::tr1::integral_constant<bool
    [all...]
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
56 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
670 typename std::tr1::add_reference<_Tp>::type
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
functional_hash.h 0 // TR1 functional_hash.h header -*- C++ -*-
25 /** @file tr1/functional_hash.h
27 * Do not attempt to use it directly. @headername{tr1/functional}
39 namespace tr1 namespace
46 // Declaration of default hash functor std::tr1::hash. The types for
47 // which std::tr1::hash<T> is well-defined is in clause 6.3.3. of the PDTR.
89 // (Used by the next specializations of std::tr1::hash.)
165 return __val != 0.0f ? std::tr1::_Fnv_hash::hash(__val) : 0;
174 return __val != 0.0 ? std::tr1::_Fnv_hash::hash(__val) : 0;
unordered_map.h 0 // TR1 unordered_map implementation -*- C++ -*-
25 /** @file tr1/unordered_map.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_map}
34 namespace tr1 namespace
unordered_set.h 0 // TR1 unordered_set implementation -*- C++ -*-
25 /** @file tr1/unordered_set.h
27 * Do not attempt to use it directly. @headername{tr1/unordered_set}
34 namespace tr1 namespace
random.h 26 * @file tr1/random.h
28 * Do not attempt to use it directly. @headername{tr1/random}
40 namespace tr1 namespace
237 // tr1:5.1.1 table 5.1 requirement
1369 // NB: Not exactly the TR1 formula, per N2079 instead.
hashtable_policy.h 1 // Internal policy header for TR1 unordered_set and unordered_map -*- C++ -*-
25 /** @file tr1/hashtable_policy.h
28 * @headername{tr1/unordered_map, tr1/unordered_set}
35 namespace tr1 namespace
478 // Base classes for std::tr1::_Hashtable. We define these base
644 // typedef and accessor required by TR1.
711 // typedef and accessor required by TR1.
hashtable.h 0 // TR1 hashtable.h header -*- C++ -*-
25 /** @file tr1/hashtable.h
28 * @headername{tr1/unordered_set, tr1/unordered_map}
36 #include <tr1/hashtable_policy.h>
43 namespace tr1 namespace
320 // Generalization of max_load_factor. Extension, not found in TR1. Only
369 _M_insert(const value_type&, std::tr1::true_type);
372 _M_insert(const value_type&, std::tr1::false_type);
381 { return _M_insert(__v, std::tr1::integral_constant<bool
    [all...]
shared_ptr.h 0 // <tr1/shared_ptr.h> -*- C++ -*-
44 /** @file tr1/shared_ptr.h
46 * Do not attempt to use it directly. @headername{tr1/memory}
56 namespace tr1 namespace
67 { return "tr1::bad_weak_ptr"; }
299 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
670 typename std::tr1::add_reference<_Tp>::type
  /src/crypto/dist/ipsec-tools/src/racoon/
proposal.c 193 struct satrns *tr1, *tr2, *newtr; local
466 for (tr1 = pr1->head; tr1; tr1 = tr1->next) {
468 if (cmpsatrns(pr1->proto_id, tr1, tr2, ph1->rmconf->pcheck_level) == 0)
500 newtr->trns_no = tr1->trns_no;
501 newtr->trns_id = tr1->trns_id;
502 newtr->encklen = tr1->encklen;
503 newtr->authtype = tr1->authtype
    [all...]
  /src/usr.bin/cdplay/
cdplay.c 111 { CMD_PLAY, "play", 1, "tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]" },
645 u_int n, tr1, tr2, m1, m2, s1, s2, f1, f2, tm, ts, tf; local
691 * tr1 m1:s1[.f1] [[tr2] [m2:s2[.f2]]]
695 if (8 == sscanf(arg, "%u %u:%u.%u %u %u:%u.%u", &tr1, &m1,
700 if (7 == sscanf(arg, "%u %u:%u %u %u:%u.%u", &tr1, &m1, &s1,
705 if (7 == sscanf(arg, "%u %u:%u.%u %u %u:%u", &tr1, &m1, &s1,
710 if (7 == sscanf(arg, "%u %u:%u.%u %u:%u.%u", &tr1, &m1, &s1,
715 if (6 == sscanf(arg, "%u %u:%u.%u %u:%u", &tr1, &m1, &s1, &f1,
720 if (6 == sscanf(arg, "%u %u:%u %u:%u.%u", &tr1, &m1, &s1, &m2,
725 if (6 == sscanf(arg, "%u %u:%u.%u %u %u", &tr1, &m1, &s1, &f1
    [all...]
  /src/sys/lib/libkern/arch/hppa/
milli.S 249 tr1: .equ 25 ; Temporary register 1 label

Completed in 36 milliseconds

1 2