Home
last modified time | relevance | path

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

12

/netbsd/external/gpl3/gcc/dist/libhsail-rt/rt/
H A Dqueue.c40 return queue->write_index; in __hsail_ldqueuewriteindex()
47 return __sync_fetch_and_add (&queue->write_index, value); in __hsail_addqueuewriteindex()
55 return __sync_val_compare_and_swap (&queue->write_index, cmp_value, in __hsail_casqueuewriteindex()
70 queue->write_index = value; in __hsail_stqueuewriteindex()
/netbsd/external/gpl3/gcc.old/dist/libhsail-rt/rt/
H A Dqueue.c40 return queue->write_index; in __hsail_ldqueuewriteindex()
47 return __sync_fetch_and_add (&queue->write_index, value); in __hsail_addqueuewriteindex()
55 return __sync_val_compare_and_swap (&queue->write_index, cmp_value, in __hsail_casqueuewriteindex()
70 queue->write_index = value; in __hsail_stqueuewriteindex()
/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsm.cc143 unsigned read_index, write_index; in make_checkers() local
148 VEC_ORDERED_REMOVE_IF (out, read_index, write_index, sm, in make_checkers()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsm.cc196 unsigned read_index, write_index; in make_checkers() local
201 VEC_ORDERED_REMOVE_IF (out, read_index, write_index, sm, in make_checkers()
H A Dconstraint-manager.cc1926 unsigned read_index, write_index; in add_unknown_constraint() local
1927 VEC_ORDERED_REMOVE_IF (m_constraints, read_index, write_index, c, in add_unknown_constraint()
1968 unsigned read_index, write_index; in add_constraint_internal() local
1970 VEC_ORDERED_REMOVE_IF (m_constraints, read_index, write_index, c, in add_constraint_internal()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dvec.h1071 #define VEC_ORDERED_REMOVE_IF_FROM_TO(vec, read_index, write_index, \
1075 for (read_index = write_index = (start); read_index < (end); \
1083 if (read_index != write_index) \
1084 (vec)[write_index] = (vec)[read_index]; \
1086 write_index++; \
1089 if (read_index - write_index > 0) \
1090 (vec).block_remove (write_index, read_index - write_index); \
1097 #define VEC_ORDERED_REMOVE_IF(vec, read_index, write_index, elem_ptr, \
1099 VEC_ORDERED_REMOVE_IF_FROM_TO ((vec), read_index, write_index, \
/netbsd/external/gpl3/gcc/dist/libhsail-rt/include/internal/
H A Dphsa-queue-interface.h48 volatile uint64_t write_index; member
/netbsd/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/
H A Dphsa-queue-interface.h48 volatile uint64_t write_index; member
/netbsd/external/mit/libuv/dist/src/unix/
H A Dstream.c707 size = uv__count_bufs(req->bufs + req->write_index, in uv__write_req_size()
708 req->nbufs - req->write_index); in uv__write_req_size()
730 buf = req->bufs + req->write_index; in uv__write_req_update()
740 req->write_index = buf - req->bufs; in uv__write_req_update()
742 return req->write_index == req->nbufs; in uv__write_req_update()
899 &(req->bufs[req->write_index]), in uv__write()
900 req->nbufs - req->write_index, in uv__write()
1433 req->write_index = 0; in uv_write2()
/netbsd/external/gpl2/texinfo/dist/makeinfo/
H A Dindex.h80 int write_index; /* store index entries here, @synindex can change it */ member
H A Dindex.c153 which = tem ? tem->write_index : -1; in index_add_arg()
312 name_index_alist[slot]->write_index = slot; in defindex()
465 name_index_alist[target]->write_index in cm_synindex()
466 = name_index_alist[source]->write_index; in cm_synindex()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dvec.h1082 #define VEC_ORDERED_REMOVE_IF_FROM_TO(vec, read_index, write_index, \
1086 for (read_index = write_index = (start); read_index < (end); \
1094 if (read_index != write_index) \
1095 (vec)[write_index] = (vec)[read_index]; \
1097 write_index++; \
1100 if (read_index - write_index > 0) \
1101 (vec).block_remove (write_index, read_index - write_index); \
1108 #define VEC_ORDERED_REMOVE_IF(vec, read_index, write_index, elem_ptr, \
1110 VEC_ORDERED_REMOVE_IF_FROM_TO ((vec), read_index, write_index, \
/netbsd/external/gpl3/gdb/dist/sim/frv/
H A Dcache.c302 int write_index = 0; in write_data_to_memory() local
321 for (write_index = 0; write_index < length; ++write_index) in write_data_to_memory()
324 sim_core_write_unaligned_1 (cpu, pc, write_map, address + write_index, in write_data_to_memory()
325 data[write_index]); in write_data_to_memory()
/netbsd/external/gpl3/gdb.old/dist/sim/frv/
H A Dcache.c302 int write_index = 0; in write_data_to_memory() local
321 for (write_index = 0; write_index < length; ++write_index) in write_data_to_memory()
324 sim_core_write_unaligned_1 (cpu, pc, write_map, address + write_index, in write_data_to_memory()
325 data[write_index]); in write_data_to_memory()
/netbsd/external/gpl3/gdb/dist/gold/
H A Ddwp.cc642 write_index(const char* sect_name, const Dwp_index& index);
1869 this->write_index<true>(".debug_cu_index", this->cu_index_); in finalize()
1870 this->write_index<true>(".debug_tu_index", this->tu_index_); in finalize()
1874 this->write_index<false>(".debug_cu_index", this->cu_index_); in finalize()
1875 this->write_index<false>(".debug_tu_index", this->tu_index_); in finalize()
1971 Dwp_output_file::write_index(const char* sect_name, const Dwp_index& index) in write_index() function in gold::Dwp_output_file
/netbsd/external/gpl3/binutils/dist/gold/
H A Ddwp.cc642 write_index(const char* sect_name, const Dwp_index& index);
1869 this->write_index<true>(".debug_cu_index", this->cu_index_); in finalize()
1870 this->write_index<true>(".debug_tu_index", this->tu_index_); in finalize()
1874 this->write_index<false>(".debug_cu_index", this->cu_index_); in finalize()
1875 this->write_index<false>(".debug_tu_index", this->tu_index_); in finalize()
1971 Dwp_output_file::write_index(const char* sect_name, const Dwp_index& index) in write_index() function in gold::Dwp_output_file
/netbsd/external/gpl3/binutils.old/dist/gold/
H A Ddwp.cc642 write_index(const char* sect_name, const Dwp_index& index);
1869 this->write_index<true>(".debug_cu_index", this->cu_index_); in finalize()
1870 this->write_index<true>(".debug_tu_index", this->tu_index_); in finalize()
1874 this->write_index<false>(".debug_cu_index", this->cu_index_); in finalize()
1875 this->write_index<false>(".debug_tu_index", this->tu_index_); in finalize()
1971 Dwp_output_file::write_index(const char* sect_name, const Dwp_index& index) in write_index() function in gold::Dwp_output_file
/netbsd/external/gpl3/gdb.old/dist/gold/
H A Ddwp.cc642 write_index(const char* sect_name, const Dwp_index& index);
1869 this->write_index<true>(".debug_cu_index", this->cu_index_); in finalize()
1870 this->write_index<true>(".debug_tu_index", this->tu_index_); in finalize()
1874 this->write_index<false>(".debug_cu_index", this->cu_index_); in finalize()
1875 this->write_index<false>(".debug_tu_index", this->tu_index_); in finalize()
1971 Dwp_output_file::write_index(const char* sect_name, const Dwp_index& index) in write_index() function in gold::Dwp_output_file
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dcgen-engine.h346 int write_index; member
/netbsd/external/mit/libuv/dist/include/uv/
H A Dunix.h262 unsigned int write_index; \
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dcgen-engine.h346 int write_index; member
/netbsd/external/gpl3/gdb/dist/sim/m32r/
H A Ddecode2.c249 init_idesc (cpu, &table[t->write_index], t); in m32r2f_init_idesc_table()
250 table[t->par_index].par_idesc = &table[t->write_index]; in m32r2f_init_idesc_table()
H A Ddecodex.c242 init_idesc (cpu, &table[t->write_index], t); in m32rxf_init_idesc_table()
243 table[t->par_index].par_idesc = &table[t->write_index]; in m32rxf_init_idesc_table()
/netbsd/external/gpl3/gdb.old/dist/sim/m32r/
H A Ddecode2.c249 init_idesc (cpu, &table[t->write_index], t); in m32r2f_init_idesc_table()
250 table[t->par_index].par_idesc = &table[t->write_index]; in m32r2f_init_idesc_table()
H A Ddecodex.c242 init_idesc (cpu, &table[t->write_index], t); in m32rxf_init_idesc_table()
243 table[t->par_index].par_idesc = &table[t->write_index]; in m32rxf_init_idesc_table()

12