Home
last modified time | relevance | path

Searched defs:nu (Results 1 – 25 of 114) sorted by relevance

12345

/aosp_15_r20/external/owasp/sanitizer/lib/htmlparser-1.3/
Dhtmlparser-1.3.jar ... java package nu.validator.htmlparser.tools public nu.validator.htmlparser.tools.XSLT4HTML5XOM extends java ...
Dhtmlparser-1.3-with-transitions.jar ... java package nu.validator.htmlparser.tools public nu.validator.htmlparser.tools.XSLT4HTML5XOM extends java ...
/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_spill.c49 init_next_uses(struct next_uses *nu, void *memctx) in init_next_uses()
55 destroy_next_uses(struct next_uses *nu) in destroy_next_uses()
61 clear_next_uses(struct next_uses *nu) in clear_next_uses()
67 copy_next_uses(struct next_uses *nu, const struct next_uses *from) in copy_next_uses()
77 set_next_use(struct next_uses *nu, unsigned node, dist_t dist) in set_next_use()
90 search_next_uses(const struct next_uses *nu, unsigned node) in search_next_uses()
100 #define foreach_next_use(nu, node, dist) \ argument
112 minimum_next_uses(struct next_uses *nu, const struct next_uses *from) in minimum_next_uses()
629 struct next_uses nu; in calculate_local_next_use() local
/aosp_15_r20/external/lzma/C/
H A DPpmd8.c22 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) argument
23 #define U2I(nu) (p->Units2Indx[(size_t)(nu) - 1]) argument
139 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); in Ppmd8_SplitBlock() local
193 UInt32 nu = node->NU; in Ppmd8_GlueFreeBlocks() local
236 UInt32 nu = node->NU; in Ppmd8_GlueFreeBlocks() local
337 static void FreeUnits(CPpmd8 *p, void *ptr, unsigned nu) in FreeUnits()
387 UInt32 nu = node->NU; in ExpandTextArea() local
612 unsigned nu; in CutOff() local
H A DPpmd7.c22 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) argument
23 #define U2I(nu) (p->Units2Indx[(size_t)(nu) - 1]) argument
139 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); in Ppmd7_SplitBlock() local
187 const UInt16 nu = I2U_UInt16(i); in Ppmd7_GlueFreeBlocks() local
212 UInt32 nu = node->NU; in Ppmd7_GlueFreeBlocks() local
236 UInt32 nu = node->NU; in Ppmd7_GlueFreeBlocks() local
/aosp_15_r20/external/skia/tools/viewer/
H A DPatchSlide.cpp80 static void eval_sheet(const SkPoint edge[], int nu, int nv, int iu, int iv, in eval_sheet()
109 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in draw()
189 static void drawpatches(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in drawpatches()
244 const int nu = 10; in draw() local
/aosp_15_r20/external/clang/test/CXX/special/class.ctor/
H A Dp5-0x.cpp26 union NotDeleted1a { DefaultedDefCtor1 nu; }; member
28 union NotDeleted1b { DefaultedDefCtor2 nu; }; member
/aosp_15_r20/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DByteBufferHelper.java34 …ByteBuffer nu = ByteBuffer.wrap(buffer.array(), oldBuffer.arrayOffset(), oldBuffer.limit() + buffe… in mergeAdjacentBuffers() local
H A DDefaultMp4Builder.java562 …ByteBuffer nu = ByteBuffer.wrap(buffer.array(), oldBuffer.arrayOffset(), oldBuffer.limit() + buffe… in unifyAdjacentBuffers() local
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Drand_util_pa_unittest.cc157 double ChiSquaredCriticalValue(double nu, double x_p) { in ChiSquaredCriticalValue()
/aosp_15_r20/external/libwebsockets/lib/core/
H A Dcontext.c1763 uint32_t nu; in lws_context_destroy() local
/aosp_15_r20/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java389 InputBinding nu = new InputBinding(ic, binding); in bindInput() local
/aosp_15_r20/external/libxaac/encoder/drc_src/
H A Dimpd_drc_mux.c1707 WORD32 bits = 0, mu = 0, nu = 0; in impd_drc_write_drc_coeff_parametric_drc() local
2265 WORD32 mu = 0, nu = 0; in impd_drc_write_eq_coefficients() local
/aosp_15_r20/external/cronet/base/
H A Drand_util_unittest.cc295 double ChiSquaredCriticalValue(double nu, double x_p) { in ChiSquaredCriticalValue()
/aosp_15_r20/external/libxaac/decoder/drc_src/
H A Dimpd_drc_dynamic_payload.c943 WORD32 eq_gain_cnt, mu, nu, temp; in impd_parse_eq_coefficients() local
H A Dimpd_drc_static_payload.c519 WORD32 i = 0, err = 0, code = 0, mu = 0, nu = 0, temp; in impd_parametic_drc_parse_coeff() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java444 final ChildDrawable[] nu = new ChildDrawable[N + 10]; in addLayer() local
/aosp_15_r20/external/icu/icu4j/main/translit/src/test/java/com/ibm/icu/dev/test/translit/
H A DTransliteratorTest.java552 char nu = (char)0x3BD; in TestJ277() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
H A DTransliteratorTest.java555 char nu = (char)0x3BD; in TestJ277() local
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/curl/include/curl/
Dcurl.h1081 #define CURLOPT(na,t,nu) na = t + nu argument
1082 #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu argument
/aosp_15_r20/external/curl/include/curl/
H A Dcurl.h1089 #define CURLOPT(na,t,nu) na = t + nu argument
1090 #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/curl/include/curl/
Dcurl.h1081 #define CURLOPT(na,t,nu) na = t + nu argument
1082 #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/curl/include/curl/
Dcurl.h1081 #define CURLOPT(na,t,nu) na = t + nu argument
1082 #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/curl/include/curl/
Dcurl.h1081 #define CURLOPT(na,t,nu) na = t + nu argument
1082 #define CURLOPTDEPRECATED(na,t,nu,v,m) na CURL_DEPRECATED(v,m) = t + nu argument
/aosp_15_r20/external/pytorch/test/distributions/
H A Dtest_distributions.py3129 def gradcheck_func(samples, nu, sigma, prec, scale_tril): argument

12345