Searched refs:h2 (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/bin/bash/
H A Dassoc.c279 HASH_TABLE *h2; local
285 h2 = assoc_copy (h);
286 for (i = 0; i < h2->nbuckets; i++)
287 for (tlist = hash_items (i, h2); tlist; tlist = tlist->next)
295 assoc_quote (h2);
297 assoc_quote_escapes (h2);
301 assoc_remove_quoted_nulls (h2);
303 t = assoc_to_string (h2, sifs, 0);
318 t = assoc_to_string (h2, sifs, 0);
322 t = assoc_to_string (h2, " ",
338 HASH_TABLE *h2; local
[all...]
/haiku-fatelf/src/add-ons/kernel/bus_managers/pci/
H A Dpci_info.cpp85 info->u.h2.subsystem_id, info->u.h2.subsystem_vendor_id));
87 "secondary_latency %02x\n", info->u.h2.primary_bus,
88 info->u.h2.secondary_bus, info->u.h2.subordinate_bus,
89 info->u.h2.secondary_latency));
91 info->u.h2.bridge_control, info->u.h2.secondary_status));
93 B_PRIx32 "\n", info->u.h2.memory_base_upper32, info->u.h2
[all...]
H A Dpci.cpp1382 dev->info.u.h2.subsystem_id = ReadConfig(dev->domain, dev->bus,
1384 dev->info.u.h2.subsystem_vendor_id = ReadConfig(dev->domain,
1386 dev->info.u.h2.primary_bus = ReadConfig(dev->domain, dev->bus,
1388 dev->info.u.h2.secondary_bus = ReadConfig(dev->domain, dev->bus,
1390 dev->info.u.h2.subordinate_bus = ReadConfig(dev->domain,
1392 dev->info.u.h2.secondary_latency = ReadConfig(dev->domain,
1394 dev->info.u.h2.reserved = 0;
1395 dev->info.u.h2.memory_base = ReadConfig(dev->domain, dev->bus,
1397 dev->info.u.h2.memory_limit = ReadConfig(dev->domain, dev->bus,
1399 dev->info.u.h2
[all...]
/haiku-fatelf/src/libs/print/libprint/tools/
H A Dmake_pattern.cpp46 int h2 = index2horz(index2) * 4 + h; local
48 pattern16x16[h2 + v2 * MAX_ELEMENT] = j + i * MAX_ELEMENT;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/generic/
H A Ds_expm1.c143 double y,hi,lo,c,t,e,hxs,hfx,r1,h2,h4,R1,R2,R3; local
198 R1 = one+hxs*Q[1]; h2 = hxs*hxs;
199 R2 = Q[2]+hxs*Q[3]; h4 = h2*h2;
201 r1 = R1 + h2*R2 + h4*R3;
H A Dulog.h90 /**/ h2 = {{0x3f669000, 0x00000000} }, /* 361/2**17 */ variable
166 /**/ h2 = {{0x00000000, 0x3f669000} }, /* 361/2**17 */ variable
H A De_lgammal_r.c146 h2 = 1.643014770044524804175197151958100656728E4L, variable
393 p2 = h0 + y * (h1 + y * (h2 + y * (h3 + y * (h4 + y * (h5 + y)))));
H A De_log.c143 num.d = u*Iu[i].d + h2.d;
/haiku-fatelf/src/documentation/docbook-xsl/slides/browser/
H A Dslides.css19 .slidesinfo h2.subtitle { color: blue;
51 .foil h2.subtitle { text-align: center;
73 .foilgroup h2.subtitle { text-align: center;
/haiku-fatelf/src/bin/network/wget/src/
H A Dwget.h241 #define X2DIGITS_TO_NUM(h1, h2) ((XDIGIT_TO_NUM (h1) << 4) + XDIGIT_TO_NUM (h2))
/haiku-fatelf/src/bin/gdb/bfd/
H A Di386linux.c438 struct linux_link_hash_entry *h1, *h2;
486 /* h2 does not follow indirect symbols. */
487 h2 = linux_link_hash_lookup (linux_hash_table (info),
502 || h2->root.root.type == bfd_link_hash_indirect))
437 struct linux_link_hash_entry *h1, *h2; local
H A Dm68klinux.c442 struct linux_link_hash_entry *h1, *h2;
490 /* h2 does not follow indirect symbols. */
491 h2 = linux_link_hash_lookup (linux_hash_table (info),
506 || h2->root.root.type == bfd_link_hash_indirect))
441 struct linux_link_hash_entry *h1, *h2; local
H A Dsparclinux.c438 struct linux_link_hash_entry *h1, *h2; local
487 /* h2 does not follow indirect symbols. */
488 h2 = linux_link_hash_lookup (linux_hash_table (info),
503 || h2->root.root.type == bfd_link_hash_indirect))
H A Delf32-ppc.c4863 struct elf_link_hash_entry *h2;
4879 h2 = sym_hashes[r_symndx2 - symtab_hdr->sh_info];
4880 while (h2->root.type == bfd_link_hash_indirect
4881 || h2->root.type == bfd_link_hash_warning)
4882 h2 = (struct elf_link_hash_entry *) h2->root.u.i.link;
4883 if (h2 == NULL || h2 != htab->tls_get_addr)
4844 struct elf_link_hash_entry *h2; local
H A Delf64-ppc.c8940 struct elf_link_hash_entry *h2;
8955 h2 = sym_hashes[r_symndx2 - symtab_hdr->sh_info];
8956 while (h2->root.type == bfd_link_hash_indirect
8957 || h2->root.type == bfd_link_hash_warning)
8958 h2 = (struct elf_link_hash_entry *) h2->root.u.i.link;
8959 if (h2 == NULL || (h2 != &htab->tls_get_addr->elf
8960 && h2 != &htab->tls_get_addr_fd->elf))
8936 struct elf_link_hash_entry *h2; local
H A Dcofflink.c2948 struct coff_link_hash_entry *h2 =
2952 sec = h2->root.u.def.section;
2953 val = h2->root.u.def.value + sec->output_section->vma
2947 struct coff_link_hash_entry *h2 = local
/haiku-fatelf/src/libs/print/libgutenprint/
H A DMakefile.am204 stamp-h2.in \
/haiku-fatelf/docs/userguide/
H A DHaiku-doc.css46 h2 a:hover, a:active {
248 h2 {
/haiku-fatelf/docs/welcome/
H A DHaiku-doc.css46 h2 a:hover, a:active {
248 h2 {
/haiku-fatelf/src/apps/mail/
H A DComboBox.cpp1030 float h2 = fText->LineHeight(); local
1032 // Height of main view must be the larger of h1 and h2+(TV_MARGIN*2)
1033 float h = (h1 > h2 + (TV_MARGIN*2)) ? h1 : h2 + (TV_MARGIN*2);
1039 fText->ResizeTo(fText->Bounds().Width(), h2);
1041 fText->MoveBy(0, (b.Height() - (h2+(TV_MARGIN*2))) / 2);
1344 // float h2;
1348 // h2 = fText->LineHeight();
1350 // // Height of main view must be the larger of h1 and h2+(kTextInputMargin*2)
1351 // *height = ceil((h1 > h2
[all...]
/haiku-fatelf/headers/os/drivers/
H A DPCI.h112 } h2; member in union:pci_info::__anon227
/haiku-fatelf/src/system/libroot/posix/glibc/arch/arm/
H A De_log.c143 num.d = u*Iu[i].d + h2.d;
/haiku-fatelf/src/tests/kits/game/chart/
H A DChartWindow.cpp363 float h, v, h2, v2; local
638 h2 = LEFT_OFFSET;
640 h = h2;
699 h = h2;
716 h = h2;
730 h = h2;
743 h = h2;
835 h = h2;
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprint/html/
H A Ddoxygen.css20 h2 {
/haiku-fatelf/src/libs/print/libgutenprint/doc/gutenprintui2/html/
H A Ddoxygen.css20 h2 {

Completed in 329 milliseconds

12