Home
last modified time | relevance | path

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

/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
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/
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
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/nom-7.1.3/
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
/external/libyuv/unit_test/
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
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
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
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
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
/external/rust/android-crates-io/crates/winnow/src/_topic/
Dmod.rs35 pub mod nom; module
/external/libopus/silk/
DA2NLSF.c136 opus_int32 nom, den; in silk_A2NLSF() local
/external/webrtc/modules/audio_coding/codecs/ilbc/
Ddo_plc.c58 int32_t nom; in WebRtcIlbcfix_DoThePlc() local
/external/deqp/framework/common/
DtcuInterval.cpp90 Interval operator/(const Interval &nom, const Interval &den) in operator /()
/external/ltp/testcases/network/nfsv4/locks/
Dlocktests.h154 char *nom; member
/external/rust/android-crates-io/crates/cexpr/src/
Dlib.rs20 pub mod nom { module
/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/features/
Dencode_av1_brc.cpp650 uint32_t nom = 0; in SetSequenceStructs() local
/external/sg3_utils/src/
Dsg_turs.c634 int64_t nom = num_done; in main() local
/external/libnl/lib/
Dutils.c534 unsigned int ns_per_usec, ns_per_tick, nom, denom; in get_psched_settings() local
/external/iproute2/lib/
Dutils.c794 unsigned int nom, denom; in __get_hz() local
/external/toybox/toys/pending/
Dip.c1728 unsigned int nom, denom; in display_route_info() local
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2174 Interval innerExtrema(const EvalContext &, const Interval &nom, const Interval &den) const in innerExtrema() argument
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3310 Interval innerExtrema(const EvalContext &, const Interval &nom, const Interval &den) const in innerExtrema() argument