Searched refs:UNSPECIFIED (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/analyzer/
H A DProjectMap.py38 UNSPECIFIED is a very special case, which is intentionally last in the list
40 possible sizes, we want projects with UNSPECIFIED size to be filtered out
47 UNSPECIFIED = auto() variable in class:Size
55 object. None will produce UNSPECIFIED size.
61 return Size.UNSPECIFIED
73 if size != Size.UNSPECIFIED]
88 size: Size = Size.UNSPECIFIED
/netbsd-current/bin/ps/
H A Dps.h44 UNSPECIFIED, enumerator in enum:type
H A Dps.c421 if (vent->var->flag & LWP || vent->var->type == UNSPECIFIED)
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/
H A Dspec.d60 _Default: `UNSPECIFIED`.
62 int precision = UNSPECIFIED;
67 _Default: `UNSPECIFIED`.
69 int separators = UNSPECIFIED;
81 _Default: `UNSPECIFIED`.
89 int separatorCharPos() { return dynamicSeparatorChar ? DYNAMIC : UNSPECIFIED; }
116 enum int UNSPECIFIED = DYNAMIC - 1;
299 precision = UNSPECIFIED;
528 precision = UNSPECIFIED;
598 if (precision != FormatSpec!Char.UNSPECIFIED)
[all...]
H A Dpackage.d1427 if (spec.width == 0 && (spec.precision == spec.UNSPECIFIED || spec.precision == spec.DYNAMIC))
1461 spec.precision != spec.UNSPECIFIED && spec.precision != spec.DYNAMIC &&
1472 (spec.precision == spec.UNSPECIFIED || spec.width > spec.precision))
1476 else if (spec.precision != spec.UNSPECIFIED && spec.precision > spec.width)
H A Dwrite.d578 else spec.precision = spec.UNSPECIFIED;
590 else spec.precision = spec.UNSPECIFIED;
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ntp.c155 #define UNSPECIFIED 0 macro
185 { UNSPECIFIED, "unspecified" },
265 case UNSPECIFIED:
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dformat.d515 else spec.precision = spec.UNSPECIFIED;
527 else spec.precision = spec.UNSPECIFIED;
1009 int precision = UNSPECIFIED;
1014 int separators = UNSPECIFIED;
1019 int separatorCharPos = UNSPECIFIED;
1037 enum int UNSPECIFIED = DYNAMIC - 1;
1245 precision = UNSPECIFIED;
1471 precision = UNSPECIFIED;
1540 if (precision != FormatSpec!Char.UNSPECIFIED)
1652 assert(f.precision == FormatSpec!char.UNSPECIFIED);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dwrite.d242 && (digits.length - (pos + 1) >= f.precision || f.precision == f.UNSPECIFIED))
250 if (f.precision == f.UNSPECIFIED)
257 if (f.precision == f.UNSPECIFIED)
1586 if (f.precision != f.UNSPECIFIED && len > f.precision)
1592 if (f.precision == f.UNSPECIFIED)
1606 if (f.precision == f.UNSPECIFIED)
3507 if (p == PrecisionType.integer && f.precision == f.UNSPECIFIED)
3525 && f.separators > 0 && f.separators != f.UNSPECIFIED;
H A Dfloats.d95 if (f.precision == f.UNSPECIFIED)
133 if (f.precision == f.UNSPECIFIED)
598 if (f.precision == f.UNSPECIFIED)
1517 if (f.precision == f.UNSPECIFIED)
2278 if (f.precision == f.UNSPECIFIED)
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dieee802_11_common.c1326 R2S(UNSPECIFIED)

Completed in 181 milliseconds