Searched refs:uninit (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp281 constexpr int uninit() { function in namespace:std_example
/external/e2fsprogs/lib/ext2fs/
H A Dblock.c395 int uninit; local
459 uninit = 0;
461 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
493 new_blk, uninit);
/external/e2fsprogs/resize/
H A Dresize2fs.c131 /* Clear the block bitmap uninit flag for the last block group */
1904 int uninit = 0; local
1911 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT);
1922 if ((uninit &&
1947 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT);
1970 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT);
1972 if (uninit ||
1987 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java170 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null);
172 setPostRegisterTypeAndPropagateChanges(startOfMethod, i, uninit);
1125 //at least once. If this is the case, then the uninit reference has already been propagated to all
1243 //uninit reference has been copied to) to an initialized reference

Completed in 161 milliseconds