Home
last modified time | relevance | path

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

/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/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
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
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
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/srec/srec/clib/
Dswicms.c31 …EAD, FMT, PTR, NN) { int i; LCHAR buffer[256]; sprintf(buffer, HEAD); sprintf(buffer + LSTRLEN(buf… argument
/external/openssl/crypto/rc2/
Drrc2.doc13 X-Newsreader: NN version 6.5.0 #3 (NOV)
/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/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…
/external/libpng/
DCHANGES1091 Revised makefiles to make symlink to libpng.so.NN in addition to libpngNN.so
1142 In makefiles, changed rm libpng.NN.pc to rm libpngNN.pc
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/es-ES/
Des-ES_zl0_kpdf_mgc.pkb3379 �s�#��"8@4<C0A7FMUk�92NN),K3A5 ")>""7-*1H9CSN0-417 ,236:2I^UJ%(-*-7>8?@-�%,
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kh0_kpdf_mgc.pkb1019 …_�(� X�1/������H+T������A��w�8��q���d�� �� ��wB�J,S2EK\=0aye�@NN\iyDDTShz�HTJRNCQDQSY…
/external/chromium/third_party/icu/source/data/unidata/
DDerivedBidiClass.txt221 0D7A..0D7F ; L # Lo [6] MALAYALAM LETTER CHILLU NN..MALAYALAM LETTER CHILLU K
DUnicodeData.txt2753 0D7A;MALAYALAM LETTER CHILLU NN;Lo;0;L;;;;;N;;;;;
15143 10291;LYCIAN LETTER NN;Lo;0;L;;;;;N;;;;;
15174 102B3;CARIAN LETTER NN;Lo;0;L;;;;;N;;;;;
15621 10938;LYDIAN LETTER NN;Lo;0;R;;;;;N;;;;;
/external/icu4c/data/unidata/
DDerivedBidiClass.txt229 0D7A..0D7F ; L # Lo [6] MALAYALAM LETTER CHILLU NN..MALAYALAM LETTER CHILLU K
DUnicodeData.txt2822 0D7A;MALAYALAM LETTER CHILLU NN;Lo;0;L;;;;;N;;;;;
16103 10291;LYCIAN LETTER NN;Lo;0;L;;;;;N;;;;;
16134 102B3;CARIAN LETTER NN;Lo;0;L;;;;;N;;;;;
16614 10938;LYDIAN LETTER NN;Lo;0;R;;;;;N;;;;;
/external/sqlite/dist/
Dsqlite3.c.orig43184 ** in a balancing operation. NN is the number of neighbors on either side
43187 ** NN neighbors on either side.
43189 ** The minimum value of NN is 1 (of course). Increasing NN above 1
43192 ** The value of NN appears to give the best results overall.
43194 #define NN 1 /* Number of neighbors on either side of pPage */
43195 #define NB (NN*2+1) /* Total pages involved in the balance */
43497 ** that divide the siblings. An attempt is made to find NN siblings on
43499 ** if there are fewer than NN siblings on the other side. If pParent
Dsqlite3.c43205 #define NN 1 /* Number of neighbors on either side of pPage */
43206 #define NB (NN*2+1) /* Total pages involved in the balance */