/netbsd-src/external/gpl3/gcc.old/dist/libhsail-rt/rt/ |
H A D | queue.c | 40 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-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
H A D | sm.cc | 143 unsigned read_index, write_index; in make_checkers() local 148 VEC_ORDERED_REMOVE_IF (out, read_index, write_index, sm, in make_checkers()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | sm.cc | 196 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 D | constraint-manager.cc | 1926 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-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | vec.h | 1071 #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-src/external/gpl3/gcc.old/dist/libhsail-rt/include/internal/ |
H A D | phsa-queue-interface.h | 48 volatile uint64_t write_index; member
|
/netbsd-src/external/mit/libuv/dist/src/unix/ |
H A D | stream.c | 707 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-src/external/gpl2/texinfo/dist/makeinfo/ |
H A D | index.c | 153 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()
|
H A D | index.h | 80 int write_index; /* store index entries here, @synindex can change it */ member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | vec.h | 1082 #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-src/external/gpl3/binutils.old/dist/gold/ |
H A D | dwp.cc | 642 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
|
H A D | ChangeLog-0815 | 2855 (Dwp_output_file::write_index): Likewise. 3107 (Dwp_output_file::write_index): Likewise. 3653 (Dwp_output_file::write_index): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | dwp.cc | 642 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
|
H A D | ChangeLog-0815 | 2855 (Dwp_output_file::write_index): Likewise. 3107 (Dwp_output_file::write_index): Likewise. 3653 (Dwp_output_file::write_index): Likewise.
|
/netbsd-src/external/mit/libuv/dist/include/uv/ |
H A D | unix.h | 262 unsigned int write_index; \
|
/netbsd-src/external/gpl2/texinfo/dist/ |
H A D | ChangeLog.46 | 7019 write_index, instead of just one. 7027 (defindex): Initialize read_index and write_index. 7028 (index_add_arg): Add entries to the list pointed to by write_index 7031 (cm_synindex): Don't merge indcies, just make the write_index for 7032 redirectee the same as the write_index for redirector.
|