Home
last modified time | relevance | path

Searched refs:index1 (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libmvec/common/
H A D__vatan.c54 int index1, sign1 = 0; in __vatan() local
134 index1 = 0; in __vatan()
165 index1 = 2; in __vatan()
166 ans = __vlibm_TBL_atan1[index1] + __vlibm_TBL_atan1[index1+1];/* pi/2 up + pi/2 low */ in __vatan()
176 index1 = 0; in __vatan()
183 index1 = 0; /* points to 0,0 in table */ in __vatan()
186 index1 = 2; /* point to pi/2 upper, lower */ in __vatan()
194 index1 = (intz - 0x3f900000) >> 15; /* (index >> 16) << 1) */ in __vatan()
195 index1 = index1 + 4; /* skip over 0,0,pi/2,pi/2 */ in __vatan()
278 conup1 = __vlibm_TBL_atan1[index1]; /* upper table */ in __vatan()
[all …]
H A D__vatanf.c47 int index0, index1, index2; in __vatanf() local
156 index1 = 2; in __vatanf()
157 ansf = __vlibm_TBL_atan1[index1] ;/* pi/2 up */ in __vatanf()
173 index1 = 2; /* point to pi/2 upper, lower */ in __vatanf()
180 index1 = (intz - 0x3C800000) >> 18; /* (index >> 19) << 1) */ in __vatanf()
181 index1 = index1 + 4; /* skip over 0,0,pi/2,pi/2 */ in __vatanf()
185 index1 = 0; /* points to 0,0 in table */ in __vatanf()
355 conup1 = __vlibm_TBL_atan1[index1]; in __vatanf()
376 conup1 = __vlibm_TBL_atan1[index1]; in __vatanf()
392 conup1 = __vlibm_TBL_atan1[index1]; in __vatanf()
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dindex.test26 } {index1 test1}
29 WHERE name='index1'}
30 } {index1 {CREATE INDEX index1 ON test1(f1)} test1 index}
35 WHERE name='index1'}
36 } {index1 {CREATE INDEX index1 ON test1(f1)} test1 index}
41 } {index1 test1}
178 } {1 {index index1 already exists}}
181 } {index1 test1 test2}
188 } {index1 test1 test2}
197 CREATE INDEX index1 ON test1(a);
[all …]
H A Ddelete.test51 execsql {CREATE INDEX index1 ON table1(f1)}
H A Dcopy.test105 execsql {CREATE INDEX index1 ON test1(one)}
/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()
2141 type, index1, index2, num_backed); in hermon_rsrc_hw_entry_icm_confirm()
2162 "refcnt (0x%x)", type, num, index1, index2, in hermon_rsrc_hw_entry_icm_confirm()
2210 uint32_t index1, index2, rindx; in hermon_rsrc_hw_entry_icm_free() local
2236 type, num, hdl->hr_len, index1, index2); 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()
2281 " (0x%x, 0x%x)", type, index1, index2); in hermon_rsrc_hw_entry_icm_free()
[all …]
H A Dhermon.c985 uint32_t index1, uint32_t index2) in hermon_icm_alloc() argument
1056 (((index1 << icm->split_shift) + 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
1132 dma_info = icm->icm_dma[index1] + index2; in hermon_icm_free()
1183 uint32_t index1, index2; in hermon_icm_num_to_hdl() local
1188 p1 = icm->num_to_hdl[index1]; 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
3433 for (index1 = 0; index1 < HERMON_ICM_SPLIT; index1++) { 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.c952 Histloc_t hist_find(register History_t*hp,char *string,register int index1,int flag,int direction) in hist_find() argument
983 if(index1 <= index2) in hist_find()
986 else if(index1 >= index2) in hist_find()
988 while(index1!=index2) in hist_find()
990 direction>0?++index1:--index1; in hist_find()
991 offset = hist_tell(hp,index1); in hist_find()
994 location.hist_command = index1; in hist_find()
H A Dedit.c1663 int ac=0,l,n,index1,index2;
1706 index1 = (int)hp->histind;
1707 for(index2=index1-hp->histsize; index1>index2; index1--)
1709 offset = hist_tell(hp,index1);
1725 mp->index = index1;
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c1828 uint8_t index1; in iwk_key_set() local
1856 for (index1 = IWK_STA_ID; index1 < IWK_STATION_COUNT; in iwk_key_set()
1857 index1++) { in iwk_key_set()
1865 if (index1 >= IWK_BROADCAST_ID) { in iwk_key_set()
2649 uint8_t index, index1, index2; in iwk_send() local
2711 for (index1 = IWK_STA_ID; in iwk_send()
2712 index1 < IWK_STATION_COUNT; index1++) { in iwk_send()
2740 index = index1; in iwk_send()
5858 uint8_t index1, index2; in iwk_recv_mgmt() local
5892 for (index1 = IWK_STA_ID; index1 < IWK_STATION_COUNT; in iwk_recv_mgmt()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dcorenote.c419 char index1[MAXNDXSIZE], index2[MAXNDXSIZE]; in print_array() local
436 (void) snprintf(index1, sizeof (index1), in print_array()
438 print_num(state, index1, &fdesc1, fmt_type); in print_array()
449 (void) snprintf(index1, sizeof (index1), in print_array()
453 print_num_2up(state, index1, &fdesc1, fmt_type, in print_array()
1773 char index1[MAXNDXSIZE * 2], index2[MAXNDXSIZE * 2]; in dump_asrset() local
1786 (void) snprintf(index1, sizeof (index1), in dump_asrset()
1792 INDENT, state->ns_vcol - state->ns_indent, index1, in dump_asrset()
1805 state->ns_vcol - state->ns_indent, index1, in dump_asrset()
/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/cmd/prtconf/
H A Dpdevinfo.c2045 int out, len, index1, index, endswap = 0; in dump_prodinfo() local
2048 for (index1 = 0; index1 < num; index1++) { in dump_prodinfo()
2049 len = get_propval_by_name(promh, node, propstr[index1], in dump_prodinfo()
2055 (void) printf("%s: ", propstr[index1]); in dump_prodinfo()
2058 propstr[index1], (char *)prop_valp, len)) { in dump_prodinfo()
/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.h953 #define hermon_index(index1, index2, rindx, table, offset) \ argument
954 index1 = (rindx) >> table->split_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
286 StkId o1 = index2addr(L, index1); in lua_rawequal()
315 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { in lua_compare() argument
319 o1 = index2addr(L, index1); in lua_compare()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c1412 uint16_t index1 = 1; in ql_isp_rcvbuf() local
1431 index1 = RD16_IO_REG(ha, mailbox_out[8]); in ql_isp_rcvbuf()
1432 if (index1 == index) { in ql_isp_rcvbuf()
1435 index = index1; in ql_isp_rcvbuf()
/illumos-gate/usr/src/uts/common/inet/ipnet/
H A Dipnet.c1872 int64_t index1 = *((int64_t *)index_ptr); in ipnetif_compare_index() local
1875 return (SIGNOF(index2 - index1)); in ipnetif_compare_index()