Home
last modified time | relevance | path

Searched refs:_idx (Results 1 - 5 of 5) sorted by relevance

/third_party/python/Modules/_sqlite/
H A Drow.c130 Py_ssize_t _idx; in pysqlite_row_subscript() local
134 _idx = PyNumber_AsSsize_t(idx, PyExc_IndexError); in pysqlite_row_subscript()
135 if (_idx == -1 && PyErr_Occurred()) in pysqlite_row_subscript()
137 if (_idx < 0) in pysqlite_row_subscript()
138 _idx += PyTuple_GET_SIZE(self->data); in pysqlite_row_subscript()
140 PyObject *item = PyTuple_GetItem(self->data, _idx); in pysqlite_row_subscript()
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c324 int _idx = plane_idx - 6; in getclipdist() local
325 int cdi = _idx >= 4; in getclipdist()
326 int vidx = cdi ? _idx - 4 : _idx; in getclipdist()
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp869 static float get_time_stat(void *_data, int _idx) in get_time_stat() argument
872 if ((ARRAY_SIZE(data->frames_stats) - _idx) > data->n_frames) in get_time_stat()
876 _idx - data->n_frames : in get_time_stat()
877 _idx + data->n_frames; in get_time_stat()
883 static float get_stat(void *_data, int _idx) in get_stat() argument
886 if ((ARRAY_SIZE(data->frames_stats) - _idx) > data->n_frames) in get_stat()
890 _idx - data->n_frames : in get_stat()
891 _idx + data->n_frames; in get_stat()
/third_party/python/Lib/idlelib/
H A Dpyshell.py867 _idx = 1 + len(list(itertools.takewhile( variable in PyShell
870 rmenu_specs.insert(_idx, ("Copy with prompts",
873 del _idx
/third_party/ffmpeg/libavformat/
H A Dmatroskaenc.c1947 variable ## _idx = i; \ in mkv_write_tracks()

Completed in 13 milliseconds