Searched refs:ninfo (Results 1 – 7 of 7) sorted by relevance
/external/strace/ |
D | mtd.c | 62 struct nand_oobinfo ninfo; in mtd_ioctl() local 135 if (!verbose(tcp) || umove(tcp, arg, &ninfo) < 0) in mtd_ioctl() 139 printxval(mtd_nandecc_options, ninfo.useecc, "MTD_NANDECC_???"); in mtd_ioctl() 140 tprintf(", eccbytes=%#" PRIx32, ninfo.eccbytes); in mtd_ioctl() 143 for (i = 0; i < ARRAY_SIZE(ninfo.oobfree); ++i) { in mtd_ioctl() 147 for (j = 0; j < ARRAY_SIZE(ninfo.oobfree[0]); ++j) { in mtd_ioctl() 150 tprintf("%#" PRIx32, ninfo.oobfree[i][j]); in mtd_ioctl() 155 for (i = 0; i < ARRAY_SIZE(ninfo.eccpos); ++i) { in mtd_ioctl() 158 tprintf("%#" PRIx32, ninfo.eccpos[i]); in mtd_ioctl()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 241 TZDBNameInfo ninfo = values.next(); in handlePrefixMatch() local 243 if (_nameTypes != null && !_nameTypes.contains(ninfo.type)) { in handlePrefixMatch() 254 if (ninfo.parseRegions == null) { in handlePrefixMatch() 258 match = defaultRegionMatch = ninfo; in handlePrefixMatch() 267 for (String region : ninfo.parseRegions) { in handlePrefixMatch() 269 match = ninfo; in handlePrefixMatch() 278 match = ninfo; in handlePrefixMatch()
|
D | TimeZoneNamesImpl.java | 369 NameInfo ninfo = values.next(); in handlePrefixMatch() local 370 if (_nameTypes != null && !_nameTypes.contains(ninfo.type)) { in handlePrefixMatch() 374 if (ninfo.tzID != null) { in handlePrefixMatch() 375 minfo = new MatchInfo(ninfo.type, ninfo.tzID, null, matchLength); in handlePrefixMatch() 377 assert(ninfo.mzID != null); in handlePrefixMatch() 378 minfo = new MatchInfo(ninfo.type, null, ninfo.mzID, matchLength); in handlePrefixMatch()
|
/external/google-breakpad/src/client/solaris/handler/ |
D | solaris_lwp.cc | 254 long ninfo; in Lwp_iter_all() local 270 for (ninfo = Lphp->pr_nent; ninfo != 0; --ninfo) { in Lwp_iter_all()
|
/external/ltrace/ |
D | read_config_file.c | 543 struct arg_type_info *ninfo = malloc(sizeof(*ninfo)); in unshare_type_info() local 544 if (ninfo == NULL || type_clone(ninfo, *infop) < 0) { in unshare_type_info() 547 free(ninfo); in unshare_type_info() 550 *infop = ninfo; in unshare_type_info()
|
D | type.c | 327 struct arg_type_info *ninfo; in type_clone() local 328 if (type_alloc_and_clone(&ninfo, info->u.ptr_info.info, in type_clone() 331 type_init_pointer(retp, ninfo, info->u.ptr_info.own_info); in type_clone()
|
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 1648 TZDBNameInfo *ninfo = (TZDBNameInfo *)node->getValue(i); in handleMatch() local 1649 if (ninfo == NULL) { in handleMatch() 1652 if ((ninfo->type & fTypes) != 0) { in handleMatch() 1660 if (ninfo->parseRegions == NULL) { in handleMatch() 1664 match = defaultRegionMatch = ninfo; in handleMatch() 1673 for (int32_t i = 0; i < ninfo->nRegions; i++) { in handleMatch() 1674 const char *region = ninfo->parseRegions[i]; in handleMatch() 1676 match = ninfo; in handleMatch() 1685 match = ninfo; in handleMatch()
|