Searched refs:h_size (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create04.c | 33 char *h_size; member 36 {.flag = MFD_HUGE_64KB, .h_size = "64kB"}, 37 {.flag = MFD_HUGE_512KB, .h_size = "512kB"}, 38 {.flag = MFD_HUGE_2MB, .h_size = "2048kB"}, 39 {.flag = MFD_HUGE_8MB, .h_size = "8192kB"}, 40 {.flag = MFD_HUGE_16MB, .h_size = "16384kB"}, 41 {.flag = MFD_HUGE_256MB, .h_size = "262144kB"}, 42 {.flag = MFD_HUGE_1GB, .h_size = "1048576kB"}, 43 {.flag = MFD_HUGE_2GB, .h_size = "2097152kB"}, 44 {.flag = MFD_HUGE_16GB, .h_size = "16777216kB"}, [all …]
|
/external/tcpdump/ |
D | print-nflog.c | 76 uint16_t h_size = sizeof(nflog_hdr_t); in nflog_if_print() local 82 return h_size; in nflog_if_print() 87 return h_size; in nflog_if_print() 102 return h_size; in nflog_if_print() 114 return h_size; in nflog_if_print() 121 return h_size; in nflog_if_print() 131 h_size += sizeof(nflog_tlv_t); in nflog_if_print() 138 h_size += size; in nflog_if_print() 165 return h_size; in nflog_if_print()
|
/external/scapy/scapy/layers/tls/ |
D | tools.py | 87 h_size = alg.hash_len 88 if p.len < h_size: 90 received_h = p.fragment[-h_size:] 91 p.len -= h_size 92 p.fragment = p.fragment[:-h_size]
|
/external/webrtc/modules/audio_processing/aec3/ |
D | matched_filter.cc | 45 const int h_size = static_cast<int>(h.size()); in MatchedFilterCore_NEON() local 47 RTC_DCHECK_EQ(0, h_size % 4); in MatchedFilterCore_NEON() 66 std::min(h_size, static_cast<int>(x_size - x_start_index)); in MatchedFilterCore_NEON() 69 const int chunk2 = h_size - chunk1; in MatchedFilterCore_NEON() 155 const int h_size = static_cast<int>(h.size()); in MatchedFilterCore_SSE2() local 157 RTC_DCHECK_EQ(0, h_size % 4); in MatchedFilterCore_SSE2() 176 std::min(h_size, static_cast<int>(x_size - x_start_index)); in MatchedFilterCore_SSE2() 179 const int chunk2 = h_size - chunk1; in MatchedFilterCore_SSE2()
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_taskdeps.cpp | 119 size_t h_size; in __kmp_dephash_create() local 122 h_size = KMP_DEPHASH_MASTER_SIZE; in __kmp_dephash_create() 124 h_size = KMP_DEPHASH_OTHER_SIZE; in __kmp_dephash_create() 127 h_size * sizeof(kmp_dephash_entry_t *) + sizeof(kmp_dephash_t); in __kmp_dephash_create() 134 h->size = h_size; in __kmp_dephash_create() 141 for (size_t i = 0; i < h_size; i++) in __kmp_dephash_create()
|
/external/kernel-headers/original/uapi/linux/ |
D | rkisp1-config.h | 207 __u16 h_size; member
|