Home
last modified time | relevance | path

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

1234

/dragonfly/sys/contrib/dev/acpica/generate/lint/
HDfiles.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/
HDxlocale.c76 .components = {
92 .components = {
177 if (loc->components[type]) { in destruct_locale()
178 xlocale_release(loc->components[type]); in destruct_locale()
213 struct xlocale_component *src = base->components[type]; in dupcomponent()
216 new->components[type] = constructors[type](src->locale, new); in dupcomponent()
217 if (new->components[type]) { in dupcomponent()
218 strncpy(new->components[type]->locale, src->locale, in dupcomponent()
221 } else if (base->components[type]) { in dupcomponent()
222 new->components[type] = xlocale_retain(base->components[type]); in dupcomponent()
[all …]
HDDESIGN.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
HDlmessages.c109 ? &((struct xlocale_messages *)loc->components[XLC_MESSAGES])->locale in __get_current_messages_locale()
HDlnumeric.c112 ? &((struct xlocale_numeric *)loc->components[XLC_NUMERIC])->locale in __get_current_numeric_locale()
HDxlocale_private.h113 struct xlocale_component *components[XLC_LAST]; member
HDmblocal.h66 #define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE])
HDlmonetary.c174 ? &((struct xlocale_monetary*)loc->components[XLC_MONETARY])->locale in __get_current_monetary_locale()
/dragonfly/contrib/gcc-8.0/gcc/
HDshrink-wrap.c1053 dump_components (const char *label, sbitmap components) in dump_components() argument
1055 if (bitmap_empty_p (components)) in dump_components()
1060 for (unsigned int j = 0; j < components->n_bits; j++) in dump_components()
1061 if (bitmap_bit_p (components, j)) in dump_components()
1106 init_separate_shrink_wrap (sbitmap components) in init_separate_shrink_wrap() argument
1120 bitmap_copy (SW (bb)->needs_components, components); in init_separate_shrink_wrap()
1129 SW (bb)->has_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap()
1130 SW (bb)->head_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap()
1131 SW (bb)->tail_components = sbitmap_alloc (SBITMAP_SIZE (components)); in init_separate_shrink_wrap()
1258 spread_components (sbitmap components) in spread_components() argument
[all …]
/dragonfly/gnu/lib/gcc80/libstdcxx/
HDMakefile3 SUBDIR_ORDERED= headers components product
4 SUBDIR= headers components product
/dragonfly/gnu/lib/gcc80/libstdcxx/product/
HDMakefile30 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/
HDtree-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 …]
HDtree-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/
HDkerberos13 # - Provide some form of iteration in number of components
33 #>2 beshort x \b, components=%d
HDjpeg62 >>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/
HDcommon-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/
HDcommon-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/
HDMakefile.usr158 tar -xf - -C ${.CURDIR}/dports --strip-components 1
178 tar -xf - -C ${.CURDIR}/dports --strip-components 1
/dragonfly/lib/libc/string/
HDwcsxfrm.c45 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in wcsxfrm_l()
HDstrxfrm.c56 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in strxfrm_l()
HDstrcoll.c72 (struct xlocale_collate*)locale->components[XLC_COLLATE]; in strcoll_l()
/dragonfly/lib/libc/stdtime/
HDtimelocal.c124 ? &((struct xlocale_time *)loc->components[XLC_TIME])->locale in __get_current_time_locale()
/dragonfly/sys/conf/
HDacpi.mk2 ACPICA_COMP_DIR?= contrib/dev/acpica/source/components
/dragonfly/contrib/openpam/
HDRELNOTES9 The OpenPAM distribution consists of the following components:
/dragonfly/sys/contrib/dev/acpica/source/compiler/
HDreadme.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