/external/rust/crates/itoa/ |
D | README.md | 1 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… 6 …itoa-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 …]
|
D | METADATA | 1 name: "itoa" 6 value: "https://crates.io/crates/itoa" 10 value: "https://static.crates.io/crates/itoa/itoa-0.4.7.crate"
|
D | Cargo.toml.orig | 2 name = "itoa" 7 repository = "https://github.com/dtolnay/itoa" 8 documentation = "https://docs.rs/itoa"
|
D | Cargo.toml | 14 name = "itoa" 19 documentation = "https://docs.rs/itoa" 23 repository = "https://github.com/dtolnay/itoa"
|
D | Android.bp | 44 crate_name: "itoa",
|
/external/swiftshader/src/Main/ |
D | SwiftConfig.cpp | 33 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/ |
D | bench.rs | 5 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/ |
D | test.rs | 4 extern crate itoa; 20 let len = itoa::write(&mut buf[..], $value).unwrap(); 25 itoa::fmt(&mut s, $value).unwrap();
|
/external/toybox/toys/lsb/ |
D | seq.c | 57 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/ |
D | restsnew.cpp | 112 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 …]
|
D | restest.cpp | 76 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/ |
D | serializer.rs | 5 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/ |
D | 01-teensyduino_1.53-cpp17.diff | 35 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/ |
D | parse.rs | 36 let mut buffer = itoa::Buffer::new(); in parse_concise_float()
|
/external/rust/crates/csv/ |
D | Cargo.toml.orig | 29 itoa = "0.4.3"
|
D | Cargo.toml | 42 [dependencies.itoa]
|
/external/crosvm/io_uring/ |
D | Android.bp | 65 // itoa-0.4.7
|
/external/crosvm/crosvm_plugin/ |
D | Android.bp | 33 // itoa-0.4.7
|
/external/rust/crates/tinytemplate/ |
D | Android.bp | 53 // itoa-0.4.7 "default,std"
|
/external/rust/crates/serde_json/ |
D | Cargo.toml | 36 [dependencies.itoa]
|
/external/crosvm/power_monitor/ |
D | Android.bp | 72 // itoa-0.4.7
|
/external/crosvm/resources/ |
D | Android.bp | 76 // itoa-0.4.7
|
/external/crosvm/vm_memory/ |
D | Android.bp | 81 // itoa-0.4.7
|
/external/crosvm/net_sys/ |
D | Android.bp | 72 // itoa-0.4.7
|
/external/crosvm/vfio_sys/ |
D | Android.bp | 72 // itoa-0.4.7
|