Home
last modified time | relevance | path

Searched refs:statement (Results 1 – 25 of 26) sorted by relevance

12

/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dblake2b-long.c27 #define TRY(statement) \ in blake2b_long() argument
29 ret = statement; \ in blake2b_long()
/f-stack/freebsd/contrib/zstd/
H A D.buckconfig3 …st-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototy…
/f-stack/freebsd/contrib/openzfs/module/
H A DKbuild.in19 ZFS_MODULE_CFLAGS += -std=gnu99 -Wno-declaration-after-statement
/f-stack/dpdk/doc/guides/contributing/
H A Dcoding_style.rst120 If the macro encapsulates a compound statement, enclose it in a do-while loop, so that it can be us…
381 * If you have to wrap a long statement, put the operator at the end of the line, and indent again.
383 …nt confusion as to whether the second line of the control statement forms part of the statement bo…
395 a = b + c; /* control statement itself if single indent used */
400 x = y + z; /* statement body no longer lines up */
404 z = a + really + long + statement + that + needs +
418 …nd ``}``) for control statements with zero or just a single statement, unless that statement is mo…
427 z = a + really + long + statement + that + needs +
480 * Do not use parentheses unless they are required for precedence or unless the statement is confusi…
548 …The second and subsequent lines should be further indented as for line statement continuations as …
[all …]
H A Dpatches.rst587 …://www.kernel.org/doc/html/latest/process/submitting-patches.html#reviewer-s-statement-of-oversight target
/f-stack/doc/
H A DF-Stack_Build_Guide.md59 - remove '\\' in statement printf at f-stack/tools/netstat/Makefile line 70, now it should be:
/f-stack/app/micro_thread/
H A Dkqueue_proxy.h39 #define kqueue_assert(statement) argument
H A Dheap.h34 #define heap_assert(statement) argument
H A Dmicro_thread.cpp35 #define ASSERT(statement) argument
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A DMakefile28 -Wdeclaration-after-statement -Wstrict-prototypes -Wundef \
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dsyna.txt9 Work in progress statement:
H A Damlogic.yaml13 Work in progress statement:
/f-stack/freebsd/contrib/openzfs/config/
H A Dlib-prefix.m4134 dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlparser.c54 static void statement (LexState *ls);
612 statement(ls); in statlist()
615 statement(ls); in statlist()
1215 statement(ls); in skipnoopstat()
1534 static void statement (LexState *ls) { in statement() function
/f-stack/freebsd/contrib/device-tree/Bindings/net/
H A Dethernet-phy.yaml14 # The dt-schema tools will generate a select statement first by using
/f-stack/freebsd/contrib/zstd/lib/
H A DMakefile64 -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \
/f-stack/app/redis-5.0.5/deps/lua/
H A DHISTORY156 + dofile and dostring can now return values (via return statement)
/f-stack/freebsd/contrib/zstd/programs/
H A DMakefile60 -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlparser.c1271 static int statement (LexState *ls) { in statement() function
1330 islast = statement(ls); in chunk()
/f-stack/freebsd/contrib/openzfs/module/icp/asm-x86_64/modes/
H A DTHIRDPARTYLICENSE.openssl124 You may add Your own copyright statement to Your modifications and
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/
H A DLICENSE124 You may add Your own copyright statement to Your modifications and
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog89 using a single `var` statement.
/f-stack/dpdk/doc/guides/rel_notes/
H A Dknown_issues.rst629 …atus bit. Since it is not supported by X710/XL710/XXV710, it return a *failed* value. The statement
H A Drelease_2_1.rst216 * Addition of AOC phy types to case statement in get_media_type.
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt403 surrounded by parens. Otherwise, a logical statement that applies a
563 values for Case statements within a single Switch statement. Duplicate
1315 statement. Error checking for the use of the External() statement has
3437 that corresponds to each disassembled ASL statement, to simplify
6281 correct External statement.
10303 statement.
11694 Store() statement are supported.
12347 method call was made from within a Return statement.
14366 statement to If...Else pairs.
16631 block below a Return() statement.
[all …]

12