Home
last modified time | relevance | path

Searched refs:two32 (Results 1 – 3 of 3) sorted by relevance

/external/blktrace/
Dblkparse.c576 __u32 two32[2]; in handle_notify() local
584 if (bit->pdu_len != sizeof(two32)) in handle_notify()
586 memcpy(two32, payload, sizeof(two32)); in handle_notify()
588 two32[0] = be32_to_cpu(two32[0]); in handle_notify()
589 two32[1] = be32_to_cpu(two32[1]); in handle_notify()
592 abs_start_time.tv_sec = two32[0]; in handle_notify()
593 abs_start_time.tv_nsec = two32[1]; in handle_notify()
/external/v8/test/mjsunit/asm/embenchen/
Dlua_binarytrees.js42454 Wrapper.two32 = new BigInteger();
42455 Wrapper.two32.fromString('4294967296', 10);
42465 a.multiplyTo(Wrapper.two32, b);
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js8955 Wrapper.two32 = new BigInteger();
8956 Wrapper.two32.fromString('4294967296', 10);
8966 a.multiplyTo(Wrapper.two32, b);