Home
last modified time | relevance | path

Searched refs:NN (Results 1 – 25 of 38) sorted by relevance

12

/external/valgrind/main/memcheck/tests/
Dunit_oset.c33 #define NN 1000 // Size of OSets being created macro
80 Word* vs[NN]; in example1()
98 for (i = 0; i < NN; i++) { in example1()
103 for (i = 0; i < NN; i++) { in example1()
104 Word r1 = myrandom() % NN; in example1()
105 Word r2 = myrandom() % NN; in example1()
112 for (i = 0; i < NN; i++) { in example1()
117 vg_assert( NN == VG_(OSetGen_Size)(oset) ); in example1()
120 for (i = 0; i < NN; i++) { in example1()
128 for (i = 0; i < NN; i++) { in example1()
[all …]
/external/elfutils/libdwfl/
Dlink_map.c647 #define AUXV_SCAN(NN, BL) do \ in dwfl_link_map_report() argument
649 const Elf##NN##_auxv_t *av = auxv; \ in dwfl_link_map_report()
652 Elf##NN##_Addr val = BL##NN (av[i].a_un.a_val); \ in dwfl_link_map_report()
653 if (av[i].a_type == BL##NN (AT_ENTRY)) \ in dwfl_link_map_report()
655 else if (av[i].a_type == BL##NN (AT_PHDR)) \ in dwfl_link_map_report()
657 else if (av[i].a_type == BL##NN (AT_PHNUM)) \ in dwfl_link_map_report()
659 else if (av[i].a_type == BL##NN (AT_PHENT)) \ in dwfl_link_map_report()
661 else if (av[i].a_type == BL##NN (AT_PAGESZ)) \ in dwfl_link_map_report()
/external/srec/tools/test_swiarb/
Dtest_swiarb.c45 #define printf_vector(HEAD, FMT, PTR, NN) { unsigned int iI; printf(HEAD); for(iI=0;iI<(NN);iI++) p… argument
/external/skia/bench/
DMathBench.cpp228 NN = SkBENCHLOOP(1000), enumerator
257 for (int j = 0; j < NN; ++j) { in onDraw()
263 for (int j = 0; j < NN; ++j) { in onDraw()
/external/dropbear/libtomcrypt/notes/
Dbase64_tv.txt1 Base64 vectors. These are the base64 encodings of the strings 00,01,02...NN-1
Dccm_tv.txt1 CCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
2 are of the form ciphertext,tag for a given NN. The key for step N>1 is the tag of the previous
Dgcm_tv.txt1 GCM Test Vectors. Uses the 00010203...NN-1 pattern for nonce/header/plaintext/key. The outputs
2 are of the form ciphertext,tag for a given NN. The key for step N>1 is the tag of the previous
Deax_tv.txt1 EAX Test Vectors. Uses the 00010203...NN-1 pattern for header/nonce/plaintext/key. The outputs
2 are of the form ciphertext,tag for a given NN. The key for step N>1 is the tag of the previous
Docb_tv.txt1 OCB Test Vectors. Uses the 00010203...NN-1 pattern for nonce/plaintext/key. The outputs
2 are of the form ciphertext,tag for a given NN. The key for step N>1 is the tag of the previous
Domac_tv.txt1 OMAC Tests. In these tests messages of N bytes long (00,01,02,...,NN-1) are OMAC'ed. The initial …
Dpmac_tv.txt1 PMAC Tests. In these tests messages of N bytes long (00,01,02,...,NN-1) are OMAC'ed. The initial …
Dhmac_tv.txt1 HMAC Tests. In these tests messages of N bytes long (00,01,02,...,NN-1) are HMACed. The initial k…
/external/clang/test/Sema/
Dblock-return.c130 int (^NN) (void) = ^{ return cint; }; in foo7()
/external/opencv/cvaux/src/
Dcvlmeds.cpp941 int NN = N * N; in icvSingularValueDecomposition() local
1086 for( i = N - 1, iN = NN - N; i >= 0; i--, iN -= N ) in icvSingularValueDecomposition()
1107 for( kN = lN; kN < NN; kN += N ) in icvSingularValueDecomposition()
1131 for( i = N - 1, iN = NN - N; i >= 0; i--, iN -= N ) in icvSingularValueDecomposition()
1338 for( jN = 0; jN < NN; jN += N ) in icvSingularValueDecomposition()
1400 for( jN = 0; jN < NN; jN += N ) in icvSingularValueDecomposition()
/external/srec/srec/clib/
Dswicms.c31 …EAD, FMT, PTR, NN) { int i; LCHAR buffer[256]; sprintf(buffer, HEAD); sprintf(buffer + LSTRLEN(buf… argument
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DHTMLEntities.properties281 #-- NN 4.7 does not seem to support these, so they might ought to be commented.
/external/openssl/crypto/rc2/
Drrc2.doc13 X-Newsreader: NN version 6.5.0 #3 (NOV)
/external/libmtp/m4/
Dbyteorder.m4204 /* le (little-endian), NN is 16 or 32 (number of bits) and a, */
/external/oprofile/events/ppc64/power5++/
Devents658 …1000 name:PM_FAB_P1toVNorNN_SIDECAR_EMPTY_GRP106 : (Group 106 pm_fabric2) P1 to VN/NN sidecar empty
662 …nimum:1000 name:PM_FAB_PNtoNN_DIRECT_GRP107 : (Group 107 pm_fabric3) PN to NN beat went straight t…
664 …imum:1000 name:PM_FAB_PNtoNN_SIDECAR_GRP107 : (Group 107 pm_fabric3) PN to NN beat went to sidecar…
669 …ero minimum:1000 name:PM_FAB_HOLDtoNN_EMPTY_GRP108 : (Group 108 pm_fabric4) Hold buffer to NN empty
671 …1000 name:PM_FAB_M1toVNorNN_SIDECAR_EMPTY_GRP108 : (Group 108 pm_fabric4) M1 to VN/NN sidecar empty
/external/oprofile/events/ppc64/power5/
Devents839 …1000 name:PM_FAB_P1toVNorNN_SIDECAR_EMPTY_GRP103 : (Group 103 pm_fabric2) P1 to VN/NN sidecar empty
845 …nimum:1000 name:PM_FAB_PNtoNN_DIRECT_GRP104 : (Group 104 pm_fabric3) PN to NN beat went straight t…
847 …imum:1000 name:PM_FAB_PNtoNN_SIDECAR_GRP104 : (Group 104 pm_fabric3) PN to NN beat went to sidecar…
854 …ero minimum:1000 name:PM_FAB_HOLDtoNN_EMPTY_GRP105 : (Group 105 pm_fabric4) Hold buffer to NN empty
856 …1000 name:PM_FAB_M1toVNorNN_SIDECAR_EMPTY_GRP105 : (Group 105 pm_fabric4) M1 to VN/NN sidecar empty
/external/oprofile/events/ppc64/power5+/
Devents863 …1000 name:PM_FAB_P1toVNorNN_SIDECAR_EMPTY_GRP106 : (Group 106 pm_fabric2) P1 to VN/NN sidecar empty
869 …nimum:1000 name:PM_FAB_PNtoNN_DIRECT_GRP107 : (Group 107 pm_fabric3) PN to NN beat went straight t…
871 …imum:1000 name:PM_FAB_PNtoNN_SIDECAR_GRP107 : (Group 107 pm_fabric3) PN to NN beat went to sidecar…
878 …ero minimum:1000 name:PM_FAB_HOLDtoNN_EMPTY_GRP108 : (Group 108 pm_fabric4) Hold buffer to NN empty
880 …1000 name:PM_FAB_M1toVNorNN_SIDECAR_EMPTY_GRP108 : (Group 108 pm_fabric4) M1 to VN/NN sidecar empty
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_mgc.pkb224 }�,&=D2WIEZ:IT�Om_f,dF*90 %2-6<KQ:=S'=JURWYs�EM#%'$!*%4>Z?Q*498NN ���� ��1����f�…
1785 …Z�x�p�*�������a��V���9 � *B~�@77KJ@lA^-22?,6M/.3 ) 9OP:_c\Yik7J?NN^Ik�8F ( ;3212;>80;L;…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/de-DE/
Dde-DE_gl0_kpdf_mgc.pkb361 …��G����4�@=E�TY�keb^eI�w��C=oa>07OJLP,-$:8FBiCHN,05:::KSZb~TL2"%8:JMel/4,19>19>SSWK^NN��$
3503 $!NN�IQsvi����Vm~�Ydjz���A-?=EJICDD+&*9<JQ^eo{~|1&48?ALGL"&#%!(*1<FJNUbjh�d��n��y�R
/external/qemu/distrib/jpeg-6b/
Dtestimg.ppm4NN�C@�72�95�KI�ML�QR�YZ�RQ�YV�51�>6�B9�@7�?5�B9�C<�@;�?@�8=�9=�?C�:?�58�>=�MJ�93�60�3+�3,�4.�30�21…
/external/jpeg/
Dtestimg.ppm4NN�C@�72�95�KI�ML�QR�YZ�RQ�YV�51�>6�B9�@7�?5�B9�C<�@;�?@�8=�9=�?C�:?�58�>=�MJ�93�60�3+�3,�4.�30�21…

12