Home
last modified time | relevance | path

Searched refs:_idx (Results 1 – 16 of 16) 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/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/ffmpeg/libavformat/
Dmatroskaenc.c1418 variable ## _idx = i; \ in mkv_write_tracks()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs556 _idx: c_int, in free_data_box()
/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/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-ohos-1115.patch121843 sqlite3_stmt *pIdxWriter; /* "INSERT ... %_idx VALUES(?,?,?,?)" */
121844 - sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=? */
121845 + sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=?" */
161017 sqlite3_stmt *pIdxWriter; /* "INSERT ... %_idx VALUES(?,?,?,?)" */
161018 - sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=? */
161019 + sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=?" */
167260 sqlite3_stmt *pIdxWriter; /* "INSERT ... %_idx VALUES(?,?,?,?)" */
167261 - sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=? */
167262 + sqlite3_stmt *pIdxDeleter; /* "DELETE FROM %_idx WHERE segid=?" */