Home
last modified time | relevance | path

Searched defs:nn (Results 1 – 25 of 106) sorted by relevance

12345

/external/XNNPACK/test/
Dspmm-microkernel-tester.h179 for (size_t nn = 0; nn < n() / nr(); nn++) { variable
203 for (size_t nn = n() / nr(); nn < ncols; nn++) { variable
234 for (size_t nn = 0; nn < n() / nr(); nn++) { variable
242 for (size_t nn = n() / nr(); nn < ncols; nn++) { variable
352 for (size_t nn = 0; nn < n() / nr(); nn++) { in Test() local
376 for (size_t nn = n() / nr(); nn < ncols; nn++) { in Test() local
407 for (size_t nn = 0; nn < n() / nr(); nn++) { in Test() local
416 for (size_t nn = n() / nr(); nn < ncols; nn++) { in Test() local
/external/google-breakpad/src/client/linux/minidump_writer/
Dcpu_set.h114 for (size_t nn = 0; nn < kMaskWordCount; ++nn) in IntersectWith() local
121 for (size_t nn = 0; nn < kMaskWordCount; ++nn) { in GetCount() local
129 size_t nn = static_cast<size_t>(index); in SetBit() local
/external/fec/
Drstest.c54 int nn,kk; in main() local
68 int nn = 255; in exercise_8() local
140 int nn = (1<<e->symsize) - 1; in exercise_char() local
221 int nn = (1<<e->symsize) - 1; in exercise_int() local
/external/dng_sdk/source/
Ddng_rational.h45 dng_srational (int32 nn, int32 dd) in dng_srational()
104 dng_urational (uint32 nn, uint32 dd) in dng_urational()
/external/libcups/cgi-bin/
Dhelp.c192 help_node_t *nn; /* Parent node */ in main() local
288 help_node_t *nn; /* Pointer to sub-node */ in main() local
/external/freetype/src/base/
Dftadvanc.c32 FT_UInt nn; in _ft_face_scale_advances() local
122 FT_UInt num, end, nn; in FT_Get_Advances() local
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dcppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init.cpp19 Simple1(int nn, double xx) { in Simple1()
Dcppcoreguidelines-prefer-member-initializer-modernize-use-default-member-init-assignment.cpp20 Simple1(int nn, double xx) { in Simple1()
Dcppcoreguidelines-prefer-member-initializer.cpp24 Simple1(int nn, double xx) { in Simple1()
49 Simple2(int nn, double xx) : n(nn) { in Simple2()
71 Simple3(int nn, double xx) : x(xx) { in Simple3()
/external/bzip2/
Dcompress.c364 # define BZ_ITER(nn) \ in sendMTFValues() argument
413 # define BZ_ITUR(nn) s->rfreq[bt][ mtfv[gs+(nn)] ]++ in sendMTFValues() argument
562 # define BZ_ITAH(nn) \ in sendMTFValues() argument
/external/freetype/src/autofit/
Dafwarp.c82 FT_Int nn; in af_warper_compute_line_best() local
173 FT_Int nn, num_points, num_segments; in af_warper_compute() local
/external/freetype/src/truetype/
Dttpload.c536 FT_UInt nn, num_records; in tt_face_load_hdmx() local
632 FT_UInt nn; in tt_face_get_device_metrics() local
/external/webrtc/common_audio/signal_processing/
Dcomplex_bit_reverse.c82 int nn = n - 1; in WebRtcSpl_ComplexBitReverse() local
/external/clang/test/Analysis/
Dpr22954.c690 struct nn { struct
700 struct nn n33 = {1, 2, 3, 4, 0}; in f33() argument
/external/llvm-project/clang/test/Analysis/
Dpr22954.c693 struct nn { struct
703 struct nn n33 = {1, 2, 3, 4, 0}; in f33() argument
/external/freetype/src/tools/
Dapinames.c68 int nn, len; in names_add() local
138 int nn; in names_dump() local
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc627 const int32 nn = rand(); in MakeUID() local
636 const int32 nn = temp_num; in MakeUID() local
638 const int32 nn = rand(); in MakeUID() local
640 const int32 nn = rand_r(seed); in MakeUID() local
/external/libwebm/mkvmuxer/
Dmkvmuxerutil.cc627 const int32 nn = rand(); in MakeUID() local
636 const int32 nn = temp_num; in MakeUID() local
638 const int32 nn = rand(); in MakeUID() local
640 const int32 nn = rand_r(seed); in MakeUID() local
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxerutil.cc627 const int32 nn = rand(); in MakeUID() local
636 const int32 nn = temp_num; in MakeUID() local
638 const int32 nn = rand(); in MakeUID() local
640 const int32 nn = rand_r(seed); in MakeUID() local
/external/tensorflow/tensorflow/core/ops/
Dtpu_embedding_ops.cc106 int nn; in __anon222eb4110302() local
/external/skia/gm/
Druntimeeffectimage.cpp57 SkSamplingOptions nn{SkFilterMode::kNearest}; in onDraw() local
/external/tensorflow/tensorflow/core/platform/hadoop/
Dhadoop_file_system_test.cc281 string nn(namenode); in TEST_F() local
294 string nn(namenode); in TEST_F() local
306 string nn(namenode); in TEST_F() local
/external/clang/test/CodeGenCXX/
Ddebug-info-template.cpp139 NN<tmpl_impl, glb, glb> nn; variable
/external/icu/android_icu4j/src/main/java/android/icu/text/
DRBNFChinesePostProcessor.java102 int nn = buf.lastIndexOf(ling, x); in process() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DRBNFChinesePostProcessor.java101 int nn = buf.lastIndexOf(ling, x); in process() local

12345