- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for boxed (0.17 seconds)
-
android/guava/src/com/google/common/primitives/ImmutableLongArray.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 22K bytes - Click Count (0) -
guava/src/com/google/common/primitives/ImmutableIntArray.java
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Fri Dec 12 14:49:24 GMT 2025 - 21.5K bytes - Click Count (0) -
docs/de/docs/_llm-test.md
Code in Codeblöcken sollte nicht verändert werden, mit Ausnahme von Kommentaren. Siehe Abschnitt `### Content of code blocks` im allgemeinen Prompt in `scripts/translate.py`. //// ## Tabs und farbige Boxen { #tabs-and-colored-boxes } //// tab | Test /// info | Info Etwas Text /// /// note | Hinweis Etwas Text /// /// note | Technische Details Etwas Text /// /// check | TestenCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 07:17:04 GMT 2025 - 12.6K bytes - Click Count (0) -
docs/en/docs/_llm-test.md
Code in code blocks should not be modified, with the exception of comments. See section `### Content of code blocks` in the general prompt in `scripts/translate.py`. //// ## Tabs and colored boxes { #tabs-and-colored-boxes } //// tab | Test /// info Some text /// /// note Some text /// /// note | Technical details Some text /// /// check Some text ///Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 14:48:47 GMT 2025 - 11.4K bytes - Click Count (0) -
docs/ru/docs/_llm-test.md
Код в блоках кода не должен изменяться, за исключением комментариев. См. раздел `### Content of code blocks` в общем промпте в `scripts/translate.py`. //// ## Вкладки и цветные блоки { #tabs-and-colored-boxes } //// tab | Тест /// info | Информация Некоторый текст /// /// note | Примечание Некоторый текст /// /// note | Технические подробности Некоторый текст ///Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Dec 11 21:25:03 GMT 2025 - 17.5K bytes - Click Count (0) -
docs/es/docs/_llm-test.md
Consulta la sección `### Content of code blocks` en el prompt general en `scripts/translate.py`. //// ## Pestañas y cajas coloreadas { #tabs-and-colored-boxes } //// tab | Prueba /// info | Información Algo de texto /// /// note | Nota Algo de texto /// /// note | Detalles técnicos Algo de texto /// /// check | RevisaCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Tue Dec 16 16:16:35 GMT 2025 - 12.6K bytes - Click Count (0) -
docs/pt/docs/_llm-test.md
Veja a seção `### Content of code blocks` no prompt geral em `scripts/translate.py`. //// ## Abas e caixas coloridas { #tabs-and-colored-boxes } //// tab | Teste /// info | Informação Algum texto /// /// note | Nota Algum texto /// /// note | Detalhes Técnicos Algum texto /// /// check | VerifiqueCreated: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Dec 17 10:17:03 GMT 2025 - 12.4K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
s := uint8(0) for k := uint(0); k < 8; k++ { for l := uint(0); l < 8; l++ { if i&(1<<k) != 0 && j&(1<<l) != 0 { s ^= powx[k+l] } } } if x := mul(i, j); x != uint32(s) { t.Fatalf("mul(%#x, %#x) = %#x, want %#x", i, j, x, s) } } } } // Check that S-boxes are inverses of each other. // They have more structure that we could test, // but if this sanity check passes, we'll assume // the cut and paste from the FIPS PDF worked. func TestSboxes(t *testing.T) { for i := 0; i < 256; i++ { if j := sbox0[sbox1[i]];...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)