/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/ |
H A D | README.md | 105 ### Binary format parsers 107 nom was designed to properly parse binary formats from the beginning. Compared argument 122 ### Text format parsers 124 While nom was made for binary format at first, it soon grew to work just as argument 138 ### Programming language parsers 141 flexibility and performance, nom can be (and has been successfully) used argument 156 ### Streaming formats 161 nom has been designed for a correct behaviour with partial data: If there is argument
|
H A D | Cargo.toml | 15 name = "nom" package
|
/aosp_15_r20/external/rust/android-crates-io/crates/nom/ |
D | README.md | 105 ### Binary format parsers 107 nom was designed to properly parse binary formats from the beginning. Compared argument 122 ### Text format parsers 124 While nom was made for binary format at first, it soon grew to work just as argument 138 ### Programming language parsers 141 flexibility and performance, nom can be (and has been successfully) used argument 156 ### Streaming formats 161 nom has been designed for a correct behaviour with partial data: If there is argument
|
D | Cargo.toml | 15 name = "nom" package
|
/aosp_15_r20/external/libyuv/unit_test/ |
H A D | scale_uv_test.cc | 94 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom) argument 95 #define SX(x, nom, denom) static_cast<int>((x / nom) * denom) argument 97 #define TEST_FACTOR1(name, filter, nom, denom) \ argument 109 #define TEST_FACTOR(name, nom, denom) \ argument 116 #define TEST_FACTOR(name, nom, denom) TEST_FACTOR1(name, Bilinear, nom, denom) argument
|
H A D | scale_rgb_test.cc | 121 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom) argument 122 #define SX(x, nom, denom) static_cast<int>((x / nom) * denom) argument 124 #define TEST_FACTOR1(name, filter, nom, denom, max_diff) \ argument 137 #define TEST_FACTOR(name, nom, denom) \ argument 144 #define TEST_FACTOR(name, nom, denom) \ argument
|
H A D | scale_argb_test.cc | 238 #define DX(x, nom, denom) static_cast<int>((Abs(x) / nom) * nom) argument 239 #define SX(x, nom, denom) static_cast<int>((x / nom) * denom) argument 241 #define TEST_FACTOR1(DISABLED_, name, filter, nom, denom, max_diff) \ argument 261 #define TEST_FACTOR(name, nom, denom) \ argument 268 #define TEST_FACTOR(name, nom, denom) \ argument 274 #define TEST_FACTOR(name, nom, denom) \ argument
|
H A D | scale_plane_test.cc | 237 #define DX(x, nom, denom) static_cast<int>(((Abs(x) / nom + 1) / 2) * nom * 2) argument 238 #define SX(x, nom, denom) static_cast<int>(((x / nom + 1) / 2) * denom * 2) argument 240 #define TEST_FACTOR1(name, filter, nom, denom, max_diff) \ argument 252 #define TEST_FACTOR(name, nom, denom, boxdiff) \ argument
|
H A D | scale_test.cc | 849 #define DX(x, nom, denom) static_cast<int>(((Abs(x) / nom + 1) / 2) * nom * 2) argument 850 #define SX(x, nom, denom) static_cast<int>(((x / nom + 1) / 2) * denom * 2) argument 852 #define TEST_FACTOR1(DISABLED_, name, filter, nom, denom, max_diff) \ argument 897 #define TEST_FACTOR(name, nom, denom, boxdiff) \ argument 904 #define TEST_FACTOR(name, nom, denom, boxdiff) \ argument 910 #define TEST_FACTOR(name, nom, denom, boxdiff) \ argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/winnow/src/_topic/ |
D | mod.rs | 35 pub mod nom; module
|
/aosp_15_r20/external/rust/beto-rust/common/pourover_macro/ |
D | Cargo.toml | 17 nom = { workspace = true, features = ["alloc"] } qkey
|
/aosp_15_r20/external/crosvm/serde_keyvalue/ |
H A D | Cargo.toml | 17 nom = { version = "7.1.0", features = ["alloc"] } qkey
|
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/ |
D | Cargo.toml | 21 nom = { version = "7.1.3", features = ["alloc"] } qkey
|
/aosp_15_r20/external/libopus/silk/ |
H A D | A2NLSF.c | 136 opus_int32 nom, den; in silk_A2NLSF() local
|
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/ |
H A D | do_plc.c | 58 int32_t nom; in WebRtcIlbcfix_DoThePlc() local
|
/aosp_15_r20/external/deqp/framework/common/ |
H A D | tcuInterval.cpp | 90 Interval operator/(const Interval &nom, const Interval &den) in operator /()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/ |
H A D | Cargo.toml | 33 nom = "7.1.3" qkey
|
/aosp_15_r20/external/ltp/testcases/network/nfsv4/locks/ |
H A D | locktests.h | 154 char *nom; member
|
/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/src/ |
D | lib.rs | 20 pub mod nom { module
|
/aosp_15_r20/external/rust/beto-rust/common/ |
D | Cargo.toml | 50 nom = { version = "7.1.3", default-features = false } qkey
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/ |
D | wcnss_service.c | 486 int nom = 0; in main() local
|
/aosp_15_r20/external/sg3_utils/src/ |
H A D | sg_turs.c | 634 int64_t nom = num_done; in main() local
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/ |
H A D | encode_av1_brc.cpp | 650 uint32_t nom = 0; in SetSequenceStructs() local
|
/aosp_15_r20/external/python/bumble/rust/ |
D | Cargo.toml | 26 nom = "7.1.3" qkey
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/wcnss-service/ |
D | wcnss_service.c | 731 int nom = 0; in main() local
|