Searched refs:next_idx (Results 1 - 9 of 9) sorted by relevance

/external/python/cpython2/Modules/
H A D_json.c902 Py_ssize_t next_idx; local
922 key = scanstring_str(pystr, idx + 1, encoding, strict, &next_idx);
925 idx = next_idx;
937 val = scan_once_str(s, pystr, idx, &next_idx);
951 idx = next_idx;
1028 Py_ssize_t next_idx; local
1048 key = scanstring_unicode(pystr, idx + 1, strict, &next_idx);
1051 idx = next_idx;
1063 val = scan_once_unicode(s, pystr, idx, &next_idx);
1077 idx = next_idx;
1151 Py_ssize_t next_idx; local
1218 Py_ssize_t next_idx; local
1683 Py_ssize_t next_idx = -1; local
[all...]
/external/syslinux/gpxe/src/drivers/infiniband/
H A Darbel.c1032 if ( wq->iobufs[wq->next_idx & wqe_idx_mask] ) {
1036 wq->iobufs[wq->next_idx & wqe_idx_mask] = iobuf;
1037 prev_wqe = &arbel_send_wq->wqe[(wq->next_idx - 1) & wqe_idx_mask].ud;
1038 wqe = &arbel_send_wq->wqe[wq->next_idx & wqe_idx_mask].ud;
1078 counter, ( ( wq->next_idx + 1 ) & 0xffff ) );
1084 wqe_counter, ( wq->next_idx & 0xffff ),
1092 wq->next_idx++;
1118 if ( wq->iobufs[wq->next_idx & wqe_idx_mask] ) {
1122 wq->iobufs[wq->next_idx & wqe_idx_mask] = iobuf;
1123 wqe = &arbel_recv_wq->wqe[wq->next_idx
[all...]
H A Dhermon.c1333 if ( wq->iobufs[wq->next_idx & wqe_idx_mask] ) {
1337 wq->iobufs[wq->next_idx & wqe_idx_mask] = iobuf;
1338 wqe = &hermon_send_wq->wqe[ wq->next_idx &
1352 ( ( wq->next_idx & hermon_send_wq->num_wqes ) ? 1 : 0 ) );
1364 wq->next_idx++;
1389 if ( wq->iobufs[wq->next_idx & wqe_idx_mask] ) {
1393 wq->iobufs[wq->next_idx & wqe_idx_mask] = iobuf;
1394 wqe = &hermon_recv_wq->wqe[wq->next_idx & wqe_idx_mask].recv;
1403 wq->next_idx++;
1408 ( wq->next_idx
[all...]
H A Darbel.h367 unsigned long next_idx; member in struct:arbel_event_queue
H A Dhermon.h492 unsigned long next_idx; member in struct:hermon_event_queue
/external/syslinux/gpxe/src/include/gpxe/
H A Dinfiniband.h116 unsigned long next_idx; member in struct:ib_work_queue
217 unsigned long next_idx; member in struct:ib_completion_queue
/external/f2fs-tools/fsck/
H A Dfsck.c1025 int next_idx = 0; local
1035 next_idx = idx + (name_len + F2FS_SLOT_LEN - 1) / F2FS_SLOT_LEN;
1037 bit_offset = find_next_bit_le(bitmap, max, next_idx);
/external/libvpx/libvpx/third_party/libwebm/mkvparser/
H A Dmkvparser.cc2691 const long next_idx = pCurr->m_index + 1; local
2693 if (next_idx < m_clusterCount) {
2694 pResult = m_clusters[next_idx];
/external/libvpx/libwebm/mkvparser/
H A Dmkvparser.cc2699 const long next_idx = pCurr->m_index + 1; local
2701 if (next_idx < m_clusterCount) {
2702 pResult = m_clusters[next_idx];

Completed in 422 milliseconds