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

/freebsd-11-stable/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_asn1.c145 ASN1_OPT(TS_TST_INFO, ordering, ASN1_FBOOLEAN),
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. */
/freebsd-11-stable/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:__anon1470
[all...]
/freebsd-11-stable/share/mk/
H A Dbsd.subdir.mk144 # 'install'. Despite that, 'realinstall' is special due to ordering issues
148 # Can ordering be skipped for this and SUBDIR_PARALLEL forced?
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk25 # lexical ordering of the target names matches the expected order
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_pcie_axi_reg.h620 struct al_pcie_revx_axi_ordering ordering; /* [0x10c] */ member in struct:al_pcie_rev1_axi_regs
646 struct al_pcie_revx_axi_ordering ordering; /* [0x10c] */ member in struct:al_pcie_rev2_axi_regs
670 struct al_pcie_revx_axi_ordering ordering; /* [0xe0] */ member in struct:al_pcie_rev3_axi_regs
707 * Disable completion after inbound posted ordering enforcement to AXI bridge.
712 * Enforce completion after write ordering on AXI bridge. Only for CPU read
1012 /* When set, to 1'b1 disables read completion after write ordering. */
H A Dal_hal_pcie.c321 * - RC: Rx relaxed ordering only
322 * - EP: TX relaxed ordering only
332 /** PCIe ordering:
334 * ordering rule enforcement is disabled for root-port
338 regs->axi.ordering.pos_cntl,
1053 pcie_port->regs->axi.ordering.pos_cntl = &regs->axi.ordering.pos_cntl;
1113 pcie_port->regs->axi.ordering.pos_cntl = &regs->axi.ordering.pos_cntl;
1180 pcie_port->regs->axi.ordering
[all...]
H A Dal_hal_pcie_regs.h335 struct al_pcie_axi_ordering ordering; member in struct:al_pcie_axi_regs
/freebsd-11-stable/stand/lua/
H A Dhook.lua62 -- type in the order that they were registered in. This ordering should likely
/freebsd-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dprops.c824 * using this ordering (lower order first):
838 static char ordering[] =
851 /* Find *STATE in our ordering */
852 for (i = 0; i < sizeof(ordering); i++)
854 if (*state == ordering[i])
861 /* Find NEW_VALUE in our ordering
869 if (new_value == ordering[i])
836 static char ordering[] = local
H A Dwc-queries.sql153 /* See above re: result ordering. The results of this query must be in
/freebsd-11-stable/stand/
H A Ddefs.mk173 # XXX Do not change the ordering of this chain in this branch. 4th must remain
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h335 a consistent ordering exists */
350 that a total ordering exists
3920 LLVMValueRef LLVMBuildFence(LLVMBuilderRef B, LLVMAtomicOrdering ordering,
3924 LLVMAtomicOrdering ordering,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp3924 LLVMAtomicOrdering ordering,
3928 mapFromLLVMOrdering(ordering), singleThread ? SyncScope::SingleThread
/freebsd-11-stable/contrib/sqlite3/tea/
H A Dconfigure4633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
4634 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }

Completed in 338 milliseconds