Home
last modified time | relevance | path

Searched defs:ioffset (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares_timeout.c75 int ioffset = (min_offset > (long)INT_MAX) ? INT_MAX : (int)min_offset; in ares_timeout() local
/external/skia/src/gpu/ganesh/ops/
DDrawMeshOp.cpp580 size_t ioffset = 0; member
936 int ioffset = fMeshes[0].indexCount(); in onPrepareDraws() local
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2CellId.java600 int ioffset, joffset; in getVertexNeighbors() local
/external/cronet/third_party/icu/source/test/intltest/
Dtztest.cpp1206 int32_t ioffset = zone->getRawOffset()/1000; in TestCustomParse() local
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp1206 int32_t ioffset = zone->getRawOffset()/1000; in TestCustomParse() local
/external/python/cpython2/Objects/
Dtypeobject.c6236 slotptr(PyTypeObject *type, int ioffset)
/external/python/cpython3/Objects/
Dtypeobject.c8102 slotptr(PyTypeObject *type, int ioffset) in slotptr()