Home
last modified time | relevance | path

Searched refs:itoa (Results 1 – 25 of 67) sorted by relevance

123

/external/rust/crates/itoa/
DREADME.md1 itoa chapter
4 …/badge/github-dtolnay/itoa-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">]…
5 …s://img.shields.io/crates/v/itoa.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](htt…
6itoa-66c2a5?style=for-the-badge&labelColor=555555&logoColor=white&logo=data:image/svg+xml;base64,P…
7 …s.io/github/workflow/status/dtolnay/itoa/CI/master?style=for-the-badge" height="20">](https://gith…
26 itoa = "0.4"
33 ![performance](https://raw.githubusercontent.com/dtolnay/itoa/master/performance.png)
45 itoa::write(&mut buf, 128u64)?;
50 let n = itoa::write(&mut bytes[..], 128u64)?;
59 itoa::fmt(&mut s, 128u64)?;
[all …]
DMETADATA1 name: "itoa"
6 value: "https://crates.io/crates/itoa"
10 value: "https://static.crates.io/crates/itoa/itoa-0.4.7.crate"
DCargo.toml.orig2 name = "itoa"
7 repository = "https://github.com/dtolnay/itoa"
8 documentation = "https://docs.rs/itoa"
DCargo.toml14 name = "itoa"
19 documentation = "https://docs.rs/itoa"
23 repository = "https://github.com/dtolnay/itoa"
DAndroid.bp44 crate_name: "itoa",
/external/swiftshader/src/Main/
DSwiftConfig.cpp33 std::string itoa(int number) in itoa() function
406 …html += "<tr><td>Optimization pass " + itoa(pass + 1) + ":</td><td><select name='optimization" + i… in page()
447 …nput type='text' size='10' maxlength='10' name='minPrimitives' value='" + itoa(config.minPrimitive… in page()
448 …nput type='text' size='10' maxlength='10' name='maxPrimitives' value='" + itoa(config.maxPrimitive… in page()
469 html += "<p>Frame: " + itoa(profiler.framesTotal) + "</p>\n"; in profile()
498 …html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px;… in profile()
499 …html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px;… in profile()
500 …html += "<div style='position:relative; float:left; width:" + itoa(interpTime) + "px; height:40px;… in profile()
501 …html += "<div style='position:relative; float:left; width:" + itoa(shaderTime) + "px; height:40px;… in profile()
502 …html += "<div style='position:relative; float:left; width:" + itoa(texTime) + "px; height:40px;… in profile()
[all …]
/external/rust/crates/itoa/benches/
Dbench.rs5 extern crate itoa;
21 use itoa;
27 itoa::write(&mut buf, black_box($value)).unwrap()
39 use itoa;
45 itoa::fmt(&mut buf, black_box($value)).unwrap()
/external/rust/crates/itoa/tests/
Dtest.rs4 extern crate itoa;
20 let len = itoa::write(&mut buf[..], $value).unwrap();
25 itoa::fmt(&mut s, $value).unwrap();
/external/toybox/toys/lsb/
Dseq.c57 static char *itoa(char *s, int i) in itoa() function
115 ss = flush_toybuf(itoa(ss, ii)); in seq_main()
117 ss = flush_toybuf(itoa(ss, ii)); in seq_main()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp112 itoa(int32_t i, char* buf) in itoa() function
402 expected+=itoa(row, buf); in TestIteration()
410 expected+=itoa(row, buf); in TestIteration()
411 expected+=itoa(col, buf); in TestIteration()
616 expected+=itoa(row, buf); in TestOtherAPI()
627 expected+=itoa(row, buf); in TestOtherAPI()
628 expected+=itoa(col, buf); in TestOtherAPI()
814 expected_string += itoa(j,buf); in testTag()
849 expected_string += itoa(index,buf); in testTag()
899 expected_string += itoa(row,buf); in testTag()
[all …]
Drestest.cpp76 itoa(int32_t i, char* buf) in itoa() function
459 expected_string += itoa(j,buf); in testTag()
481 expected_string += itoa(index,buf); in testTag()
/external/rust/crates/csv/src/
Dserializer.rs5 use itoa;
50 let mut buffer = itoa::Buffer::new(); in serialize_i8()
55 let mut buffer = itoa::Buffer::new(); in serialize_i16()
60 let mut buffer = itoa::Buffer::new(); in serialize_i32()
65 let mut buffer = itoa::Buffer::new(); in serialize_i64()
76 let mut buffer = itoa::Buffer::new(); in serialize_u8()
81 let mut buffer = itoa::Buffer::new(); in serialize_u16()
86 let mut buffer = itoa::Buffer::new(); in serialize_u32()
91 let mut buffer = itoa::Buffer::new(); in serialize_u64()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/core_patches/teensy/
D01-teensyduino_1.53-cpp17.diff35 static inline char * itoa(int val, char *buf, int radix) __attribute__((always_inline, unused));
70 static inline char * itoa(int val, char *buf, int radix) __attribute__((always_inline, unused));
/external/rust/crates/serde_json/src/lexical/
Dparse.rs36 let mut buffer = itoa::Buffer::new(); in parse_concise_float()
/external/rust/crates/csv/
DCargo.toml.orig29 itoa = "0.4.3"
DCargo.toml42 [dependencies.itoa]
/external/crosvm/io_uring/
DAndroid.bp65 // itoa-0.4.7
/external/crosvm/crosvm_plugin/
DAndroid.bp33 // itoa-0.4.7
/external/rust/crates/tinytemplate/
DAndroid.bp53 // itoa-0.4.7 "default,std"
/external/rust/crates/serde_json/
DCargo.toml36 [dependencies.itoa]
/external/crosvm/power_monitor/
DAndroid.bp72 // itoa-0.4.7
/external/crosvm/resources/
DAndroid.bp76 // itoa-0.4.7
/external/crosvm/vm_memory/
DAndroid.bp81 // itoa-0.4.7
/external/crosvm/net_sys/
DAndroid.bp72 // itoa-0.4.7
/external/crosvm/vfio_sys/
DAndroid.bp72 // itoa-0.4.7

123