Home
last modified time | relevance | path

Searched refs:buff_index (Results 1 – 25 of 25) sorted by relevance

/dports/math/libflame/libflame-5.2.0/src/base/flamec/wrappers/blas/1/external/
H A DFLA_Amax_external.c18 int *buff_index; in FLA_Amax_external() local
23 buff_index = ( int * ) FLA_INT_PTR( index ); in FLA_Amax_external()
27 *buff_index = 0; in FLA_Amax_external()
45 buff_index ); in FLA_Amax_external()
56 buff_index ); in FLA_Amax_external()
67 buff_index ); in FLA_Amax_external()
78 buff_index ); in FLA_Amax_external()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/
H A DApplicationInterface.hpp319 void send_evaluation(PRPQueueIter& prp_it, size_t buff_index, int server_id,
322 void receive_evaluation(PRPQueueIter& prp_it, size_t buff_index,
654 send_evaluation(PRPQueueIter& prp_it, size_t buff_index, int server_id, in send_evaluation() argument
657 if (sendBuffers[buff_index].size()) // reuse of existing send/recv buffers in send_evaluation()
658 { sendBuffers[buff_index].reset(); recvBuffers[buff_index].reset(); } in send_evaluation()
661 recvBuffers[buff_index].resize(lenResponseMessage); in send_evaluation()
663 sendBuffers[buff_index] << prp_it->variables() << prp_it->active_set(); in send_evaluation()
682 Cout << "send_evaluation() buff_index = " << buff_index << " fn_eval_id = " in send_evaluation()
687 parallelLib.irecv_ie(recvBuffers[buff_index], server_id, fn_eval_id, in send_evaluation()
688 recvRequests[buff_index]); in send_evaluation()
[all …]
H A DApplicationInterface.cpp1083 ++buff_index; in peer_static_schedule_evaluations()
1134 ++buff_index; in peer_static_schedule_evaluations()
1195 = IntSizetPair(server_id, buff_index); in peer_dynamic_schedule_evaluations()
1196 ++buff_index; in peer_dynamic_schedule_evaluations()
1395 size_t buff_index; in test_receives_backfill() local
1403 buff_index = id_index.second; in test_receives_backfill()
1594 buff_index<max_buff_index; ++buff_index) in master_dynamic_schedule_evaluations_nowait()
1696 PRPQueue local_prp_queue; buff_index = 0; in peer_static_schedule_evaluations_nowait()
1704 ++buff_index; in peer_static_schedule_evaluations_nowait()
1766 for (buff_index=min_buff; buff_index<max_buff; ++buff_index) in peer_static_schedule_evaluations_nowait()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/pro/tests/
H A Dtest_batch_update.cxx120 int buff_index=(int)curr_tree[12]; in test_batch_update_kernels() local
121 buff_index<<=8; in test_batch_update_kernels()
122 buff_index+=(int)curr_tree[13]; in test_batch_update_kernels()
127 std::cout<<hist_data_array[(buff_index*65536+buff_offset)][vecindex]<<','; in test_batch_update_kernels()
129 <<data[(buff_index*65536+buff_offset)/4][(buff_index*65536+buff_offset)%4] in test_batch_update_kernels()
130 <<" " <<alpha_data_array[(buff_index*65536+buff_offset)]<<std::endl; in test_batch_update_kernels()
132 sumP+=alpha_data_array[(buff_index*65536+buff_offset)]; in test_batch_update_kernels()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/crypto/ccree/
H A Dcc_hash.h50 u32 buff_index; member
61 return &state->buf_cnt[state->buff_index]; in cc_hash_buf_cnt()
66 return state->buffers[state->buff_index]; in cc_hash_buf()
71 return &state->buf_cnt[state->buff_index ^ 1]; in cc_next_buf_cnt()
76 return state->buffers[state->buff_index ^ 1]; in cc_next_buf()
H A Dcc_buffer_mgr.c1146 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_final()
1195 areq_ctx->buff_index = (areq_ctx->buff_index ^ 1); in cc_map_hash_request_final()
1230 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_update()
1307 areq_ctx->buff_index = (areq_ctx->buff_index ^ swap_index); in cc_map_hash_request_update()
1358 areq_ctx->buff_index ^= 1; in cc_unmap_hash_request()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/crypto/ccree/
H A Dcc_hash.h50 u32 buff_index; member
61 return &state->buf_cnt[state->buff_index]; in cc_hash_buf_cnt()
66 return state->buffers[state->buff_index]; in cc_hash_buf()
71 return &state->buf_cnt[state->buff_index ^ 1]; in cc_next_buf_cnt()
76 return state->buffers[state->buff_index ^ 1]; in cc_next_buf()
H A Dcc_buffer_mgr.c1146 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_final()
1195 areq_ctx->buff_index = (areq_ctx->buff_index ^ 1); in cc_map_hash_request_final()
1230 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_update()
1307 areq_ctx->buff_index = (areq_ctx->buff_index ^ swap_index); in cc_map_hash_request_update()
1358 areq_ctx->buff_index ^= 1; in cc_unmap_hash_request()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/crypto/ccree/
H A Dcc_hash.h50 u32 buff_index; member
61 return &state->buf_cnt[state->buff_index]; in cc_hash_buf_cnt()
66 return state->buffers[state->buff_index]; in cc_hash_buf()
71 return &state->buf_cnt[state->buff_index ^ 1]; in cc_next_buf_cnt()
76 return state->buffers[state->buff_index ^ 1]; in cc_next_buf()
H A Dcc_buffer_mgr.c1146 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_final()
1195 areq_ctx->buff_index = (areq_ctx->buff_index ^ 1); in cc_map_hash_request_final()
1230 curr_buff, *curr_buff_cnt, nbytes, src, areq_ctx->buff_index); in cc_map_hash_request_update()
1307 areq_ctx->buff_index = (areq_ctx->buff_index ^ swap_index); in cc_map_hash_request_update()
1358 areq_ctx->buff_index ^= 1; in cc_unmap_hash_request()
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/audio/
H A Daudio_region.c418 ssize_t buff_index = in audio_region_fill_stereo_ports() local
433 buff_index = in audio_region_fill_stereo_ports()
435 (buff_index * timestretch_ratio); in audio_region_fill_stereo_ports()
436 if (buff_index < in audio_region_fill_stereo_ports()
442 buff_index, in audio_region_fill_stereo_ports()
448 (size_t) buff_index; in audio_region_fill_stereo_ports()
478 buff_index >= clip->num_frames)) in audio_region_fill_stereo_ports()
483 buff_index, clip->num_frames, in audio_region_fill_stereo_ports()
488 clip->ch_frames[0][buff_index]; in audio_region_fill_stereo_ports()
491 clip->ch_frames[0][buff_index] : in audio_region_fill_stereo_ports()
[all …]
/dports/security/pev/pev/src/
H A Dpestr.c206 uint64_t buff_index = 0;
214 if (isprint(byte) && buff_index < LINE_BUFFER) {
216 buff[buff_index++] = byte;
219 } else if (ascii == 1 && byte == '\0' && buff_index < LINE_BUFFER) {
221 buff[buff_index++] = byte;
231 ascii = utf = buff_index = 0;
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dbuffs.c132 Uint32 buff_index = (Uint32)(0.5 + log(BUFF_SHIELD)/log(2)); in update_buff_eye_candy() local
133 if (act->buffs & BUFF_SHIELD && act->ec_buff_reference[buff_index] == NULL) { in update_buff_eye_candy()
134 …act->ec_buff_reference[buff_index] = ec_create_ongoing_shield2(act, 1.0, 1.0, (poor_man ? 6 : 10),… in update_buff_eye_candy()
136 buff_index = (Uint32)(0.5 + log(BUFF_MAGIC_PROTECTION)/log(2)); in update_buff_eye_candy()
137 if (act->buffs & BUFF_MAGIC_PROTECTION && act->ec_buff_reference[buff_index] == NULL) { in update_buff_eye_candy()
138 …act->ec_buff_reference[buff_index] = ec_create_ongoing_magic_protection2(act, 1.0, 1.0, (poor_man … in update_buff_eye_candy()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/tests/
H A Dboxm2_ocl_test_utils.cxx211 short buff_index=0; in construct_block_test_stream() local
218 bsize[curr_byte + 16*i+12]=(unsigned char)(buff_index>>8); in construct_block_test_stream()
219 bsize[curr_byte + 16*i+13]=(unsigned char)(buff_index&255); in construct_block_test_stream()
225 buff_index++; in construct_block_test_stream()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/tests/
H A Dtest_utils.cxx34 short buff_index=0; in construct_block_test_stream() local
41 bsize[curr_byte + 16*i+12]=(unsigned char)(buff_index>>8); in construct_block_test_stream()
42 bsize[curr_byte + 16*i+13]=(unsigned char)(buff_index&255); in construct_block_test_stream()
48 buff_index++; in construct_block_test_stream()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/ocl/cl/bit/
H A Dcast_ray_bit.cl165 ushort buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
194 buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
297 ushort buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
325 buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
434 ushort buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
462 buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
H A Dbatchkernels.cl211 int buff_index=(int)as_ushort((uchar2) (local_tree[13], local_tree[12]));
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/agere/
H A Det131x.c2127 u16 buff_index = rfd->bufferindex; in nic_return_rfd() local
2135 if (buff_index < fbr->num_entries) { in nic_return_rfd()
2152 next->addr_hi = fbr->bus_high[buff_index]; in nic_return_rfd()
2153 next->addr_lo = fbr->bus_low[buff_index]; in nic_return_rfd()
2154 next->word2 = buff_index; in nic_return_rfd()
2191 u16 buff_index; in nic_rx_pkts() local
2219 buff_index = (psr->word1 >> 16) & 0x3FF; in nic_rx_pkts()
2233 if (ring_index > 1 || buff_index > fbr->num_entries - 1) { in nic_rx_pkts()
2237 rx_local->local_psr_full & 0xFFF, len, buff_index); in nic_rx_pkts()
2257 rfd->bufferindex = buff_index; in nic_rx_pkts()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/agere/
H A Det131x.c2127 u16 buff_index = rfd->bufferindex; in nic_return_rfd() local
2135 if (buff_index < fbr->num_entries) { in nic_return_rfd()
2152 next->addr_hi = fbr->bus_high[buff_index]; in nic_return_rfd()
2153 next->addr_lo = fbr->bus_low[buff_index]; in nic_return_rfd()
2154 next->word2 = buff_index; in nic_return_rfd()
2191 u16 buff_index; in nic_rx_pkts() local
2219 buff_index = (psr->word1 >> 16) & 0x3FF; in nic_rx_pkts()
2233 if (ring_index > 1 || buff_index > fbr->num_entries - 1) { in nic_rx_pkts()
2237 rx_local->local_psr_full & 0xFFF, len, buff_index); in nic_rx_pkts()
2257 rfd->bufferindex = buff_index; in nic_rx_pkts()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/agere/
H A Det131x.c2127 u16 buff_index = rfd->bufferindex; in nic_return_rfd() local
2135 if (buff_index < fbr->num_entries) { in nic_return_rfd()
2152 next->addr_hi = fbr->bus_high[buff_index]; in nic_return_rfd()
2153 next->addr_lo = fbr->bus_low[buff_index]; in nic_return_rfd()
2154 next->word2 = buff_index; in nic_return_rfd()
2191 u16 buff_index; in nic_rx_pkts() local
2219 buff_index = (psr->word1 >> 16) & 0x3FF; in nic_rx_pkts()
2233 if (ring_index > 1 || buff_index > fbr->num_entries - 1) { in nic_rx_pkts()
2237 rx_local->local_psr_full & 0xFFF, len, buff_index); in nic_rx_pkts()
2257 rfd->bufferindex = buff_index; in nic_rx_pkts()
[all …]
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/bstm/ocl/cl/bit/
H A Dcast_ray_bit.cl126 ushort buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
157 buff_index = as_ushort((uchar2) (local_tree[llid].sd, local_tree[llid].sc));
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-c15ch.c4004 guint buff_index; in add_digits_string() local
4017 …for ( curr_offset = first_offset, buff_index = 0; buff_index < num_digits; curr_offset++, buff_ind… in add_digits_string()
4024 ch_buff[ buff_index ] = ZERO_C + curr_digit; in add_digits_string()
4031 ch_buff[ buff_index ] = 'A'; in add_digits_string()
4034 ch_buff[ buff_index ] = '*'; in add_digits_string()
4037 ch_buff[ buff_index ] = '#'; in add_digits_string()
4040 ch_buff[ buff_index ] = 'D'; in add_digits_string()
4043 ch_buff[ buff_index ] = '?'; in add_digits_string()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-c15ch.c4004 guint buff_index; in add_digits_string() local
4017 …for ( curr_offset = first_offset, buff_index = 0; buff_index < num_digits; curr_offset++, buff_ind… in add_digits_string()
4024 ch_buff[ buff_index ] = ZERO_C + curr_digit; in add_digits_string()
4031 ch_buff[ buff_index ] = 'A'; in add_digits_string()
4034 ch_buff[ buff_index ] = '*'; in add_digits_string()
4037 ch_buff[ buff_index ] = '#'; in add_digits_string()
4040 ch_buff[ buff_index ] = 'D'; in add_digits_string()
4043 ch_buff[ buff_index ] = '?'; in add_digits_string()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-c15ch.c4004 guint buff_index;
4017 …for ( curr_offset = first_offset, buff_index = 0; buff_index < num_digits; curr_offset++, buff_ind…
4024 ch_buff[ buff_index ] = ZERO_C + curr_digit;
4031 ch_buff[ buff_index ] = 'A';
4034 ch_buff[ buff_index ] = '*';
4037 ch_buff[ buff_index ] = '#';
4040 ch_buff[ buff_index ] = 'D';
4043 ch_buff[ buff_index ] = '?';
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-c15ch.c4004 guint buff_index; in add_digits_string() local
4017 …for ( curr_offset = first_offset, buff_index = 0; buff_index < num_digits; curr_offset++, buff_ind… in add_digits_string()
4024 ch_buff[ buff_index ] = ZERO_C + curr_digit; in add_digits_string()
4031 ch_buff[ buff_index ] = 'A'; in add_digits_string()
4034 ch_buff[ buff_index ] = '*'; in add_digits_string()
4037 ch_buff[ buff_index ] = '#'; in add_digits_string()
4040 ch_buff[ buff_index ] = 'D'; in add_digits_string()
4043 ch_buff[ buff_index ] = '?'; in add_digits_string()