/illumos-gate/usr/src/lib/libmvec/common/ |
H A D | __vatan.c | 55 int index2, sign2 = 0; local 135 index2 = 0; 177 index2 = 0; 204 index2 = 0; 234 index2 = 2; 235 ans = __vlibm_TBL_atan1[index2] + __vlibm_TBL_atan1[index2+1];/* pi/2 up + pi/2 low */ 244 index2 = 0; 250 index2 = 0; /* points to 0,0 in table */ 253 index2 [all...] |
H A D | __vatanf.c | 47 int index0, index1, index2; local 226 index2 = 2; 227 ansf = __vlibm_TBL_atan1[index2] ;/* pi/2 up */ 243 index2 = 2; /* point to pi/2 upper, lower */ 250 index2 = (intz - 0x3C800000) >> 18; /* (index >> 19) << 1) */ 251 index2 = index2 + 4; /* skip over 0,0,pi/2,pi/2 */ 255 index2 = 0; /* points to 0,0 in table */ 356 conup2 = __vlibm_TBL_atan1[index2]; 377 conup2 = __vlibm_TBL_atan1[index2]; [all...] |
/illumos-gate/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_tlabel.c | 439 int index2; local 459 for (index2 = 0; index2 < TLABEL_RANGE; index2++) { 461 ][index2] = NULL; 475 for (index2 = 0; index2 < TLABEL_RANGE; index2++) { 476 tlabel_handle->tb_lookup[index][index2] = NULL;
|
/illumos-gate/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 50 int range[2], incr, index2, indx= -1; local 166 index2 = hist_min(hp); 167 if(range[0]<index2) 168 range[0] = index2; 175 if(range[1]<index2 || range[0]>=flag)
|
/illumos-gate/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 922 register int index2; local 934 index2 = *string; 935 if(index2=='\\') 937 else if(index2=='^') 945 index2 = (int)hp->histind; 948 index2 -= hp->histsize; 949 if(index2<1) 950 index2 = 1; 951 if(index1 <= index2) 954 else if(index1 >= index2) [all...] |
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_rsrc.c | 2055 uint32_t index1, index2; local 2075 hermon_index(index1, index2, rindx, icm_table, span_offset); 2080 type, num, hdl->hr_len, index1, index2); 2092 if (!HERMON_BMAP_BIT_ISSET(bitmap, index2)) { 2096 status = hermon_icm_alloc(state, type, index1, index2); 2107 type, index1, index2); 2134 dma_info[index2].icm_refcnt += num_backed; 2141 type, index1, index2, num_backed); 2144 dma_info[index2].icm_refcnt, num); 2149 hermon_index(index1, index2, rind 2210 uint32_t index1, index2, rindx; local [all...] |
H A D | hermon.c | 969 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); 1052 dma_info += index2; 1057 (index2 << icm->span_shift)) << icm->log_object_size); 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, index2, dma_info->length, 1104 HERMON_BMAP_BIT_SET(icm->icm_bitmap[index1], index2); 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 D | hermon_mr.c | 457 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, index2, rind [all...] |
/illumos-gate/usr/src/cmd/powertop/common/ |
H A D | powertop.c | 98 int index2 = 0, c, dump_count = 0; local 134 while ((c = getopt_long(argc, argv, "d:t:hvc:", opts, &index2))
|
/illumos-gate/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 249 * ASSERT(index2 < 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 D | ixgbe_sw.h | 319 * ASSERT(index2 < limit) 325 #define OFFSET(index1, index2, limit) ((index1) <= (index2) ? \ 326 (index2) - (index1) : (index2) + (limit) - (index1))
|
/illumos-gate/usr/src/lib/libmvec/common/vis/ |
H A D | __vatan.S | 182 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 D | corenote.c | 384 char index1[MAXNDXSIZE], index2[MAXNDXSIZE]; local 416 (void) snprintf(index2, sizeof (index2), 419 index2, &fdesc2, fmt_type); 1702 char index1[MAXNDXSIZE * 2], index2[MAXNDXSIZE * 2]; local 1729 (void) snprintf(index2, sizeof (index2), 1737 state->ns_v2col - state->ns_t2col, index2,
|
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon.h | 951 * index2 - bitmap[], dma[] 954 #define hermon_index(index1, index2, rindx, table, offset) \ 956 index2 = ((rindx) & table->span_mask) >> table->span_shift; \
|
/illumos-gate/usr/src/uts/common/io/iwk/ |
H A D | iwk2.c | 355 uint8_t addr[IEEE80211_ADDR_LEN], uint8_t *index2); 2649 uint8_t index, index1, index2; local 2726 wh->i_addr1, &index2); 2738 index = index2; 5858 uint8_t index1, index2; local 5906 wh->i_addr2, &index2); 6447 uint8_t addr[IEEE80211_ADDR_LEN], uint8_t *index2) 6607 *index2 = index; 6446 iwk_clean_add_node_ibss(struct ieee80211com *ic, uint8_t addr[IEEE80211_ADDR_LEN], uint8_t *index2) argument
|
/illumos-gate/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 1870 int64_t index2 = (int64_t)((ipnetif_t *)ipnetifp)->if_index; local 1872 return (SIGNOF(index2 - index1));
|