/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/netinet/ |
icmp6.h | 74 u_int16_t icmp6_cksum; /* checksum field */ 553 #define ICMP6_STAT_CHECKSUM 261 /* bad checksum */
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/netinet/ |
icmp6.h | 74 u_int16_t icmp6_cksum; /* checksum field */ 553 #define ICMP6_STAT_CHECKSUM 261 /* bad checksum */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/netinet/ |
icmp6.h | 74 u_int16_t icmp6_cksum; /* checksum field */ 553 #define ICMP6_STAT_CHECKSUM 261 /* bad checksum */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/netinet/ |
icmp6.h | 74 u_int16_t icmp6_cksum; /* checksum field */ 553 #define ICMP6_STAT_CHECKSUM 261 /* bad checksum */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/netinet/ |
icmp6.h | 74 u_int16_t icmp6_cksum; /* checksum field */ 553 #define ICMP6_STAT_CHECKSUM 261 /* bad checksum */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/netinet/ |
icmp6.h | 74 u_int16_t icmp6_cksum; /* checksum field */ 553 #define ICMP6_STAT_CHECKSUM 261 /* bad checksum */
|
/external/chromium/testing/gmock/scripts/ |
upload.py | 677 checksum = md5.new(content).hexdigest() 683 ("checksum", checksum), [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 677 checksum = md5.new(content).hexdigest() 683 ("checksum", checksum), [all...] |
/external/chromium_org/testing/gtest/scripts/ |
upload.py | 677 checksum = md5.new(content).hexdigest() 683 ("checksum", checksum), [all...] |
/external/grub/docs/ |
multiboot.texi | 372 @item 8 @tab u32 @tab checksum @tab required 384 The fields @samp{magic}, @samp{flags} and @samp{checksum} are defined in 439 @item checksum 440 The field @samp{checksum} is a 32-bit unsigned value which, when added [all...] |
multiboot.info | 336 8 u32 checksum required 347 The fields `magic', `flags' and `checksum' are defined in *Note 404 `checksum' 405 The field `checksum' is a 32-bit unsigned value which, when added [all...] |
/external/libnfc-nxp/src/ |
phDnldNfc.c | 207 /* Checksum Error Response to a Command Sent in the Download Mode */ 345 /* The Section checksum to verify the integrity of the section [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
isac.c | 598 LEN_CHECK_SUM_WORD8 for the checksum should be less than or equal [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-addr2line | |
i686-linux-strings | |
/external/chromium_org/third_party/lcov/bin/ |
genhtml | 49 # 2003-07-10 / Peter Oberparleiter: added line checksum support 1066 # %checkdata : line number -> checksum of source code line 1098 my $line_checksum; # Checksum of current line [all...] |
/external/qemu/block/ |
vvfat.c | 676 /* calculate checksum; propagate to long name */ 1427 int checksum, len; member in struct:__anon26602 [all...] |
/external/stressapptest/src/ |
worker.cc | 1026 AdlerChecksum *checksum, 1087 checksum->Set(a1, a2, b1, b2); 1097 AdlerChecksum *checksum, 1099 // Do ASM copy, ignore checksum. [all...] |
/external/chromium/base/metrics/ |
histogram.h | 518 // Checksum function for accumulating range values into a checksum. 568 // For redundancy, we store a checksum of all the sample ranges when ranges
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder3_test.cc | 215 // If a checksum is present, then fuzzing any of the bits may produce an error, 676 // It should fail while trying to interpret the checksum. 756 // If a checksum is present, then fuzzing any of the bits may produce an error, [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdecoder3_test.cc | 218 // If a checksum is present, then fuzzing any of the bits may produce an error, 679 // It should fail while trying to interpret the checksum. 759 // If a checksum is present, then fuzzing any of the bits may produce an error, [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard.js | 858 var checksum = bytes.substring(checksumPosition + commentKey.length, checksumPosition + commentKey.length + 32); 860 checksumContainer.innerText = 'Embedded checksum: ' + checksum; [all...] |
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.cpp | 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) 554 sscanf(checksum, "%x", &cksum); 594 UnicodeString cksum_attr = UNICODE_STRING_SIMPLE("checksum"); [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
wal2.test | 70 # header (6 fields and 2 checksum values), do the following: 163 # Because the header checksum looks Ok, the reader does not run recovery, 780 # Test a theory about the checksum algorithm. Theory was false and this [all...] |
/external/icu4c/test/letest/ |
letest.cpp | 538 LEFontInstance *openFont(const char *fontName, const char *checksum, const char *version, const char *testID) 554 sscanf(checksum, "%x", &cksum); 594 UnicodeString cksum_attr = UNICODE_STRING_SIMPLE("checksum"); [all...] |