Home
last modified time | relevance | path

Searched refs:relation (Results 1 – 25 of 46) sorted by relevance

12

/freebsd-13.1/usr.bin/rpcgen/
H A Drpc_parse.h81 enum relation { enum
87 typedef enum relation relation; typedef
92 relation rel;
113 relation rel;
H A Drpc_cout.c60 static void emit_single_in_line( int, declaration *, int, relation );
213 print_ifstat(int indent, const char *prefix, const char *type, relation rel, in print_ifstat()
614 relation rel = def->def.ty.rel; in emit_typedef()
625 relation rel = dec->rel; in print_stat()
668 emit_single_in_line(int indent, declaration *decl, int flag, relation rel) in emit_single_in_line()
H A Drpc_util.h177 int isvectordef(const char *type, relation rel);
H A Drpc_util.c198 isvectordef(const char *type, relation rel) in isvectordef()
H A Drpc_hout.c411 relation rel = def->def.ty.rel; in ptypedef()
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dconcepts117 // [concept.relation], concept relation
119 concept relation = see below;
432 // [concept.relation]
434 concept relation =
440 concept equivalence_relation = relation<_Rp, _Tp, _Up>;
444 concept strict_weak_order = relation<_Rp, _Tp, _Up>;
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/thirdparty/ittnotify/
H A Dittnotify_static.h411 (const __itt_domain *domain, __itt_relation relation, __itt_id tail),
412 (ITT_FORMAT domain, relation, tail), relation_add_to_current,
415 (const __itt_domain *domain, __itt_id head, __itt_relation relation,
417 (ITT_FORMAT domain, head, relation, tail), relation_add,
691 unsigned long long timestamp, __itt_relation relation,
693 (ITT_FORMAT domain, clock_domain, timestamp, relation, tail),
698 unsigned long long timestamp, __itt_id head, __itt_relation relation,
700 (ITT_FORMAT domain, clock_domain, timestamp, head, relation, tail),
H A Dittnotify.h2767 __itt_relation relation,
2779 __itt_relation relation, __itt_id tail);
2785 (const __itt_domain *domain, __itt_relation relation, __itt_id tail))
2787 (const __itt_domain *domain, __itt_id head, __itt_relation relation,
3495 __itt_relation relation,
3512 __itt_relation relation, __itt_id tail);
3519 unsigned long long timestamp, __itt_relation relation,
3523 unsigned long long timestamp, __itt_id head, __itt_relation relation,
3534 relation, tail)
3536 #define __itt_relation_add_ex(domain, clock_domain, timestamp, head, relation, \
/freebsd-13.1/sys/contrib/device-tree/Bindings/iommu/
H A Dsamsung,sysmmu.yaml23 System MMUs are in many to one relation with peripheral devices, i.e. single
26 device. The relation between a System MMU and the peripheral device needs to be
/freebsd-13.1/contrib/subversion/subversion/libsvn_repos/
H A Ddelta.c221 svn_fs_node_relation_t relation; in svn_repos_dir_delta2() local
336 SVN_ERR(svn_fs_node_relation(&relation, tgt_root, tgt_fullpath, in svn_repos_dir_delta2()
339 if (relation == svn_fs_node_unchanged) in svn_repos_dir_delta2()
350 || ((relation == svn_fs_node_unrelated) && (! ignore_ancestry))) in svn_repos_dir_delta2()
/freebsd-13.1/contrib/byacc/
H A Dlalr.c18 static void digraph(Value_t **relation);
565 digraph(Value_t **relation) in digraph() argument
574 R = relation; in digraph()
/freebsd-13.1/sys/contrib/device-tree/Bindings/dma/
H A Dsocionext,uniphier-xdmac.yaml37 relation to the device to use the DMA controller.
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs/
H A Deditor.c242 svn_fs_node_relation_t relation; in can_modify() local
247 SVN_ERR(svn_fs_node_relation(&relation, txn_root, fspath, rev_root, in can_modify()
252 if (relation != svn_fs_node_unchanged) in can_modify()
H A Dfs-loader.h331 svn_error_t *(*node_relation)(svn_fs_node_relation_t *relation,
H A Dfs-loader.c1266 svn_fs_node_relation(svn_fs_node_relation_t *relation, in svn_fs_node_relation() argument
1274 *relation = svn_fs_node_unrelated; in svn_fs_node_relation()
1278 return svn_error_trace(root_a->vtable->node_relation(relation, in svn_fs_node_relation()
/freebsd-13.1/contrib/bc/manuals/
H A Dalgorithms.md78 to calculate `sin(x)` and `cos(x)`. It also uses the relation
125 and uses the relation
147 to calculate `atan(x)` for small `x` and the relation
169 It also uses the relation
/freebsd-13.1/sys/contrib/device-tree/Bindings/thermal/
H A Dthermal-generic-adc.txt16 to map the relation between ADC value and
H A Dthermal.txt147 Type: sub-node map nodes, used to describe the relation between trips
151 Type: array coefficients to compose a linear relation between
533 * linear relation. E.g.:
/freebsd-13.1/sys/contrib/device-tree/Bindings/virtio/
H A Diommu.txt5 device tree statically describes the relation between IOMMU and DMA
/freebsd-13.1/sys/contrib/device-tree/Bindings/mmc/
H A Dmmci.txt34 - st,neg-edge : data & command phase relation, generated on
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtree.c294 x_node_relation(svn_fs_node_relation_t *relation, in x_node_relation() argument
313 *relation = svn_fs_node_unrelated; in x_node_relation()
326 *relation = ( (root_a->rev == root_b->rev) in x_node_relation()
347 *relation = svn_fs_node_unchanged; in x_node_relation()
349 *relation = svn_fs_node_common_ancestor; in x_node_relation()
351 *relation = svn_fs_node_unrelated; in x_node_relation()
/freebsd-13.1/sys/contrib/device-tree/Bindings/mtd/
H A Dpartition.txt21 significant relation between partitions or some partition internally uses
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c1417 fs_node_relation(svn_fs_node_relation_t *relation, in fs_node_relation() argument
1440 *relation = svn_fs_node_unrelated; in fs_node_relation()
1449 *relation = ( (root_a->rev == root_b->rev) in fs_node_relation()
1470 *relation = svn_fs_node_unrelated; in fs_node_relation()
1480 *relation = svn_fs_node_unrelated; in fs_node_relation()
1486 *relation = svn_fs_node_unchanged; in fs_node_relation()
1488 *relation = svn_fs_node_common_ancestor; in fs_node_relation()
/freebsd-13.1/sys/contrib/device-tree/Bindings/iio/
H A Dmount-matrix.txt13 that produce three-dimensional data in relation to the world where it is
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrFormats.td172 // Fields used for relation models.

12