Searched refs:ordering (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.2-release/crypto/openssl/crypto/ts/
H A Dts_rsp_utils.c292 int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering) argument
294 a->ordering = ordering ? 0xFF : 0x00;
300 return a->ordering ? 1 : 0;
H A Dts.h159 ordering BOOLEAN DEFAULT FALSE,
174 ASN1_BOOLEAN ordering; member in struct:TS_tst_info_st
437 int TS_TST_INFO_set_ordering(TS_TST_INFO *a, int ordering);
466 /* Set ordering to true in response. */
H A Dts_asn1.c145 ASN1_OPT(TS_TST_INFO, ordering, ASN1_FBOOLEAN),
/freebsd-10.2-release/contrib/gcclibs/libiberty/
H A Dgetopt.c114 Also, when `ordering' is RETURN_IN_ORDER,
180 the ordering of the two. We describe each non-option ARGV-element
186 of the value of `ordering'. In the case of RETURN_IN_ORDER, only
192 } ordering;
418 /* Determine how to handle the ordering of options and nonoptions. */
422 ordering = RETURN_IN_ORDER;
427 ordering = REQUIRE_ORDER;
431 ordering = REQUIRE_ORDER;
433 ordering = PERMUTE;
563 if (ordering
191 } ordering; variable in typeref:enum:__anon1290
[all...]
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Ddirectives.c1441 int angle_brackets, ordering; local
1447 ordering = _cpp_compare_file_date (pfile, fname, angle_brackets);
1448 if (ordering < 0)
1450 else if (ordering > 0)
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c717 * using this ordering (lower order first):
731 static char ordering[] =
744 /* Find *STATE in our ordering */
745 for (i = 0; i < sizeof(ordering); i++)
747 if (*state == ordering[i])
754 /* Find NEW_VALUE in our ordering
762 if (new_value == ordering[i])
729 static char ordering[] = local
/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c3109 unsigned char ordering;
4303 switches[n_switches].ordering = 0;
4623 sw->ordering = 0;
5695 switches[i].ordering = 1;
5706 if (switches[i].ordering == 1)
5708 switches[i].ordering = 0;
7534 Each subdirectory is printed only once. This assumes the ordering
3091 unsigned char ordering; member in struct:switchstr
/freebsd-10.2-release/contrib/llvm/include/llvm-c/
H A DCore.h362 a consistent ordering exists */
377 that a total ordering exists
2668 LLVMAtomicOrdering ordering,
/freebsd-10.2-release/contrib/llvm/lib/IR/
H A DCore.cpp2463 LLVMAtomicOrdering ordering,
2480 switch (ordering) {
2461 LLVMBuildAtomicRMW(LLVMBuilderRef B,LLVMAtomicRMWBinOp op, LLVMValueRef PTR, LLVMValueRef Val, LLVMAtomicOrdering ordering, LLVMBool singleThread) argument
/freebsd-10.2-release/crypto/openssh/
H A Dconfigure3876 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
3877 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
/freebsd-10.2-release/contrib/apr/
H A Dconfigure24048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
24049 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
25658 # At this stage, we match the ordering in Apache 1.3

Completed in 244 milliseconds