HomeSort by: relevance | last modified time | path
    Searched defs:inh (Results 1 - 14 of 14) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ui/
ui_openssl.c 689 HANDLE inh; local
690 inh = GetStdHandle(STD_INPUT_HANDLE);
691 FlushConsoleInputBuffer(inh);
  /src/crypto/external/apache2/openssl/lib/libdes/
oread_pwd.c 496 HANDLE inh; local
497 inh = GetStdHandle(STD_INPUT_HANDLE);
498 FlushConsoleInputBuffer(inh);
  /src/crypto/external/bsd/openssl/dist/crypto/ui/
ui_openssl.c 691 HANDLE inh; local
692 inh = GetStdHandle(STD_INPUT_HANDLE);
693 FlushConsoleInputBuffer(inh);
  /src/crypto/external/bsd/openssl/lib/libdes/
oread_pwd.c 496 HANDLE inh; local
497 inh = GetStdHandle(STD_INPUT_HANDLE);
498 FlushConsoleInputBuffer(inh);
  /src/crypto/external/bsd/openssl.old/dist/crypto/ui/
ui_openssl.c 715 HANDLE inh; local
716 inh = GetStdHandle(STD_INPUT_HANDLE);
717 FlushConsoleInputBuffer(inh);
  /src/crypto/external/bsd/openssl.old/lib/libdes/
oread_pwd.c 496 HANDLE inh; local
497 inh = GetStdHandle(STD_INPUT_HANDLE);
498 FlushConsoleInputBuffer(inh);
  /src/external/gpl3/gcc/dist/gcc/cp/
method.cc 501 while (tree inh = DECL_INHERITED_CTOR (fn))
502 fn = OVL_FIRST (inh);
533 tree inh = DECL_INHERITED_CTOR (fndecl);
534 if (!inh)
538 for (ovl_iterator iter (inh); iter; ++iter)
607 /* True iff constructor(s) INH inherited into BINFO initializes INIT_BINFO.
612 binfo_inherited_from (tree binfo, tree init_binfo, tree inh)
614 /* inh is an OVERLOAD if we inherited the same constructor along
616 for (ovl_iterator iter (inh); iter; ++iter)
635 base INH, or move flag MOVE_P. *
531 tree inh = DECL_INHERITED_CTOR (fndecl); local
676 tree inh = DECL_INHERITED_CTOR (fndecl); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
method.cc 501 while (tree inh = DECL_INHERITED_CTOR (fn))
502 fn = OVL_FIRST (inh);
533 tree inh = DECL_INHERITED_CTOR (fndecl);
534 if (!inh)
538 for (ovl_iterator iter (inh); iter; ++iter)
607 /* True iff constructor(s) INH inherited into BINFO initializes INIT_BINFO.
612 binfo_inherited_from (tree binfo, tree init_binfo, tree inh)
614 /* inh is an OVERLOAD if we inherited the same constructor along
616 for (ovl_iterator iter (inh); iter; ++iter)
635 base INH, or move flag MOVE_P. *
531 tree inh = DECL_INHERITED_CTOR (fndecl); local
676 tree inh = DECL_INHERITED_CTOR (fndecl); local
2752 tree inh = DECL_INHERITED_CTOR (decl); local
2848 tree inh = DECL_INHERITED_CTOR (decl); local
2889 tree inh = DECL_INHERITED_CTOR (decl); local
2902 &inh, parms); local
2916 tree inh = DECL_INHERITED_CTOR (decl); local
2920 &inh, local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
linker.c 1438 struct bfd_link_hash_entry *inh = NULL;
1450 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, true,
1452 if (inh == NULL)
1502 if (! (*info->callbacks->notice) (info, h, inh,
1724 if (h->u.i.link == inh)
1751 if (inh->type == bfd_link_hash_indirect
1752 && inh->u.i.link == h)
1761 if (inh->type == bfd_link_hash_new)
1763 inh->type = bfd_link_hash_undefined;
1764 inh->u.undef.abfd = abfd
1433 struct bfd_link_hash_entry *inh = NULL; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
linker.c 1436 struct bfd_link_hash_entry *inh = NULL;
1448 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, true,
1450 if (inh == NULL)
1500 if (! (*info->callbacks->notice) (info, h, inh,
1722 if (h->u.i.link == inh)
1749 if (inh->type == bfd_link_hash_indirect
1750 && inh->u.i.link == h)
1759 if (inh->type == bfd_link_hash_new)
1761 inh->type = bfd_link_hash_undefined;
1762 inh->u.undef.abfd = abfd
1431 struct bfd_link_hash_entry *inh = NULL; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
linker.c 1402 struct bfd_link_hash_entry *inh = NULL;
1414 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, true,
1416 if (inh == NULL)
1466 if (! (*info->callbacks->notice) (info, h, inh,
1688 if (h->u.i.link == inh)
1715 if (inh->type == bfd_link_hash_indirect
1716 && inh->u.i.link == h)
1725 if (inh->type == bfd_link_hash_new)
1727 inh->type = bfd_link_hash_undefined;
1728 inh->u.undef.abfd = abfd
1397 struct bfd_link_hash_entry *inh = NULL; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
linker.c 1400 struct bfd_link_hash_entry *inh = NULL;
1412 inh = bfd_wrapped_link_hash_lookup (abfd, info, string, true,
1414 if (inh == NULL)
1464 if (! (*info->callbacks->notice) (info, h, inh,
1686 if (h->u.i.link == inh)
1713 if (inh->type == bfd_link_hash_indirect
1714 && inh->u.i.link == h)
1723 if (inh->type == bfd_link_hash_new)
1725 inh->type = bfd_link_hash_undefined;
1726 inh->u.undef.abfd = abfd
1395 struct bfd_link_hash_entry *inh = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-sra.cc 2145 HOST_WIDE_INT inh = 0; local
2157 inh = bb_dereferences [succ_idx];
2159 else if (bb_dereferences [succ_idx] < inh)
2160 inh = bb_dereferences [succ_idx];
2163 if (!first && bb_dereferences[idx] < inh)
2165 bb_dereferences[idx] = inh;
  /src/external/gpl3/gcc/dist/gcc/
ipa-sra.cc 2328 HOST_WIDE_INT inh = 0; local
2340 inh = bb_dereferences [succ_idx];
2342 else if (bb_dereferences [succ_idx] < inh)
2343 inh = bb_dereferences [succ_idx];
2346 if (!first && bb_dereferences[idx] < inh)
2348 bb_dereferences[idx] = inh;

Completed in 70 milliseconds