Home
last modified time | relevance | path

Searched refs:_first (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cache/
H A Dftcmru.h168 FTC_MruNode _first, _node; \
172 _first = *(_pfirst); \
175 if ( _first ) \
177 _node = _first; \
182 if ( _node != _first ) \
190 } while ( _node != _first); \
220 FTC_MruNode _first = (list)->nodes; \
223 if ( _first ) \
225 FTC_MruNode _node = _first; \
236 } while ( _node != _first ); \
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Duenumtst.c140 static const UChar _first[] = {102,105,114,115,116,0}; /* "first" */ variable
146 _first, _second, _third, _fourth
/third_party/python/Lib/unittest/
H A Dmock.py716 _first = last._mock_name or 'mock'
719 _first += '.'
720 _name_list[0] = _first
/third_party/mesa3d/src/broadcom/compiler/
H A Dnir_to_vir.c1314 static bool _first = true; in f2f16_rtz() local
1315 if (_first && unlikely(V3D_DEBUG & V3D_DEBUG_PERF)) { in f2f16_rtz()
1318 _first = false; in f2f16_rtz()

Completed in 16 milliseconds