OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:checksum
(Results
576 - 600
of
1787
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/base/metrics/
histogram_unittest.cc
404
uint32
checksum
;
local
405
EXPECT_TRUE(iter.ReadUInt32(&
checksum
));
406
EXPECT_EQ(histogram->bucket_ranges()->
checksum
(),
checksum
);
/external/chromium_org/chrome/browser/safe_browsing/
prefix_set_unittest.cc
100
// Helper function to re-generated |fp|'s
checksum
to be correct for
131
// Then re-generate the
checksum
to account for the new contents.
353
// Check that |CleanChecksum()| makes an acceptable
checksum
.
366
// Fix up the
checksum
and it will read successfully (though the
/external/chromium_org/chrome_frame/crash_reporting/
nt_loader.h
132
ULONG
CheckSum
; // 0x040
/external/chromium_org/courgette/third_party/
bsdiff.h
27
* 2005-04-26 - Define the header as a C structure, add a CRC32
checksum
to
/external/chromium_org/native_client_sdk/src/build_tools/
update_sdktools.py
79
archive['
checksum
']['sha1'] = sha1
/external/chromium_org/rlz/lib/
rlz_lib.h
185
// Checks if a ping response is valid - ie. it has a
checksum
line which
186
// is the CRC-32
checksum
of the message uptil the
checksum
. If
187
// checksum_idx is not NULL, it will get the index of the
checksum
, i.e. -
/external/chromium_org/sdch/open-vcdiff/src/
jsonwriter.h
24
#include "
checksum
.h"
vcdiff_test.sh
29
# the decoder will recognize the interleaved and
checksum
formats
31
VCD_OPTIONS="-interleaved -
checksum
"
373
# Remove -interleaved and -
checksum
options
377
|| { echo "Encode without -interleaved and -
checksum
options failed"; \
/external/chromium_org/sdch/open-vcdiff/vsprojects/vcddec/
vcddec.vcproj
153
RelativePath="..\..\src\
checksum
.h"
/external/chromium_org/sdch/open-vcdiff/vsprojects/vcdenc/
vcdenc.vcproj
156
RelativePath="..\..\src\
checksum
.h"
/external/chromium_org/third_party/lcov/
CHANGES
69
- Added --
checksum
option to enable line checksumming
74
- Added --
checksum
option
81
- Added --
checksum
option to enable line checksumming
180
- Added checksumming mechanism: each tracefile now contains a
checksum
for
/external/chromium_org/third_party/leveldatabase/src/doc/
log_format.txt
7
checksum
: uint32 // crc32c of type and data[] ; little-endian
/external/chromium_org/third_party/ots/src/
head.cc
28
// Skip the
checksum
adjustment
/external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_head.h
27
static const uint32_t fontChecksum = 0xB1B0AFBA; //
checksum
of all TT fonts
/external/chromium_org/third_party/sqlite/src/test/
crash4.test
45
# of the database after each statement. Also include a
checksum
for
mallocC.test
73
#
Checksum
the database.
/external/chromium_org/v8/tools/
fuzz-harness.sh
59
echo "Failed to verify
checksum
!"
/external/e2fsprogs/lib/et/test_cases/
heimdal2.c
18
"
Checksum
does not match",
/external/elfutils/libelf/
elf64_checksum.c
1
/* Compute simple
checksum
from permanent parts of the ELF file.
/external/freetype/include/freetype/internal/
fttrace.h
41
FT_TRACE_DEF( bitmap ) /* bitmap
checksum
(ftobjs.c) */
/external/grub/docs/
multiboot.h.texi
53
unsigned long
checksum
;
/external/grub/stage2/
smp-imps.c
282
* MPS
checksum
function
483
((" Bad MP Config Table sig 0x%x and/or
checksum
0x%x\n",
501
((" Bad Extended MP Config Table
checksum
0x%x\n", sum));
634
* signature and
checksum
for a floating pointer structure of the
/external/iproute2/man/man8/
ip-tunnel.8
183
checksum
. The
/external/kernel-headers/original/asm-x86/
mpspec_def.h
25
unsigned char mpf_checksum; /*
Checksum
(makes sum 0) */
/external/kernel-headers/original/linux/raid/
md.h
33
#include <net/
checksum
.h>
Completed in 1090 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>