Home
last modified time | relevance | path

Searched defs:gen (Results 1 – 18 of 18) sorted by relevance

/system/media/audio_utils/benchmarks/
Dprimitives_benchmark.cpp35 std::minstd_rand gen(count); in BM_MemcpyToFloatFromFloatWithClamping() local
65 std::minstd_rand gen(count); in BM_MemcpyFloat() local
94 std::minstd_rand gen(count); in BM_MemcpyToFloatFromI16() local
121 std::minstd_rand gen(count); in BM_MemcpyToI16FromFloat() local
Dbiquad_filter_benchmark.cpp181 std::minstd_rand gen(occupancy); in BM_BiquadFilter() local
Dstatistics_benchmark.cpp28 std::minstd_rand gen(count); in initUniform() local
/system/vold/
DMetadataCrypt.cpp140 static bool read_key(const std::string& metadata_key_dir, const KeyGeneration& gen, in read_key()
312 auto gen = needs_encrypt ? makeGen(options) : neverGen(); in fscrypt_mount_metadata_encrypted() local
353 bool defaultkey_volume_keygen(KeyGeneration* gen) { in defaultkey_volume_keygen()
DKeyUtil.cpp53 bool generateStorageKey(const KeyGeneration& gen, KeyBuffer* key) { in generateStorageKey()
394 const KeyAuthentication& key_authentication, const KeyGeneration& gen, in retrieveOrGenerateKey()
/system/vold/model/
DVolumeEncryption.cpp63 KeyGeneration gen; in generate_volume_key() local
/system/bt/gd/packet/parser/
Dmain.cc183 EnumGen gen(*enum_def); in generate_cpp_headers_one_file() local
191 EnumGen gen(*enum_def); in generate_cpp_headers_one_file() local
341 EnumGen gen(*enum_def); in generate_pybind11_sources_one_file() local
/system/core/fastboot/
Dfs.cpp217 int fs_generator_generate(const struct fs_generator* gen, const char* fileName, long long partSize, in fs_generator_generate()
Dfastboot.cpp1586 const struct fs_generator* gen = nullptr; in fb_perform_format() local
/system/update_engine/payload_generator/
Dab_generator_unittest.cc67 std::mt19937 gen(12345); in TestSplitReplaceOrReplaceXzOperation() local
217 std::mt19937 gen(12345); in TestMergeReplaceOrReplaceXzOperations() local
Ddelta_diff_utils_unittest.cc207 std::mt19937 gen(12345); in TEST_F() local
/system/media/audio_utils/tests/
Dstatistics_tests.cpp29 std::minstd_rand gen(count); in initUniform() local
42 std::minstd_rand gen(count); in initNormal() local
/system/core/libpixelflinger/
Dbuffer.cpp94 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in ggl_pick_texture() local
Dscanline.cpp1672 generated_vars_t& gen = c->generated_vars; in init_y() local
1734 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in init_y() local
1984 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in scanline_perspective() local
2012 generated_tex_vars_t& gen = c->generated_vars.texture[i]; in scanline_perspective_single() local
/system/core/storaged/tests/
Dstoraged_test.cpp261 std::mt19937 gen(rd()); in TEST() local
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py322 def gen(self): member in PprofProfileGenerator
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.h133 Spill(RegisterFile& regFile, ARMAssemblerInterface& gen, uint32_t reglist) in Spill()
/system/tools/hidl/
DgenerateCpp.cpp599 void AST::generateMethods(Formatter& out, const MethodGenerator& gen, bool includeParent) const { in generateMethods() argument