Home
last modified time | relevance | path

Searched refs:walk_type (Results 1 – 25 of 292) sorted by relevance

12345678910>>...12

/dports/math/py-networkx/networkx-2.6.3/networkx/linalg/
H A Dlaplacianmatrix.py139 G, nodelist=None, weight="weight", walk_type=None, alpha=0.95 argument
201 G, nodelist=nodelist, weight=weight, walk_type=walk_type, alpha=alpha
223 G, nodelist=None, weight="weight", walk_type=None, alpha=0.95 argument
283 G, nodelist=nodelist, weight=weight, walk_type=walk_type, alpha=alpha
340 if walk_type is None:
343 walk_type = "random"
345 walk_type = "lazy"
347 walk_type = "pagerank"
351 if walk_type in ["random", "lazy"]:
353 if walk_type == "random":
[all …]
/dports/lang/cparser/cparser-0.9.14/
H A Dwalk.c44 static void walk_type(type_t *const type, const walk_env_t *const env) in walk_type() function
58 walk_type(type->pointer.points_to, env); in walk_type()
61 walk_type(type->array.element_type, env); in walk_type()
68 walk_type(parameter->type, env); in walk_type()
70 walk_type(type->function.return_type, env); in walk_type()
136 walk_type(expr->builtin_types_compatible.left, env); in walk_expression()
137 walk_type(expr->builtin_types_compatible.right, env); in walk_expression()
231 walk_type(entity->declaration.type, env); in walk_entity()
242 walk_type(entity->typedefe.type, env); in walk_entity()
245 walk_type(entity->declaration.type, env); in walk_entity()
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/linalg/tests/
H A Dtest_laplacian.py135 G, alpha=0.9, nodelist=sorted(G), walk_type="random"
148 G, alpha=0.9, nodelist=sorted(G), walk_type="lazy"
217 G, alpha=0.9, nodelist=sorted(G), walk_type="random"
231 G, alpha=0.9, nodelist=sorted(G), walk_type="lazy"
249 G, walk_type="pagerank", alpha=100
252 nx.directed_combinatorial_laplacian_matrix(G, walk_type="silly")
/dports/www/htdigest/httpd-2.4.6/modules/dav/main/
H A Dutil_lock.c327 ctx.w.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_AUTH; in dav_add_lock()
534 ctx.w.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_LOCKNULL; in dav_unlock()
648 ctx.w.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_LOCKNULL; in dav_inherit_locks()
/dports/www/apache24/httpd-2.4.53/modules/dav/main/
H A Dutil_lock.c337 ctx.w.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_AUTH; in dav_add_lock()
544 ctx.w.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_LOCKNULL; in dav_unlock()
658 ctx.w.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_LOCKNULL; in dav_inherit_locks()
/dports/www/htdigest/httpd-2.4.6/modules/dav/fs/
H A Drepos.c1227 params.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_HIDDEN; in dav_fs_copymove_resource()
1236 params.walk_type |= DAV_WALKTYPE_POSTFIX; in dav_fs_copymove_resource()
1444 params.walk_type = (DAV_WALKTYPE_NORMAL in dav_fs_remove_resource()
1549 if (params->walk_type & DAV_WALKTYPE_AUTH) { in dav_fs_walker()
1561 if (!(params->walk_type & DAV_WALKTYPE_HIDDEN) in dav_fs_walker()
1648 if (params->walk_type & DAV_WALKTYPE_LOCKNULL) { in dav_fs_walker()
1747 if (params->walk_type & DAV_WALKTYPE_POSTFIX) { in dav_fs_walker()
1774 if ((params->walk_type & DAV_WALKTYPE_LOCKNULL) != 0 in dav_fs_internal_walk()
/dports/www/apache24/httpd-2.4.53/modules/dav/fs/
H A Drepos.c1242 params.walk_type = DAV_WALKTYPE_NORMAL | DAV_WALKTYPE_HIDDEN; in dav_fs_copymove_resource()
1251 params.walk_type |= DAV_WALKTYPE_POSTFIX; in dav_fs_copymove_resource()
1459 params.walk_type = (DAV_WALKTYPE_NORMAL in dav_fs_remove_resource()
1564 if (params->walk_type & DAV_WALKTYPE_AUTH) { in dav_fs_walker()
1576 if (!(params->walk_type & DAV_WALKTYPE_HIDDEN) in dav_fs_walker()
1663 if (params->walk_type & DAV_WALKTYPE_LOCKNULL) { in dav_fs_walker()
1762 if (params->walk_type & DAV_WALKTYPE_POSTFIX) { in dav_fs_walker()
1789 if ((params->walk_type & DAV_WALKTYPE_LOCKNULL) != 0 in dav_fs_internal_walk()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgengtype.c1354 static void walk_type (type_p t, struct walk_type_data *d);
1492 walk_type (type_p t, struct walk_type_data *d) in walk_type() function
1634 walk_type (t->u.p, d); in walk_type()
1672 walk_type (t->u.a.p, d); in walk_type()
1790 walk_type (f->type, d); in walk_type()
1829 walk_type (nt, d); in walk_type()
1838 walk_type (t->u.param_struct.stru, d); in walk_type()
2024 walk_type (s, &d); in write_func_for_structure()
2217 walk_type (s, &d); in write_local_func_for_structure()
2634 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dgengtype.c1363 static void walk_type (type_p t, struct walk_type_data *d);
1502 walk_type (type_p t, struct walk_type_data *d) in walk_type() function
1693 walk_type (t->u.p, d); in walk_type()
1731 walk_type (t->u.a.p, d); in walk_type()
1850 walk_type (f->type, d); in walk_type()
1889 walk_type (nt, d); in walk_type()
1898 walk_type (t->u.param_struct.stru, d); in walk_type()
2121 walk_type (s, &d); in write_func_for_structure()
2318 walk_type (s, &d); in write_local_func_for_structure()
2736 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgengtype.c1354 static void walk_type (type_p t, struct walk_type_data *d);
1492 walk_type (type_p t, struct walk_type_data *d) in walk_type() function
1634 walk_type (t->u.p, d); in walk_type()
1672 walk_type (t->u.a.p, d); in walk_type()
1790 walk_type (f->type, d); in walk_type()
1829 walk_type (nt, d); in walk_type()
1838 walk_type (t->u.param_struct.stru, d); in walk_type()
2024 walk_type (s, &d); in write_func_for_structure()
2217 walk_type (s, &d); in write_local_func_for_structure()
2634 walk_type (v->type, &d); in write_array()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacstruct.h40 u8 walk_type; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacstruct.h40 u8 walk_type; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/acpi/acpica/
H A Dacstruct.h40 u8 walk_type; member
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dgengtype.c2710 walk_type (sub, d); in walk_subclasses()
2960 walk_type (t->u.p, d); in walk_type()
3018 walk_type (t->u.a.p, d); in walk_type()
3227 walk_type (f->type, d); in walk_type()
3299 walk_type (nt, d); in walk_type()
3573 walk_type (s, d); in write_user_func_for_structure_body()
3780 walk_type (s, &d); in write_func_for_structure()
4048 walk_type (s, d); in write_pch_user_walking_for_structure_body()
4162 walk_type (s, &d); in write_local_func_for_structure()
4662 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype.c2644 walk_type (sub, d); in walk_subclasses()
2847 walk_type (t->u.p, d); in walk_type()
2905 walk_type (t->u.a.p, d); in walk_type()
3099 walk_type (f->type, d); in walk_type()
3171 walk_type (nt, d); in walk_type()
3422 walk_type (s, d); in write_user_func_for_structure_body()
3615 walk_type (s, &d); in write_func_for_structure()
3838 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3950 walk_type (s, &d); in write_local_func_for_structure()
4462 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgengtype.c2646 walk_type (sub, d); in walk_subclasses()
2849 walk_type (t->u.p, d); in walk_type()
2907 walk_type (t->u.a.p, d); in walk_type()
3101 walk_type (f->type, d); in walk_type()
3173 walk_type (nt, d); in walk_type()
3424 walk_type (s, d); in write_user_func_for_structure_body()
3617 walk_type (s, &d); in write_func_for_structure()
3840 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3952 walk_type (s, &d); in write_local_func_for_structure()
4464 walk_type (v->type, &d); in write_array()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dgengtype.c2639 walk_type (sub, d); in walk_subclasses()
2842 walk_type (t->u.p, d); in walk_type()
2900 walk_type (t->u.a.p, d); in walk_type()
3094 walk_type (f->type, d); in walk_type()
3166 walk_type (nt, d); in walk_type()
3417 walk_type (s, d); in write_user_func_for_structure_body()
3610 walk_type (s, &d); in write_func_for_structure()
3833 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3945 walk_type (s, &d); in write_local_func_for_structure()
4457 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgengtype.c2644 walk_type (sub, d); in walk_subclasses()
2847 walk_type (t->u.p, d); in walk_type()
2905 walk_type (t->u.a.p, d); in walk_type()
3099 walk_type (f->type, d); in walk_type()
3171 walk_type (nt, d); in walk_type()
3422 walk_type (s, d); in write_user_func_for_structure_body()
3615 walk_type (s, &d); in write_func_for_structure()
3838 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3950 walk_type (s, &d); in write_local_func_for_structure()
4462 walk_type (v->type, &d); in write_array()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgengtype.c2648 walk_type (sub, d); in walk_subclasses()
2851 walk_type (t->u.p, d); in walk_type()
2909 walk_type (t->u.a.p, d); in walk_type()
3103 walk_type (f->type, d); in walk_type()
3175 walk_type (nt, d); in walk_type()
3426 walk_type (s, d); in write_user_func_for_structure_body()
3619 walk_type (s, &d); in write_func_for_structure()
3842 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3954 walk_type (s, &d); in write_local_func_for_structure()
4466 walk_type (v->type, &d); in write_array()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgengtype.c2646 walk_type (sub, d); in walk_subclasses()
2849 walk_type (t->u.p, d); in walk_type()
2907 walk_type (t->u.a.p, d); in walk_type()
3101 walk_type (f->type, d); in walk_type()
3173 walk_type (nt, d); in walk_type()
3424 walk_type (s, d); in write_user_func_for_structure_body()
3617 walk_type (s, &d); in write_func_for_structure()
3840 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3952 walk_type (s, &d); in write_local_func_for_structure()
4464 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype.c2644 walk_type (sub, d); in walk_subclasses()
2847 walk_type (t->u.p, d); in walk_type()
2905 walk_type (t->u.a.p, d); in walk_type()
3099 walk_type (f->type, d); in walk_type()
3171 walk_type (nt, d); in walk_type()
3422 walk_type (s, d); in write_user_func_for_structure_body()
3615 walk_type (s, &d); in write_func_for_structure()
3838 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3950 walk_type (s, &d); in write_local_func_for_structure()
4462 walk_type (v->type, &d); in write_array()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgengtype.c2648 walk_type (sub, d); in walk_subclasses()
2851 walk_type (t->u.p, d); in walk_type()
2909 walk_type (t->u.a.p, d); in walk_type()
3103 walk_type (f->type, d); in walk_type()
3175 walk_type (nt, d); in walk_type()
3426 walk_type (s, d); in write_user_func_for_structure_body()
3619 walk_type (s, &d); in write_func_for_structure()
3842 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3954 walk_type (s, &d); in write_local_func_for_structure()
4466 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgengtype.c2644 walk_type (sub, d); in walk_subclasses()
2847 walk_type (t->u.p, d); in walk_type()
2905 walk_type (t->u.a.p, d); in walk_type()
3099 walk_type (f->type, d); in walk_type()
3171 walk_type (nt, d); in walk_type()
3422 walk_type (s, d); in write_user_func_for_structure_body()
3615 walk_type (s, &d); in write_func_for_structure()
3838 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3950 walk_type (s, &d); in write_local_func_for_structure()
4462 walk_type (v->type, &d); in write_array()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgengtype.c2644 walk_type (sub, d); in walk_subclasses()
2847 walk_type (t->u.p, d); in walk_type()
2905 walk_type (t->u.a.p, d); in walk_type()
3099 walk_type (f->type, d); in walk_type()
3171 walk_type (nt, d); in walk_type()
3422 walk_type (s, d); in write_user_func_for_structure_body()
3615 walk_type (s, &d); in write_func_for_structure()
3838 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3950 walk_type (s, &d); in write_local_func_for_structure()
4462 walk_type (v->type, &d); in write_array()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgengtype.c2645 walk_type (sub, d); in walk_subclasses()
2848 walk_type (t->u.p, d); in walk_type()
2906 walk_type (t->u.a.p, d); in walk_type()
3100 walk_type (f->type, d); in walk_type()
3172 walk_type (nt, d); in walk_type()
3423 walk_type (s, d); in write_user_func_for_structure_body()
3616 walk_type (s, &d); in write_func_for_structure()
3839 walk_type (s, d); in write_pch_user_walking_for_structure_body()
3951 walk_type (s, &d); in write_local_func_for_structure()
4463 walk_type (v->type, &d); in write_array()
[all …]

12345678910>>...12