Home
last modified time | relevance | path

Searched defs:nom (Results 1 – 25 of 37) sorted by relevance

12

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/
H A DREADME.md105 ### 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 DCargo.toml15 name = "nom" package
/aosp_15_r20/external/rust/android-crates-io/crates/nom/
DREADME.md105 ### 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
DCargo.toml15 name = "nom" package
/aosp_15_r20/external/libyuv/unit_test/
H A Dscale_uv_test.cc94 #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 Dscale_rgb_test.cc121 #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 Dscale_argb_test.cc238 #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 Dscale_plane_test.cc237 #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 Dscale_test.cc849 #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/
Dmod.rs35 pub mod nom; module
/aosp_15_r20/external/rust/beto-rust/common/pourover_macro/
DCargo.toml17 nom = { workspace = true, features = ["alloc"] } qkey
/aosp_15_r20/external/crosvm/serde_keyvalue/
H A DCargo.toml17 nom = { version = "7.1.0", features = ["alloc"] } qkey
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/
DCargo.toml21 nom = { version = "7.1.3", features = ["alloc"] } qkey
/aosp_15_r20/external/libopus/silk/
H A DA2NLSF.c136 opus_int32 nom, den; in silk_A2NLSF() local
/aosp_15_r20/external/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddo_plc.c58 int32_t nom; in WebRtcIlbcfix_DoThePlc() local
/aosp_15_r20/external/deqp/framework/common/
H A DtcuInterval.cpp90 Interval operator/(const Interval &nom, const Interval &den) in operator /()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/
H A DCargo.toml33 nom = "7.1.3" qkey
/aosp_15_r20/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.h154 char *nom; member
/aosp_15_r20/external/rust/android-crates-io/crates/cexpr/src/
Dlib.rs20 pub mod nom { module
/aosp_15_r20/external/rust/beto-rust/common/
DCargo.toml50 nom = { version = "7.1.3", default-features = false } qkey
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wcnss-service/
Dwcnss_service.c486 int nom = 0; in main() local
/aosp_15_r20/external/sg3_utils/src/
H A Dsg_turs.c634 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 Dencode_av1_brc.cpp650 uint32_t nom = 0; in SetSequenceStructs() local
/aosp_15_r20/external/python/bumble/rust/
DCargo.toml26 nom = "7.1.3" qkey
/aosp_15_r20/hardware/qcom/wlan/wcn6740/wcnss-service/
Dwcnss_service.c731 int nom = 0; in main() local

12