/freebsd/contrib/wpa/src/crypto/ |
H A D | aes_i.h | 33 #define RCON(i) rcon[(i)] argument 35 #define TE0(i) Te0[((i) >> 24) & 0xff] argument 36 #define TE1(i) Te1[((i) >> 16) & 0xff] argument 37 #define TE2(i) Te2[((i) >> 8) & 0xff] argument 38 #define TE3(i) Te3[(i) & 0xff] argument 39 #define TE41(i) (Te4[((i) >> 24) & 0xff] & 0xff000000) argument 40 #define TE42(i) (Te4[((i) >> 16) & 0xff] & 0x00ff0000) argument 41 #define TE43(i) (Te4[((i) >> 8) & 0xff] & 0x0000ff00) argument 42 #define TE44(i) (Te4[(i) & 0xff] & 0x000000ff) argument 43 #define TE421(i) (Te4[((i) >> 16) & 0xff] & 0xff000000) argument [all …]
|
/freebsd/sys/arm/ti/usb/ |
H A D | omap_tll.c | 51 #define OMAP_USBTLL_TLL_CHANNEL_CONF(i) (0x0040 + (0x04 * (i))) argument 52 #define OMAP_USBTLL_SAR_CNTX(i) (0x0400 + (0x04 * (i))) argument 53 #define OMAP_USBTLL_ULPI_VENDOR_ID_LO(i) (0x0800 + (0x100 * (i))) argument 54 #define OMAP_USBTLL_ULPI_VENDOR_ID_HI(i) (0x0801 + (0x100 * (i))) argument 55 #define OMAP_USBTLL_ULPI_PRODUCT_ID_LO(i) (0x0802 + (0x100 * (i))) argument 56 #define OMAP_USBTLL_ULPI_PRODUCT_ID_HI(i) (0x0803 + (0x100 * (i))) argument 57 #define OMAP_USBTLL_ULPI_FUNCTION_CTRL(i) (0x0804 + (0x100 * (i))) argument 58 #define OMAP_USBTLL_ULPI_FUNCTION_CTRL_SET(i) (0x0805 + (0x100 * (i))) argument 59 #define OMAP_USBTLL_ULPI_FUNCTION_CTRL_CLR(i) (0x0806 + (0x100 * (i))) argument 60 #define OMAP_USBTLL_ULPI_INTERFACE_CTRL(i) (0x0807 + (0x100 * (i))) argument [all …]
|
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aeskey.c | 81 #define ke4(k, i) \ argument 106 uint32_t i; in aes_encrypt_key128() local 115 #define kef6(k, i) \ argument 122 #define ke6(k, i) \ argument 147 uint32_t i; in aes_encrypt_key192() local 157 #define kef8(k, i) \ argument 164 #define ke8(k, i) \ argument 192 uint32_t i; in aes_encrypt_key256() local 239 #define v(n, i) ((n) - (i) + 2 * ((i) & 3)) argument 241 #define v(n, i) (i) argument [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 50 for(size_t i = 0; i < Sources.size(); ++i) in GetExternalDecl() local 57 for (size_t i = 0; i < Sources.size(); ++i) in CompleteRedeclChain() local 63 for(size_t i = 0; i < Sources.size(); ++i) { in GetExternalSelector() local 73 for(size_t i = 0; i < Sources.size(); ++i) in GetNumExternalSelectors() local 79 for(size_t i = 0; i < Sources.size(); ++i) in GetExternalDeclStmt() local 87 for(size_t i = 0; i < Sources.size(); ++i) in GetExternalCXXBaseSpecifiers() local 113 for (size_t i = 0; i < Sources.size(); ++i) in FindExternalVisibleDeclsByName() local 119 for(size_t i = 0; i < Sources.size(); ++i) in completeVisibleDeclsMap() local 126 for(size_t i = 0; i < Sources.size(); ++i) in FindExternalLexicalDecls() local 134 for(size_t i = 0; i < Sources.size(); ++i) in FindFileRegionDecls() local [all …]
|
/freebsd/contrib/wpa/src/fst/ |
H A D | fst_iface.h | 34 static inline struct fst_group * fst_iface_get_group(struct fst_iface *i) in fst_iface_get_group() 39 static inline const char * fst_iface_get_name(struct fst_iface *i) in fst_iface_get_name() 44 static inline const u8 * fst_iface_get_addr(struct fst_iface *i) in fst_iface_get_addr() 49 static inline const char * fst_iface_get_group_id(struct fst_iface *i) in fst_iface_get_group_id() 54 static inline u8 fst_iface_get_priority(struct fst_iface *i) in fst_iface_get_priority() 59 static inline u32 fst_iface_get_llt(struct fst_iface *i) in fst_iface_get_llt() 64 static inline const struct wpabuf * fst_iface_get_mbie(struct fst_iface *i) in fst_iface_get_mbie() 69 static inline const u8 * fst_iface_get_bssid(struct fst_iface *i) in fst_iface_get_bssid() 74 static inline void fst_iface_get_channel_info(struct fst_iface *i, in fst_iface_get_channel_info() 81 static inline int fst_iface_get_hw_modes(struct fst_iface *i, in fst_iface_get_hw_modes() [all …]
|
/freebsd/contrib/dialog/ |
H A D | mixedform.c | 31 #define ItemName(i) items[LLEN(i) + 0] argument 32 #define ItemNameY(i) items[LLEN(i) + 1] argument 33 #define ItemNameX(i) items[LLEN(i) + 2] argument 34 #define ItemText(i) items[LLEN(i) + 3] argument 35 #define ItemTextY(i) items[LLEN(i) + 4] argument 36 #define ItemTextX(i) items[LLEN(i) + 5] argument 37 #define ItemTextFLen(i) items[LLEN(i) + 6] argument 38 #define ItemTextILen(i) items[LLEN(i) + 7] argument 39 #define ItemTypep(i) items[LLEN(i) + 8] argument 40 #define ItemHelp(i) (dialog_vars.item_help ? items[LLEN(i) + 9] : dlg_strempty()) argument [all …]
|
/freebsd/contrib/expat/tests/ |
H A D | alloc_tests.c | 79 int i; in START_TEST() local 128 int i; in START_TEST() local 156 int i; in START_TEST() local 182 int i; in START_TEST() local 223 int i; in START_TEST() local 247 int i; in START_TEST() local 273 int i; in START_TEST() local 318 unsigned int i; in START_TEST() local 371 int i; in START_TEST() local 403 int i; in START_TEST() local [all …]
|
H A D | nsalloc_tests.c | 82 unsigned int i; in START_TEST() local 232 int i; in START_TEST() local 292 int i; in START_TEST() local 335 int i; in START_TEST() local 418 int i; in START_TEST() local 445 int i; in START_TEST() local 475 int i; in START_TEST() local 515 unsigned i; in START_TEST() local 595 int i; in START_TEST() local 671 int i; in START_TEST() local [all …]
|
/freebsd/contrib/opencsd/decoder/source/etmv4/ |
H A D | trc_pkt_proc_etmv4i.cpp | 889 for(int i = 0; i < nVMID_bytes; i++) in extractAndSetContextInfo() local 900 for(int i = 0; i < nCtxtID_bytes; i++) in extractAndSetContextInfo() local 1261 for (int i = 2; i < 10; i++) { in iPktITE() local 1274 for(int i = 0; i < 256; i++) in BuildIPacketTable() local 1346 for(int i = 0; i < 4; i++) in BuildIPacketTable() local 1353 for(int i = 0; i < 16; i++) in BuildIPacketTable() local 1360 for(int i = 0; i < 8; i++) in BuildIPacketTable() local 1370 for(int i = 0; i < 5; i++) in BuildIPacketTable() local 1390 for(int i = 0; i < 4; i++) in BuildIPacketTable() local 1397 for(int i = 0; i < 4; i++) in BuildIPacketTable() local [all …]
|
/freebsd/crypto/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 145 # define ROTATE(i,n) ((i)<<(n) ^ (i)>>(64-n)) argument 147 # define ROTATE(i,n) ((i)>>(n) ^ (i)<<(64-n)) argument 182 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) argument 183 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) argument 184 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) argument 185 # define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24) argument 186 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) argument 187 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) argument 188 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) argument 189 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) argument [all …]
|
/freebsd/sys/arm/ti/ |
H A D | ti_sdmareg.h | 51 #define DMA4_CCR(i) (0x0080 + ((i) * 0x60)) argument 52 #define DMA4_CLNK_CTRL(i) (0x0084 + ((i) * 0x60)) argument 53 #define DMA4_CICR(i) (0x0088 + ((i) * 0x60)) argument 54 #define DMA4_CSR(i) (0x008C + ((i) * 0x60)) argument 55 #define DMA4_CSDP(i) (0x0090 + ((i) * 0x60)) argument 56 #define DMA4_CEN(i) (0x0094 + ((i) * 0x60)) argument 57 #define DMA4_CFN(i) (0x0098 + ((i) * 0x60)) argument 58 #define DMA4_CSSA(i) (0x009C + ((i) * 0x60)) argument 59 #define DMA4_CDSA(i) (0x00A0 + ((i) * 0x60)) argument 60 #define DMA4_CSE(i) (0x00A4 + ((i) * 0x60)) argument [all …]
|
/freebsd/sys/contrib/openzfs/lib/libnvpair/ |
H A D | libnvpair_json.c | 224 uint_t valsz, i; in nvlist_print_json() local 239 uint_t valsz, i; in nvlist_print_json() local 254 uint_t valsz, i; in nvlist_print_json() local 269 uint_t valsz, i; in nvlist_print_json() local 283 uint_t valsz, i; in nvlist_print_json() local 297 uint_t valsz, i; in nvlist_print_json() local 311 uint_t valsz, i; in nvlist_print_json() local 325 uint_t valsz, i; in nvlist_print_json() local 339 uint_t valsz, i; in nvlist_print_json() local 353 uint_t valsz, i; in nvlist_print_json() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 53 for (unsigned i = 0; i != NumElts; ++i) in DecodeInsertElementMask() local 55 for (unsigned i = 0; i != Len; ++i) in DecodeInsertElementMask() local 61 for (unsigned i = NElts / 2; i != NElts; ++i) in DecodeMOVHLPSMask() local 64 for (unsigned i = NElts / 2; i != NElts; ++i) in DecodeMOVHLPSMask() local 70 for (unsigned i = 0; i != NElts / 2; ++i) in DecodeMOVLHPSMask() local 73 for (unsigned i = 0; i != NElts / 2; ++i) in DecodeMOVLHPSMask() local 78 for (int i = 0, e = NumElts / 2; i < e; ++i) { in DecodeMOVSLDUPMask() local 85 for (int i = 0, e = NumElts / 2; i < e; ++i) { in DecodeMOVSHDUPMask() local 95 for (unsigned i = 0; i < NumLaneElts; ++i) in DecodeMOVDDUPMask() local 104 for (unsigned i = 0; i < NumLaneElts; ++i) { in DecodePSLLDQMask() local [all …]
|
/freebsd/sys/dev/qat/include/ |
H A D | adf_dev_err.h | 39 #define ADF_INTSTATSSM(i) ((i)*0x4000 + 0x04) argument 41 #define ADF_PPERR(i) ((i)*0x4000 + 0x08) argument 42 #define ADF_PPERRID(i) ((i)*0x4000 + 0x0C) argument 43 #define ADF_CERRSSMSH(i) ((i)*0x4000 + 0x10) argument 44 #define ADF_UERRSSMSH(i) ((i)*0x4000 + 0x18) argument 45 #define ADF_UERRSSMSHAD(i) ((i)*0x4000 + 0x1C) argument 46 #define ADF_SLICEHANGSTATUS(i) ((i)*0x4000 + 0x4C) argument 62 #define ADF_SSMWDT(i) ((i)*0x4000 + 0x54) argument 63 #define ADF_SSMWDTPKE(i) ((i)*0x4000 + 0x58) argument 64 #define ADF_SHINTMASKSSM(i) ((i)*0x4000 + 0x1018) argument [all …]
|
/freebsd/tools/tools/ath/ath_ee_9287_print/ |
H A D | 9287.c | 52 int i; in eeprom_9287_base_print() local 80 int i; in eeprom_9287_custdata_print() local 97 int i; in eeprom_9287_modal_print() local 150 int i, j; in eeprom_9287_print_caldata_oploop() local 184 int i, n; in eeprom_9287_calfreqpiers_print() local 210 int i; in eeprom_v14_target_legacy_print() local 223 int i; in eeprom_v14_target_ht_print() local 237 int i; in eeprom_9287_print_targets() local 262 int i, j; in eeprom_9287_ctl_edge_print() local 280 int i; in eeprom_9287_ctl_print() local [all …]
|
/freebsd/tools/tools/ath/ath_ee_9300_print/ |
H A D | main.c | 122 int i; in eeprom_9300_modal_print() local 187 int i; in eeprom_9300_print_2g_target_cck() local 202 int i; in eeprom_9300_print_2g_target_ofdm() local 217 int i; in eeprom_9300_print_2g_target_ht20() local 256 int i; in eeprom_9300_print_2g_target_ht40() local 295 int i, j; in eeprom_9300_print_2g_ctls() local 315 int i; in eeprom_9300_print_5g_target_ofdm() local 330 int i; in eeprom_9300_print_5g_target_ht20() local 369 int i; in eeprom_9300_print_5g_target_ht40() local 408 int i, j; in eeprom_9300_print_5g_ctls() local [all …]
|
/freebsd/tools/tools/ath/ath_ee_v14_print/ |
H A D | ath_ee_v14_print.c | 53 int i; in load_eeprom_dump() local 88 int i; in eeprom_v14_base_print() local 131 int i; in eeprom_v14_custdata_print() local 147 int i; in eeprom_v14_modal_print() local 223 int i, j; in eeprom_v14_print_caldata_perfreq_op_loop() local 237 int i, j; in eeprom_v14_print_caldata_perfreq() local 254 int i, n; in eeprom_v14_calfreqpiers_print() local 301 int i; in eeprom_v14_target_legacy_print() local 314 int i; in eeprom_v14_target_ht_print() local 328 int i; in eeprom_v14_print_targets() local [all …]
|
/freebsd/sys/kern/ |
H A D | subr_filter.c | 77 int i; in setup_time_filter() local 108 int i; in setup_time_filter_small() local 138 int i, j, fnd; in check_update_times() local 173 int i, j, fnd; in check_update_times_small() local 208 int i; in filter_reduce_by() local 228 int i; in filter_reduce_by_small() local 248 int i; in filter_increase_by() local 265 int i; in filter_increase_by_small() local 286 int i; in forward_filter_clock() local 300 int i; in forward_filter_clock_small() local [all …]
|
/freebsd/tools/tools/syscall_timing/ |
H A D | syscall_timing.c | 95 uintmax_t i; in test_access() local 115 uintmax_t i; in test_bad_open() local 128 uintmax_t i; in test_chroot() local 145 uintmax_t i; in test_clock_gettime() local 158 uintmax_t i; in test_create_unlink() local 185 uintmax_t i; in test_fork() local 216 uintmax_t i; in test_fork_exec() local 246 uintmax_t i; in test_getppid() local 263 uintmax_t i; in test_getpriority() local 280 uintmax_t i; in test_getprogname() local [all …]
|
/freebsd/tools/tools/ath/ath_ee_v4k_print/ |
H A D | v4k.c | 72 int i; in eeprom_v4k_custdata_print() local 89 int i; in eeprom_v4k_modal_print() local 147 int i, j; in eeprom_v4k_print_caldata_perfreq() local 166 int i, n; in eeprom_v4k_calfreqpiers_print() local 192 int i; in eeprom_v14_target_legacy_print() local 205 int i; in eeprom_v14_target_ht_print() local 219 int i; in eeprom_v4k_print_targets() local 244 int i, j; in eeprom_v4k_ctl_edge_print() local 262 int i; in eeprom_v4k_ctl_print() local 276 int i; in eeprom_v4k_print_edges() local
|
/freebsd/contrib/unbound/util/ |
H A D | timehist.c | 75 size_t i; in dosetup() local 113 size_t i; in timehist_clear() local 120 size_t i; in timehist_insert() local 134 size_t i; in timehist_print() local 151 size_t i; in timehist_log() local 175 size_t i, res = 0; in timehist_count() local 186 size_t i; in timehist_quartile() local 214 size_t i; in timehist_export() local 225 size_t i; in timehist_import() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnitIndex.cpp | 152 for (unsigned i = 0; i != Header.NumBuckets; ++i) in parseImpl() local 156 for (unsigned i = 0; i != Header.NumBuckets; ++i) { in parseImpl() local 167 for (unsigned i = 0; i != Header.NumColumns; ++i) { in parseImpl() local 181 for (unsigned i = 0; i != Header.NumUnits; ++i) { in parseImpl() local 183 for (unsigned i = 0; i != Header.NumColumns; ++i) in parseImpl() local 188 for (unsigned i = 0; i != Header.NumUnits; ++i) { in parseImpl() local 190 for (unsigned i = 0; i != Header.NumColumns; ++i) in parseImpl() local 221 for (unsigned i = 0; i != Header.NumColumns; ++i) { in dump() local 232 for (unsigned i = 0; i != Header.NumColumns; ++i) { in dump() local 241 for (unsigned i = 0; i != Header.NumBuckets; ++i) { in dump() local [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_stats.h | 29 void Add(AllocatorStat i, uptr v) { in Add() 33 void Sub(AllocatorStat i, uptr v) { in Sub() 37 void Set(AllocatorStat i, uptr v) { in Set() 41 uptr Get(AllocatorStat i) const { in Get() 72 for (int i = 0; i < AllocatorStatCount; i++) in Unregister() local 81 for (int i = 0; i < AllocatorStatCount; i++) in Get() local 88 for (int i = 0; i < AllocatorStatCount; i++) in Get() local
|
/freebsd/sys/dev/isp/ |
H A D | isp_library.c | 191 uint32_t i, foundhdl = ISP_HANDLE_FREE; in isp_find_handle() local 222 int amt, i, j; in isp_print_qentry() local 310 int i; in isp_dump_portdb() local 559 int i; in isp_put_marker_24xx() local 579 int i; in isp_put_request_t7() local 614 int i; in isp_put_24xx_tmf() local 645 int i; in isp_put_24xx_abrt() local 666 int i; in isp_put_cont64_req() local 678 int i; in isp_get_cont_response() local 691 int i; in isp_get_24xx_response() local [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_cal_adcgain.c | 30 #define totalAdcIOddPhase(i) caldata[0][i].u argument 31 #define totalAdcIEvenPhase(i) caldata[1][i].u argument 32 #define totalAdcQOddPhase(i) caldata[2][i].u argument 33 #define totalAdcQEvenPhase(i) caldata[3][i].u argument 42 int i; in ar5416AdcGainCalCollect() local 72 uint32_t i; in ar5416AdcGainCalibration() local
|