| /freebsd-13.1/contrib/llvm-project/libunwind/src/ |
| H A D | CompactUnwinder.hpp | 127 uint32_t permutation = in stepWithCompactEncodingFrameless() local 147 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() 159 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() 168 permunreg[3] = permutation; in stepWithCompactEncodingFrameless() 175 permunreg[2] = permutation; in stepWithCompactEncodingFrameless() 180 permunreg[1] = permutation; in stepWithCompactEncodingFrameless() 183 permunreg[0] = permutation; in stepWithCompactEncodingFrameless() 358 uint32_t permutation = in stepWithCompactEncodingFrameless() local 378 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() 390 permunreg[4] = permutation; in stepWithCompactEncodingFrameless() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 883 permunreg[2] = permutation / 6; in CreateUnwindPlan_x86_64() 887 permunreg[4] = permutation; in CreateUnwindPlan_x86_64() 896 permunreg[3] = permutation; in CreateUnwindPlan_x86_64() 903 permunreg[2] = permutation; in CreateUnwindPlan_x86_64() 908 permunreg[1] = permutation; in CreateUnwindPlan_x86_64() 911 permunreg[0] = permutation; in CreateUnwindPlan_x86_64() 1150 permunreg[4] = permutation; in CreateUnwindPlan_i386() 1159 permunreg[3] = permutation; in CreateUnwindPlan_i386() 1166 permunreg[2] = permutation; in CreateUnwindPlan_i386() 1171 permunreg[1] = permutation; in CreateUnwindPlan_i386() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/compact-unwind/ |
| H A D | compact-unwind-dumper.c | 516 uint32_t permutation = in print_encoding_x86_64() local 581 permunreg[4] = permutation; in print_encoding_x86_64() 590 permunreg[3] = permutation; in print_encoding_x86_64() 597 permunreg[2] = permutation; in print_encoding_x86_64() 602 permunreg[1] = permutation; in print_encoding_x86_64() 605 permunreg[0] = permutation; in print_encoding_x86_64() 732 uint32_t permutation = in print_encoding_i386() local 797 permunreg[4] = permutation; in print_encoding_i386() 806 permunreg[3] = permutation; in print_encoding_i386() 813 permunreg[2] = permutation; in print_encoding_i386() [all …]
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/txg_integrity/ |
| H A D | txg_integrity.c | 97 int permutation[NUM_CHUNKS]; //the order in which to write the chunks member 429 int chunk_idx = p_pat->permutation[perm_idx]; in follower() 458 int chunk_idx = p_pat->permutation[perm_idx]; in leader()
|
| H A D | fsync_integrity.c | 105 int permutation[NUM_CHUNKS]; //the order in which to write the chunks member 389 int chunk_idx = data->pat->permutation[perm_idx]; in worker()
|
| /freebsd-13.1/crypto/openssl/crypto/des/asm/ |
| H A D | des_enc.m4 | 115 ! After the original LibDES initial permutation, the resulting left 262 ! into 32 bits according to the P permutation. 531 ! The final permutation logic switches the halves, meaning that 613 ! Does initial permutation for next block mixed with 614 ! final permutation for current block. 1171 ! encrypts/decrypts without initial/final permutation 1433 ! we combine final permutation for this block with initial 1434 ! permutation for next block. Load next block: 1635 ! we combine final permutation for this block with initial 1636 ! permutation for next block. Load next block: [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCScheduleG4.td | 19 def G4_VPU : FuncUnit; // vector permutation unit
|
| H A D | PPCScheduleG4Plus.td | 21 def G4P_VPU : FuncUnit; // vector permutation unit
|
| H A D | PPCScheduleG5.td | 20 def G5_VPU : FuncUnit; // vector permutation unit
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCV.td | 130 // Some instructions belong to both the basic and the permutation
|
| /freebsd-13.1/usr.sbin/cron/doc/ |
| H A D | CHANGES | 105 every possible combination and permutation of #ifdef options, but meanwhile
|
| /freebsd-13.1/crypto/heimdal/doc/ |
| H A D | copyright.texi | 427 Thanks to: Dan Hoey for his excellent Initial and Inverse permutation
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | VOP3PInstructions.td | 253 // Define non-associative/commutative add/mul to prevent permutation in the dot8
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 252 …re(e0, e1, ..., en)` | `argument` has `n + 1` elements, and under some permutation each element ma…
|
| H A D | CookBook.md | 1186 permutation must be 1, greater than 0, anything, and 5 respectively.
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64.td | 142 "Enable bit permutation SVE2 instructions", [FeatureSVE2]>;
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsAArch64.td | 2494 // SVE2 - Optional bit permutation
|
| H A D | IntrinsicsX86.td | 970 // Vector permutation 1565 // Vector permutation
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.2006 | 843 permutation of clients
|
| /freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 4094 # Produce a random permutation of the integers in a given range (inclusive).
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrAVX512.td | 6136 // 1-src variable permutation VPERMW/D/Q
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 4002 - x86[_64]: SSSE3 support (SHA1, vector-permutation AES);
|
| /freebsd-13.1/contrib/ncurses/ |
| H A D | NEWS | 2622 + add w/W toggle to ncurses.c 'B' test, to demonstrate permutation of
|
| /freebsd-13.1/share/dict/ |
| H A D | web2a | 40167 permutation lock
|
| H A D | web2 | 143200 permutation
|