Searched refs:ext (Results 76 - 100 of 382) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/
H A Dlist_update_policy.hpp50 #include <ext/pb_ds/detail/list_update_policy/counter_lu_metadata.hpp>
90 #include <ext/pb_ds/detail/list_update_policy/mtf_lu_policy_imp.hpp>
134 #include <ext/pb_ds/detail/list_update_policy/counter_lu_policy_imp.hpp>
H A Dtree_policy.hpp51 #include <ext/pb_ds/detail/type_utils.hpp>
52 #include <ext/pb_ds/detail/basic_tree_policy/basic_tree_policy_base.hpp>
160 #include <ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp>
H A Dpriority_queue.hpp50 #include <ext/pb_ds/tag_and_trait.hpp>
51 #include <ext/pb_ds/detail/priority_queue_base_dispatch.hpp>
52 #include <ext/pb_ds/detail/standard_policies.hpp>
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dfreebsd.h68 #define SWAP_MAGIC(ext) (freebsd_swap_magic(ext))
88 freebsd_swap_magic (void *ext) argument
90 long linfo = bfd_getl32(ext);
91 long binfo = bfd_getb32(ext);
/freebsd-11.0-release/contrib/file/src/
H A Dapptype.c50 fname[_MAX_FNAME], ext[_MAX_EXT]; local
61 _splitpath(filename, drive, dir, fname, ext);
65 (*ext == '\0') ? "." : ext);
131 if (stricmp(ext, ".com") == 0)
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/thin_heap_/
H A Dthin_heap_.hpp56 #include <ext/pb_ds/detail/cond_dealtor.hpp>
57 #include <ext/pb_ds/detail/type_utils.hpp>
58 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp>
59 #include <ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp>
342 #include <ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp>
343 #include <ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp>
344 #include <ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp>
345 #include <ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp>
346 #include <ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp>
347 #include <ext/pb_d
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp50 #include <ext/pb_ds/detail/pat_trie_/node_base.hpp>
51 #include <ext/pb_ds/detail/pat_trie_/head.hpp>
52 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
53 #include <ext/pb_ds/detail/pat_trie_/internal_node.hpp>
54 #include <ext/pb_ds/detail/pat_trie_/point_iterators.hpp>
55 #include <ext/pb_ds/detail/pat_trie_/node_iterators.hpp>
56 #include <ext/pb_ds/detail/pat_trie_/synth_e_access_traits.hpp>
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
H A Drb_tree_.hpp54 #include <ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp>
61 #include <ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp>
65 #include <ext/pb_ds/detail/standard_policies.hpp>
66 #include <ext/pb_ds/detail/basic_types.hpp>
268 #include <ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp>
269 #include <ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp>
270 #include <ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp>
271 #include <ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp>
272 #include <ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp>
273 #include <ext/pb_d
[all...]
/freebsd-11.0-release/sys/dev/sound/pcm/
H A Dmatrix_map.h40 * (the X.ext notions, mostly LFE).
41 * .ext = Total number of extended channels (LFE).
69 .ext = 0, \
95 .ext = 0, \
126 .ext = 1, \
163 .ext = 0, \
201 .ext = 1, \
244 .ext = 0, \
288 .ext = 1, \
338 .ext
[all...]
/freebsd-11.0-release/gnu/usr.bin/binutils/ld/
H A DMakefile.sparc6418 .for ext in ${ELF_SCR_EXT}
19 LDSCRIPTS+= elf${BITS}_sparc.${ext}
20 ldscripts/elf${BITS}_sparc.${ext}: eelf${BITS}_sparc.c
H A DMakefile56 .for ext in ${ELF_SCR_EXT}
57 LDSCRIPTS+= ${NATIVE_EMULATION}.${ext}
58 ldscripts/${NATIVE_EMULATION}.${ext}: e${NATIVE_EMULATION}.c
/freebsd-11.0-release/crypto/openssh/
H A Dmdoc2man.awk34 ext=0
81 ext=1
86 ext=0
363 if(ext&&!extopt&&!match(line," $"))
365 if(!ext&&!extopt&&length(line)) {
/freebsd-11.0-release/contrib/libstdc++/config/cpu/i386/
H A Datomicity.h30 #include <ext/atomicity.h>
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
H A Dov_tree_map_.hpp49 #include <ext/pb_ds/tree_policy.hpp>
50 #include <ext/pb_ds/detail/eq_fn/eq_by_less.hpp>
51 #include <ext/pb_ds/detail/types_traits.hpp>
52 #include <ext/pb_ds/detail/map_debug_base.hpp>
53 #include <ext/pb_ds/detail/type_utils.hpp>
54 #include <ext/pb_ds/exception.hpp>
55 #include <ext/pb_ds/detail/tree_trace_base.hpp>
197 #include <ext/pb_ds/detail/ov_tree_map_/cond_dtor.hpp>
504 #include <ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp>
505 #include <ext/pb_d
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/splay_tree_/
H A Dsplay_tree_.hpp80 #include <ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp>
87 #include <ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp>
286 #include <ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp>
287 #include <ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp>
288 #include <ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp>
289 #include <ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp>
290 #include <ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp>
291 #include <ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp>
292 #include <ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp>
/freebsd-11.0-release/contrib/groff/src/preproc/eqn/
H A Ddelim.cpp35 const char *ext; member in struct:delimiter
202 static void build_extensible(const char *ext, const char *top, const char *mid, argument
205 assert(ext != 0);
207 ext);
271 ext);
283 ext);
336 if (d->ext) {
337 printf(".if \\n[" INDEX_REG "]<0 \\{.if c%s \\{\\\n", d->ext);
338 build_extensible(d->ext, d->top, d->mid, d->bot);
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
H A Dcc_ht_map_.hpp49 #include <ext/pb_ds/detail/cond_dealtor.hpp>
50 #include <ext/pb_ds/tag_and_trait.hpp>
51 #include <ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp>
52 #include <ext/pb_ds/detail/types_traits.hpp>
53 #include <ext/pb_ds/exception.hpp>
54 #include <ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp>
56 #include <ext/pb_ds/detail/map_debug_base.hpp>
166 #include <ext/pb_ds/detail/unordered_iterator/const_point_iterator.hpp>
167 #include <ext/pb_ds/detail/unordered_iterator/point_iterator.hpp>
168 #include <ext/pb_d
[all...]
H A Derase_fn_imps.hpp107 #include <ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp>
108 #include <ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp>
H A Dresize_fn_imps.hpp137 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp>
138 #include <ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp>
/freebsd-11.0-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c72 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value,
121 X509_EXTENSION *ext; local
169 ext = do_ext_i2d(method, ext_nid, crit, ext_struc);
174 return ext;
184 X509_EXTENSION *ext; local
205 ext = X509_EXTENSION_create_by_NID(NULL, ext_nid, crit, ext_oct);
206 if (!ext)
210 return ext;
264 static X509_EXTENSION *v3_generic_extension(const char *ext, char *value, argument
273 if (!(obj = OBJ_txt2obj(ext,
333 X509_EXTENSION *ext; local
[all...]
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dcontainer_base_dispatch.hpp50 #include <ext/typelist.h>
53 #include <ext/pb_ds/detail/list_update_map_/lu_map_.hpp>
57 #include <ext/pb_ds/detail/list_update_map_/lu_map_.hpp>
61 #include <ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp>
65 #include <ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp>
69 #include <ext/pb_ds/detail/splay_tree_/splay_tree_.hpp>
73 #include <ext/pb_ds/detail/splay_tree_/splay_tree_.hpp>
77 #include <ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp>
81 #include <ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp>
85 #include <ext/pb_d
[all...]
H A Dtype_utils.hpp54 #include <ext/type_traits.h>
55 #include <ext/numeric_traits.h>
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnetd/
H A DMakefile.am12 utility.c global.c authenc.c defs.h ext.h telnetd.h
/freebsd-11.0-release/contrib/libstdc++/include/ext/pb_ds/detail/gp_hash_table_map_/
H A Derase_fn_imps.hpp105 #include <ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp>
106 #include <ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp>
/freebsd-11.0-release/contrib/libstdc++/src/
H A Dglobals_io.cc33 #include <ext/stdio_filebuf.h>
34 #include <ext/stdio_sync_filebuf.h>

Completed in 225 milliseconds

1234567891011>>