Searched defs:dw (Results 1 – 2 of 2) sorted by relevance
33 public static native void putLongInt(long a, long dw); in putLongInt()34 public static native void putULongInt(long a, long dw, boolean neg); in putULongInt()
130 uint64_t dw = java_dw; in NativeBN_putULongInt() local141 static void NativeBN_putLongInt(JNIEnv* env, jclass cls, jlong a, jlong dw) { in NativeBN_putLongInt()