/freebsd/crypto/openssl/test/ |
H A D | run_tests.pl | 81 sub reorder { subroutine 316 sort { reorder($a) cmp reorder($b) } keys %tests);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_trampoline_mips.S | 24 .set reorder define 71 .set reorder define
|
/freebsd/share/termcap/ |
H A D | README | 9 Second, edit the editor script "reorder" to use this list instead of the 20 a line to reorder to globally change all /usr/lib/tabset's to your own 24 reorder.
|
/freebsd/sys/contrib/device-tree/Bindings/media/ |
H A D | fsl-vdoa.txt | 5 is to reorder video data from the macroblock tiled order produced by the CODA
|
/freebsd/contrib/sendmail/contrib/ |
H A D | mailprio | 86 # 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/sys/contrib/dev/iwlwifi/mvm/ |
H A D | rxmq.c | 629 /* release all frames that are in the reorder buffer to the stack */ in iwl_mvm_release_frames() 740 u32 reorder = le32_to_cpu(desc->reorder_data); in iwl_mvm_reorder_timer_expired() 757 baid = (reorder & IWL_RX_MPDU_REORDER_BAID_MASK) >> in iwl_mvm_del_ba() 790 "Got valid BAID but no baid allocated, bypass the re-ordering buffer. Baid %d reorder 0x%x\n", in iwl_mvm_release_frames_from_notif() 791 baid, reorder); in iwl_mvm_release_frames_from_notif() 810 nssn = reorder & IWL_RX_MPDU_REORDER_NSSN_MASK; in iwl_mvm_release_frames_from_notif() 811 sn = (reorder & IWL_RX_MPDU_REORDER_SN_MASK) >> in iwl_mvm_release_frames_from_notif() 820 if (reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN) { in iwl_mvm_release_frames_from_notif() 832 if (reorder & IWL_RX_MPDU_REORDER_BA_OLD_SN) in iwl_mvm_nssn_sync() 847 * This can happen due to reorder time in iwl_mvm_rx_queue_notif() 897 iwl_mvm_oldsn_workaround(struct iwl_mvm * mvm,struct ieee80211_sta * sta,int tid,struct iwl_mvm_reorder_buffer * buffer,u32 reorder,u32 gp2,int queue) iwl_mvm_oldsn_workaround() argument 959 u32 reorder = le32_to_cpu(desc->reorder_data); iwl_mvm_reorder() local [all...] |
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | mdoc-synopsis.tlib | 34 IF (exist? "reorder-args") :+]
|
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | sections.c | 344 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/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 125 WebAssemblyRegStackify could use AliasAnalysis to reorder loads and stores more
|
H A D | WebAssemblyInstrMemory.td | 56 // FIXME: When we can break syntax compatibility, reorder the fields in the
|
/freebsd/crypto/heimdal/appl/rsh/ |
H A D | ChangeLog | 108 * rsh.1: reorder and document some options 112 * rsh.c: reorder some options
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_add1_chain_cert.pod | 119 with the option B<SSL_BUILD_CHAIN_FLAG_CHECK> to check and reorder them.
|
H A D | DEFINE_STACK_OF.pod | 217 as B<sk_I<TYPE>_find>() and B<sk_I<TYPE>_sort>() can also reorder the stack.
|
/freebsd/contrib/bsnmp/ |
H A D | NEWS | 183 snmpd/main.c: reorder getopt options according to style(9). Implement
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSchedule.td | 161 // 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/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoadStoreVectorizer.cpp | 201 void reorder(Instruction *I) { in reorder() function 944 reorder(VecInst); in vectorizeChain()
|
/freebsd/contrib/dialog/ |
H A D | dialog.c | 395 { "reorder", svT(reorder), 1, "" }, 1064 dialog_vars.reorder); in call_buildlist()
|
H A D | dialog.h | 578 bool reorder; /* option "--reorder" */ member
|
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 282 static int reorder(struct addrinfo *); 645 (void)reorder(&sentinel); in getaddrinfo() 674 reorder(struct addrinfo *sentinel) in reorder() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ScheduleBdVer2.td | 23 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.
|
H A D | X86ScheduleSLM.td | 18 let MicroOpBufferSize = 32; // Based on the reorder buffer.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | DiagnosticGroups.td | 859 def ReorderCtor : DiagGroup<"reorder-ctor">; 860 def ReorderInitList : DiagGroup<"reorder-init-list">; 861 def Reorder : DiagGroup<"reorder", [ReorderCtor, ReorderInitList]>;
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Options.td | 289 "Do not reorder sections with call graph profile">;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | deque | 2036 // Done allocating, reorder capacity 2096 // Done allocating, reorder capacity 2159 // Done allocating, reorder capacity 2220 // Done allocating, reorder capacity
|
/freebsd/contrib/googletest/docs/reference/ |
H A D | matchers.md | 228 reorder them) to participate in the matching:
|