Home
last modified time | relevance | path

Searched defs:tw (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-stream2-writable.js52 const tw = new TestWriter({ constant
70 const tw = new TestWriter({ constant
91 const tw = new TestWriter({ constant
125 const tw = new TestWriter({ constant
157 const tw = new TestWriter({ constant
206 const tw = new TestWriter({ constant
227 const tw = new TestWriter(); constant
235 const tw = new TestWriter(); constant
241 const tw = new TestWriter(); constant
247 const tw = new TestWriter(); constant
[all …]
/third_party/ltp/testcases/misc/math/atof/
Datof01.c316 register int tw; /* total width */ in checkbuf() local
/third_party/toybox/porting/liteos_a/toys/net/
Dping.c98 long long tnext, tW, tnow, tw; in ping_main() local
/third_party/toybox/toys/net/
Dping.c121 long long tnext, tW, tnow, tw; in ping_main() local
/third_party/mesa3d/src/panfrost/lib/
Dpan_tiler.c291 unsigned tw = (1 << (dim & 0b111)) * 8; in panfrost_flat_size() local
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
Dastc_block_sizes2.cpp245 std::unique_ptr<TexelWeight> tw(new TexelWeight); in initialize_decimation_table_2d() local
328 std::unique_ptr<TexelWeight> tw(new TexelWeight); in initialize_decimation_table_3d() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrie2Test.java366 Trie2Writable tw = new Trie2Writable(0, 666); in TestCharSequenceIterator() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
DTrie2Test.java369 Trie2Writable tw = new Trie2Writable(0, 666); in TestCharSequenceIterator() local
/third_party/mesa3d/src/intel/isl/
Disl_tiled_memcpy.c843 uint32_t tw, th, span; in linear_to_tiled() local
934 uint32_t tw, th, span; in tiled_to_linear() local
Disl_format.c58 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, tw, tr, ccs_e, ta, sf) \ argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktTextureConversionTests.cpp416 const int tw = SnormLinearClampInstance::textureWidth * sizeMultipler; in populateSnormLinearClampTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureConversionTests.cpp416 const int tw = SnormLinearClampInstance::textureWidth * sizeMultipler; in populateSnormLinearClampTests() local
/third_party/curl/lib/
Dcurl_ntlm_core.c575 struct ms_filetime tw; in Curl_ntlm_core_mk_ntlmv2_resp() local
/third_party/mksh/
Dtree.c548 const char **tw; in tcopy() local
/third_party/skia/third_party/externals/libjpeg-turbo/
Dtjbench.c544 int tw, th, ttilew, ttileh, tntilesw, tntilesh, tsubsamp; in decompTest() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1227 …Float4 tw = Min(Max((x.w - edge0.w) / (edge1.w - edge0.w), Float4(0.0f)), Float4(1.0f)); dst.w = t… in smooth() local