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

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
bios.h 23 u8 micro; member in struct:nvkm_bios::__anon5203
bios.h 23 u8 micro; member in struct:nvkm_bios::__anon5203
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VersionTuple.cpp 64 unsigned major = 0, minor = 0, micro = 0, build = 0; local
87 // If we're not done, parse the micro version, \.[0-9]+
91 if (parseInt(input, micro))
95 *this = VersionTuple(major, minor, micro);
99 // If we're not done, parse the micro version, \.[0-9]+
110 *this = VersionTuple(major, minor, micro, build);
VersionTuple.cpp 64 unsigned major = 0, minor = 0, micro = 0, build = 0; local
87 // If we're not done, parse the micro version, \.[0-9]+
91 if (parseInt(input, micro))
95 *this = VersionTuple(major, minor, micro);
99 // If we're not done, parse the micro version, \.[0-9]+
110 *this = VersionTuple(major, minor, micro, build);
  /src/external/mit/expat/dist/lib/
expat.h 1009 int micro; member in struct:__anon23623
expat.h 1009 int micro; member in struct:__anon23623
  /src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c 163 /* library differs in its major, minor or micro number from
574 int micro; member in struct:__anon23195
1463 info->micro = version & 0xff;
1483 * allowing later run-time "micro" versions starting with 1.1.0, and
1492 || lib_info.micro < hdr_info.micro;
1496 || lib_info.micro != hdr_info.micro;
1501 lib_info.major, lib_info.minor, lib_info.micro,
1502 hdr_info.major, hdr_info.minor, hdr_info.micro);
    [all...]
tls_misc.c 163 /* library differs in its major, minor or micro number from
574 int micro; member in struct:__anon23195
1463 info->micro = version & 0xff;
1483 * allowing later run-time "micro" versions starting with 1.1.0, and
1492 || lib_info.micro < hdr_info.micro;
1496 || lib_info.micro != hdr_info.micro;
1501 lib_info.major, lib_info.minor, lib_info.micro,
1502 hdr_info.major, hdr_info.minor, hdr_info.micro);
    [all...]
  /src/external/cddl/osnet/dist/cmd/ztest/
ztest.c 4291 int micro = ztest_random(2); local
4295 ztest_od_init(&od[0], ID_PARALLEL, FTAG, micro, DMU_OT_ZAP_OTHER, 0, 0);
4316 if ((namelen & 1) || micro) {
ztest.c 4291 int micro = ztest_random(2); local
4295 ztest_od_init(&od[0], ID_PARALLEL, FTAG, micro, DMU_OT_ZAP_OTHER, 0, 0);
4316 if ((namelen & 1) || micro) {

Completed in 65 milliseconds