Searched refs:index1 (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c54 int index1, sign1 = 0; local
134 index1 = 0;
165 index1 = 2;
166 ans = __vlibm_TBL_atan1[index1] + __vlibm_TBL_atan1[index1+1];/* pi/2 up + pi/2 low */
176 index1 = 0;
183 index1 = 0; /* points to 0,0 in table */
186 index1 = 2; /* point to pi/2 upper, lower */
194 index1 = (intz - 0x3f900000) >> 15; /* (index >> 16) << 1) */
195 index1
[all...]
H A D__vatanf.c47 int index0, index1, index2; local
156 index1 = 2;
157 ansf = __vlibm_TBL_atan1[index1] ;/* pi/2 up */
173 index1 = 2; /* point to pi/2 upper, lower */
180 index1 = (intz - 0x3C800000) >> 18; /* (index >> 19) << 1) */
181 index1 = index1 + 4; /* skip over 0,0,pi/2,pi/2 */
185 index1 = 0; /* points to 0,0 in table */
355 conup1 = __vlibm_TBL_atan1[index1];
376 conup1 = __vlibm_TBL_atan1[index1];
[all...]
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c2055 uint32_t index1, index2; local
2075 hermon_index(index1, index2, rindx, icm_table, span_offset);
2080 type, num, hdl->hr_len, index1, index2);
2084 hermon_bitmap(bitmap, dma_info, icm_table, index1, num_to_hdl);
2096 status = hermon_icm_alloc(state, type, index1, index2);
2107 type, index1, index2);
2141 type, index1, index2, num_backed);
2149 hermon_index(index1, index2, rindx, icm_table, span_offset);
2150 hermon_bitmap(bitmap, dma_info, icm_table, index1, num_to_hdl);
2162 "refcnt (0x%x)", type, num, index1, index
2210 uint32_t index1, index2, rindx; local
[all...]
H A Dhermon.c969 hermon_icm_alloc(state, rsrc, index1, index2)
971 hermon_icm_free(state, rsrc, index1, index2)
985 uint32_t index1, uint32_t index2)
995 "index1/2 (0x%x/0x%x)", type, index1, index2);
1049 hermon_bitmap(bitmap, dma_info, icm, index1, num_to_hdl);
1056 (((index1 << icm->split_shift) +
1061 icm->num_to_hdl[index1][index2] =
1067 "icm_addr/len (%llx/%x) bitmap %p", type, index1, index2,
1099 "icm_addr (0x%lx)", type, index1, index
984 hermon_icm_alloc(hermon_state_t *state, hermon_rsrc_type_t type, uint32_t index1, uint32_t index2) argument
1117 hermon_icm_free(hermon_state_t *state, hermon_rsrc_type_t type, uint32_t index1, uint32_t index2) argument
1183 uint32_t index1, index2; local
1220 uint32_t index1, index2; local
3428 int index1, index2; local
[all...]
H A Dhermon_mr.c457 uint32_t index1, index2, rindx; local
625 hermon_index(index1, index2, rindx, icm_table, i);
626 dma_info = icm_table->icm_dma[index1] + index2;
3245 uint32_t index1, index2, rindx; local
3276 hermon_index(index1, index2, rindx, icm_table, i);
3280 dma_info = icm_table->icm_dma[index1] + index2;
3311 hermon_index(index1, index2, rindx, icm_table,
3314 dma_info = icm_table->icm_dma[index1] + index2;
3367 uint32_t index1, index2, rindx; local
3374 hermon_index(index1, index
[all...]
/illumos-gate/usr/src/lib/libshell/common/edit/
H A Dhistory.c920 Histloc_t hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) argument
951 if(index1 <= index2)
954 else if(index1 >= index2)
956 while(index1!=index2)
958 direction>0?++index1:--index1;
959 offset = hist_tell(hp,index1);
962 location.hist_command = index1;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c384 char index1[MAXNDXSIZE], index2[MAXNDXSIZE]; local
401 (void) snprintf(index1, sizeof (index1),
403 print_num(state, index1, &fdesc1, fmt_type);
414 (void) snprintf(index1, sizeof (index1),
418 print_num_2up(state, index1, &fdesc1, fmt_type,
1702 char index1[MAXNDXSIZE * 2], index2[MAXNDXSIZE * 2]; local
1715 (void) snprintf(index1, sizeof (index1),
[all...]
/illumos-gate/usr/src/uts/common/io/igb/
H A Digb_sw.h248 * ASSERT(index1 < limit)
255 #define OFFSET(index1, index2, limit) ((index1) <= (index2) ? \
256 (index2) - (index1) : (index2) + (limit) - (index1))
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h318 * ASSERT(index1 < limit)
325 #define OFFSET(index1, index2, limit) ((index1) <= (index2) ? \
326 (index2) - (index1) : (index2) + (limit) - (index1))
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1860 int out, len, index1, index, endswap = 0; local
1863 for (index1 = 0; index1 < num; index1++) {
1864 len = get_propval_by_name(promh, node, propstr[index1],
1870 (void) printf("%s: ", propstr[index1]);
1873 propstr[index1], (char *)prop_valp, len)) {
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1828 uint8_t index1; local
1856 for (index1 = IWK_STA_ID; index1 < IWK_STATION_COUNT;
1857 index1++) {
1858 if (sc->sc_ibss.ibss_node_tb[index1].used &&
1860 ibss_node_tb[index1].node.bssid,
1865 if (index1 >= IWK_BROADCAST_ID) {
1875 sc->sc_ibss.ibss_node_tb[index1].
1877 sc->sc_ibss.ibss_node_tb[index1].
1880 sc->sc_ibss.ibss_node_tb[index1]
2649 uint8_t index, index1, index2; local
5858 uint8_t index1, index2; local
[all...]
/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vatan.S181 mov 0,%l4 !index1 = 0
232 add %o4,%l4,%l4 !base addr + index1
344 /*41*/sll %o1,3,%l4 !index1 = index
408 ldd [%o4+%l4],%f16 !conup1 = __vlibm_TBL_atan1[index1]
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h950 * index1 - icm_bitmap[HERMON_ICM_SPLIT], icm_dma[HERMON_ICM_SPLIT]
954 #define hermon_index(index1, index2, rindx, table, offset) \
955 index1 = (rindx) >> table->split_shift; \
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1297 uint16_t index1 = 1; local
1316 index1 = RD16_IO_REG(ha, mailbox_out[8]);
1317 if (index1 == index) {
1320 index = index1;
/illumos-gate/usr/src/cmd/sa/
H A Dsadp.c212 int index1; variable
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1869 int64_t index1 = *((int64_t *)index_ptr); local
1872 return (SIGNOF(index2 - index1));

Completed in 133 milliseconds