Searched refs:emit (Results 1 – 22 of 22) sorted by relevance
54 static void emit(struct json_lexer *lex, enum json_tokens token) in emit() function100 emit(lex, JSON_TOK_ERROR); in lexer_string()140 emit(lex, JSON_TOK_STRING); in lexer_string()150 emit(lex, JSON_TOK_ERROR); in lexer_string()172 emit(lex, JSON_TOK_TRUE); in lexer_boolean()178 emit(lex, JSON_TOK_FALSE); in lexer_boolean()184 emit(lex, JSON_TOK_ERROR); in lexer_boolean()191 emit(lex, JSON_TOK_ERROR); in lexer_null()195 emit(lex, JSON_TOK_NULL); in lexer_null()209 emit(lex, JSON_TOK_NUMBER); in lexer_number()[all …]
65 - process each field in some way (e.g. sync-push emit, concat, enqueue to67 - perform actions at transaction-stop (e.g. mutex-release, emit of concat87 How to serialize and emit fields as well as handling alignment, can be done336 ``lock(); emit(a); emit(b); emit(c); release();``343 ``emit(a,thread_id); emit(b,thread_id); emit(c,thread_id);``348 ``emit(a ## b ## c); /* Concat to buffer */``350 ``lock(); emit(a); emit(b); emit(c); release(); /* No extra mem */``355 ``emit(a ## b ## c, thread_id);``
8 * this does is emit records for which interrupts are at which level,
90 # Resolving symbols using generated steering files will emit the warnings 6331 and 6332.
85 instruction to emit the passed data to the standard output
42 bool "Trigger callback on event emit"
6 the symbol table) for the target as its sole argument. It will emit a
258 * Pulpino toolchains emit these sections; we don't care about them,
177 * above, which may emit "GOT indirections" for the weak symbol
168 * above, which may emit "GOT indirections" for the weak symbol
180 # we need to emit PIC code. This limitation is undocumented and
65 def emit(self, record): member in WestLogHandler
34 * including alignment to a cache line. Be sure to also emit the
34 * emit an undefined symbol error.
303 printk to emit messages to the 16550 UART port 0 instance in device
813 This tells the build system to emit all possible syscalls found
717 $<$<BOOL:${CONFIG_EMIT_ALL_SYSCALLS}>:--emit-all-syscalls>
1022 If stack canaries are supported by the compiler, it will emit
747 might wrongly emit a warning about a ``boards`` directory not being found.
467 * Added support to handle controller abort where the target does not emit
2307 need a :dtcompatible:`zephyr,kscan-input` child node to emit input events.