/reactos/drivers/network/tcpip/lwip/test/unit/ip6/ |
H A D | test_ip6.c | 252 u8_t zeros[128]; in START_TEST() local 257 memset(zeros, 0, sizeof(zeros)); in START_TEST() 260 fail_unless(!memcmp(test_netif6.hwaddr, zeros, 6)); in START_TEST() 263 fail_unless(!memcmp(netif_ip6_addr(&test_netif6, 0), zeros, sizeof(ip6_addr_t))); in START_TEST()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | SetUnhandledExceptionFilter.c | 179 ULONG zeros[4] = {0, 0, 0, 0}; in TestSSEExceptions() local 187 : : "r"(&zeros), "r"(&ones) : "xmm0", "xmm1" in TestSSEExceptions()
|
/reactos/base/applications/network/telnet/doc/ |
H A D | 00readme.avs | 150 Leading zeros may not be omitted. 181 Leading zeros may be omitted.
|
/reactos/modules/rostests/winetests/msvcrt/ |
H A D | string.c | 3043 static const WCHAR zeros[] = { in test__wcstoi64() local 3105 for (i = 0; i < ARRAY_SIZE(zeros); ++i) { in test__wcstoi64() 3106 WCHAR tmp[] = {zeros[i] + 4, zeros[i], zeros[i] + 5, 0}; in test__wcstoi64() 3108 ok(res == 405, "with zero = U+%04X: got %d, expected 405\n", zeros[i], (int)res); in test__wcstoi64() 3109 tmp[1] = zeros[i] + 10; in test__wcstoi64() 3111 ok(res == 4, "with zero = U+%04X: got %d, expected 4\n", zeros[i], (int)res); in test__wcstoi64()
|
/reactos/dll/3rdparty/mbedtls/ |
H A D | rsa.c | 2217 unsigned char zeros[8]; in mbedtls_rsa_rsassa_pss_verify_ext() local 2268 memset( zeros, 0, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext() 2323 ret = mbedtls_md_update( &md_ctx, zeros, 8 ); in mbedtls_rsa_rsassa_pss_verify_ext()
|
/reactos/dll/cpl/intl/lang/ |
H A D | he-IL.rc | 82 LTEXT "Display leading &zeros:", -1, 8, 166, 96, 10, WS_CHILD | WS_VISIBLE | WS_GROUP
|
H A D | en-US.rc | 80 LTEXT "Display leading &zeros:", -1, 8, 166, 96, 10, WS_CHILD | WS_VISIBLE | WS_GROUP
|
H A D | pt-BR.rc | 80 LTEXT "Exibir &zeros à esquerda:", -1, 8, 166, 96, 10, WS_CHILD | WS_VISIBLE | WS_GROUP
|
H A D | pt-PT.rc | 87 LTEXT "Apresentar &zeros à esquerda:", -1, 8, 166, 96, 10, WS_CHILD | WS_VISIBLE | WS_GROUP
|
/reactos/drivers/network/tcpip/lwip/src/netif/ppp/ |
H A D | PPPD_FOLLOWUP | 129 2012-05-20 - rp-pppoe plugin: Print leading zeros in MAC address
|
/reactos/sdk/lib/3rdparty/zlib/ |
H A D | FAQ | 304 calloc(), which zeros out the allocated memory. Even though the code was
|
H A D | ChangeLog | 345 - Update contrib/puff/zeros.raw test file to have all block types
|
/reactos/base/applications/network/telnet/ |
H A D | telnet.cfg | 73 Leading zeros may not be omitted. 115 Leading zeros may be omitted.
|
/reactos/sdk/lib/3rdparty/stlport/etc/ |
H A D | ChangeLog | 1579 limitation in the number of appended trailing zeros. 1580 - In __format_float_fixed, removed limitation of number of trailing zeros 2937 that we shouldn't add zeros if there are more than 3 significant digits.
|
/reactos/sdk/include/reactos/mc/ |
H A D | ntstatus.mc | 222 Specified buffer contains all zeros.
|
H A D | errcodes.mc | 7850 Specified buffer contains all zeros. 7853 Specified buffer contains all zeros. 7859 Specified buffer contains all zeros.
|
/reactos/dll/win32/kernel32/winnls/lang/ |
H A D | bg-BG.mc | 3143 ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros.
|
H A D | pl-PL.mc | 3146 ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros.
|
H A D | ru-RU.mc | 3144 ERROR_BUFFER_ALL_ZEROS - Specified buffer contains all zeros.
|