Searched refs:_idx (Results 1 – 3 of 3) sorted by relevance
69 long _idx; in pysqlite_row_subscript() local80 _idx = PyInt_AsLong(idx); in pysqlite_row_subscript()81 item = PyTuple_GetItem(self->data, _idx); in pysqlite_row_subscript()85 _idx = PyLong_AsLong(idx); in pysqlite_row_subscript()86 item = PyTuple_GetItem(self->data, _idx); in pysqlite_row_subscript()
212 #define RING_GET_REQUEST(_r, _idx) \ argument213 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].req))215 #define RING_GET_RESPONSE(_r, _idx) \ argument216 (&((_r)->sring->ring[((_idx) & (RING_SIZE(_r) - 1))].rsp))
235 #define MEM_RANGE_PTR(_rec, _idx) \ argument237 + (sizeof((_rec)->map[0]) * (_idx)))