Home
last modified time | relevance | path

Searched defs:TARGET_WIDTH (Results 1 – 4 of 4) sorted by relevance

/dports/devel/z88dk/z88dk/examples/sms/3dcity/screen/
H A Dplay_screen.h6 #define TARGET_WIDTH 32 macro
/dports/databases/litestream/litestream-0.3.6/vendor/cloud.google.com/go/firestore/apiv1/admin/
H A Dfirestore_admin_client.go26 "cloud.google.com/go/longrunning"
/dports/devel/ispc/ispc-1.16.1/src/
H A Dmodule.cpp2330 std::string TARGET_WIDTH = "TARGET_WIDTH=" + std::to_string(g->target->getVectorWidth()); in execPreprocessor() local
/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/plug-ins/
H A Dspyro_plus.py1114 TARGET_NONE, TARGET_HOLE, TARGET_WIDTH = range(3) variable