Searched refs:order (Results 1 - 25 of 420) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/23_containers/forward_list/operations/
H A D6.cc50 int order[][n] = { local
55 std::forward_list<int> sorted(order[0], order[0] + n);
57 for (unsigned int i = 0; i < sizeof(order)/sizeof(*order); ++i)
59 std::forward_list<int> head(order[i], order[i] + n);
66 std::forward_list<int> reversed(order[2], order[2] + n);
67 for (unsigned int i = 0; i < sizeof(order)/sizeo
[all...]
H A D7.cc35 int order[n] = {0,1,2,3,4,5,6,7,8,9,10,11,12}; local
37 std::forward_list<int> fl(order, order + n);
41 fl2.push_front(order[i]);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dorder.c20 /* Id: order.c,v 1.10 2007/06/19 23:47:16 tbox Exp */
34 #include <dns/order.h>
55 #define DNS_ORDER_VALID(order) ISC_MAGIC_VALID(order, DNS_ORDER_MAGIC)
59 dns_order_t *order; local
64 order = isc_mem_get(mctx, sizeof(*order));
65 if (order == NULL)
68 ISC_LIST_INIT(order->ents);
71 result = isc_refcount_init(&order
85 dns_order_add(dns_order_t *order, dns_name_t *name, dns_rdatatype_t rdtype, dns_rdataclass_t rdclass, unsigned int mode) argument
120 dns_order_find(dns_order_t *order, dns_name_t *name, dns_rdatatype_t rdtype, dns_rdataclass_t rdclass) argument
150 dns_order_t *order; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtsearch-test.c21 int order; member in struct:node
48 list_node(const void *ptr, VISIT order, int level) argument
52 if (order == postorder || order == leaf) {
54 if (p->order != walkorder) {
56 p->order);
85 warnx("erroneous list: found %d\n", p->order);
94 warnx("erroneous list: missing %d\n", t->order);
107 warnx("erroneous list: missing %d\n", t->order);
120 warnx("erroneous list: found %d\n", p->order);
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mt/
H A Dbadorder.s1 ; Good operands in the wrong order should generate an error.
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ecdsa/
H A Decs_ossl.c93 BIGNUM *k = NULL, *r = NULL, *order = NULL, *X = NULL; local
117 order = BN_new();
119 if (!k || !r || !order || !X)
129 if (!EC_GROUP_get_order(group, order, ctx))
139 if (!BN_rand_range(k, order))
151 if (!BN_add(k, k, order)) goto err;
152 if (BN_num_bits(k) <= BN_num_bits(order))
153 if (!BN_add(k, k, order)) goto err;
181 if (!BN_nnmod(r, X, order, ctx))
190 if (!BN_mod_inverse(k, k, order, ct
226 BIGNUM *kinv=NULL, *s, *m=NULL,*tmp=NULL,*order=NULL; local
358 BIGNUM *order, *u1, *u2, *m, *X; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_check.c62 BIGNUM *order; local
76 if ((order = BN_CTX_get(ctx)) == NULL) goto err;
97 /* check the order of the generator */
99 if (!EC_GROUP_get_order(group, order, ctx)) goto err;
100 if (BN_is_zero(order))
106 if (!EC_POINT_mul(group, point, order, NULL, NULL, ctx)) goto err;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dggc-page.c73 (`order'), and satisfied from the appropriate page.
88 all full pages, with non-full pages arranged in order of decreasing
149 #define OBJECTS_IN_PAGE(P) ((P)->bytes / OBJECT_SIZE ((P)->order))
193 Ith extra order. Adding a new entry to this array is the *only*
235 /* The Ith entry is the number of objects on a page or order I. */
239 /* The Ith entry is the size of an object on a page of order I. */
294 unsigned char order;
652 debug_print_page_list (int order)
655 printf ("Head=%p, Tail=%p:\n", (void *) G.pages[order],
656 (void *) G.page_tails[order]);
292 unsigned char order; member in struct:page_entry
649 debug_print_page_list(int order) argument
728 alloc_page(unsigned order) argument
1085 size_t order, word, bit, object_offset, object_size; local
1400 size_t order = pe->order; local
1491 compute_inverse(unsigned order) argument
1516 unsigned order; local
1663 unsigned order; local
1705 unsigned order; local
1838 unsigned order; local
2112 unsigned order; local
2156 unsigned order; local
2185 unsigned order; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dggc-page.c84 (`order'), and satisfied from the appropriate page.
99 all full pages, with non-full pages arranged in order of decreasing
160 #define OBJECTS_IN_PAGE(P) ((P)->bytes / OBJECT_SIZE ((P)->order))
186 Ith extra order. Adding a new entry to this array is the *only*
230 /* The Ith entry is the number of objects on a page or order I. */
234 /* The Ith entry is the size of an object on a page of order I. */
289 unsigned char order;
642 debug_print_page_list (int order)
645 printf ("Head=%p, Tail=%p:\n", (void *) G.pages[order],
646 (void *) G.page_tails[order]);
287 unsigned char order; member in struct:page_entry
639 debug_print_page_list(int order) argument
718 alloc_page(unsigned order) argument
1060 size_t order, word, bit, object_offset, object_size; local
1324 size_t order = pe->order; local
1415 compute_inverse(unsigned order) argument
1440 unsigned order; local
1584 unsigned order; local
1626 unsigned order; local
1759 unsigned order; local
2024 unsigned order; local
2068 unsigned order; local
2097 unsigned order; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rrsetorder/ns1/
H A Dnamed.conf31 rrset-order {
32 name "fixed.example" order fixed;
33 name "random.example" order random;
34 name "cyclic.example" order cyclic;
35 type NS order random;
36 order cyclic;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rrsetorder/ns2/
H A Dnamed.conf32 rrset-order {
33 name "fixed.example" order fixed;
34 name "random.example" order random;
35 name "cyclic.example" order cyclic;
36 type NS order random;
37 order cyclic;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/rrsetorder/ns3/
H A Dnamed.conf32 rrset-order {
33 name "fixed.example" order fixed;
34 name "random.example" order random;
35 name "cyclic.example" order cyclic;
36 type NS order random;
37 order cyclic;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp44 find_by_order(size_type order) argument
58 if (order == o)
60 else if (order < o)
64 order -= o + 1;
76 find_by_order(size_type order) const
78 return (const_cast<PB_DS_CLASS_C_DEC* >(this)->find_by_order(order));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Dorder.h20 /* Id: order.h,v 1.9 2007/06/19 23:47:17 tbox Exp */
25 /*! \file dns/order.h */
37 * Create a order object.
49 dns_order_add(dns_order_t *order, dns_name_t *name,
53 * Add a entry to the end of the order list.
56 * \li 'order' to be valid.
67 dns_order_find(dns_order_t *order, dns_name_t *name,
73 *\li 'order' to be valid.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dattr-order.s2 @ are emitted in the proper order.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A Dexpected_comparison_errors.l2 .*:1: Error: AREGs are in bad order or same. Input text was A0.
3 .*:2: Error: AREGs are in bad order or same. Input text was A1.
4 .*:3: Error: AREGs are in bad order or same. Input text was A0.
5 .*:4: Error: AREGs are in bad order or same. Input text was a0.
6 .*:5: Error: AREGs are in bad order or same. Input text was a1.
7 .*:6: Error: AREGs are in bad order or same. Input text was a0.
8 .*:7: Error: AREGs are in bad order or same. Input text was a0.
9 .*:8: Error: AREGs are in bad order or same. Input text was a1.
10 .*:9: Error: AREGs are in bad order or same. Input text was a0.
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/testsuite/ld-mips-elf/
H A Deh-frame5.d6 # The order of the relocations doesn't really matter, but they must
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddoublest.c48 get_field (const bfd_byte *data, enum floatformat_byteorders order, argument
56 gdb_assert (order == floatformat_little || order == floatformat_big);
59 if (order == floatformat_little)
86 if (order == floatformat_little)
96 switch (order)
112 /* Normalize the byte order of FROM into TO. If no normalization is
180 enum floatformat_byteorders order; local
200 order = floatformat_normalize_byteorder (fmt, ufrom, newfrom);
202 if (order !
284 put_field(unsigned char *data, enum floatformat_byteorders order, unsigned int total_len, unsigned int start, unsigned int len, unsigned long stuff_to_put) argument
406 enum floatformat_byteorders order = fmt->byteorder; local
541 enum floatformat_byteorders order; local
566 enum floatformat_byteorders order; local
649 enum floatformat_byteorders order; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/generic/
H A Dnaptr_35.h31 isc_uint16_t order; member in struct:dns_rdata_naptr
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mmix/
H A Dexpr-1.s2 % the known expression evaluation order mismatch problem.
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/trie_policy/
H A Dorder_statistics_imp.hpp44 find_by_order(size_type order) argument
49 ++order;
57 if (order > nd_it.get_metadata())
69 if (order <= child_nd_it.get_metadata())
76 order -= child_nd_it.get_metadata();
84 find_by_order(size_type order) const
86 return (const_cast<PB_DS_CLASS_C_DEC* >(this)->find_by_order(order));
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpz/
H A Dexport.c51 mpz_export (void *data, size_t *countp, int order, argument
60 ASSERT (order == 1 || order == -1);
93 if (order == -1 && endian == HOST_ENDIAN)
98 if (order == 1 && endian == HOST_ENDIAN)
104 if (order == -1 && endian == -HOST_ENDIAN)
109 if (order == 1 && endian == -HOST_ENDIAN)
136 + (order < 0 ? size : - (mp_size_t) size);
140 + (order >= 0 ? (count-1)*size : 0) + (endian >= 0 ? size-1 : 0);
188 + (order <
[all...]
H A Dimport.c39 mpz_import (mpz_ptr z, size_t count, int order, argument
45 ASSERT (order == 1 || order == -1);
62 if (order == -1
71 if (order == -1
80 if (order == 1
109 + (order < 0 ? size : - (mp_size_t) size);
113 + (order >= 0 ? (count-1)*size : 0) + (endian >= 0 ? size-1 : 0);
161 + (order < 0 ? count*size : - (mp_size_t) size)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/engines/ccgost/
H A Dgost2001.c31 * Also fils DSA->q field with copy of EC_GROUP order field to make
98 BIGNUM *order = NULL; local
113 order=BN_CTX_get(ctx);
114 EC_GROUP_get_order(group,order,ctx);
117 BN_mod(e,md,order,ctx);
135 if (!BN_rand_range(k,order))
158 BN_nnmod(r,X,order,ctx);
161 /* s = (r*priv_key+k*e) mod order */
163 BN_mod_mul(tmp,priv_key,r,order,ctx);
165 BN_mod_mul(tmp2,k,e,order,ct
189 BIGNUM *order; local
323 BIGNUM *order = BN_new(),*d=BN_new(); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/ext/pb_assoc/detail/
H A Dorder_statistics_imp.hpp185 operator()(Cntnr& r_c, size_type order) const
187 return find(r_c, order);
193 operator()(const Cntnr& r_c, size_type order) const
195 return find(r_c, order);
201 find(const Cntnr& r_c, size_type order) argument
203 if (order > r_c.size())
219 * The order of the element, o, is the rank of the left
226 * If the current order, o, is the order requested,
229 if (order
254 find(Cntnr& r_c, size_type order) argument
[all...]

Completed in 332 milliseconds

1234567891011>>