/freebsd/sys/kgssapi/krb5/ |
H A D | kcrypto.c | 186 uint8_t *folded; in krb5_derive_key() local 194 folded = malloc(ec->ec_blocklen, M_GSSAPI, M_WAITOK); in krb5_derive_key() 195 krb5_n_fold(folded, ec->ec_blocklen, constant, constantlen); in krb5_derive_key() 205 for (i = 0, p = bytes, q = folded; i < randomlen; in krb5_derive_key() 216 free(folded, M_GSSAPI); in krb5_derive_key()
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | dollar.exp | 41 For some reason, multiple dollars are folded into one. 47 For some reason, multiple dollars are folded into one.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86Schedule.td | 12 // Instructions with folded loads need to read the memory operand immediately, 26 // Instructions with both a load and a store folded are modeled as a folded 42 // variants: With and without a folded load. 44 // with a folded load. 46 // The SchedWrite to use when a load is folded into the instruction. 49 // until the folded load has completed. 125 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86ScheduleSLM.td | 57 // Many SchedWrites are defined in pairs with and without a folded load. 58 // Instructions with folded loads are usually micro-fused, so they only appear 61 // folded loads. 82 // A folded store needs a cycle on MEC_RSV for the store data (using the same uop),
|
H A D | X86ScheduleBtVer2.td | 116 // Many SchedWrites are defined in pairs with and without a folded load. 117 // Instructions with folded loads are usually micro-fused, so they only appear 120 // folded loads. 183 // A folded store needs a cycle on the SAGU for the store data, most RMW 272 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86ScheduleZnver3.td | 392 // Many SchedWrites are defined in pairs with and without a folded load. 393 // Instructions with folded loads are usually micro-fused, so they only appear 396 // folded loads. 425 // For classes without folded loads. 444 // For classes with folded loads. 488 // Instructions with both a load and a store folded are modeled as a folded 492 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86ScheduleBdVer2.td | 185 // Many SchedWrites are defined in pairs with and without a folded load. 186 // Instructions with folded loads are usually micro-fused, so they only appear 189 // folded loads. 261 // A folded store needs a cycle on the PdStore for the store data. 265 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86ScheduleZnver4.td | 389 // Many SchedWrites are defined in pairs with and without a folded load. 390 // Instructions with folded loads are usually micro-fused, so they only appear 393 // folded loads. 422 // For classes without folded loads. 447 // For classes with folded loads. 499 // Instructions with both a load and a store folded are modeled as a folded 503 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86ScheduleAtom.td | 53 // folded loads. 77 // A folded store needs a cycle on Port0 for the store data. 168 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86SchedBroadwell.td | 86 // Many SchedWrites are defined in pairs with and without a folded load. 87 // Instructions with folded loads are usually micro-fused, so they only appear 90 // folded loads. 111 // A folded store needs a cycle on port 4 for the store data, and an extra port 115 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86SchedSkylakeClient.td | 85 // Many SchedWrites are defined in pairs with and without a folded load. 86 // Instructions with folded loads are usually micro-fused, so they only appear 89 // folded loads. 110 // A folded store needs a cycle on port 4 for the store data, and an extra port 205 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86SchedSandyBridge.td | 81 // Many SchedWrites are defined in pairs with and without a folded load. 82 // Instructions with folded loads are usually micro-fused, so they only appear 85 // folded loads. 106 // A folded store needs a cycle on port 4 for the store data, and an extra port
|
H A D | X86ScheduleZnver1.td | 125 // (a folded load is an instruction that loads and does some operation) 127 // Instructions with folded loads are usually micro-fused, so they only appear 131 // This multiclass is for folded loads for integer units. 152 // This multiclass is for folded loads for floating point units.
|
H A D | X86ScheduleZnver2.td | 124 // (a folded load is an instruction that loads and does some operation) 126 // Instructions with folded loads are usually micro-fused, so they only appear 130 // This multiclass is for folded loads for integer units. 151 // This multiclass is for folded loads for floating point units.
|
H A D | X86SchedHaswell.td | 91 // Many SchedWrites are defined in pairs with and without a folded load. 92 // Instructions with folded loads are usually micro-fused, so they only appear 95 // folded loads. 116 // A folded store needs a cycle on port 4 for the store data, and an extra port 120 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86InstrCMovSetCC.td | 90 // Conditional moves with folded loads with operands swapped and conditions
|
H A D | X86SchedSkylakeServer.td | 85 // Many SchedWrites are defined in pairs with and without a folded load. 86 // Instructions with folded loads are usually micro-fused, so they only appear 89 // folded loads. 110 // A folded store needs a cycle on port 4 for the store data, and an extra port 205 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86SchedIceLake.td | 92 // Many SchedWrites are defined in pairs with and without a folded load. 93 // Instructions with folded loads are usually micro-fused, so they only appear 96 // folded loads. 117 // A folded store needs a cycle on port 4 for the store data, and an extra port 212 // Loads, stores, and moves, not folded with other operations.
|
H A D | X86SchedAlderlakeP.td | 100 // Many SchedWrites are defined in pairs with and without a folded load. 101 // Instructions with folded loads are usually micro-fused, so they only appear 104 // folded loads.
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Symbols.h | 292 uint8_t folded : 1;
|
H A D | ICF.cpp | 568 d->folded = true; in run()
|
H A D | Options.td | 376 "List identical folded sections", 377 "Do not list identical folded sections (default)">;
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.txt | 80 insensitive matching implementation that folded lowercase characters 260 characters are case folded per B.2 of [RFC3454].
|
H A D | rfc3492.txt | 134 strings are case-folded prior to encoding, the basic string can use 135 mixed case to tell how to convert the folded string into a mixed-case 1188 telling how to convert the folded string into a mixed-case string for
|
/freebsd/contrib/tcp_wrappers/ |
H A D | CHANGES | 412 list. Scott Schwartz (schwartz@cs.psu.edu) folded the fix into the
|