Searched refs:imap (Results 1 - 10 of 10) sorted by relevance

/external/e2fsprogs/resize/
H A Dresize2fs.h94 ext2_extent imap; member in struct:ext2_resize_struct
H A Dresize2fs.c1430 if (!rfs->imap) {
1431 retval = ext2fs_create_extent_table(&rfs->imap, 0);
1435 ext2fs_add_extent_entry(rfs->imap, ino, new_inode);
1491 new_inode = ext2fs_extent_translate(is->rfs->imap, dirent->inode);
1521 if (!rfs->imap)
1555 ext2fs_free_extent_table(rfs->imap);
1556 rfs->imap = 0;
/external/tremolo/Tremolo/
H A Dfloor0.c160 ogg_uint32_t imap= (1UL<<31) / ln; local
174 ogg_uint32_t nextbark=MULT31(imap>>1,tBnyq1);
204 wi=vorbis_coslook2_i((map*imap)>>15);
340 nextbark=MULT31((map+1)*(imap>>1),tBnyq1);
/external/e2fsprogs/debugfs/
H A Ddebug_cmds.ct152 imap;
/external/stlport/test/unit/
H A Dmap_test.cpp147 int_map imap; local
149 int_map::iterator ite(imap.begin());
150 int_map::const_iterator cite(imap.begin());
194 int_map::iterator mite(imap.begin());
195 int_map::const_iterator mcite(imap.begin());
/external/srec/srec/include/
H A Dsrec_context.h207 int FST_LoadGraph(srec_context* pfst, wordmap* imap, wordmap* omap,
/external/clang/utils/
H A DFuzzTest327 it = itertools.imap(random.randrange,
330 it = itertools.imap(random.randrange, itertools.repeat(tg.num_tests))
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
H A Dtest-tree-wizard.rb215 SIMPLIFY_MAP = lambda do |imap|
217 imap.map { |type, nodes| [type, nodes.map { |n| n.to_s }] }
/external/srec/srec/crec/
H A Dsrec_context.c905 int FST_LoadGraph(srec_context* pfst, wordmap* imap, wordmap* omap, argument
963 if (imap)
965 /* generally no imap is specified */
966 fst->ilabels = imap;
972 fst->ilabels = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.imap");
3468 fst->ilabels = (wordmap*)CALLOC_CLR(1, sizeof(wordmap), "srec.graph.imap");
3814 set imap=C:/users/dahan/speech2go/fst/enu_d2f_fray_g/model.map
3817 $SWISDK/bin/fsmcompileD -t -i $imap -o $omap -F out.PCLG out.PCLG.txt
3818 $SWISDK/bin/fsmdrawD -i $imap -o $omap out.PCLG > out.PCLG.dot
/external/icu4c/test/cintltst/
H A Dnucnvtst.c1044 static const uint8_t imap[] = { local
1109 testConvertFromU(unicode, sizeof(unicode)/U_SIZEOF_UCHAR, imap, sizeof(imap), "IMAP-mailbox-name", fromUnicodeOffsets,FALSE);
1111 testConvertToU(imap, sizeof(imap), unicode, sizeof(unicode)/U_SIZEOF_UCHAR, "IMAP-mailbox-name", toUnicodeOffsets,FALSE);

Completed in 744 milliseconds