Home
last modified time | relevance | path

Searched defs:Crc32 (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/icing/icing/util/
H A Dcrc32.h34 Crc32() : crc_(0) {} in Crc32() function
36 explicit Crc32(uint32_t init_crc) : crc_(init_crc) {} in Crc32() function
38 explicit Crc32(std::string_view str) : crc_(0) { Append(str); } in Crc32() function
/aosp_15_r20/external/pigweed/pw_checksum/
H A Dcrc32_test.cc42 TEST(Crc32, Empty) { in TEST() argument
51 TEST(Crc32, Buffer) { in TEST() argument
58 TEST(Crc32, String) { in TEST() argument
/aosp_15_r20/external/cronet/net/disk_cache/simple/
H A Dsimple_util.cc108 uint32_t Crc32(base::span<const uint8_t> data) { in Crc32() function
113 uint32_t Crc32(const char* data, int length) { in Crc32() function
/aosp_15_r20/external/cronet/base/metrics/
H A Dcrc32.cc73 uint32_t Crc32(uint32_t sum, span<const uint8_t> data) { in Crc32() function
/aosp_15_r20/external/libtextclassifier/native/lang_id/common/math/
H A Dchecksum.h32 Crc32() : current_(GetInitialCrc32()) {} in Crc32() function
/aosp_15_r20/external/vboot_reference/firmware/lib/cgptlib/
H A Dcrc32.c102 uint32_t Crc32(const void *buffer, uint32_t len) in Crc32() function
/aosp_15_r20/external/libchrome/base/metrics/
H A Dbucket_ranges.cc77 static uint32_t Crc32(uint32_t sum, HistogramBase::Sample value) { in Crc32() function
/aosp_15_r20/external/pigweed/pw_checksum/public/pw_checksum/
H A Dcrc32.h115 using Crc32 = Crc32Impl<_pw_checksum_InternalCrc32>; variable
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Guid/
H A DDebugImageInfoTable.h33 …UINT32 Crc32; ///< A 32-bit CRC value that is used to verify the EFI… member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Guid/
H A DDebugImageInfoTable.h33 …UINT32 Crc32; ///< A 32-bit CRC value that is used to verify the EFI_S… member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Guid/
H A DDebugImageInfoTable.h33 …UINT32 Crc32; ///< A 32-bit CRC value that is used to verify the EFI_S… member
/aosp_15_r20/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/
H A DDebugImageInfoTable.h39 …UINT32 Crc32; ///< A 32-bit CRC value that is used to verify the EFI_S… member
/aosp_15_r20/device/google/contexthub/util/nanotool/
Dnanopacket.cpp44 uint32_t Crc32(const uint8_t *buffer, int length) { in Crc32() function
/aosp_15_r20/external/avb/test/
H A Davb_util_unittest.cc508 TEST_F(UtilTest, Crc32) { in TEST_F() argument
/aosp_15_r20/external/uwb/src/rust/uwb_core/src/params/
H A Dfira_app_config_params.rs866 Crc32 = 1, enumerator
/aosp_15_r20/external/cronet/third_party/netty4/src/jar/all-in-one/
HDnetty-all-4.1.9.Final.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/native/ io/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.16.1/
HDgrpc-netty-shaded-1.16.1.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.56.0/
HDgrpc-netty-shaded-1.56.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...
/aosp_15_r20/prebuilts/bundletool/
HDbundletool-all-20230807.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/tools/deviceinfra/prebuilts/
Dats_local_runner_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dats_console_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dlab_server_oss_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dats_olc_server_local_mode_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
Dats_olc_server_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Dall_android_tools_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...

12