Searched refs:unused (Results 1 – 20 of 20) sorted by relevance
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_mps.data | 4 MPS Reader: Single step, single round, pausing enabled but unused 10 MPS Reader: Single step, multiple rounds, pausing enabled but unused 16 MPS Reader: Multiple steps, single round, pausing enabled but unused 22 MPS Reader: Multiple steps, multiple rounds, pausing enabled but unused
|
D | test_suite_ssl.function | 4240 /* The goto below is used to avoid an "unused label" warning.*/ 4258 /* The goto below is used to avoid an "unused label" warning.*/ 4268 /* The goto below is used to avoid an "unused label" warning.*/ 4289 /* The goto below is used to avoid an "unused label" warning.*/ 4301 /* The goto below is used to avoid an "unused label" warning.*/ 4313 /* The goto below is used to avoid an "unused label" warning.*/ 4327 /* The goto below is used to avoid an "unused label" warning.*/ 4379 /* The goto below is used to avoid an "unused label" warning.*/ 4400 /* The goto below is used to avoid an "unused label" warning.*/ 4411 /* The goto below is used to avoid an "unused label" warning.*/ [all …]
|
D | test_suite_cipher.function | 102 (void)valid_mode; /* In some configurations this is unused */ 227 (void)valid_mode; /* In some configurations this is unused */
|
D | test_suite_psa_crypto_metadata.function | 523 * asymmetric_signature_algorithm. Pacify -Werror=unused-label. */
|
D | test_suite_asn1parse.function | 742 goto exit; /* Silence unused label warning */
|
D | test_suite_x509parse.data | 1935 # signature = bit string with invalid encoding (missing number of unused bits) 1940 # signature = bit string with invalid encoding (number of unused bits too large)
|
/openthread-3.4.0/third_party/mbedtls/repo/docs/architecture/ |
D | mbed-crypto-storage-specification.md | 72 * File 0: unused. 75 * Files 0xffff0000 through 0xffffff51, 0xffffff53 through 0xffffffff: unused. 85 * Other files: unused. 131 * Files 0 through 0xffffff51, 0xffffff53 through 0xffffffff: unused, reserved for internal use of t… 141 * File 0: unused. 144 … through 0xffffff51, 0xffffff53 through 0xffffffff, 0x100000000 through 0xffffffffffffffff: unused. 214 * Files 0 through 0xfffeffff: unused. 224 * File 0: unused. 227 * Files 0x100000000 through 0xffffffffffffffff: unused. 236 * Other files are unused and reserved for future use. [all …]
|
/openthread-3.4.0/third_party/tcplp/ |
D | CMakeLists.txt | 58 "-Wno-unused-parameter" 86 "-Wno-unused-parameter"
|
D | Makefile.am | 68 override CFLAGS := $(CFLAGS) -Wno-unused-parameter
|
/openthread-3.4.0/third_party/mbedtls/repo/ |
D | .pylintrc | 73 # Allow unused variables if their name starts with an underscore. 74 # [unused-argument]
|
D | ChangeLog | 62 * Fix a parameter set but unused in psa_crypto_cipher.c. Fixes #4935. 665 * Zeroising of plaintext buffers in mbedtls_ssl_read() to erase unused 786 * Remove unused macros from MSVC projects. Reported in #3297 and fix 992 * Fix an unused variable warning when compiling without DTLS. 1104 * Fix to allow building test suites with any warning that detects unused 1298 * Ensure that unused bits are zero when writing ASN.1 bitstrings when using 1302 correctly as trailing zeroes were not accounted for as unused bits in the 1699 * Remove unused headers included in x509.c. Found by Chris Hanson and fixed 2397 * Fix unused variable/function compilation warnings in pem.c, x509_crt.c and 2748 * Fix unused function warning when using MBEDTLS_MDx_ALT or
|
/openthread-3.4.0/tools/harness-simulation/posix/sniffer_sim/proto/ |
D | sniffer.proto | 22 // Default value which is unused
|
/openthread-3.4.0/third_party/mbedtls/repo/include/psa/ |
D | crypto_values.h | 2075 unsigned int unused, psa_key_id_t key_id ) in mbedtls_svc_key_id_make() argument 2077 (void)unused; in mbedtls_svc_key_id_make()
|
/openthread-3.4.0/tools/gerrit/ |
D | README.md | 38 c097cd2d3 [mle] remove unused LeaderDataTlv from HandleChildUpdateRequest (#2936)
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/etc/ |
D | lcov.config | 47 # Do not remove unused test descriptions if non-zero
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/third_party/autoconf/m4/ |
D | ax_pthread.m4 | 271 # taking place, the -pthread option has no effect ("argument unused 288 …AC_CACHE_CHECK([whether Clang needs flag to prevent "argument unused" warning when linking with -p… 300 … for ax_pthread_try in '' -Qunused-arguments -Wno-unused-command-line-argument unknown; do
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 67 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-function")
|
/openthread-3.4.0/tests/scripts/thread-cert/ |
D | ipv6.py | 1209 unused = struct.unpack(">I", data.read(4))[0] 1210 if unused != 0:
|
D | test_ipv6.py | 1332 unused = random.randint(1, 1 << 32) 1336 io.BytesIO(bytearray(struct.pack(">I", unused)) + data))
|
/openthread-3.4.0/ |
D | STYLE_GUIDE.md | 79 …- All unused parameters shall be declared as such using the `OT_UNUSED_VARIABLE` macro at the top …
|