Searched refs:globals (Results 1 - 25 of 47) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/bonnie++-1.03d/
H A Dbonnie++.cpp123 , int num_directories, CGlobalItems &globals);
124 int TestFileOps(int file_size, CGlobalItems &globals);
163 CGlobalItems globals(&exitNow);
199 globals.ram = page_size/1024 * (num_pages/1024);
209 globals.ram = atoi(odm_obj->value) / 1024;
211 printf("Memory = %d MiB\n", globals.ram);
226 globals.bufSync = true;
236 globals.fast = true;
252 globals.quiet = true;
255 globals
428 TestFileOps(int file_size, CGlobalItems &globals) argument
600 TestDirOps(int directory_size, int max_size, int min_size , int num_directories, CGlobalItems &globals) argument
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcoff-arm.c1140 #define THUMB2ARM_GLUE_SIZE (globals->support_old_code ? 20 : 8)
1376 struct coff_arm_link_hash_table * globals;
1382 globals = coff_arm_hash_table (info);
1384 BFD_ASSERT (globals != NULL);
1385 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
1389 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
1425 BFD_ASSERT (my_offset <= globals->arm_glue_size);
1464 struct coff_arm_link_hash_table * globals;
1470 globals = coff_arm_hash_table (info);
1472 BFD_ASSERT (globals !
1374 struct coff_arm_link_hash_table * globals; local
1462 struct coff_arm_link_hash_table * globals; local
1825 struct coff_arm_link_hash_table * globals; local
1885 struct coff_arm_link_hash_table * globals; local
1942 struct coff_arm_link_hash_table * globals; local
2017 struct coff_arm_link_hash_table * globals; local
2074 struct coff_arm_link_hash_table * globals; local
2572 struct coff_arm_link_hash_table * globals; local
[all...]
H A Delf32-arm.h507 struct elf32_arm_link_hash_table * globals; local
509 globals = elf32_arm_hash_table (info);
511 BFD_ASSERT (globals != NULL);
513 if (globals->arm_glue_size != 0)
515 BFD_ASSERT (globals->bfd_of_glue_owner != NULL);
517 s = bfd_get_section_by_name (globals->bfd_of_glue_owner,
522 foo = bfd_alloc (globals->bfd_of_glue_owner, globals->arm_glue_size);
524 s->size = globals->arm_glue_size;
528 if (globals
555 struct elf32_arm_link_hash_table * globals; local
740 struct elf32_arm_link_hash_table *globals; local
772 struct elf32_arm_link_hash_table *globals; local
921 struct elf32_arm_link_hash_table *globals; local
1013 struct elf32_arm_link_hash_table * globals; local
1120 struct elf32_arm_link_hash_table * globals; local
1190 arm_real_reloc_type(struct elf32_arm_link_hash_table * globals, int r_type) argument
1239 struct elf32_arm_link_hash_table * globals; local
2819 struct elf32_arm_link_hash_table * globals; local
4227 struct elf32_arm_link_hash_table *globals; local
4347 struct elf32_arm_link_hash_table *globals; local
[all...]
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dthreads.h35 #include <libxml/globals.h>
H A DMakefile.am33 globals.h \
H A Dxmlmemory.h217 #include <libxml/globals.h>
H A DxmlIO.h117 #include <libxml/globals.h>
H A Dparser.h798 #include <libxml/globals.h>
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxlink.c40 #include <libxml/globals.h>
H A DSAX.c28 #include <libxml/globals.h>
H A Dxmlmodule.c18 #include <libxml/globals.h>
H A Dglobals.c2 * globals.c: definition and handling of the set of global variables
22 #include <libxml/globals.h>
136 #include <libxml/globals.h>
487 fprintf(stderr, "Initializing globals at %lu for thread %d\n",
H A Dxmlcatalog.c30 #include <libxml/globals.h>
H A Dlist.c25 #include <libxml/globals.h>
H A Dthreads.c16 #include <libxml/globals.h>
H A Ddict.c27 #include <libxml/globals.h>
H A Dxmlmemory.c46 #include <libxml/globals.h> /* must come before xmlmemory.h */
H A Dnanohttp.c87 #include <libxml/globals.h>
92 #include <libxml/globals.h>
H A DHTMLtree.c30 #include <libxml/globals.h>
H A Dentities.c22 #include <libxml/globals.h>
H A Derror.c17 #include <libxml/globals.h>
/haiku-fatelf/src/bin/gdb/include/
H A Dbfdlink.h234 similar to relocatable but also with globals converted to
683 struct bfd_elf_version_expr_head globals;
680 struct bfd_elf_version_expr_head globals; member in struct:bfd_elf_version_tree
H A Dhp-symtab.h1631 int globals; /* index into the DNTT where GNTT begins */ member in struct:PXDB_struct
1682 int globals; /* index into the DNTT where GNTT begins */ member in struct:DOC_info_PXDB_header_struct
1799 unsigned int vars_in_front: 1; /* module globals in front? */
1800 unsigned int vars_in_gaps: 1; /* module globals in gaps? */
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dtemplates.c18 #include <libxml/globals.h>
/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c889 /* Clear out some globals */
979 a null pst for the "globals" pseudo-module. */
1212 /* Couldn't find procedure, file, or module, use globals as default */
1214 end_sym = pxdb_header_p->globals;
1440 /* Couldn't find procedure, file, or module, use globals as default */
1442 end_sym = pxdb_header_p->globals;
1515 pxdb_header_p->globals * sizeof (struct dntt_type_block),
1532 "globals",
1534 (pxdb_header_p->globals
1633 pxdb_header_p->globals
[all...]

Completed in 278 milliseconds

12