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

  /src/tests/lib/libc/locale/
t_toupper.c 69 unsigned char answer, reported; local
80 reported = toupper((int)(unsigned char)t->lower[i]);
83 reported = tolower((int)(unsigned char)t->upper[i]);
85 printf(" expecting %2.2x, reported %2.2x\n", answer, reported);
86 ATF_REQUIRE_EQ(reported, answer);
  /src/sys/arch/alpha/alpha/
fp_complete.c 179 static uint64_t reported; local
185 if (1UL << what_cannot_happen & reported)
187 reported |= 1UL << what_cannot_happen;
193 printf("FP event %d/%lx/%lx\n", what_cannot_happen, reported,
  /src/sys/external/bsd/drm2/dist/drm/i915/gt/
selftest_hangcheck.c 796 unsigned long count = 0, reported; local
919 reported = i915_reset_engine_count(global, engine);
920 reported -= threads[engine->id].resets;
921 if (reported != count) {
922 pr_err("i915_reset_engine(%s:%s): reset %lu times, but reported %lu\n",
923 engine->name, test_name, count, reported);
  /src/sbin/fdisk/
fdisk.c 159 * the geometry reported by the disk, or do LBA reads (possibly LBA48).
172 * not the same size as those reported, so has to do read modify write
182 /* Disks reported geometry and overall size from device driver */
2717 static int reported; local
2745 if (!reported)
2748 reported = 1;
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
init_creds_pw.c 304 krb5_boolean reported = FALSE; local
360 reported = TRUE;
367 reported = TRUE;
375 if (!reported
  /src/external/mit/xorg/lib/libxcb/files/
xkb.h 2646 uint16_t reported; member in struct:xcb_xkb_get_kbd_by_name_reply_t
6826 uint16_t reported,
6831 uint16_t reported,
6836 uint16_t reported);
  /src/external/gpl3/binutils/dist/gas/config/
tc-xtensa.c 7106 static int reported = 0;
7107 if (reported < 4)
7110 if (reported == 3)
7112 reported++;
7095 static int reported = 0; local
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-xtensa.c 7106 static int reported = 0;
7107 if (reported < 4)
7110 if (reported == 3)
7112 reported++;
7095 static int reported = 0; local

Completed in 61 milliseconds