Home
last modified time | relevance | path

Searched refs:word3 (Results 1 – 25 of 771) sorted by relevance

12345678910>>...31

/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Darctwo.c92 word3 = (word3 << 8) | to_uchar (inbuf[7]);
93 word3 = (word3 << 8) | to_uchar (inbuf[6]);
99 word0 += (word1 & ~word3) + (word2 & word3) + context->S[j];
109 word3 = rotl16 (word3, 5);
127 outbuf[7] = word3 >> 8;
147 word3 = (word3 << 8) | to_uchar (inbuf[7]);
148 word3 = (word3 << 8) | to_uchar (inbuf[6]);
154 word3 = rotr16 (word3, 5);
164 word0 -= (word1 & ~word3) + (word2 & word3) + context->S[j];
168 word3 = word3 - context->S[word2 & 63];
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Darctwo.c92 word3 = (word3 << 8) | to_uchar (inbuf[7]); in arctwo_encrypt()
93 word3 = (word3 << 8) | to_uchar (inbuf[6]); in arctwo_encrypt()
99 word0 += (word1 & ~word3) + (word2 & word3) + context->S[j]; in arctwo_encrypt()
109 word3 = rotl16 (word3, 5); in arctwo_encrypt()
127 outbuf[7] = word3 >> 8; in arctwo_encrypt()
147 word3 = (word3 << 8) | to_uchar (inbuf[7]); in arctwo_decrypt()
148 word3 = (word3 << 8) | to_uchar (inbuf[6]); in arctwo_decrypt()
154 word3 = rotr16 (word3, 5); in arctwo_decrypt()
164 word0 -= (word1 & ~word3) + (word2 & word3) + context->S[j]; in arctwo_decrypt()
168 word3 = word3 - context->S[word2 & 63]; in arctwo_decrypt()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/cipher/
H A Drfc2268.c101 word3 = (word3 << 8) | inbuf[7]; in do_encrypt()
102 word3 = (word3 << 8) | inbuf[6]; in do_encrypt()
108 word0 += (word1 & ~word3) + (word2 & word3) + ctx->S[j]; in do_encrypt()
118 word3 = rotl16(word3, 5); in do_encrypt()
137 outbuf[7] = word3 >> 8; in do_encrypt()
160 word3 = (word3 << 8) | inbuf[7]; in do_decrypt()
161 word3 = (word3 << 8) | inbuf[6]; in do_decrypt()
167 word3 = rotr16(word3, 5); in do_decrypt()
177 word0 -= (word1 & ~word3) + (word2 & word3) + ctx->S[j]; in do_decrypt()
181 word3 = word3 - ctx->S[word2 & 63]; in do_decrypt()
[all …]
/dports/security/libgcrypt/libgcrypt-1.9.4/cipher/
H A Drfc2268.c101 word3 = (word3 << 8) | inbuf[7]; in do_encrypt()
102 word3 = (word3 << 8) | inbuf[6]; in do_encrypt()
108 word0 += (word1 & ~word3) + (word2 & word3) + ctx->S[j]; in do_encrypt()
118 word3 = rotl16(word3, 5); in do_encrypt()
137 outbuf[7] = word3 >> 8; in do_encrypt()
160 word3 = (word3 << 8) | inbuf[7]; in do_decrypt()
161 word3 = (word3 << 8) | inbuf[6]; in do_decrypt()
167 word3 = rotr16(word3, 5); in do_decrypt()
177 word0 -= (word1 & ~word3) + (word2 & word3) + ctx->S[j]; in do_decrypt()
181 word3 = word3 - ctx->S[word2 & 63]; in do_decrypt()
[all …]
/dports/textproc/p5-Text-NSP/Text-NSP-1.31/bin/utils/contributed/
H A Dsort-trigrams.pl184 $word3=$3;
199 $word3=$3;
226 $sub_npp1{$word3}+=$n111;
228 $sub_n1p1{$word1}{$word3}+=$n111;
229 $sub_np11{$word2}{$word3}+=$n111;
265 $word3=$3;
282 if(defined $sub_npp1{$word3})
284 $npp1-=$sub_npp1{$word3};
306 $word3=$3;
325 if(defined $sub_npp1{$word3})
[all …]
H A Dhuge-combine3.pl406 foreach $word3 (sort keys %{$n111{$word1}{$word2}})
409 if(!defined $update_n111{$word1}{$word2}{$word3})
411 …d2<>$word3<>$n111{$word1}{$word2}{$word3} $n1pp{$word1} $np1p{$word2} $npp1{$word3} $n11p{$word1}{…
/dports/devel/upp/upp/bazaar/PixRaster/lib/
H A Drotateamlow.c478 word3 = *(pword + wpls); in rotateAMColorFastLow()
491 word3 = *(pword + wpls); in rotateAMColorFastLow()
510 word3 = *(pword + wpls); in rotateAMColorFastLow()
529 word3 = *(pword + wpls); in rotateAMColorFastLow()
547 word3 = *(pword + wpls); in rotateAMColorFastLow()
558 word3 = *(pword + wpls); in rotateAMColorFastLow()
573 word3 = *(pword + wpls); in rotateAMColorFastLow()
588 word3 = *(pword + wpls); in rotateAMColorFastLow()
602 word3 = *(pword + wpls); in rotateAMColorFastLow()
615 word3 = *(pword + wpls); in rotateAMColorFastLow()
[all …]
H A Dbinreducelow.c118 l_uint32 word1, word2, word3, word4; in reduceRankBinary2Low() local
158 word3 = word1 & word2; in reduceRankBinary2Low()
159 word3 = word3 | (word3 << 1); in reduceRankBinary2Low()
162 word2 = word3 | word4; in reduceRankBinary2Low()
183 word3 = word1 & word2; in reduceRankBinary2Low()
184 word3 = word3 | (word3 << 1); in reduceRankBinary2Low()
187 word2 = word3 & word4; in reduceRankBinary2Low()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Doperv.c664 snprintf(word3,sizeof(word3),"(%s@%s)",word4,
883 if (*word4) snprintf(word3,sizeof(word3),"(%s",word4);
919 snprintf(word3,sizeof(word3),"(%s@%s)",word4,
1563 OVnobrackets(word4,word3,sizeof(word3));
1584 OVnobrackets(word4,word3,sizeof(word3));
1605 OVnobrackets(word4,word3,sizeof(word3));
1627 OVnobrackets(word4,word3,sizeof(word3));
1734 if (strlen(word3)>0 && word3[strlen(word3)-1]==']')
1735 word3[strlen(word3)-1]='\0';
1758 if (strlen(word3)>0 && word3[strlen(word3)-1]==']')
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/FortranProject/
H A Dfconstruct.cpp23 void FConstruct::AddPart(const wxString& word1, const wxString& word2, const wxString& word3) in AddPart() argument
38 if (word3.IsEmpty()) in AddPart()
44 part.push_back(word3); in AddPart()
48 void FConstruct::GetWords(int i, wxString& word1, wxString& word2, wxString& word3, FCLid& flid) co… in GetWords() argument
59 word3 = m_Parts[i][2]; in GetWords()
65 word3 = wxEmptyString; in GetWords()
71 word3 = wxEmptyString; in GetWords()
74 if (word1.IsSameAs(_T("if")) && word2.IsSameAs(_T("then")) && word3.IsSameAs(wxEmptyString)) in GetWords()
76 else if (word1.IsSameAs(_T("else")) && word2.IsSameAs(_T("if")) && word3.IsSameAs(_T("then"))) in GetWords()
509 word3 = words[2]; in GetWordsFromFCLid()
[all …]
/dports/graphics/leptonica/leptonica-1.76.0/src/
H A Drotateam.c924 word3 = *(pword + wpls); in rotateAMColorFastLow()
937 word3 = *(pword + wpls); in rotateAMColorFastLow()
956 word3 = *(pword + wpls); in rotateAMColorFastLow()
975 word3 = *(pword + wpls); in rotateAMColorFastLow()
993 word3 = *(pword + wpls); in rotateAMColorFastLow()
1004 word3 = *(pword + wpls); in rotateAMColorFastLow()
1019 word3 = *(pword + wpls); in rotateAMColorFastLow()
1034 word3 = *(pword + wpls); in rotateAMColorFastLow()
1048 word3 = *(pword + wpls); in rotateAMColorFastLow()
1061 word3 = *(pword + wpls); in rotateAMColorFastLow()
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Ditech8.cpp101 *word3 = sens0 ? sens0 : sens1; in sensors_to_words()
140 *inter2 = word2mod + word3; in words_to_inters()
144 *inter1 = word1 + word2mod + word3; in words_to_inters()
150 *inter2 = word1 + word2mod + word3; in words_to_inters()
154 *inter1 = word2mod + word3; in words_to_inters()
160 *inter3 = word3; in words_to_inters()
307 *word3 = inter3; in inters_to_words()
368 *sens0 = 0, *sens1 = word3; in words_to_sensors()
370 *sens0 = word3, *sens1 = 0; in words_to_sensors()
390 uint16_t word1 = 0, word2 = 0, word3 = 0; in compute_sensors() local
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Ditech8.cpp101 *word3 = sens0 ? sens0 : sens1; in sensors_to_words()
140 *inter2 = word2mod + word3; in words_to_inters()
144 *inter1 = word1 + word2mod + word3; in words_to_inters()
150 *inter2 = word1 + word2mod + word3; in words_to_inters()
154 *inter1 = word2mod + word3; in words_to_inters()
160 *inter3 = word3; in words_to_inters()
307 *word3 = inter3; in inters_to_words()
368 *sens0 = 0, *sens1 = word3; in words_to_sensors()
370 *sens0 = word3, *sens1 = 0; in words_to_sensors()
390 uint16_t word1 = 0, word2 = 0, word3 = 0; in compute_sensors() local
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A Dslikshot.c107 *word3 = sens0 ? sens0 : sens1;
146 *inter2 = word2mod + word3;
150 *inter1 = word1 + word2mod + word3;
156 *inter2 = word1 + word2mod + word3;
160 *inter1 = word2mod + word3;
166 *inter3 = word3;
313 *word3 = inter3; in inters_to_words()
374 *sens0 = 0, *sens1 = word3; in words_to_sensors()
376 *sens0 = word3, *sens1 = 0; in words_to_sensors()
396 UINT16 word1, word2, word3; in compute_sensors() local
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A Dslikshot.c107 *word3 = sens0 ? sens0 : sens1;
146 *inter2 = word2mod + word3;
150 *inter1 = word1 + word2mod + word3;
156 *inter2 = word1 + word2mod + word3;
160 *inter1 = word2mod + word3;
166 *inter3 = word3;
313 *word3 = inter3; in inters_to_words()
374 *sens0 = 0, *sens1 = word3; in words_to_sensors()
376 *sens0 = word3, *sens1 = 0; in words_to_sensors()
396 UINT16 word1, word2, word3; in compute_sensors() local
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Ddelimiters_WordDetect.delWordDetect4 /word3
13 normal /word3
22 ..../word3....
30 normal/word3 <-- /word3
38 aaa/word3/aaa <-- /word3
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Ddelimiters_WordDetect.delWordDetect.fold4 /word3
13 normal /word3
22 ..../word3....
30 normal/word3 <-- /word3
38 aaa/word3/aaa <-- /word3
/dports/textproc/templates_parser/templates-parser-1d62939/regtests/tests/0024_testme/
H A Dtest.out6 word3
8 word1 word2.2 word3
12 word3
14 word1 , word2.1 , word3
41 [TEXT] word3
50 [TEXT] word3
59 [TEXT] word3
68 [TEXT] word3
/dports/textproc/p5-Text-Query/Text-Query-0.09/t/
H A D02string.t38 $question = "+word1 word2 -word3";
44 ok($query->match("take word3 my word1 pal"), 0, "solve no match 1 $question");
84 my(@f) = $query->match(["word1"], ["word2 word1"], ["word3 word1"], ["word3"]);
85 … map { "$_->[0] => $_->[1] " } @f), "word1 => 1 word2 word1 => 1 word3 word1 => 1 word3 => 0 ", "s…
86 @f = $query->match("word1", "word2 word1", "word3 word1", "word3");
87 … map { "$_->[0] => $_->[1] " } @f), "word1 => 1 word2 word1 => 1 word3 word1 => 1 word3 => 0 ", "s…
88 @f = $query->match(["word1", "word2 word1", "word3 word1", "word3"]);
89 … map { "$_->[0] => $_->[1] " } @f), "word1 => 1 word2 word1 => 1 word3 word1 => 1 word3 => 0 ", "s…
155 $question = "word1 or word2 and word3";
159 $question = "(word1 or word2) and word3";
[all …]
/dports/www/lynx/lynx2.8.9rel.1/WWW/Library/Implementation/
H A DHTRules.c458 const char *word3; in HTSetConfiguration() local
507 HTSetSuffix(word2, word3, in HTSetConfiguration()
530 HTSetPresentation(word2, word3, NULL, in HTSetConfiguration()
567 cond_op = word3; in HTSetConfiguration()
569 word3 = NULL; in HTSetConfiguration()
575 if (word3 && (!strcasecomp(word3, "if") || in HTSetConfiguration()
576 !strcasecomp(word3, "unless"))) { in HTSetConfiguration()
577 cond_op = word3; in HTSetConfiguration()
578 word3 = NULL; in HTSetConfiguration()
602 word2 = word3; in HTSetConfiguration()
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/WWW/Library/Implementation/
H A DHTRules.c458 const char *word3; in HTSetConfiguration() local
507 HTSetSuffix(word2, word3, in HTSetConfiguration()
530 HTSetPresentation(word2, word3, NULL, in HTSetConfiguration()
567 cond_op = word3; in HTSetConfiguration()
569 word3 = NULL; in HTSetConfiguration()
575 if (word3 && (!strcasecomp(word3, "if") || in HTSetConfiguration()
576 !strcasecomp(word3, "unless"))) { in HTSetConfiguration()
577 cond_op = word3; in HTSetConfiguration()
578 word3 = NULL; in HTSetConfiguration()
602 word2 = word3; in HTSetConfiguration()
[all …]
/dports/math/libpgmath/flang-d07daf3/test/f90_correct/src/
H A Dsubmod35.f9054 print *, word, word2, word3
58 word3 = "third"
68 print *, word, word2, word3, word4
86 print *, word, word2, word3, word4, word5
88 …if ( (word .EQ. "first") .AND. (word2 .EQ. "second") .AND. (word3 .EQ. "third") .AND. (word4 .EQ. …
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_hw4.h293 uint32_t word3; member
330 uint32_t word3; member
409 uint32_t word3; member
441 uint32_t word3; member
463 uint32_t word3; member
517 uint32_t word3; member
562 uint32_t word3; member
2098 uint32_t word3; member
2133 uint32_t word3; member
2358 uint32_t word3; member
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_hw4.h293 uint32_t word3; member
330 uint32_t word3; member
409 uint32_t word3; member
441 uint32_t word3; member
463 uint32_t word3; member
517 uint32_t word3; member
562 uint32_t word3; member
2098 uint32_t word3; member
2133 uint32_t word3; member
2358 uint32_t word3; member
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/lpfc/
H A Dlpfc_hw4.h293 uint32_t word3; member
330 uint32_t word3; member
409 uint32_t word3; member
441 uint32_t word3; member
463 uint32_t word3; member
517 uint32_t word3; member
562 uint32_t word3; member
2098 uint32_t word3; member
2133 uint32_t word3; member
2358 uint32_t word3; member
[all …]

12345678910>>...31