Searched refs:write_u64 (Results 1 - 5 of 5) sorted by relevance
/third_party/rust/crates/rustc-hash/src/ |
H A D | lib.rs | 128 fn write_u64(&mut self, i: u64) { in write_u64() functions 135 fn write_u64(&mut self, i: u64) { in write_u64() functions
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | tagstruct.c | 148 static void write_u64(pa_tagstruct *t, uint64_t u) { in write_u64() function 264 write_u64(t, u); in pa_tagstruct_put_usec() 271 write_u64(t, u); in pa_tagstruct_putu64() 278 write_u64(t, u); in pa_tagstruct_puts64()
|
/third_party/python/Include/internal/ |
H A D | pycore_code.h | 346 write_u64(uint16_t *p, uint64_t val) in write_u64() function 384 write_u64(uint16_t *p, uint64_t val) in write_u64() function 419 write_u64(p, val); in write_obj()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-module-builder.h | 57 void write_u64(uint64_t x) { in write_u64() function in v8::internal::wasm::ZoneBuffer 91 void write_f64(double val) { write_u64(bit_cast<uint64_t>(val)); } in write_f64()
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 51326 fn write_u64(&mut self, i: u64) { write_u64() functions [all...] |
Completed in 47 milliseconds