Home
last modified time | relevance | path

Searched defs:span (Results 1 – 25 of 44) sorted by relevance

12

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DData_window.cc88 Span span; in bind() local
95 Data_window::bind (Span *span, int64_t minSize) in bind()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DData_window.cc88 Span span; in bind() local
95 Data_window::bind (Span *span, int64_t minSize) in bind()
/netbsd-src/bin/ls/
H A Dutil.c132 size_t rv, span = endptr - src; in printescaped() local
/netbsd-src/external/bsd/mdocml/dist/
H A Dtbl.c156 struct tbl_span *span; in tbl_span() local
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/
H A Dfast_float.h197 struct span { struct
200 span(const T* _ptr, size_t _length) : ptr(_ptr), length(_length) {} in span() function
201 span() : ptr(nullptr), length(0) {} in span() argument
203 constexpr size_t len() const noexcept { in len()
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb_stat.c182 ssize_t i, j, span = 0; in main() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2cfi.cc327 rtx span; in expand_builtin_init_dwarf_reg_sizes() local
1123 rtx span = targetm.dwarf_register_span (reg); in dwf_cfa_reg() local
1360 rtx src, addr, span; in dwarf2out_frame_debug_cfa_offset() local
1449 rtx src, dest, span; in dwarf2out_frame_debug_cfa_expression() local
1485 rtx span = targetm.dwarf_register_span (dest); in dwarf2out_frame_debug_cfa_val_expression() local
1506 rtx span = targetm.dwarf_register_span (reg); in dwarf2out_frame_debug_cfa_restore() local
1761 rtx src, dest, span; in dwarf2out_frame_debug_expr() local
H A Domp-offload.cc679 tree span = build2 (MULT_EXPR, diff_type, chunk_size, in oacc_xform_loop() local
726 tree span = build2 (MULT_EXPR, diff_type, chunk_size, in oacc_xform_loop() local
766 tree span = build_int_cst (type, 1); in oacc_xform_tile() local
H A Ddwarf2out.h130 unsigned short span; member
/netbsd-src/usr.sbin/mlxctl/
H A Dconfig.c160 print_span(struct mlx_sys_drv_span *span, int arms) in print_span()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2cfi.c327 rtx span; in expand_builtin_init_dwarf_reg_sizes() local
1210 rtx src, addr, span; in dwarf2out_frame_debug_cfa_offset() local
1296 rtx src, dest, span; in dwarf2out_frame_debug_cfa_expression() local
1332 rtx span = targetm.dwarf_register_span (dest); in dwarf2out_frame_debug_cfa_val_expression() local
1353 rtx span = targetm.dwarf_register_span (reg); in dwarf2out_frame_debug_cfa_restore() local
1608 rtx src, dest, span; in dwarf2out_frame_debug_expr() local
H A Domp-offload.c453 tree span = build2 (MULT_EXPR, diff_type, chunk_size, in oacc_xform_loop() local
500 tree span = build2 (MULT_EXPR, diff_type, chunk_size, in oacc_xform_loop() local
540 tree span = build_int_cst (type, 1); in oacc_xform_tile() local
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_diff.c163 uint64_t span = DBP_SPAN(dnp, zb->zb_level); in diff_cb() local
H A Ddnode.c1862 int i, inc, error, span; in dnode_next_offset_level() local
/netbsd-src/external/gpl3/binutils.old/dist/zlib/examples/
H A Dzran.c135 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built) in deflate_index_build()
/netbsd-src/external/gpl3/gdb/dist/zlib/examples/
H A Dzran.c135 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built) in deflate_index_build()
/netbsd-src/external/gpl3/binutils/dist/zlib/examples/
H A Dzran.c135 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built) in deflate_index_build()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.cc360 tree span; in get_array_span() local
431 gfc_build_spanned_array_ref (tree base, tree offset, tree span) in gfc_build_spanned_array_ref()
459 tree span = NULL_TREE; in gfc_build_array_ref() local
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dsysdump.c82 int span = 16; in dh() local
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dsysdump.c82 int span = 16; in dh() local
/netbsd-src/external/apache2/llvm/dist/llvm/docs/_ocamldoc/
H A Dstyle.css4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.h124 unsigned short span; member
H A Dmodule.cc3177 struct span { struct in loc_spans
3178 loc_range_t ordinary; /* Ordinary map location range. */
3179 loc_range_t macro; /* Macro map location range. */
3180 int ordinary_delta; /* Add to ordinary loc to get serialized loc. */
3181 int macro_delta; /* Likewise for macro loc. */
15587 if (const loc_spans::span *span = spans.macro (loc)) in write_location() local
15613 if (const loc_spans::span *span = spans.ordinary (loc)) in write_location() local
15799 loc_spans::span &span = spans[ix]; in write_prepare_maps() local
15859 loc_spans::span &span = spans[ix]; in write_prepare_maps() local
15959 loc_spans::span &span = spans[ix]; in write_ordinary_maps() local
[all …]
H A Dname-lookup.cc907 if (unsigned span = cluster->indices[jx].span) in search_namespace_only() local
3973 if (unsigned span = cluster->indices[jx].span) in walk_module_binding() local
6233 if (unsigned span = cluster->indices[jx].span) in finish_nonmember_using_decl() local
7328 if (unsigned span = cluster->indices[jx].span) in consider_binding_level() local
7944 if (unsigned span = cluster->indices[jx].span) in lookup_elaborated_type() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.c316 tree span; in get_array_span() local
404 tree span = NULL_TREE; in gfc_build_array_ref() local

12