Home
last modified time | relevance | path

Searched refs:_idx (Results 1 – 17 of 17) sorted by relevance

/third_party/python/Modules/_sqlite/
Drow.c127 Py_ssize_t _idx; in pysqlite_row_subscript() local
131 _idx = PyNumber_AsSsize_t(idx, PyExc_IndexError); in pysqlite_row_subscript()
132 if (_idx == -1 && PyErr_Occurred()) in pysqlite_row_subscript()
134 if (_idx < 0) in pysqlite_row_subscript()
135 _idx += PyTuple_GET_SIZE(self->data); in pysqlite_row_subscript()
137 PyObject *item = PyTuple_GetItem(self->data, _idx); in pysqlite_row_subscript()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
Drewrite_indices.metal73 #define READ_IDX(_idx) readIdx(indexBufferUint16, indexBufferUint32, restartIndex, indexCount, _idx
74 #define WRITE_IDX(_idx, _val) \
78 outIndexBufferUint16[(_idx)] = _val; \
82 outIndexBufferUint32[(_idx)] = _val; \
84 _idx++; \
/third_party/boost/boost/random/detail/
Dpolynomial.hpp286 : _value(value), _idx(idx) {} in reference()
287 operator bool() const { return (_value & (digit_t(1) << _idx)) != 0; } in operator bool()
291 _value |= (digit_t(1) << _idx); in operator =()
293 _value &= ~(digit_t(1) << _idx); in operator =()
299 _value ^= (digit_t(b) << _idx); in operator ^=()
309 int _idx; member in boost::random::detail::polynomial::reference
/third_party/mesa3d/src/gallium/auxiliary/draw/
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/ejdb/src/bindings/ejdb2_dart/lib/
Dejdb2_dart.dart509 return _idx(collection, path, 0x04 | (unique ? 0x01 : 0));
519 return _idx(collection, path, 0x08 | (unique ? 0x01 : 0));
529 return _idx(collection, path, 0x10 | (unique ? 0x01 : 0));
583 Future<void> _idx(String collection, String path, int mode) {
/third_party/libwebsockets/scripts/
Dmozilla-trust-gen.sh191 …rm -f _trust/count _trust/_idx _trust/_idx_skid _trust/ofs _trust/_skid _trust/skidtab _trust/life…
/third_party/mesa3d/src/vulkan/overlay-layer/
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/
Dpyshell.py876 _idx = 1 + len(list(itertools.takewhile( variable in PyShell
879 rmenu_specs.insert(_idx, ("Copy with prompts",
882 del _idx
/third_party/curl/lib/vtls/
Dnss.c109 #define PK11_SETATTRS(_attr, _idx, _type, _val, _len) do { \ argument
110 CK_ATTRIBUTE *ptr = (_attr) + ((_idx)++); \
/third_party/ffmpeg/libavformat/
Dmatroskaenc.c1418 variable ## _idx = i; \ in mkv_write_tracks()
/third_party/freetype/
DChangeLog.244953 Revert a change of `_idx' type in `FTC_CACHE_LOOKUP_CMP'.
4956 the type of `_idx' from FT_PtrDist (by previous change)
4997 Also the type of the internal variable `_idx' is changed to
DChangeLog.231569 of `_idx' is matched with FTC_Cache->{p,mask}.
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.244953 Revert a change of `_idx' type in `FTC_CACHE_LOOKUP_CMP'.
4956 the type of `_idx' from FT_PtrDist (by previous change)
4997 Also the type of the internal variable `_idx' is changed to
DChangeLog.231569 of `_idx' is matched with FTC_Cache->{p,mask}.
/third_party/flutter/skia/third_party/externals/freetype/
DChangeLog.244953 Revert a change of `_idx' type in `FTC_CACHE_LOOKUP_CMP'.
4956 the type of `_idx' from FT_PtrDist (by previous change)
4997 Also the type of the internal variable `_idx' is changed to
DChangeLog.231569 of `_idx' is matched with FTC_Cache->{p,mask}.
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch115660 sqlite3_stmt *pIdxWriter; /* "INSERT ... %_idx VALUES(?,?,?,?)" */
115661 - sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=? */
115662 + sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=?" */
154052 sqlite3_stmt *pIdxWriter; /* "INSERT ... %_idx VALUES(?,?,?,?)" */
154053 - sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=? */
154054 + sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=?" */
159980 sqlite3_stmt *pIdxWriter; /* "INSERT ... %_idx VALUES(?,?,?,?)" */
159981 - sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=? */
159982 + sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=?" */