Home
last modified time | relevance | path

Searched refs:components (Results 1 – 25 of 95) sorted by relevance

1234

/dragonfly/sys/contrib/dev/acpica/generate/lint/
H A Dfiles.lnt2 // Basic ACPICA components
4 ..\..\source\components\debugger\*.c
5 ..\..\source\components\disassembler\*.c
6 ..\..\source\components\dispatcher\*.c
7 ..\..\source\components\events\*.c
8 ..\..\source\components\executer\*.c
9 ..\..\source\components\hardware\*.c
10 ..\..\source\components\namespace\*.c
11 ..\..\source\components\parser\*.c
12 ..\..\source\components\resources\*.c
[all …]
/dragonfly/lib/libc/locale/
H A Dxlocale.c76 .components = {
92 .components = {
177 if (loc->components[type]) { in destruct_locale()
178 xlocale_release(loc->components[type]); in destruct_locale()
217 if (new->components[type]) { in dupcomponent()
221 } else if (base->components[type]) { in dupcomponent()
222 new->components[type] = xlocale_retain(base->components[type]); in dupcomponent()
230 return (0 != new->components[type]); in dupcomponent()
308 new->components[type] = in newlocale()
310 if (new->components[type]) { in newlocale()
[all …]
H A DDESIGN.xlocale42 Each locale contains a number of components, one for each of the categories
51 The components are reference counted, and so can be aliased between locale
57 All locales and locale components are reference counted. The global locale,
58 however, is special. It, and all of its components, are static and so no
66 Because of this, we have to ensure that we always copy the components of the
H A Dlmessages.c109 ? &((struct xlocale_messages *)loc->components[XLC_MESSAGES])->locale in __get_current_messages_locale()
H A Dlnumeric.c112 ? &((struct xlocale_numeric *)loc->components[XLC_NUMERIC])->locale in __get_current_numeric_locale()
H A Dmblocal.h66 #define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE])
H A Dxlocale_private.h113 struct xlocale_component *components[XLC_LAST]; member
H A Dlmonetary.c174 ? &((struct xlocale_monetary*)loc->components[XLC_MONETARY])->locale in __get_current_monetary_locale()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dshrink-wrap.c1055 if (bitmap_empty_p (components)) in dump_components()
1447 bitmap_and_compl (components, components, epi); in disqualify_problematic_components()
1448 bitmap_and_compl (components, components, pro); in disqualify_problematic_components()
1492 bitmap_copy (epi, components); in emit_common_heads_for_components()
1493 bitmap_copy (pro, components); in emit_common_heads_for_components()
1579 bitmap_copy (epi, components); in emit_common_tails_for_components()
1777 if (!components) in try_shrink_wrapping_separate()
1800 spread_components (components); in try_shrink_wrapping_separate()
1807 bitmap_and_compl (components, components, SW (first_bb)->has_components); in try_shrink_wrapping_separate()
1809 if (bitmap_empty_p (components)) in try_shrink_wrapping_separate()
[all …]
/dragonfly/gnu/lib/gcc80/libstdcxx/
H A DMakefile3 SUBDIR_ORDERED= headers components product
4 SUBDIR= headers components product
/dragonfly/gnu/lib/gcc80/libstdcxx/product/
H A DMakefile30 CONVARCS= ../components/libconv_supc/libsupcxxconvenience.a
31 CONVARCS+= ../components/libconv_1998/libcxx98convenience.a
32 CONVARCS+= ../components/libconv_2011/libcxx11convenience.a
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-loop-distribution.c753 free_rdg_components (VEC (rdgc, heap) *components) in free_rdg_components() argument
758 FOR_EACH_VEC_ELT (rdgc, components, i, x) in free_rdg_components()
764 VEC_free (rdgc, heap, components); in free_rdg_components()
772 VEC (rdgc, heap) **components) in rdg_build_components()
795 VEC_safe_push (rdgc, heap, *components, x); in rdg_build_components()
939 rdg_build_partitions (struct graph *rdg, VEC (rdgc, heap) *components, in rdg_build_partitions() argument
947 FOR_EACH_VEC_ELT (rdgc, components, i, x) in rdg_build_partitions()
1095 VEC (rdgc, heap) *components = VEC_alloc (rdgc, heap, 3); in ldist_gen()
1128 rdg_build_components (rdg, starting_vertices, &components); in ldist_gen()
1129 rdg_build_partitions (rdg, components, &other_stores, &partitions, in ldist_gen()
[all …]
H A Dtree-predcom.c2469 struct component *components; in tree_predictive_commoning_loop() local
2499 components = split_data_refs_to_components (loop, datarefs, dependences); in tree_predictive_commoning_loop()
2502 if (!components) in tree_predictive_commoning_loop()
2511 dump_components (dump_file, components); in tree_predictive_commoning_loop()
2515 components = filter_suitable_components (loop, components); in tree_predictive_commoning_loop()
2519 determine_roots (loop, components, &chains); in tree_predictive_commoning_loop()
2520 release_components (components); in tree_predictive_commoning_loop()
/dragonfly/contrib/file/magic/Magdir/
H A Dkerberos13 # - Provide some form of iteration in number of components
33 #>2 beshort x \b, components=%d
H A Djpeg62 >>9 byte x \b, components %d
69 >>9 byte x \b, components %d
76 >>9 byte x \b, components %d
/dragonfly/contrib/gcc-4.7/gcc/common/
H A Dcommon-target.def100 "True if @file{..} components should always be removed from directory names\
102 components should be preserved and directory names containing them passed\
/dragonfly/contrib/gcc-8.0/gcc/common/
H A Dcommon-target.def99 "True if @file{..} components should always be removed from directory names\
101 components should be preserved and directory names containing them passed\
/dragonfly/etc/
H A DMakefile.usr158 tar -xf - -C ${.CURDIR}/dports --strip-components 1
178 tar -xf - -C ${.CURDIR}/dports --strip-components 1
/dragonfly/lib/libc/string/
H A Dwcsxfrm.c45 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in wcsxfrm_l()
H A Dstrxfrm.c56 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in strxfrm_l()
H A Dstrcoll.c72 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in strcoll_l()
/dragonfly/lib/libc/stdtime/
H A Dtimelocal.c124 ? &((struct xlocale_time *)loc->components[XLC_TIME])->locale in __get_current_time_locale()
/dragonfly/sys/conf/
H A Dacpi.mk2 ACPICA_COMP_DIR?= contrib/dev/acpica/source/components
/dragonfly/contrib/openpam/
H A DRELNOTES9 The OpenPAM distribution consists of the following components:
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dreadme.txt17 There are three major ACPICA source code components that are required to
26 3) The "common" source directory that is used for all ACPI components.

1234