HomeSort by relevance Sort by last modified time
    Searched defs:hash_seed (Results 1 - 11 of 11) sorted by null

  /bionic/libc/kernel/uapi/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /development/ndk/platforms/android-L/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /external/iptables/include/linux/netfilter/
xt_cluster.h 13 __u32 hash_seed; member in struct:xt_cluster_match_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_cluster.h 13 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_cluster.h 11 u_int32_t hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_cluster.h 11 u_int32_t hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/netfilter/
xt_cluster.h 30 __u32 hash_seed; member in struct:xt_cluster_match_info
  /external/chromium_org/chrome/tools/profile_reset/
jtl_compiler_frontend.cc 89 std::string hash_seed = cmd_line->GetSwitchValueASCII(kHashSeed); local
90 if (!JtlCompiler::Compile(source_code, hash_seed, &bytecode, &error)) {
  /external/e2fsprogs/debugfs/
htree.c 275 __u32 hash_seed[4]; local
277 hash_seed[0] = hash_seed[1] = hash_seed[2] = hash_seed[3] = 0;
288 if (uuid_parse(optarg, (unsigned char *) hash_seed)) {
301 "[-s hash_seed] filename");
305 hash_seed, &hash, &minor_hash);

Completed in 445 milliseconds