Searched refs:truncating (Results 1 – 25 of 188) sorted by relevance
12345678
/third_party/e2fsprogs/tests/f_orphan_extents_inode/ |
D | name | 1 truncating an orphaned extent-mapped inode
|
/third_party/e2fsprogs/tests/f_orphan_indirect_inode/ |
D | name | 1 truncating an orphaned inode in preen mode
|
/third_party/libwebsockets/READMEs/ |
D | README.http_parser.md | 32 seen in the argument into truncating the argument. Use `lws_get_urlarg_by_name_safe()`
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrMemory.td | 209 // Defines atomic and non-atomic stores, regular and truncating 272 // Select truncating stores with no constant offset. 279 // Select truncating stores with a constant offset. 291 // Select truncating stores with just a constant offset.
|
D | WebAssemblyInstrAtomics.td | 324 // Fragments for truncating stores. 326 // We don't have single truncating atomic store instructions. For 32-bit 328 // truncating stores from i64 values are once truncated to i32 first. 520 // These are combined patterns of truncating store patterns and zero-extending 541 // These are combined patterns of truncating store patterns and sign-extending 554 // Patterns for various addressing modes for truncating-extending binary RMWs. 759 // Patterns for various addressing modes for truncating-extending ternary RMWs.
|
/third_party/node/deps/npm/node_modules/set-blocking/ |
D | README.md | 19 newer versions of Node.js (`0.12+`), truncating terminal output.
|
/third_party/e2fsprogs/e2fsck/ |
D | super.c | 72 int truncating; member 129 if (pb->truncating) { in release_inode_block() 209 pb.truncating = 1; in release_inode_blocks() 215 pb.truncating = 0; in release_inode_blocks()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/supplemental/ |
D | asymmetric_view.dart | 68 // The operator ~/ is a cool one. It's the truncating division operator. It
|
/third_party/boost/libs/numeric/conversion/doc/ |
D | numeric_cast.qbk | 38 the C++ Standard, such as truncating floating point types when converting
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | README.txt | 89 but truncating the load would give:
|
/third_party/gstreamer/gst_libav/ |
D | meson.build | 116 '/wd4305', # truncating type conversion (e.g. double -> float)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | SelectionDAGCompat.td | 145 // truncating store is (G_STORE (G_TRUNCATE x)) in GlobalISel. Additionally,
|
/third_party/openssl/doc/man3/ |
D | OBJ_nid2obj.pod | 74 at most I<buf_len> bytes are written, truncating the result if necessary.
|
D | BIO_s_connect.pod | 114 truncating the string at that point.
|
/third_party/boost/libs/system/doc/system/ |
D | reference.adoc | 358 *** copy a string describing the error into `buffer`, truncating it to `len-1` 363 `buffer`, truncating it to `len-1` characters and storing a null terminator.
|
/third_party/skia/third_party/externals/harfbuzz/ |
D | meson.build | 33 '/wd4305', # truncating type conversion (e.g. double -> float)
|
/third_party/harfbuzz/ |
D | meson.build | 34 '/wd4305', # truncating type conversion (e.g. double -> float)
|
/third_party/littlefs/tests/ |
D | test_files.toml | 219 [[case]] # truncating files
|
/third_party/python/Misc/NEWS.d/ |
D | 3.5.0b1.rst | 628 instead of silently truncating them.
|
D | 3.8.0a3.rst | 97 truncating paths, if a path is too long.
|
/third_party/gstreamer/gstplugins_good/ |
D | meson.build | 48 '/wd4305', # truncating type conversion (e.g. double -> float)
|
/third_party/gstreamer/gstplugins_base/ |
D | meson.build | 63 '/wd4305', # truncating type conversion (e.g. double -> float)
|
/third_party/gstreamer/gstplugins_bad/ |
D | meson.build | 65 '/wd4305', # truncating type conversion (e.g. double -> float)
|
/third_party/gstreamer/gstreamer/ |
D | meson.build | 48 '/wd4305', # truncating type conversion (e.g. double -> float)
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | geometry.dart | 279 /// Integer (truncating) division operator. 487 /// Integer (truncating) division operator. 995 /// Integer (truncating) division operator.
|
12345678