Home
last modified time | relevance | path

Searched refs:valtype (Results 1 – 11 of 11) sorted by relevance

/third_party/weston/tools/zunitc/src/
Dzuc_collector.c133 enum zuc_check_valtype valtype,
148 enum zuc_check_valtype valtype,
222 enum zuc_check_valtype valtype, in check_triggered() argument
229 valtype, in check_triggered()
246 enum zuc_check_valtype valtype, in store_event() argument
254 event->valtype = valtype; in store_event()
257 if (valtype == ZUC_VAL_CSTR) { in store_event()
276 ((valtype == ZUC_VAL_CSTR) && val1) ? in store_event()
279 ((valtype == ZUC_VAL_CSTR) && val2) ? in store_event()
284 + ((valtype == ZUC_VAL_CSTR) ? in store_event()
[all …]
Dzunitc_impl.c338 if (old->valtype == ZUC_VAL_CSTR) { in free_events()
776 enum zuc_check_valtype valtype, in dispatch_check_triggered() argument
786 state, op, valtype, in dispatch_check_triggered()
825 evt->valtype, in migrate_deferred_events()
1403 validate_types(enum zuc_check_op op, enum zuc_check_valtype valtype) in validate_types() argument
1410 is_valid = is_valid && (valtype == ZUC_VAL_PTR); in validate_types()
1416 switch (valtype) { in validate_types()
1426 __FILE__, __LINE__, op, valtype); in validate_types()
1516 get_pred2(enum zuc_check_op op, enum zuc_check_valtype valtype) in get_pred2() argument
1528 if (valtype == ZUC_VAL_CSTR) in get_pred2()
[all …]
Dzuc_base_logger.c105 enum zuc_check_valtype valtype,
332 enum zuc_check_valtype valtype, in check_triggered() argument
358 if (valtype == ZUC_VAL_CSTR) { in check_triggered()
373 if (valtype == ZUC_VAL_CSTR) { in check_triggered()
Dzuc_event.h64 enum zuc_check_valtype valtype; member
Dzuc_event_listener.h150 enum zuc_check_valtype valtype,
Dzuc_junit_reporter.c126 if (event->valtype == ZUC_VAL_CSTR) { in emit_event()
149 if (event->valtype == ZUC_VAL_CSTR) { in emit_event()
/third_party/openssl/apps/
Dopt.c133 i = o->valtype; in opt_init()
159 assert(unknown->valtype == 0 || unknown->valtype == '-'); in opt_init()
652 if (o->valtype == 0 || o->valtype == '-') { in opt_next()
672 switch (o->valtype) { in opt_next()
691 || (o->valtype == 'p' && ival <= 0)) { in opt_next()
735 o->valtype == 'c' ? OPT_FMT_PDS : in opt_next()
736 o->valtype == 'E' ? OPT_FMT_PDE : in opt_next()
737 o->valtype == 'F' ? OPT_FMT_PEMDER in opt_next()
795 switch (o->valtype) { in valtype2param()
847 if (o->valtype != '-') in opt_help()
[all …]
Dapps.h352 int valtype; member
Dopenssl.c345 BIO_printf(bio_out, "%s %c\n", o->name, o->valtype); in list_options_for_command()
/third_party/weston/tools/zunitc/inc/zunitc/
Dzunitc.h391 #define ZUCIMPL_ASSERT(opcode, valtype, lhs, rhs) \ argument
394 (opcode), (valtype), true, \
406 #define ZUCIMPL_ASSERTG(label, opcode, valtype, lhs, rhs) \ argument
409 (opcode), (valtype), true, \
Dzunitc_impl.h96 enum zuc_check_op, enum zuc_check_valtype valtype,