forked from google/oss-fuzz-gen
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathh3.yaml
43 lines (43 loc) · 1.07 KB
/
h3.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
"functions":
- "name": "iterInitRes"
"params":
- "name": "res"
"type": "bool "
- "name": ""
"type": "int"
"return_type": "void"
"signature": "IterCellsResolution iterInitRes(int)"
- "name": "iterStepRes"
"params":
- "name": "itR"
"type": "bool "
"return_type": "void"
"signature": "void iterStepRes(IterCellsResolution *)"
- "name": "iterInitBaseCellNum"
"params":
- "name": "baseCellNum"
"type": "int"
- "name": "childRes"
"type": "int"
"return_type": "void"
"signature": "IterCellsChildren iterInitBaseCellNum(int, int)"
- "name": "scaleBBox"
"params":
- "name": "bbox"
"type": "bool "
- "name": "scale"
"type": "double"
"return_type": "void"
"signature": "void scaleBBox(BBox *, double)"
- "name": "bboxOverlapsBBox"
"params":
- "name": "a"
"type": "bool "
- "name": "b"
"type": "bool "
"return_type": "bool"
"signature": "bool bboxOverlapsBBox(const BBox *, const BBox *)"
"language": "c"
"project": "h3"
"target_name": "fuzzerInternalCoordIjk"
"target_path": "/src/h3/src/apps/fuzzers/fuzzerInternalCoordIjk.c"