Home
last modified time | relevance | path

Searched refs:ioffset (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_timeout.c75 int ioffset = (min_offset > (long)INT_MAX) ? INT_MAX : (int)min_offset; in ares_timeout() local
77 nextstop.tv_sec = ioffset/1000; in ares_timeout()
78 nextstop.tv_usec = (ioffset%1000)*1000; in ares_timeout()
/third_party/icu/icu4c/source/test/intltest/
Dtztest.cpp1180 int32_t ioffset = zone->getRawOffset()/1000; in TestCustomParse() local
1182 formatOffset(ioffset, offset); in TestCustomParse()
1183 formatTZID(ioffset, expectedID); in TestCustomParse()
1193 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) { in TestCustomParse()
/third_party/python/Objects/
Dtypeobject.c8099 slotptr(PyTypeObject *type, int ioffset) in slotptr() argument
8102 long offset = ioffset; in slotptr()