Home
last modified time | relevance | path

Searched refs:aw (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvf_swaprect.c78 int aw[4], ah[4]; in filter_frame() local
147 aw[1] = aw[2] = AV_CEIL_RSHIFT(w, s->desc->log2_chroma_w); in filter_frame()
148 aw[0] = aw[3] = w; in filter_frame()
174 if (ph[p] == ah[p] && pw[p] == aw[p]) { in filter_frame()
/third_party/python/Lib/test/
H A Dtest_coroutines.py54 aw = coro.__await__()
61 buffer.append(next(aw))
63 buffer.append(aw.send(None))
699 aw = coro.__await__()
700 self.assertIs(aw, iter(aw))
701 next(aw)
702 self.assertEqual(aw.send(10), 100)
705 aw.close()
709 aw
[all...]
H A Dtest_types.py1851 aw = Awaitable()
1854 return aw
1855 self.assertIs(aw, foo())
1859 self.assertIs(aw, foo())
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttdriver.c266 FT_UShort aw; in tt_get_advances() local
269 TT_Get_HMetrics( face, start + nn, &lsb, &aw ); in tt_get_advances()
270 advances[nn] = aw; in tt_get_advances()
H A Dttgload.h40 FT_UShort* aw );
H A Dttgload.c102 FT_UShort* aw ) in TT_Get_HMetrics()
104 ( (SFNT_Service)face->sfnt )->get_metrics( face, 0, idx, lsb, aw ); in TT_Get_HMetrics()
106 FT_TRACE5(( " advance width (font units): %d\n", *aw )); in TT_Get_HMetrics()
1453 * rsb = aw - (lsb + xmax - xmin)
1455 * (with `aw' the advance width, `lsb' the left side bearing, and `xmin'
1461 * pp2 = (round(pp1 + aw), 0) .
1506 * x = aw / 2 , (1)
1511 * ((DefaultAscender - DefaultDescender - aw) / 2) . (2)
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffdrivr.c272 FT_UShort aw; in FT_CALLBACK_DEF() local
279 &aw ); in FT_CALLBACK_DEF()
283 aw, in FT_CALLBACK_DEF()
284 aw == 1 ? "" : "s" )); in FT_CALLBACK_DEF()
285 advances[nn] = aw; in FT_CALLBACK_DEF()
/third_party/libwebsockets/scripts/
H A Dattack.sh374 /../aw \
425 //..aw \
479 /aw../ \
480 /aw/.. \
597 - "/../aw" -> 404 "/aw"
648 - "//..aw" -> 404 "/..aw"
702 - "/aw../" -> 404 "/aw
[all...]
/third_party/toybox/toys/pending/
H A Dvi.c1356 int aw = 0, iw = 0, clip = 0, margin = 8; in draw_page() local
1394 aw = crunch_nstr(&end, INT_MAX, bytes, 0, "\t\n", vi_crunch); in draw_page()
1402 clip = (aw+iw) - TT.screen_width+margin; in draw_page()
1405 if (clip > aw) { in draw_page()
1406 clip -= aw; in draw_page()
1416 aw -= crunch_nstr(&end, clip, bytes, 0, "\t\n", vi_crunch); in draw_page()
1417 x = crunch_str(&end, aw, stdout, "\t\n", vi_crunch); in draw_page()
1423 else if ( aw+margin > TT.screen_width) { in draw_page()
1424 clip = aw-TT.screen_width+margin; in draw_page()
1426 aw in draw_page()
[all...]
/third_party/skia/tests/
H A DSkNxTest.cpp141 Sk16b aw(a), bw(b); in DEF_TEST()
142 REPORTER_ASSERT(r, Sk16b::Min(aw, bw)[0] == std::min(a, b)); in DEF_TEST()
143 REPORTER_ASSERT(r, !(aw < bw)[0] == !(a < b)); in DEF_TEST()
/third_party/astc-encoder/Source/
H A Dastcenc_compress_symbolic.cpp1325 float aw = a * weight; in prepare_block_statistics() local
1326 as += aw; in prepare_block_statistics()
1327 aa_var += a * aw; in prepare_block_statistics()
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1139 V(aw, AW, 0x6E) /* type = RX_A ADD UNNORMALIZED (long HFP) */ \
/third_party/sqlite/src/
H A Dshell.c571 int aw = w<0 ? -w : w; in utf8_width_print() local
576 if( n==aw ){ in utf8_width_print()
582 if( n>=aw ){ in utf8_width_print()
585 utf8_printf(pOut, "%*s%s", aw-n, "", zUtf); in utf8_width_print()
587 utf8_printf(pOut, "%s%*s", zUtf, aw-n, ""); in utf8_width_print()

Completed in 64 milliseconds