Searched defs:initval (Results 1 - 15 of 15) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DIndentation.java51 * @param initval
54 protected Indentation(int initval) { argument
55 indentation = initval;
61 * @param initval
64 protected void setIndentation(int initval) { argument
65 indentation = initval;
/external/regex-re2/util/
H A Dhash.cc153 uint32 initval) /* the previous hash, or an arbitrary value */
158 a = b = c = 0xdeadbeef + (((uint32_t)length)<<2) + initval;
150 hashword( const uint32 *k, size_t length, uint32 initval) argument
/external/blktrace/
H A Djhash.h58 static inline u32 jhash(const void *key, u32 length, u32 initval) argument
64 a = b = c = JHASH_GOLDEN_RATIO + length + initval;
102 static inline u32 jhash2(u32 *k, u32 length, u32 initval) argument
107 a = b = c = JHASH_GOLDEN_RATIO + (length<<2) + initval;
136 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) argument
138 a += JHASH_GOLDEN_RATIO + initval;
139 b += JHASH_GOLDEN_RATIO + initval;
140 c += JHASH_GOLDEN_RATIO + initval;
147 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) argument
149 return jhash_3words(0, a, b, initval);
152 jhash_1word(u32 a, u32 initval) argument
[all...]
/external/libnl/lib/
H A Dhashtable.c192 uint32_t nl_hash(void *k, size_t length, uint32_t initval) argument
194 return(__nl_hash(k, length, initval));
/external/fio/
H A Dhash.h110 static inline uint32_t jhash(const void *key, uint32_t length, uint32_t initval) argument
116 a = b = c = JHASH_INITVAL + length + initval;
/external/ltp/testcases/kernel/syscalls/eventfd/
H A Deventfd01.c73 static int myeventfd(unsigned int initval, int flags) argument
76 return ltp_syscall(__NR_eventfd, initval);
/external/valgrind/drd/
H A Ddrd_thread.c153 static ThreadInfo initval; local
154 DRD_(g_threadinfo)[i] = initval;
/external/pcre/dist2/src/sljit/
H A DsljitLir.c2021 SLJIT_API_FUNC_ATTRIBUTE struct sljit_const* sljit_emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw initval) argument
2026 SLJIT_UNUSED_ARG(initval);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1470 TSAN_INTERCEPTOR(int, eventfd, unsigned initval, int flags) { argument
1471 SCOPED_TSAN_INTERCEPTOR(eventfd, initval, flags);
1472 int fd = REAL(eventfd)(initval, flags);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 447 milliseconds