Searched full:out_b (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | casttest.c | 89 unsigned char out_a[16], out_b[16]; in cast_test_iterations() local 92 memcpy(out_b, in_b, sizeof(in_b)); in cast_test_iterations() 95 CAST_set_key(&key_b, 16, out_b); in cast_test_iterations() 99 CAST_ecb_encrypt(&(out_b[0]), &(out_b[0]), &key, CAST_ENCRYPT); in cast_test_iterations() 100 CAST_ecb_encrypt(&(out_b[8]), &(out_b[8]), &key, CAST_ENCRYPT); in cast_test_iterations() 104 || !TEST_mem_eq(out_b, sizeof(c_b), c_b, sizeof(c_b))) in cast_test_iterations()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | amlogic,axg-sound-card.txt | 78 "Speaker1 Right", "SPK1 OUT_B", 79 "Speaker2 Right", "SPK2 OUT_B",
|
H A D | amlogic,axg-sound-card.yaml | 129 "Speaker1 Right", "SPK1 OUT_B", 130 "Speaker2 Right", "SPK2 OUT_B",
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-axg-s400.dts | 266 "Speaker1 Left", "SPK1 OUT_B",
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineVerifier.cpp | 3074 // (out_b = in_b \ filter_b). filter_b is expected to be set-up ahead of time. 3075 // Maintains out_b as its state, allowing for O(n) iteration over it at any 3089 // to itself (out_b).
|