Home
last modified time | relevance | path

Searched refs:has_init (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/uuid/
Dgen_uuid.c582 static int has_init = 0; in uuid__generate_time() local
586 if (!has_init) { in uuid__generate_time()
596 has_init = 1; in uuid__generate_time()
/external/webrtc/rtc_tools/unpack_aecdump/
Dunpack.cc450 if (!event_msg.has_init()) { in do_main()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout3345 static void decl_initializer_alloc(CType *type, AttributeDef *ad, int r, int has_init, int v, int s…
9440 int has_init, int v, int scope)
9474 if (size < 0 || (flexible_array && has_init)) {
9475 if (!has_init)
9478 if (has_init == 2) {
9568 if (!has_init && sym->c && elfsym(sym)->st_shndx != 0)
9576 if (has_init)
9650 } else if (has_init) {
9767 int v, has_init, r;
9938 has_init = (tok == '=');
[all …]
/external/webrtc/modules/audio_processing/test/
Daec_dump_based_simulator.cc252 RTC_CHECK(event_msg.has_init()); in HandleEvent()
/external/swiftshader/third_party/llvm-subzero/lib/Demangle/
DItaniumDemangle.cpp1229 bool has_init = false; in parse_new_expr() local
1232 has_init = true; in parse_new_expr()
1257 if (has_init) { in parse_new_expr()
1284 if (has_init) in parse_new_expr()
/external/crosvm/src/plugin/
Dvcpu.rs579 if reason.has_init() { in handle_request()
/external/crosvm/crosvm_plugin/src/
Dlib.rs1103 if wait.has_init() { in wait()