Home
last modified time | relevance | path

Searched refs:num_coords (Results 1 – 25 of 1568) sorted by relevance

12345678910>>...63

/dports/games/gemrb/gemrb-0.9.0/admin/
H A Dmake_formation.py32 num_coords = 20 variable
40 for i in range(num_coords):
49 for i in range(num_coords):
58 for i in range(num_coords):
80 for i in range(num_coords):
112 for i in range(num_coords):
129 for i in range(num_coords):
156 for i in range(num_coords):
175 for i in range(num_coords):
196 for i in range(num_coords):
[all …]
/dports/print/harfbuzz-hb-view/harfbuzz-3.4.0/test/fuzzing/
H A Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
24 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
25num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
27 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
28 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
29 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
30 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
/dports/print/harfbuzz/harfbuzz-3.4.0/test/fuzzing/
H A Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
24 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
25num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
27 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
28 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
29 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
30 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
/dports/print/harfbuzz-icu/harfbuzz-3.4.0/test/fuzzing/
H A Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
24 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
25num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
27 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
28 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
29 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
30 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/test/fuzzing/
H A Dhb-shape-fuzzer.cc23 unsigned num_coords = 0; in LLVMFuzzerTestOneInput() local
24 if (size) num_coords = data[size - 1]; in LLVMFuzzerTestOneInput()
25num_coords = hb_ot_var_get_axis_count (face) > num_coords ? num_coords : hb_ot_var_get_axis_count … in LLVMFuzzerTestOneInput()
26 int *coords = (int *) calloc (num_coords, sizeof (int)); in LLVMFuzzerTestOneInput()
27 if (size > num_coords + 1) in LLVMFuzzerTestOneInput()
28 for (unsigned i = 0; i < num_coords; ++i) in LLVMFuzzerTestOneInput()
29 coords[i] = ((int) data[size - num_coords + i - 1] - 128) * 10; in LLVMFuzzerTestOneInput()
30 hb_font_set_var_coords_normalized (font, coords, num_coords); in LLVMFuzzerTestOneInput()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/harfbuzz/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/3rdparty/harfbuzz-ng/src/
H A Dhb-shape-plan.cc46 num_coords, in hb_shape_plan_plan()
57 coords, num_coords); \ in hb_shape_plan_plan()
132 num_coords, in hb_shape_plan_create2()
145 if (num_coords && !(coords = (int *) calloc (num_coords, sizeof (int)))) in hb_shape_plan_create2()
167 shape_plan->num_coords = num_coords; in hb_shape_plan_create2()
169 if (num_coords) in hb_shape_plan_create2()
174 coords, num_coords, in hb_shape_plan_create2()
408 if (proposal->num_coords != shape_plan->num_coords) in hb_shape_plan_coords_match()
442 unsigned int num_coords) in hb_coords_present() argument
444 return num_coords != 0; in hb_coords_present()
[all …]

12345678910>>...63