/titanic_44/usr/src/lib/libmvec/common/ |
H A D | __vatan.c | 55 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() 261 index2 = (intz - 0x3f900000) >> 15; /* (index >> 16) << 1) */ in __vatan() [all …]
|
H A D | __vatanf.c | 47 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()
|
/titanic_44/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_tlabel.c | 439 int index2; in hci1394_tlabel_reset() local 459 for (index2 = 0; index2 < TLABEL_RANGE; index2++) { in hci1394_tlabel_reset() 461 ][index2] = NULL; in hci1394_tlabel_reset() 475 for (index2 = 0; index2 < TLABEL_RANGE; index2++) { in hci1394_tlabel_reset() 476 tlabel_handle->tb_lookup[index][index2] = NULL; in hci1394_tlabel_reset()
|
/titanic_44/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_svc.c | 569 size_t cnt1, cnt2, index1, index2; in cachefsd_fs_unmounted_1_svc() local 605 for (index2 = 0; index2 < cnt2; index2++) { in cachefsd_fs_unmounted_1_svc() 608 cache_fscachelist_at(cache_object_p, index2); in cachefsd_fs_unmounted_1_svc() 666 size_t cnt1, cnt2, index1, index2; in cachefsd_disconnection_1_svc() local 694 for (index2 = 0; index2 < cnt2; index2++) { in cachefsd_disconnection_1_svc() 697 cache_fscachelist_at(cache_object_p, index2); in cachefsd_disconnection_1_svc()
|
/titanic_44/usr/src/lib/libshell/common/bltins/ |
H A D | hist.c | 50 int range[2], incr, index2, indx= -1; in b_hist() local 166 index2 = hist_min(hp); in b_hist() 167 if(range[0]<index2) in b_hist() 168 range[0] = index2; in b_hist() 175 if(range[1]<index2 || range[0]>=flag) in b_hist()
|
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_rsrc.c | 2055 uint32_t index1, index2; in hermon_rsrc_hw_entry_icm_confirm() local 2075 hermon_index(index1, index2, rindx, icm_table, span_offset); in hermon_rsrc_hw_entry_icm_confirm() 2080 type, num, hdl->hr_len, index1, index2); in hermon_rsrc_hw_entry_icm_confirm() 2092 if (!HERMON_BMAP_BIT_ISSET(bitmap, index2)) { in hermon_rsrc_hw_entry_icm_confirm() 2096 status = hermon_icm_alloc(state, type, 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() 2149 hermon_index(index1, index2, rindx, icm_table, span_offset); in hermon_rsrc_hw_entry_icm_confirm() [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) in hermon_icm_alloc() argument 995 "index1/2 (0x%x/0x%x)", type, index1, index2); in hermon_icm_alloc() 1052 dma_info += index2; in hermon_icm_alloc() 1057 (index2 << icm->span_shift)) << icm->log_object_size); in hermon_icm_alloc() 1061 icm->num_to_hdl[index1][index2] = in hermon_icm_alloc() 1067 "icm_addr/len (%llx/%x) bitmap %p", type, index1, index2, in hermon_icm_alloc() 1099 "icm_addr (0x%lx)", type, index1, index2, dma_info->length, in hermon_icm_alloc() 1104 HERMON_BMAP_BIT_SET(icm->icm_bitmap[index1], index2); in hermon_icm_alloc() [all …]
|
H A D | hermon_mr.c | 457 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 3374 hermon_index(index1, index2, rindx, icm_table, i); in hermon_mr_fast_mtt_write_fmr() [all …]
|
/titanic_44/usr/src/lib/libshell/common/edit/ |
H A D | history.c | 922 register int index2; in hist_find() local 934 index2 = *string; in hist_find() 935 if(index2=='\\') in hist_find() 937 else if(index2=='^') in hist_find() 945 index2 = (int)hp->histind; in hist_find() 948 index2 -= hp->histsize; in hist_find() 949 if(index2<1) in hist_find() 950 index2 = 1; in hist_find() 951 if(index1 <= index2) in hist_find() 954 else if(index1 >= index2) in hist_find() [all …]
|
/titanic_44/usr/src/cmd/powertop/common/ |
H A D | powertop.c | 100 int index2 = 0, c, dump_count = 0; in main() local 136 while ((c = getopt_long(argc, argv, "d:t:hvc:", opts, &index2)) in main()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_sw.h | 256 #define OFFSET(index1, index2, limit) ((index1) <= (index2) ? \ argument 257 (index2) - (index1) : (index2) + (limit) - (index1))
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_sw.h | 326 #define OFFSET(index1, index2, limit) ((index1) <= (index2) ? \ argument 327 (index2) - (index1) : (index2) + (limit) - (index1))
|
/titanic_44/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
|
/titanic_44/usr/src/cmd/sgs/elfdump/common/ |
H A D | corenote.c | 383 char index1[MAXNDXSIZE], index2[MAXNDXSIZE]; in print_array() local 415 (void) snprintf(index2, sizeof (index2), in print_array() 418 index2, &fdesc2, fmt_type); in print_array() 1659 char index1[MAXNDXSIZE * 2], index2[MAXNDXSIZE * 2]; in dump_asrset() local 1686 (void) snprintf(index2, sizeof (index2), in dump_asrset() 1694 state->ns_v2col - state->ns_t2col, index2, in dump_asrset()
|
/titanic_44/usr/src/uts/common/sys/ib/adapters/hermon/ |
H A D | hermon.h | 954 #define hermon_index(index1, index2, rindx, table, offset) \ argument 956 index2 = ((rindx) & table->span_mask) >> table->span_shift; \
|
/titanic_44/usr/src/lib/libsqlite/test/ |
H A D | copy.test | 108 execsql {CREATE INDEX index2 ON test1(two)}
|
H A D | index.test | 200 CREATE INDEX index2 ON test1(b);
|
/titanic_44/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; 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() 6447 uint8_t addr[IEEE80211_ADDR_LEN], uint8_t *index2) in iwk_clean_add_node_ibss() argument 6607 *index2 = index; in iwk_clean_add_node_ibss()
|
/titanic_44/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 1866 int64_t index2 = (int64_t)((ipnetif_t *)ipnetifp)->if_index; in ipnetif_compare_index() local 1868 return (SIGNOF(index2 - index1)); in ipnetif_compare_index()
|
/titanic_44/usr/src/data/zoneinfo/ |
H A D | southamerica | 180 # http://www.jujuy.gov.ar/index2/partes_prensa/18_10_08/235-181008.doc
|