Home
last modified time | relevance | path

Searched refs:index2 (Results 1 – 21 of 21) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c55 int index2, sign2 = 0; in __vatan() local
135 index2 = 0; in __vatan()
177 index2 = 0; in __vatan()
204 index2 = 0; in __vatan()
234 index2 = 2; in __vatan()
235 ans = __vlibm_TBL_atan1[index2] + __vlibm_TBL_atan1[index2+1];/* pi/2 up + pi/2 low */ in __vatan()
244 index2 = 0; in __vatan()
250 index2 = 0; /* points to 0,0 in table */ in __vatan()
253 index2 = 2; /* point to pi/2 upper, lower */ in __vatan()
262 index2 = index2 + 4; /* skip over 0,0,pi/2,pi/2 */ in __vatan()
[all …]
H A D__vatanf.c47 int index0, index1, index2; in __vatanf() local
226 index2 = 2; in __vatanf()
227 ansf = __vlibm_TBL_atan1[index2] ;/* pi/2 up */ in __vatanf()
243 index2 = 2; /* point to pi/2 upper, lower */ in __vatanf()
250 index2 = (intz - 0x3C800000) >> 18; /* (index >> 19) << 1) */ in __vatanf()
251 index2 = index2 + 4; /* skip over 0,0,pi/2,pi/2 */ in __vatanf()
255 index2 = 0; /* points to 0,0 in table */ in __vatanf()
356 conup2 = __vlibm_TBL_atan1[index2]; in __vatanf()
377 conup2 = __vlibm_TBL_atan1[index2]; in __vatanf()
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c386 int index2; in hci1394_tlabel_reset() local
402 for (index2 = 0; index2 < TLABEL_RANGE; index2++) { in hci1394_tlabel_reset()
404 ][index2] = NULL; in hci1394_tlabel_reset()
418 for (index2 = 0; index2 < TLABEL_RANGE; index2++) { in hci1394_tlabel_reset()
419 tlabel_handle->tb_lookup[index][index2] = NULL; in hci1394_tlabel_reset()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dhist.c50 int range[2], incr, index2, indx= -1; in b_hist() local
167 index2 = hist_min(hp); in b_hist()
168 if(range[0]<index2) in b_hist()
169 range[0] = index2; in b_hist()
176 if(range[1]<index2 || range[0]>=flag) in b_hist()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c2055 uint32_t index1, index2; in hermon_rsrc_hw_entry_icm_confirm() local
2080 type, num, hdl->hr_len, index1, index2); in hermon_rsrc_hw_entry_icm_confirm()
2107 type, index1, index2); in hermon_rsrc_hw_entry_icm_confirm()
2134 dma_info[index2].icm_refcnt += num_backed; in hermon_rsrc_hw_entry_icm_confirm()
2141 type, index1, index2, num_backed); in hermon_rsrc_hw_entry_icm_confirm()
2144 dma_info[index2].icm_refcnt, num); in hermon_rsrc_hw_entry_icm_confirm()
2210 uint32_t index1, index2, rindx; in hermon_rsrc_hw_entry_icm_free() local
2261 dma_info[index2].icm_refcnt -= num_freed; in hermon_rsrc_hw_entry_icm_free()
2268 index1, index2, num_freed); in hermon_rsrc_hw_entry_icm_free()
2276 if ((index1 != 0 || index2 != 0) && in hermon_rsrc_hw_entry_icm_free()
[all …]
H A Dhermon.c985 uint32_t index1, uint32_t index2) in hermon_icm_alloc() argument
1052 dma_info += index2; in hermon_icm_alloc()
1061 icm->num_to_hdl[index1][index2] = in hermon_icm_alloc()
1118 uint32_t index1, uint32_t index2) in hermon_icm_free() argument
1183 uint32_t index1, index2; in hermon_icm_num_to_hdl() local
1194 p2 = p1[index2]; in hermon_icm_num_to_hdl()
1220 uint32_t index1, index2; in hermon_icm_set_num_to_hdl() local
3428 int index1, index2; in hermon_icm_dma_fini() local
3437 for (index2 = 0; index2 < icm->num_spans; index2++) { in hermon_icm_dma_fini()
3438 if (dma_info[index2].dma_hdl) in hermon_icm_dma_fini()
[all …]
H A Dhermon_mr.c457 uint32_t index1, index2, rindx; in hermon_mr_alloc_fmr() local
625 hermon_index(index1, index2, rindx, icm_table, i); in hermon_mr_alloc_fmr()
626 dma_info = icm_table->icm_dma[index1] + index2; in hermon_mr_alloc_fmr()
3245 uint32_t index1, index2, rindx; in hermon_mr_fast_mtt_write() local
3276 hermon_index(index1, index2, rindx, icm_table, i); in hermon_mr_fast_mtt_write()
3280 dma_info = icm_table->icm_dma[index1] + index2; in hermon_mr_fast_mtt_write()
3311 hermon_index(index1, index2, rindx, icm_table, in hermon_mr_fast_mtt_write()
3314 dma_info = icm_table->icm_dma[index1] + index2; in hermon_mr_fast_mtt_write()
3367 uint32_t index1, index2, rindx; in hermon_mr_fast_mtt_write_fmr() local
3376 dma_info = icm_table->icm_dma[index1] + index2; in hermon_mr_fast_mtt_write_fmr()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/edit/
H A Dhistory.c954 register int index2; in hist_find() local
966 index2 = *string; in hist_find()
967 if(index2=='\\') in hist_find()
969 else if(index2=='^') in hist_find()
977 index2 = (int)hp->histind; in hist_find()
980 index2 -= hp->histsize; in hist_find()
981 if(index2<1) in hist_find()
982 index2 = 1; in hist_find()
983 if(index1 <= index2) in hist_find()
986 else if(index1 >= index2) in hist_find()
[all …]
H A Dedit.c1663 int ac=0,l,n,index1,index2;
1707 for(index2=index1-hp->histsize; index1>index2; index1--)
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.c97 int index2 = 0, c, dump_count = 0; in main() local
133 while ((c = getopt_long(argc, argv, "d:t:hvc:", opts, &index2)) in main()
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h260 #define OFFSET(index1, index2, limit) ((index1) <= (index2) ? \ argument
261 (index2) - (index1) : (index2) + (limit) - (index1))
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h331 #define OFFSET(index1, index2, limit) ((index1) <= (index2) ? \ argument
332 (index2) - (index1) : (index2) + (limit) - (index1))
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S182 mov 0,%l5 !index2 = 0
204 ldd [%o4+%l5],%f26 !conup2 = __vlibm_TBL_atan1[index2]
272 add %o4,%l5,%l5 !base addr + index2
312 ldd [%l5+WSIZE],%f24 !conlo2 = __vlibm_TBL_atan1[index2+1]
425 /*62*/ sll %o1,3,%l5 !index2 = index
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c419 char index1[MAXNDXSIZE], index2[MAXNDXSIZE]; in print_array() local
451 (void) snprintf(index2, sizeof (index2), in print_array()
454 index2, &fdesc2, fmt_type); in print_array()
1773 char index1[MAXNDXSIZE * 2], index2[MAXNDXSIZE * 2]; in dump_asrset() local
1800 (void) snprintf(index2, sizeof (index2), in dump_asrset()
1808 state->ns_v2col - state->ns_t2col, index2, in dump_asrset()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h953 #define hermon_index(index1, index2, rindx, table, offset) \ argument
955 index2 = ((rindx) & table->span_mask) >> table->span_shift; \
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlapi.c285 LUA_API int lua_rawequal (lua_State *L, int index1, int index2) { in lua_rawequal() argument
287 StkId o2 = index2addr(L, index2); in lua_rawequal()
315 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { in lua_compare() argument
320 o2 = index2addr(L, index2); in lua_compare()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dcopy.test106 execsql {CREATE INDEX index2 ON test1(two)}
H A Dindex.test198 CREATE INDEX index2 ON test1(b);
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c355 uint8_t addr[IEEE80211_ADDR_LEN], uint8_t *index2);
2649 uint8_t index, index1, index2; in iwk_send() local
2726 wh->i_addr1, &index2); in iwk_send()
2738 index = index2; in iwk_send()
5858 uint8_t index1, index2; in iwk_recv_mgmt() local
5906 wh->i_addr2, &index2); in iwk_recv_mgmt()
6449 uint8_t addr[IEEE80211_ADDR_LEN], uint8_t *index2) in iwk_clean_add_node_ibss() argument
6609 *index2 = index; in iwk_clean_add_node_ibss()
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1873 int64_t index2 = (int64_t)((ipnetif_t *)ipnetifp)->if_index; in ipnetif_compare_index() local
1875 return (SIGNOF(index2 - index1)); in ipnetif_compare_index()
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica180 # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc