/freebsd/sys/contrib/device-tree/src/arm/samsung/ |
H A D | s5pv210-fascinate4g.dts | 171 PIN_SLP(gpa1-1, OUT0, NONE); 173 PIN_SLP(gpa1-3, OUT0, NONE); 175 PIN_SLP(gpb-0, OUT0, NONE); 177 PIN_SLP(gpb-2, OUT0, NONE); 182 PIN_SLP(gpb-7, OUT0, NONE); 184 PIN_SLP(gpc0-0, OUT0, NONE); 186 PIN_SLP(gpc0-2, OUT0, NONE); 188 PIN_SLP(gpc0-4, OUT0, NONE); 197 PIN_SLP(gpd0-1, OUT0, NONE); 220 PIN_SLP(gpe1-3, OUT0, NON [all...] |
H A D | s5pv210-galaxys.dts | 204 PIN_SLP(gpa0-5, OUT0, NONE); 209 PIN_SLP(gpa1-1, OUT0, NONE); 211 PIN_SLP(gpa1-3, OUT0, NONE); 213 PIN_SLP(gpb-0, OUT0, NONE); 215 PIN_SLP(gpb-2, OUT0, NONE); 220 PIN_SLP(gpb-7, OUT0, NONE); 222 PIN_SLP(gpc0-0, OUT0, NONE); 224 PIN_SLP(gpc0-2, OUT0, NONE); 226 PIN_SLP(gpc0-4, OUT0, NONE); 235 PIN_SLP(gpd0-1, OUT0, NON [all...] |
H A D | exynos4412-p4note.dtsi | 768 PIN_SLP(gpa0-1, OUT0, NONE); 805 PIN_SLP(gpd0-1, OUT0, NONE); 814 PIN_SLP(gpf0-0, OUT0, NONE); 815 PIN_SLP(gpf0-1, OUT0, NONE); 816 PIN_SLP(gpf0-2, OUT0, NONE); 817 PIN_SLP(gpf0-3, OUT0, NONE); 818 PIN_SLP(gpf0-4, OUT0, NONE); 819 PIN_SLP(gpf0-5, OUT0, NONE); 820 PIN_SLP(gpf0-6, OUT0, NONE); 821 PIN_SLP(gpf0-7, OUT0, NONE); [all …]
|
H A D | exynos4212-tab3.dtsi | 856 PIN_SLP(gpa0-1, OUT0, NONE); 893 PIN_SLP(gpd0-1, OUT0, NONE); 906 PIN_SLP(gpf0-4, OUT0, NONE); 907 PIN_SLP(gpf0-5, OUT0, NONE); 934 PIN_SLP(gpf3-5, OUT0, DOWN); 939 PIN_SLP(gpj0-3, OUT0, NONE); 942 PIN_SLP(gpj0-6, OUT0, NONE); 943 PIN_SLP(gpj0-7, OUT0, NONE); 945 PIN_SLP(gpj1-0, OUT0, NONE); 1043 PIN_SLP(gpk3-0, OUT0, NONE); [all …]
|
/freebsd/crypto/openssl/crypto/aes/asm/ |
H A D | aesp8-ppc.pl | 680 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 767 lvx $out0,$x70,$key # borrow $out0 770 ?vperm v31,v31,$out0,$keyperm 789 vxor $out0,$in0,$rndkey0 811 vncipher $out0,$out0,v24 822 vncipher $out0,$out0,v25 834 vncipher $out0,$out0,v24 844 vncipher $out0,$out0,v25 854 vncipher $out0,$out0,v26 867 vncipher $out0,$out0,v27 [all …]
|
H A D | aes-ia64.S | 290 and out0=3,in0 306 { .mib; cmp.ne p6,p0=out0,r0 307 add out0=4,in0 313 { .mmi; ld4 out3=[out0],8 // s1 319 { .mmb; ld4 out7=[out0] // s3 340 { .mmi; add out0=1,in0 344 ld1 r17=[out0],4 }//;; 348 ld1 r21=[out0],4 }//;; 352 ld1 r25=[out0],4 }//;; 356 ld1 r29=[out0] }//;; [all …]
|
/freebsd/tests/sys/fs/fusefs/ |
H A D | interrupt.cc | 246 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_F() local 247 out0->header.unique = mkdir_unique; in TEST_F() 248 SET_OUT_HEADER_LEN(*out0, entry); in TEST_F() 249 out0->body.create.entry.attr.mode = S_IFDIR | MODE; in TEST_F() 250 out0->body.create.entry.nodeid = ino; in TEST_F() 251 out.push_back(std::move(out0)); in TEST_F() 310 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_F() local 313 out0->header.unique = in.header.unique; in TEST_F() 314 out0->header.error = -ENOSYS; in TEST_F() 315 out0->header.len = sizeof(out0->header); in TEST_F() [all …]
|
H A D | last_local_modify.cc | 272 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_P() local 276 out0->header.unique = in.header.unique; in TEST_P() 277 SET_OUT_HEADER_LEN(*out0, entry); in TEST_P() 278 out0->body.entry.attr.mode = S_IFREG | 0644; in TEST_P() 279 out0->body.entry.nodeid = ino; in TEST_P() 280 out0->body.entry.entry_valid = UINT64_MAX; in TEST_P() 281 out0->body.entry.attr_valid = UINT64_MAX; in TEST_P() 282 out0->body.entry.attr.size = oldsize; in TEST_P() 283 out.push_back(std::move(out0)); in TEST_P() 434 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_P() local [all …]
|
H A D | bad_server.cc | 81 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in TEST_F() local 82 out0->header.unique = in.header.unique; in TEST_F() 83 out0->header.error = -ENOENT; in TEST_F() 84 SET_OUT_HEADER_LEN(*out0, entry); // Invalid! in TEST_F() 85 out0->expected_errno = EINVAL; in TEST_F() 86 out.push_back(std::move(out0)); in TEST_F()
|
H A D | mockfs.cc | 123 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in ReturnErrno() local 124 out0->header.unique = in.header.unique; in ReturnErrno() 125 out0->header.error = -error; in ReturnErrno() 126 out0->header.len = sizeof(out0->header); in ReturnErrno() 127 out.push_back(std::move(out0)); in ReturnErrno() 137 std::unique_ptr<mockfs_buf_out> out0(new mockfs_buf_out); in ReturnNegativeCache() local 138 out0->body.entry.nodeid = 0; in ReturnNegativeCache() 139 out0->header.unique = in.header.unique; in ReturnNegativeCache() 140 out0->header.error = 0; in ReturnNegativeCache() 141 out0->body.entry.entry_valid = entry_valid->tv_sec; in ReturnNegativeCache() [all …]
|
/freebsd/crypto/openssl/crypto/des/asm/ |
H A D | des_enc.m4 | 83 #define out0 %o0 111 ! Loads key first round from address in parameter 5 to out0, out1. 190 ld [$5], out0 ! key 7531 219 xor $4, out0, local1 230 xor $4, out0, local1 283 xor $2, out0, local1 298 xor $2, out0, out0 ! 7531 302 and out0, local5, local3 ! 3 315 srl out0, 24, local1 ! 7 335 srl out0, 16, local3 ! 5 [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_auth/hmacsha512256/ |
H A D | auth_hmacsha512256.c | 59 unsigned char out0[64]; in crypto_auth_hmacsha512256_final() local 61 crypto_auth_hmacsha512_final((crypto_auth_hmacsha512_state *) state, out0); in crypto_auth_hmacsha512256_final() 62 memcpy(out, out0, 32); in crypto_auth_hmacsha512256_final()
|
/freebsd/crypto/openssl/ms/ |
H A D | uplink-ia64.pl | 35 { .mmi; ld8 out0=[loc2] 37 { .mib; add loc2=8*$i,out0
|
/freebsd/crypto/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_cbc_hmac_sha1_hw.c | 326 unsigned char *out0 = out; in tls1_multi_block_encrypt() local 352 out0[0] = ((u8 *)sctx->md.data)[8]; in tls1_multi_block_encrypt() 353 out0[1] = ((u8 *)sctx->md.data)[9]; in tls1_multi_block_encrypt() 354 out0[2] = ((u8 *)sctx->md.data)[10]; in tls1_multi_block_encrypt() 355 out0[3] = (u8)(len >> 8); in tls1_multi_block_encrypt() 356 out0[4] = (u8)(len); in tls1_multi_block_encrypt()
|
H A D | cipher_aes_cbc_hmac_sha256_hw.c | 346 unsigned char *out0 = out; in tls1_multi_block_encrypt() local 375 out0[0] = ((u8 *)sctx->md.data)[8]; in tls1_multi_block_encrypt() 376 out0[1] = ((u8 *)sctx->md.data)[9]; in tls1_multi_block_encrypt() 377 out0[2] = ((u8 *)sctx->md.data)[10]; in tls1_multi_block_encrypt() 378 out0[3] = (u8)(len >> 8); in tls1_multi_block_encrypt() 379 out0[4] = (u8)(len); in tls1_multi_block_encrypt()
|
/freebsd/contrib/ntp/html/drivers/ |
H A D | driver5.html | 49 …'s OUT0 to the PCL720's INPUT3.BIT0, then we can read CTR0 to get the number of microseconds since…
|
/freebsd/share/man/man4/ |
H A D | ng_netflow.4 | 69 .Va out0 , out1 , 278 connect fxp0: netflow: upper out0
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | e_aes_cbc_hmac_sha1.c | 363 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local 389 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt() 390 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt() 391 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt() 392 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt() 393 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()
|
H A D | e_aes_cbc_hmac_sha256.c | 374 unsigned char *out0 = out; in tls1_1_multi_block_encrypt() local 403 out0[0] = ((u8 *)key->md.data)[8]; in tls1_1_multi_block_encrypt() 404 out0[1] = ((u8 *)key->md.data)[9]; in tls1_1_multi_block_encrypt() 405 out0[2] = ((u8 *)key->md.data)[10]; in tls1_1_multi_block_encrypt() 406 out0[3] = (u8)(len >> 8); in tls1_1_multi_block_encrypt() 407 out0[4] = (u8)(len); in tls1_1_multi_block_encrypt()
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | nvidia,tegra-audio-common.yaml | 17 - description: PLL A OUT0 clock
|
/freebsd/sys/contrib/device-tree/Bindings/iio/dac/ |
H A D | adi,ltc2672.yaml | 35 description: Positive Supply Voltage Input for DAC OUT0.
|
/freebsd/sys/contrib/device-tree/src/arm/st/ |
H A D | stm32mp157c-lxa-tac-gen2.dts | 77 label = "tac:green:out0";
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | am335x-icev2.dts | 50 led-out0 { 51 label = "out0";
|
H A D | am57xx-idk-common.dtsi | 62 led-out0 { 63 label = "out0";
|
H A D | am437x-idk-evm.dts | 123 led-out0 { 124 label = "out0";
|