/freebsd-src/crypto/openssl/crypto/rc2/ |
H A D | rc2_local.h | 23 /* fall thru */ \ 25 /* fall thru */ \ 27 /* fall thru */ \ 29 /* fall thru */ \ 31 /* fall thru */ \ 33 /* fall thru */ \ 35 /* fall thru */ \ 52 /* fall thru */ \ 54 /* fall thru */ \ 56 /* fall thru */ \ [all …]
|
/freebsd-src/crypto/openssl/crypto/rc5/ |
H A D | rc5_local.h | 25 /* fall thru */ \ 27 /* fall thru */ \ 29 /* fall thru */ \ 31 /* fall thru */ \ 33 /* fall thru */ \ 35 /* fall thru */ \ 37 /* fall thru */ \ 54 /* fall thru */ \ 56 /* fall thru */ \ 58 /* fall thru */ \ [all …]
|
/freebsd-src/sys/dev/sfxge/common/ |
H A D | efx_hash.c | 53 * fall-back to a simple shift based implementation. 141 /* Fall-through */ in efx_hash_dwords() 144 /* Fall-through */ in efx_hash_dwords() 197 /* Fall-through */ in efx_hash_bytes() 200 /* Fall-through */ in efx_hash_bytes() 203 /* Fall-through */ in efx_hash_bytes() 206 /* Fall-through */ in efx_hash_bytes() 209 /* Fall-through */ in efx_hash_bytes() 212 /* Fall-through */ in efx_hash_bytes() 215 /* Fall-through */ in efx_hash_bytes() [all …]
|
/freebsd-src/crypto/openssl/crypto/bf/ |
H A D | bf_local.h | 20 /* fall thru */ \ 22 /* fall thru */ \ 24 /* fall thru */ \ 26 /* fall thru */ \ 28 /* fall thru */ \ 30 /* fall thru */ \ 32 /* fall thru */ \ 42 /* fall thru */ \ 44 /* fall thru */ \ 46 /* fall thru */ \ [all …]
|
/freebsd-src/crypto/openssl/crypto/idea/ |
H A D | idea_local.h | 26 /* fall thru */ \ 28 /* fall thru */ \ 30 /* fall thru */ \ 32 /* fall thru */ \ 34 /* fall thru */ \ 36 /* fall thru */ \ 38 /* fall thru */ \ 48 /* fall thru */ \ 50 /* fall thru */ \ 52 /* fall thru */ \ [all …]
|
/freebsd-src/crypto/openssl/crypto/des/ |
H A D | des_local.h | 40 /* fall thru */ \ 42 /* fall thru */ \ 44 /* fall thru */ \ 46 /* fall thru */ \ 48 /* fall thru */ \ 50 /* fall thru */ \ 52 /* fall thru */ \ 82 /* fall thru */ \ 84 /* fall thru */ \ 86 /* fall thru */ \ [all …]
|
/freebsd-src/crypto/openssl/crypto/cast/ |
H A D | cast_local.h | 65 /* fall thru */ \ 67 /* fall thru */ \ 69 /* fall thru */ \ 71 /* fall thru */ \ 73 /* fall thru */ \ 75 /* fall thru */ \ 77 /* fall thru */ \ 87 /* fall thru */ \ 89 /* fall thru */ \ 91 /* fall thru */ \ [all …]
|
/freebsd-src/sys/contrib/ck/src/ |
H A D | ck_ht_hash.h | 158 /* fall through */ in MurmurHash3_x86_32() 160 /* fall through */ in MurmurHash3_x86_32() 209 /* fall through */ in MurmurHash64A() 211 /* fall through */ in MurmurHash64A() 213 /* fall through */ in MurmurHash64A() 215 /* fall through */ in MurmurHash64A() 217 /* fall through */ in MurmurHash64A() 219 /* fall through */ in MurmurHash64A() 268 /* fall through */ in MurmurHash64B() 270 /* fall through */ in MurmurHash64B()
|
/freebsd-src/sys/contrib/device-tree/Bindings/sound/ |
H A D | cirrus,cs42l42.yaml | 94 cirrus,ts-dbnc-fall: 162 If present this sets the rate that the HS bias should rise and fall. 163 The actual rise and fall times depend on external hardware (the 164 datasheet gives several rise and fall time examples). 166 0 - Fast rise time; slow, load-dependent fall time 220 cirrus,ts-dbnc-fall = <CS42L42_TS_DBNCE_0>;
|
/freebsd-src/contrib/unbound/util/storage/ |
H A D | lookup3.c | 254 switch(length) /* all the case statements fall through */ in hashword() 308 switch(length) /* all the case statements fall through */ in hashword2() 530 switch(length) /* all the case statements fall through */ 766 switch(length) /* all the case statements fall through */ 879 switch(length) /* all the case statements fall through */ in driver2() 938 switch(length) /* all the case statements fall through */ in driver2()
|
/freebsd-src/crypto/openssl/crypto/siphash/ |
H A D | siphash.c | 213 /* fall thru */ in SipHash_Final() 216 /* fall thru */ in SipHash_Final() 219 /* fall thru */ in SipHash_Final() 222 /* fall thru */ in SipHash_Final() 225 /* fall thru */ in SipHash_Final() 228 /* fall thru */ in SipHash_Final()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
H A D | SparcInstPrinter.cpp | 133 case SP::TICCri: // Fall through in printOperand() 134 case SP::TICCrr: // Fall through in printOperand() 135 case SP::TRAPri: // Fall through in printOperand() 136 case SP::TRAPrr: // Fall through in printOperand() 137 case SP::TXCCri: // Fall through in printOperand() 138 case SP::TXCCrr: // Fall through in printOperand()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMBlockPlacement.cpp | 261 // not change), if there were any fall-throughs (to/from adjacent blocks), in moveBasicBlock() 262 // replace with unconditional branch to the fall through block. in moveBasicBlock() 276 // fall-through. Fix by adding an unconditional branch to the moved BB. in moveBasicBlock() 287 // Fix fall-through to the moved BB from the one that used to be before it. in moveBasicBlock() 290 // Fix fall through from the destination BB to the one that used to before it. in moveBasicBlock() 293 // Fix fall through from the moved BB to the one that used to follow. in moveBasicBlock()
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | BranchFolding.cpp | 404 // Create the fall-through block. in SplitMBBAt() 412 // Add an edge from CurMBB to NewMBB for the fall-through. in SplitMBBAt() 604 // a position where the other could fall through into it, merge any number in ProfitableToMerge() 905 dbgs() << " which has fall-through from " in TryTailMergeBlocks() 940 // If there are two blocks, check to see if one can be made to fall through in TryTailMergeBlocks() 953 // Otherwise just pick one, favoring the fall-through predecessor if in TryTailMergeBlocks() 1248 /// fall-through to MBB1 than to fall through into MBB2. This has to return in IsBetterFallthrough() 1256 // MBB1 doesn't, we prefer to fall through into MBB1. This allows us to in IsBetterFallthrough() 1265 // will fall throug in getBranchDebugLoc() [all...] |
/freebsd-src/sys/dev/pms/RefTisa/sat/src/ |
H A D | smsatcb.c | 1260 case SAT_READ_DMA: /* fall through */ in smsatChainedDataIOCB() 1261 case SAT_READ_SECTORS: /* fall through */ in smsatChainedDataIOCB() 1262 case SAT_READ_DMA_EXT: /* fall through */ in smsatChainedDataIOCB() 1263 case SAT_READ_SECTORS_EXT: /* fall through */ in smsatChainedDataIOCB() 1264 case SAT_READ_FPDMA_QUEUED: /* fall through */ in smsatChainedDataIOCB() 1265 case SAT_WRITE_DMA: /* fall through */ in smsatChainedDataIOCB() 1266 case SAT_WRITE_SECTORS:/* fall through */ in smsatChainedDataIOCB() 1267 case SAT_WRITE_DMA_FUA_EXT: /* fall through */ in smsatChainedDataIOCB() 1268 case SAT_WRITE_DMA_EXT: /* fall through */ in smsatChainedDataIOCB() 1269 case SAT_WRITE_SECTORS_EXT: /* fall through */ in smsatChainedDataIOCB() [all …]
|
/freebsd-src/sys/dev/pms/RefTisa/tisa/sassata/sas/tgt/ |
H A D | ttdio.c | 367 case SCSIOPC_READ_6: /* fall through */ in tdsaProcessCDB() 373 case SCSIOPC_WRITE_6: /* fall through */ in tdsaProcessCDB() 379 case SCSIOPC_MODE_SENSE_6: /* fall through */ in tdsaProcessCDB() 408 case CDB_10BYTE1: /* fall through */ in tdsaProcessCDB() 1017 case OSSA_IO_FAILED: /* fall through */ in ttdsaIOCompleted() 1018 case OSSA_IO_NO_DEVICE: /* fall through */ in ttdsaIOCompleted() 1019 //case OSSA_IO_NO_SUPPORT: /* fall through */ /*added to compile tgt_drv (TP)*/ in ttdsaIOCompleted() 1020 case OSSA_IO_LINK_FAILURE: /* fall through */ in ttdsaIOCompleted() 1021 case OSSA_IO_PROG_ERROR: /* fall through */ in ttdsaIOCompleted() 1022 case OSSA_IO_DS_NON_OPERATIONAL: /* fall through */ in ttdsaIOCompleted() [all …]
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | v_tan_3u5.c |
|
/freebsd-src/usr.sbin/bsdconfig/share/ |
H A D | common.subr | 240 2) : fall through ;; 365 # Use f_dialog_infobox from dialog.subr if possible, otherwise fall 386 # Use f_dialog_msgbox from dialog.subr if possible, otherwise fall 429 # Use f_dialog_yesno from dialog.subr if possible, otherwise fall 451 # Use f_dialog_noyes from dialog.subr if possible, otherwise fall 469 # environment and the language-specific help-file does not exist we will fall 482 # Use f_dialog_textbox from dialog.subr if possible, otherwise fall 515 # exist -- in which case we will fall back to loading $file without-suffix. 638 # No match, fall-thru to non-i18n sources 648 # No match? Fall-thru to `local' libexec sources (add-on modules) [all …]
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtVisitor.h | 115 // If the implementation chooses not to implement a certain visit method, fall 121 // If the implementation doesn't implement binary operator methods, fall back 144 // methods, fall back on VisitCompoundAssignOperator. in BINOP_FALLBACK() 155 // If the implementation doesn't implement unary operator methods, fall back
|
/freebsd-src/contrib/expat/lib/ |
H A D | siphash.h | 22 * - Add "fall through" markers for GCC's -Wimplicit-fallthrough 237 /* fall through */ in sip24_final() 240 /* fall through */ in sip24_final() 243 /* fall through */ in sip24_final() 246 /* fall through */ in sip24_final() 249 /* fall through */ in sip24_final() 252 /* fall through */ in sip24_final() 255 /* fall through */ in sip24_final()
|
/freebsd-src/contrib/xz/src/liblzma/common/ |
H A D | stream_decoder.c | 159 // Fall through in stream_decode() 192 // Fall through in stream_decode() 257 // Fall through in stream_decode() 296 // Fall through in stream_decode() 336 // Fall through in stream_decode()
|
H A D | lzip_decoder.c | 155 // Fall through in lzip_decode() 176 // Fall through in lzip_decode() 225 // Fall through in lzip_decode() 248 // Fall through in lzip_decode() 278 // Fall through in lzip_decode()
|
/freebsd-src/contrib/bearssl/src/int/ |
H A D | i32_encode.c | 55 /* fall through */ in br_i32_encode() 58 /* fall through */ in br_i32_encode()
|
H A D | i31_encode.c | 67 /* fall through */ in br_i31_encode() 70 /* fall through */ in br_i31_encode()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBranchCoalescing.cpp | 139 MachineBasicBlock *FallThroughBlock; // Fall-through if branch not taken 293 // The block must be able to fall through. in canCoalesceBranch() 295 "Expecting the block to fall through!"); in canCoalesceBranch() 299 // Ensure the single fall though block is empty. in canCoalesceBranch() 305 assert(Succ && "Expecting a valid fall-through block\n"); in canCoalesceBranch() 308 LLVM_DEBUG(dbgs() << "Fall-through block contains code -- skip\n"); in canCoalesceBranch() 315 << "Successor of fall through block is not branch taken block\n"); in canCoalesceBranch() 500 llvm_unreachable("Expecting fall-through blocks to be empty"); in validateCandidates() 522 /// Note that there is no analysis for moving instructions past the fall-through 694 // Fall in mergeCandidates() [all...] |