Home
last modified time | relevance | path

Searched refs:reorder (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd-13-stable/lib/csu/mips/
HDcrtn.S13 .set reorder define
23 .set reorder define
HDcrti.S27 .set reorder define
51 .set reorder define
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_trampoline_mips.S24 .set reorder define
71 .set reorder define
/freebsd-13-stable/share/termcap/
HDREADME11 Second, edit the editor script "reorder" to use this list instead of the
22 a line to reorder to globally change all /usr/lib/tabset's to your own
26 reorder.
/freebsd-13-stable/sys/contrib/device-tree/Bindings/media/
HDfsl-vdoa.txt5 is to reorder video data from the macroblock tiled order produced by the CODA
/freebsd-13-stable/contrib/sendmail/contrib/
HDmailprio86 # function you need to reorder the distribution list (and the mail
88 # your mailing list software reorder the list before each outgoing
387 X function you need to reorder the distribution list (and the mail
389 X your mailing list software reorder the list before each outgoing
448 # function you need to reorder the distribution list (and the mail
450 # your mailing list software reorder the list before each outgoing
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDrxmq.c897 u32 reorder, u32 gp2, int queue) in iwl_mvm_oldsn_workaround() argument
924 if (!(reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN)) in iwl_mvm_oldsn_workaround()
959 u32 reorder = le32_to_cpu(desc->reorder_data); in iwl_mvm_reorder() local
976 baid = (reorder & IWL_RX_MPDU_REORDER_BAID_MASK) >> in iwl_mvm_reorder()
1007 baid, reorder); in iwl_mvm_reorder()
1026 nssn = reorder & IWL_RX_MPDU_REORDER_NSSN_MASK; in iwl_mvm_reorder()
1027 sn = (reorder & IWL_RX_MPDU_REORDER_SN_MASK) >> in iwl_mvm_reorder()
1036 if (reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN) { in iwl_mvm_reorder()
1068 iwl_mvm_oldsn_workaround(mvm, sta, tid, buffer, reorder, in iwl_mvm_reorder()
/freebsd-13-stable/contrib/ntp/sntp/ag-tpl/0-old/
HDmdoc-synopsis.tlib34 IF (exist? "reorder-args") :+]
/freebsd-13-stable/lib/libc/mips/string/
HDbcmp.S127 .set reorder define
HDbcopy.S293 .set reorder define
/freebsd-13-stable/contrib/elftoolchain/elfcopy/
HDsections.c344 int elferr, sec_flags, reorder; in create_scn() local
370 reorder = 0; in create_scn()
499 if (reorder) in create_scn()
502 reorder = 1; in create_scn()
/freebsd-13-stable/sys/mips/mips/
HDbcopy.S283 .set reorder define
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
HDREADME.txt125 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
HDWebAssemblyInstrMemory.td56 // FIXME: When we can break syntax compatibility, reorder the fields in the
/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_CTX_add1_chain_cert.pod116 with the option B<SSL_BUILD_CHAIN_FLAG_CHECK> to check and reorder them.
HDDEFINE_STACK_OF.pod191 sk_find() and sk_sort() can also reorder the stack.
/freebsd-13-stable/crypto/heimdal/appl/rsh/
HDChangeLog108 * rsh.1: reorder and document some options
112 * rsh.c: reorder some options
/freebsd-13-stable/contrib/bsnmp/
HDNEWS183 snmpd/main.c: reorder getopt options according to style(9). Implement
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDTargetSchedule.td161 // register rename pool, unified reservation station, or reorder
560 // A retire control unit specifies the size of the reorder buffer, as well as
564 // field MicroOpBufferSize in SchedModel if the reorder buffer size is unknown.
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoadStoreVectorizer.cpp201 void reorder(Instruction *I) { in reorder() function
944 reorder(VecInst); in vectorizeChain()
/freebsd-13-stable/contrib/dialog/
HDdialog.c986 dialog_vars.reorder); in call_buildlist()
1807 dialog_vars.reorder = TRUE; in process_common_options()
HDdialog.h554 bool reorder; /* option "--reorder" */ member
/freebsd-13-stable/lib/libc/net/
HDgetaddrinfo.c283 static int reorder(struct addrinfo *);
646 (void)reorder(&sentinel); in getaddrinfo()
675 reorder(struct addrinfo *sentinel) in reorder() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ScheduleBdVer2.td23 let MicroOpBufferSize = 128; // RCU reorder buffer size, which is unconfirmed.
78 // On the other hand, the RCU reorder buffer size for Piledriver does not
81 // RCU reorder buffer size of 128. So that is a good guess for now.
HDX86ScheduleSLM.td18 let MicroOpBufferSize = 32; // Based on the reorder buffer.

1234