/qemu/scripts/qapi/ |
A D | expr.py | 234 if key in expr and expr[key] is not False: 238 if key in expr and expr[key] is not True: 241 if 'allow-oob' in expr and 'coroutine' in expr: 453 name = expr['enum'] 456 info = expr.info 496 check_type_name(expr.get('base'), expr.info, "'base'") 509 base = expr['base'] 512 info = expr.info 537 info = expr.info 607 for expr in exprs: [all …]
|
A D | schema.py | 44 from .expr import check_exprs 1316 name = expr['enum'] 1317 data = expr['data'] 1320 info = expr.info 1357 data = expr['data'] 1358 info = expr.info 1384 info = expr.info 1408 info = expr.info 1432 info = expr.info 1451 info = expr.info [all …]
|
A D | parser.py | 147 if 'include' in expr: 361 return expr 372 if key in expr: 377 return expr 385 expr: List[object] = [] 388 return expr 396 return expr 402 expr: _ExprValue 411 expr = self.val 416 return expr [all …]
|
/qemu/rust/qemu-api/src/ |
A D | vmstate.rs | 16 ($field_exists_fn:expr, $version_id:expr, $size:expr) => {{ 39 ($version_id:expr, $size:expr) => {{ 47 ($size:expr) => {{ 55 …$field_name:ident, $struct_name:ty, $field_exists_fn:expr, $version_id:expr, $info:expr, $size:exp… 80 ($field_name:ident, $struct_name:ty, $version_id:expr, $info:expr, $size:expr) => {{ 132 … ($field_name:ident, $struct_name:ty, $length:expr, $version_id:expr, $info:expr, $size:expr) => {{ 157 ($field_name:ident, $struct_name:ty, $length:expr, $version_id:expr) => {{ 180 ($field_name:ident, $struct_name:ty, $version_id:expr, $vmsd:expr, $type:ty) => {{ 205 ($field_name:ident, $struct_name:ty, $num:expr, $version_id:expr, $info:expr, $type:ty) => {{ 230 ($field_name:ident, $struct_name:ty, $num:expr, $version_id:expr, $vmsd:expr, $type:ty) => {{ [all …]
|
A D | device_class.rs | 11 …nt, props => $props:ident, realize_fn => $realize_fn:expr, legacy_reset_fn => $legacy_reset_fn:exp… 30 ($name:expr, $state:ty, $field:ident, $prop:expr, $type:expr, default = $defval:expr$(,)*) => { 41 ($name:expr, $state:ty, $field:ident, $prop:expr, $type:expr$(,)*) => { 55 ($ident:ident, $($prop:expr),*$(,)*) => {
|
A D | c_str.rs | 11 ($str:expr) => {{
|
/qemu/include/qemu/ |
A D | compiler.h | 241 #define typeof_strip_qual(expr) \ argument 244 __builtin_types_compatible_p(typeof(expr), bool) || \ 245 __builtin_types_compatible_p(typeof(expr), const bool) || \ 246 __builtin_types_compatible_p(typeof(expr), volatile bool) || \ 247 __builtin_types_compatible_p(typeof(expr), const volatile bool), \ 250 __builtin_types_compatible_p(typeof(expr), signed char) || \ 251 __builtin_types_compatible_p(typeof(expr), const signed char) || \ 252 __builtin_types_compatible_p(typeof(expr), volatile signed char) || \ 253 __builtin_types_compatible_p(typeof(expr), const volatile signed char), \ 256 __builtin_types_compatible_p(typeof(expr), unsigned char) || \ [all …]
|
A D | osdep.h | 332 #define RETRY_ON_EINTR(expr) \ argument 334 ({ typeof(expr) __result; \ 336 __result = (expr); \
|
/qemu/subprojects/libvduse/include/ |
A D | compiler.h | 241 #define typeof_strip_qual(expr) \ argument 244 __builtin_types_compatible_p(typeof(expr), bool) || \ 245 __builtin_types_compatible_p(typeof(expr), const bool) || \ 246 __builtin_types_compatible_p(typeof(expr), volatile bool) || \ 247 __builtin_types_compatible_p(typeof(expr), const volatile bool), \ 250 __builtin_types_compatible_p(typeof(expr), signed char) || \ 251 __builtin_types_compatible_p(typeof(expr), const signed char) || \ 252 __builtin_types_compatible_p(typeof(expr), volatile signed char) || \ 253 __builtin_types_compatible_p(typeof(expr), const volatile signed char), \ 256 __builtin_types_compatible_p(typeof(expr), unsigned char) || \ [all …]
|
/qemu/subprojects/libvhost-user/include/ |
A D | compiler.h | 241 #define typeof_strip_qual(expr) \ argument 244 __builtin_types_compatible_p(typeof(expr), bool) || \ 245 __builtin_types_compatible_p(typeof(expr), const bool) || \ 246 __builtin_types_compatible_p(typeof(expr), volatile bool) || \ 247 __builtin_types_compatible_p(typeof(expr), const volatile bool), \ 250 __builtin_types_compatible_p(typeof(expr), signed char) || \ 251 __builtin_types_compatible_p(typeof(expr), const signed char) || \ 252 __builtin_types_compatible_p(typeof(expr), volatile signed char) || \ 253 __builtin_types_compatible_p(typeof(expr), const volatile signed char), \ 256 __builtin_types_compatible_p(typeof(expr), unsigned char) || \ [all …]
|
/qemu/tests/qapi-schema/ |
A D | unknown-expr-key.err | 1 unknown-expr-key.json: In struct 'Bar': 2 unknown-expr-key.json:2: struct has unknown keys 'bogus', 'phony'
|
A D | doc-missing-expr.err | 1 doc-missing-expr.json:3: documentation for 'bar' is not followed by the definition
|
A D | indented-expr.out | 11 module indented-expr.json
|
A D | meson.build | 86 'doc-missing-expr.json', 128 'indented-expr.json', 210 'unknown-expr-key.json',
|
/qemu/target/openrisc/ |
A D | fpu_helper.c | 163 #define FLOAT_UCMP(name, expr) \ argument 168 return expr; \ 174 return expr; \
|
/qemu/scripts/ |
A D | minikconf.py | 179 def __init__(self, dest, expr): argument 181 self.expr = expr 182 self.expr.add_edges_to(self.dest) 184 return "config %s depends on %s" % (self.dest, self.expr) 187 if not self.expr.evaluate(): 286 def do_depends_on(self, var, expr): argument 287 self.clauses.append(KconfigData.DependsOnClause(var, expr))
|
A D | checkpatch.pl | 2871 my $expr = $1; 2872 if ($line =~ /\bg_free\(\Q$expr\E\);/) {
|
/qemu/.gitlab-ci.d/ |
A D | crossbuild-template.yml | 14 - JOBS=$(expr $(nproc) + 1) 67 - JOBS=$(expr $(nproc) + 1) 99 - JOBS=$(expr $(nproc) + 1)
|
A D | buildtest-template.yml | 13 - JOBS=$(expr $(nproc) + 1)
|
/qemu/docs/devel/ |
A D | kconfig.rst | 72 Boolean expressions can be used within the language, whenever ``<expr>`` 81 **dependencies**: ``depends on <expr>`` 87 **reverse dependencies**: ``select <symbol> [if <expr>]`` 103 **default value**: ``default <value> [if <expr>]`` 117 **reverse default** (weak reverse dependency): ``imply <symbol> [if <expr>]``
|
/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/ |
A D | build-toolchain.sh | 8 J=$(expr $(nproc) / 2)
|
/qemu/scripts/coverity-scan/ |
A D | model.c | 281 const char *expr) in g_assertion_message_expr() argument
|
/qemu/ |
A D | configure | 148 local_ver1=$(expr "$1" : '\([0-9.]*\)' | tr . ' ') 199 optarg=$(expr "x$opt" : 'x[^=]*=\(.*\)') 657 optarg=$(expr "x$opt" : 'x[^=]*=\(.*\)')
|
A D | hmp-commands.hx | 570 .params = "/fmt expr", 576 ``print`` or ``p/``\ *fmt* *expr*
|
/qemu/tests/unit/ |
A D | test-qga.c | 119 const char *expr, in qmp_assertion_message_error() argument 130 s = g_strdup_printf("assertion failed %s: %s %s", expr, class, desc); in qmp_assertion_message_error()
|