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

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-scan.c 27 refmpz_scan (mpz_srcptr z, unsigned long i, int sought)
33 if (mpz_tstbit (z, i) == sought)
63 int test, neg, sought, oindex, o; local
89 for (sought = 0; sought <= 1; sought++)
91 if (sought == 0)
104 printf ("wrong at test=%d, size=%ld, neg=%d, start=%lu, sought=%d\n",
105 test, size, neg, start, sought);
  /src/external/gpl3/binutils/dist/binutils/
objdump.c 4690 stab_section_names * sought = (stab_section_names *) names;
4694 len = strlen (sought->section_name);
4699 if (strncmp (sought->section_name, section->name, len) == 0
4706 s = read_section (abfd, sought->string_section_name, &strtab);
4717 print_section_stabs (abfd, section->name, &sought->string_offset);
4683 stab_section_names * sought = (stab_section_names *) names; local
  /src/external/gpl3/binutils/dist/ld/
ldlang.c 3275 /* Return TRUE iff target is the sought target. */
3280 const char *sought = (const char *) data;
3282 return strcmp (target->name, sought) == 0;
3277 const char *sought = (const char *) data; local
  /src/external/gpl3/binutils.old/dist/binutils/
objdump.c 4702 stab_section_names * sought = (stab_section_names *) names;
4706 len = strlen (sought->section_name);
4711 if (strncmp (sought->section_name, section->name, len) == 0
4718 s = read_section (abfd, sought->string_section_name, &strtab);
4729 print_section_stabs (abfd, section->name, &sought->string_offset);
4695 stab_section_names * sought = (stab_section_names *) names; local
  /src/external/gpl3/binutils.old/dist/ld/
ldlang.c 3292 /* Return TRUE iff target is the sought target. */
3297 const char *sought = (const char *) data;
3299 return strcmp (target->name, sought) == 0;
3294 const char *sought = (const char *) data; local

Completed in 67 milliseconds