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

  /src/lib/libc/stdio/
vfscanf.c 89 #define UNSIGNED 0x8000 /* %[oupxX] conversions */
193 c = (unsigned char)*fmt++;
276 flags |= UNSIGNED;
282 flags |= UNSIGNED;
290 flags |= UNSIGNED;
325 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
663 /* size_t is unsigned, hence this optimisation */
784 if ((flags & UNSIGNED) == 0)
969 unsigned char c;
vfwscanf.c 84 #define UNSIGNED 0x8000 /* %[oupxX] conversions */
271 flags |= UNSIGNED;
277 flags |= UNSIGNED;
285 flags |= UNSIGNED;
331 flags |= UNSIGNED; /* >= sizeof(uintptr_t) */
692 if ((flags & UNSIGNED) == 0)
772 wchar_t decpt = (wchar_t)(unsigned char)*localeconv_l(loc)->decimal_point;
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
navi10_enum.h 887 UNSIGNED = 0x00000000,

Completed in 78 milliseconds