/external/blktrace/ |
D | jhash.h | 58 static inline u32 jhash(const void *key, u32 length, u32 initval) in jhash() argument 64 a = b = c = JHASH_GOLDEN_RATIO + length + initval; in jhash() 102 static inline u32 jhash2(u32 *k, u32 length, u32 initval) in jhash2() argument 107 a = b = c = JHASH_GOLDEN_RATIO + (length<<2) + initval; in jhash2() 136 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words() argument 138 a += JHASH_GOLDEN_RATIO + initval; in jhash_3words() 139 b += JHASH_GOLDEN_RATIO + initval; in jhash_3words() 140 c += JHASH_GOLDEN_RATIO + initval; in jhash_3words() 147 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words() argument 149 return jhash_3words(0, a, b, initval); in jhash_2words() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Indentation.java | 54 protected Indentation(int initval) { in Indentation() argument 55 indentation = initval; in Indentation() 64 protected void setIndentation(int initval) { in setIndentation() argument 65 indentation = initval; in setIndentation()
|
/external/llvm/test/Transforms/InstCombine/ |
D | 2013-03-05-Combine-BitcastTy-Into-Alloca.ll | 7 @initval = common global %struct._my_struct zeroinitializer, align 1 19 %k.sroa.0.0.copyload = load i96, i96* bitcast (%struct._my_struct* @initval to i96*), align 1 20 … x i8]* getelementptr inbounds (%struct._my_struct, %struct._my_struct* @initval, i64 0, i32 1) to…
|
/external/regex-re2/util/ |
D | hash.cc | 153 uint32 initval) /* the previous hash, or an arbitrary value */ in hashword() argument 158 a = b = c = 0xdeadbeef + (((uint32_t)length)<<2) + initval; in hashword()
|
/external/fio/ |
D | hash.h | 110 static inline uint32_t jhash(const void *key, uint32_t length, uint32_t initval) in jhash() argument 116 a = b = c = JHASH_INITVAL + length + initval; in jhash()
|
/external/autotest/site_utils/ |
D | lab_inventory.py | 414 initval = { board: _BoardCounts() for board in boards } 415 super(_LabInventory, self).__init__(initval)
|
/external/valgrind/drd/ |
D | drd_thread.c | 153 static ThreadInfo initval; in DRD_() local 154 DRD_(g_threadinfo)[i] = initval; in DRD_()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1610 TSAN_INTERCEPTOR(int, eventfd, unsigned initval, int flags) { in TSAN_INTERCEPTOR() argument 1611 SCOPED_TSAN_INTERCEPTOR(eventfd, initval, flags); in TSAN_INTERCEPTOR() 1612 int fd = REAL(eventfd)(initval, flags); in TSAN_INTERCEPTOR()
|
/external/pcre/dist/sljit/ |
D | sljitLir.c | 2005 …t* sljit_emit_const(struct sljit_compiler *compiler, sljit_si dst, sljit_sw dstw, sljit_sw initval) in sljit_emit_const() argument 2010 SLJIT_UNUSED_ARG(initval); in sljit_emit_const()
|
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |