Home
last modified time | relevance | path

Searched refs:_first (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/cache/
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 ); \
/third_party/icu/icu4c/source/test/cintltst/
Duenumtst.c140 static const UChar _first[] = {102,105,114,115,116,0}; /* "first" */ variable
146 _first, _second, _third, _fourth
/third_party/python/Lib/unittest/
Dmock.py696 _first = last._mock_name or 'mock'
699 _first += '.'
700 _name_list[0] = _first
/third_party/mesa3d/src/broadcom/compiler/
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()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Drenderpass.txt902 The _first use of an attachment_ is in the lowest numbered subpass that uses
Drenderpass.adoc1492 The _first use of an attachment_ is in the lowest numbered subpass that uses
/third_party/node/doc/changelogs/
DCHANGELOG_V12.md4763 …//github.com/nodejs/node/commit/406c50c1d4)] - **src**: read break\_node\_first\_line from the ins…