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

/external/compiler-rt/test/msan/
H A Ddlopen_executable.cc10 int *uninit = (int*)malloc(sizeof(int)); local
11 my_global = *uninit;
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp3.cpp285 constexpr int uninit() { function in namespace:std_example
/external/e2fsprogs/lib/ext2fs/
H A Dblock.c403 int uninit; local
467 uninit = 0;
469 uninit = EXT2_EXTENT_SET_BMAP_UNINIT;
501 new_blk, uninit);
/external/e2fsprogs/resize/
H A Dresize2fs.c165 /* Clear the block bitmap uninit flag for the last block group */
2647 int uninit = 0; local
2654 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT);
2665 if ((uninit &&
2690 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_BLOCK_UNINIT);
2712 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT);
2714 if (uninit ||
2729 uninit = ext2fs_bg_flags_test(fs, group, EXT2_BG_INODE_UNINIT);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DMethodAnalyzer.java169 RegisterType uninit = RegisterType.getRegisterType(RegisterType.UNINIT, null);
171 setPostRegisterTypeAndPropagateChanges(startOfMethod, i, uninit);
1299 //at least once. If this is the case, then the uninit reference has already been propagated to all
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c4119 static void uninit(upb_table *t) { free(mutable_entries(t)); } function
4300 uninit(&t->t);
4473 uninit(&t->t);
4486 uninit(&t->t);
4521 uninit(&t->t);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4358 static void uninit(upb_table *t, upb_alloc *a) { function
4542 uninit(&t->t, a);
4720 uninit(&t->t, a);
4733 uninit(&t->t, a);
4772 uninit(&t->t, a);
/external/ltp/android/
H A DAndroid.ltp.mk3109 module_src_files := testcases/kernel/fs/ext4-new-features/ext4-uninit-groups/ext4_uninit_groups_test.sh

Completed in 1050 milliseconds