Home
last modified time | relevance | path

Searched defs:i (Results 1 – 25 of 7820) sorted by relevance

12345678910>>...313

/freebsd-11-stable/contrib/wpa/src/crypto/
HDaes_i.h33 #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-11-stable/sys/mips/nlm/hal/
HDsgmii.h40 #define SGMII_MAC_CONF1(block, i) NAE_REG(block, i, 0x00) argument
41 #define SGMII_MAC_CONF2(block, i) NAE_REG(block, i, 0x01) argument
42 #define SGMII_IPG_IFG(block, i) NAE_REG(block, i, 0x02) argument
43 #define SGMII_HLF_DUP(block, i) NAE_REG(block, i, 0x03) argument
44 #define SGMII_MAX_FRAME(block, i) NAE_REG(block, i, 0x04) argument
45 #define SGMII_TEST(block, i) NAE_REG(block, i, 0x07) argument
46 #define SGMII_MIIM_CONF(block, i) NAE_REG(block, i, 0x08) argument
47 #define SGMII_MIIM_CMD(block, i) NAE_REG(block, i, 0x09) argument
48 #define SGMII_MIIM_ADDR(block, i) NAE_REG(block, i, 0x0a) argument
49 #define SGMII_MIIM_CTRL(block, i) NAE_REG(block, i, 0x0b) argument
[all …]
/freebsd-11-stable/sys/arm/ti/usb/
HDomap_tll.c55 #define OMAP_USBTLL_TLL_CHANNEL_CONF(i) (0x0040 + (0x04 * (i))) argument
56 #define OMAP_USBTLL_SAR_CNTX(i) (0x0400 + (0x04 * (i))) argument
57 #define OMAP_USBTLL_ULPI_VENDOR_ID_LO(i) (0x0800 + (0x100 * (i))) argument
58 #define OMAP_USBTLL_ULPI_VENDOR_ID_HI(i) (0x0801 + (0x100 * (i))) argument
59 #define OMAP_USBTLL_ULPI_PRODUCT_ID_LO(i) (0x0802 + (0x100 * (i))) argument
60 #define OMAP_USBTLL_ULPI_PRODUCT_ID_HI(i) (0x0803 + (0x100 * (i))) argument
61 #define OMAP_USBTLL_ULPI_FUNCTION_CTRL(i) (0x0804 + (0x100 * (i))) argument
62 #define OMAP_USBTLL_ULPI_FUNCTION_CTRL_SET(i) (0x0805 + (0x100 * (i))) argument
63 #define OMAP_USBTLL_ULPI_FUNCTION_CTRL_CLR(i) (0x0806 + (0x100 * (i))) argument
64 #define OMAP_USBTLL_ULPI_INTERFACE_CTRL(i) (0x0807 + (0x100 * (i))) argument
[all …]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDMultiplexExternalSemaSource.cpp45 for(size_t i = 0; i < Sources.size(); ++i) in GetExternalDecl() local
52 for (size_t i = 0; i < Sources.size(); ++i) in CompleteRedeclChain() local
58 for(size_t i = 0; i < Sources.size(); ++i) { in GetExternalSelector() local
68 for(size_t i = 0; i < Sources.size(); ++i) in GetNumExternalSelectors() local
74 for(size_t i = 0; i < Sources.size(); ++i) in GetExternalDeclStmt() local
82 for(size_t i = 0; i < Sources.size(); ++i) in GetExternalCXXBaseSpecifiers() local
108 for (size_t i = 0; i < Sources.size(); ++i) in FindExternalVisibleDeclsByName() local
114 for(size_t i = 0; i < Sources.size(); ++i) in completeVisibleDeclsMap() local
121 for(size_t i = 0; i < Sources.size(); ++i) in FindExternalLexicalDecls() local
129 for(size_t i = 0; i < Sources.size(); ++i) in FindFileRegionDecls() local
[all …]
/freebsd-11-stable/contrib/wpa/src/fst/
HDfst_iface.h34 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-11-stable/contrib/dialog/
HDmixedform.c31 #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-11-stable/contrib/binutils/binutils/
HDfilemode.c136 #define S_ISDIR(i) (((i) & S_IFMT) == S_IFDIR) argument
138 #define S_ISDIR(i) (((i) & 0170000) == 040000) argument
144 #define S_ISBLK(i) (((i) & S_IFMT) == S_IFBLK) argument
146 #define S_ISBLK(i) 0 argument
152 #define S_ISCHR(i) (((i) & S_IFMT) == S_IFCHR) argument
154 #define S_ISCHR(i) 0 argument
160 #define S_ISFIFO(i) (((i) & S_IFMT) == S_IFIFO) argument
162 #define S_ISFIFO(i) 0 argument
168 #define S_ISSOCK(i) (((i) & S_IFMT) == S_IFSOCK) argument
170 #define S_ISSOCK(i) 0 argument
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFUnitIndex.cpp63 for (unsigned i = 0; i != Header.NumBuckets; ++i) in parseImpl() local
67 for (unsigned i = 0; i != Header.NumBuckets; ++i) { in parseImpl() local
78 for (unsigned i = 0; i != Header.NumColumns; ++i) { in parseImpl() local
91 for (unsigned i = 0; i != Header.NumUnits; ++i) { in parseImpl() local
93 for (unsigned i = 0; i != Header.NumColumns; ++i) in parseImpl() local
98 for (unsigned i = 0; i != Header.NumUnits; ++i) { in parseImpl() local
100 for (unsigned i = 0; i != Header.NumColumns; ++i) in parseImpl() local
130 for (unsigned i = 0; i != Header.NumColumns; ++i) in dump() local
133 for (unsigned i = 0; i != Header.NumColumns; ++i) in dump() local
136 for (unsigned i = 0; i != Header.NumBuckets; ++i) { in dump() local
[all …]
/freebsd-11-stable/crypto/openssl/crypto/whrlpool/
HDwp_block.c120 # define ROTATE(i,n) ((i)<<(n) ^ (i)>>(64-n)) argument
122 # define ROTATE(i,n) ((i)>>(n) ^ (i)<<(64-n)) argument
157 # define C0(K,i) (Cx.q[K.c[(i)*8+0]]) argument
158 # define C1(K,i) ROTATE(Cx.q[K.c[(i)*8+1]],8) argument
159 # define C2(K,i) ROTATE(Cx.q[K.c[(i)*8+2]],16) argument
160 # define C3(K,i) ROTATE(Cx.q[K.c[(i)*8+3]],24) argument
161 # define C4(K,i) ROTATE(Cx.q[K.c[(i)*8+4]],32) argument
162 # define C5(K,i) ROTATE(Cx.q[K.c[(i)*8+5]],40) argument
163 # define C6(K,i) ROTATE(Cx.q[K.c[(i)*8+6]],48) argument
164 # define C7(K,i) ROTATE(Cx.q[K.c[(i)*8+7]],56) argument
[all …]
/freebsd-11-stable/sys/arm/ti/
HDti_sdmareg.h51 #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-11-stable/cddl/contrib/opensolaris/lib/libnvpair/
HDnvpair_json.c227 uint_t valsz, i; in nvlist_print_json() local
242 uint_t valsz, i; in nvlist_print_json() local
257 uint_t valsz, i; in nvlist_print_json() local
272 uint_t valsz, i; in nvlist_print_json() local
286 uint_t valsz, i; in nvlist_print_json() local
300 uint_t valsz, i; in nvlist_print_json() local
314 uint_t valsz, i; in nvlist_print_json() local
328 uint_t valsz, i; in nvlist_print_json() local
342 uint_t valsz, i; in nvlist_print_json() local
356 uint_t valsz, i; in nvlist_print_json() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/Utils/
HDX86ShuffleDecode.cpp50 for (unsigned i = 0; i != NumElts; ++i) in DecodeInsertElementMask() local
52 for (unsigned i = 0; i != Len; ++i) in DecodeInsertElementMask() local
58 for (unsigned i = NElts / 2; i != NElts; ++i) in DecodeMOVHLPSMask() local
61 for (unsigned i = NElts / 2; i != NElts; ++i) in DecodeMOVHLPSMask() local
67 for (unsigned i = 0; i != NElts / 2; ++i) in DecodeMOVLHPSMask() local
70 for (unsigned i = 0; i != NElts / 2; ++i) in DecodeMOVLHPSMask() local
75 for (int i = 0, e = NumElts / 2; i < e; ++i) { in DecodeMOVSLDUPMask() local
82 for (int i = 0, e = NumElts / 2; i < e; ++i) { in DecodeMOVSHDUPMask() local
92 for (unsigned i = 0; i < NumLaneElts; ++i) in DecodeMOVDDUPMask() local
101 for (unsigned i = 0; i < NumLaneElts; ++i) { in DecodePSLLDQMask() local
[all …]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n/
HDtst.ufuncsort.c32 f_a(int i) in f_a()
37 f_b(int i) in f_b()
42 f_c(int i) in f_c()
47 f_d(int i) in f_d()
52 f_e(int i) in f_e()
57 fN(f func, int i) in fN()
/freebsd-11-stable/contrib/gcc/
HDtree-iterator.h41 tree_stmt_iterator i; in tsi_start() local
52 tree_stmt_iterator i; in tsi_last() local
61 tsi_end_p (tree_stmt_iterator i) in tsi_end_p()
67 tsi_one_before_end_p (tree_stmt_iterator i) in tsi_one_before_end_p()
73 tsi_next (tree_stmt_iterator *i) in tsi_next()
79 tsi_prev (tree_stmt_iterator *i) in tsi_prev()
85 tsi_stmt_ptr (tree_stmt_iterator i) in tsi_stmt_ptr()
91 tsi_stmt (tree_stmt_iterator i) in tsi_stmt()
/freebsd-11-stable/sys/dev/isp/
HDisp_library.c322 uint32_t i, foundhdl = ISP_HANDLE_FREE; in isp_find_handle() local
373 int amt, i, j; in isp_print_qentry() local
461 int i; in isp_dump_portdb() local
741 int i; in isp_put_request() local
767 int i; in isp_put_marker() local
788 int i; in isp_put_marker_24xx() local
808 int i; in isp_put_request_t2() local
832 int i; in isp_put_request_t2e() local
855 int i; in isp_put_request_t3() local
880 int i; in isp_put_request_t3e() local
[all …]
/freebsd-11-stable/crypto/openssh/
HDsc25519.c35 int i; in reduce_add_sub() local
54 int i,j; in barrett_reduce() local
104 int i; in sc25519_from32bytes() local
113 int i; in shortsc25519_from16bytes() local
119 int i; in sc25519_from64bytes() local
127 int i; in sc25519_from_shortsc() local
136 int i; in sc25519_to32bytes() local
142 int i; in sc25519_iszero_vartime() local
150 int i; in sc25519_isshort_vartime() local
158 int i; in sc25519_lt_vartime() local
[all …]
HDfe25519.c46 int i,rep; in reduce_add_sub() local
66 int i,rep; in reduce_mul() local
86 int i; in fe25519_freeze() local
102 int i; in fe25519_unpack() local
110 int i; in fe25519_pack() local
119 int i; in fe25519_iszero() local
131 int i; in fe25519_iseq_vartime() local
143 int i; in fe25519_cmov() local
158 int i; in fe25519_setone() local
165 int i; in fe25519_setzero() local
[all …]
/freebsd-11-stable/tools/tools/ath/ath_ee_v14_print/
HDath_ee_v14_print.c55 int i; in load_eeprom_dump() local
90 int i; in eeprom_v14_base_print() local
133 int i; in eeprom_v14_custdata_print() local
149 int i; in eeprom_v14_modal_print() local
225 int i, j; in eeprom_v14_print_caldata_perfreq_op_loop() local
239 int i, j; in eeprom_v14_print_caldata_perfreq() local
256 int i, n; in eeprom_v14_calfreqpiers_print() local
303 int i; in eeprom_v14_target_legacy_print() local
316 int i; in eeprom_v14_target_ht_print() local
330 int i; in eeprom_v14_print_targets() local
[all …]
/freebsd-11-stable/tools/tools/ath/ath_ee_9287_print/
HD9287.c54 int i; in eeprom_9287_base_print() local
82 int i; in eeprom_9287_custdata_print() local
99 int i; in eeprom_9287_modal_print() local
152 int i, j; in eeprom_9287_print_caldata_oploop() local
186 int i, n; in eeprom_9287_calfreqpiers_print() local
212 int i; in eeprom_v14_target_legacy_print() local
225 int i; in eeprom_v14_target_ht_print() local
239 int i; in eeprom_9287_print_targets() local
264 int i, j; in eeprom_9287_ctl_edge_print() local
282 int i; in eeprom_9287_ctl_print() local
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDInterferenceCache.cpp63 for (unsigned i = 0; i != CacheEntries; ++i) in init() local
78 for (unsigned i = 0; i != CacheEntries; ++i) { in get() local
99 unsigned i = 0; in revalidate() local
125 unsigned i = 0, e = RegUnits.size(); in valid() local
142 for (unsigned i = 0, e = RegUnits.size(); i != e; ++i) { in update() local
148 for (unsigned i = 0, e = RegUnits.size(); i != e; ++i) { in update() local
168 for (unsigned i = 0, e = RegUnits.size(); i != e; ++i) { in update() local
180 for (unsigned i = 0, e = RegUnits.size(); i != e; ++i) { in update() local
196 for (unsigned i = 0, e = RegMaskSlots.size(); in update() local
219 for (unsigned i = 0, e = RegUnits.size(); i != e; ++i) { in update() local
[all …]
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_affinity.h32 void set(int i) override { hwloc_bitmap_set(mask, i); } in set()
33 bool is_set(int i) const override { return hwloc_bitmap_isset(mask, i); } in is_set()
34 void clear(int i) override { hwloc_bitmap_clr(mask, i); } in clear()
88 for (int i = 0; i < __kmp_num_proc_groups; i++) { in get_proc_group() local
254 void set(int i) override { in set()
257 bool is_set(int i) const override { in is_set()
260 void clear(int i) override { in clear()
264 for (size_t i = 0; i < __kmp_affin_mask_size; ++i) in zero() local
269 for (size_t i = 0; i < __kmp_affin_mask_size; ++i) in copy() local
274 for (size_t i = 0; i < __kmp_affin_mask_size; ++i) in bitwise_and() local
[all …]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
HDtsan_clock.cpp102 for (uptr i = 0; i < blocks; i++) in UnrefClockBlock() local
142 for (unsigned i = 0; i < kDirtyTids; i++) { in acquire() local
216 uptr i = 0; in release() local
225 for (uptr i = nclk_; i < dst->size_; i++) in release() local
283 uptr i = 0; in ReleaseStore() local
289 for (uptr i = 0; i < kDirtyTids; i++) in ReleaseStore() local
320 for (unsigned i = 0; i < kDirtyTids; i++) { in UpdateCurrentThread() local
335 for (uptr i = 0; i < dst->size_; i++) in UpdateCurrentThread() local
344 for (unsigned i = 0; i < kDirtyTids; i++) { in IsAlreadyAcquired() local
368 for (uptr i = 0; i < nclk_; i++) in DebugDump() local
[all …]
/freebsd-11-stable/tools/tools/syscall_timing/
HDsyscall_timing.c99 uintmax_t i; in test_getuid() local
118 uintmax_t i; in test_getppid() local
138 uintmax_t i; in test_getresuid() local
154 uintmax_t i; in test_clock_gettime() local
170 uintmax_t i; in test_gettimeofday() local
185 uintmax_t i; in test_getpriority() local
200 int fd[2], i; in test_pipe() local
230 uintmax_t i; in test_select() local
253 uintmax_t i; in test_socket_stream() local
276 uintmax_t i; in test_socket_dgram() local
[all …]
/freebsd-11-stable/tools/tools/ath/ath_ee_v4k_print/
HDv4k.c74 int i; in eeprom_v4k_custdata_print() local
91 int i; in eeprom_v4k_modal_print() local
149 int i, j; in eeprom_v4k_print_caldata_perfreq() local
168 int i, n; in eeprom_v4k_calfreqpiers_print() local
194 int i; in eeprom_v14_target_legacy_print() local
207 int i; in eeprom_v14_target_ht_print() local
221 int i; in eeprom_v4k_print_targets() local
246 int i, j; in eeprom_v4k_ctl_edge_print() local
264 int i; in eeprom_v4k_ctl_print() local
278 int i; in eeprom_v4k_print_edges() local
/freebsd-11-stable/contrib/unbound/util/
HDtimehist.c74 size_t i; in dosetup() local
112 size_t i; in timehist_clear() local
136 size_t i; in timehist_insert() local
150 size_t i; in timehist_print() local
167 size_t i; in timehist_log() local
191 size_t i, res = 0; in timehist_count() local
202 size_t i; in timehist_quartile() local
230 size_t i; in timehist_export() local
241 size_t i; in timehist_import() local

12345678910>>...313