Home
last modified time | relevance | path

Searched refs:b64 (Results 1 – 25 of 245) sorted by relevance

12345678910

/external/grpc-grpc/test/core/slice/
Db64_test.cc62 char* b64; in test_full_range_encode_decode_b64() local
69 b64 = grpc_base64_encode(orig, sizeof(orig) - i, url_safe, multiline); in test_full_range_encode_decode_b64()
70 orig_decoded = grpc_base64_decode(b64, url_safe); in test_full_range_encode_decode_b64()
75 gpr_free(b64); in test_full_range_encode_decode_b64()
114 char* b64; in test_url_safe_unsafe_mismatch_failure() local
120 b64 = grpc_base64_encode(orig, sizeof(orig), url_safe, 0); in test_url_safe_unsafe_mismatch_failure()
121 orig_decoded = grpc_base64_decode(b64, !url_safe); in test_url_safe_unsafe_mismatch_failure()
123 gpr_free(b64); in test_url_safe_unsafe_mismatch_failure()
126 b64 = grpc_base64_encode(orig, sizeof(orig), !url_safe, 0); in test_url_safe_unsafe_mismatch_failure()
127 orig_decoded = grpc_base64_decode(b64, url_safe); in test_url_safe_unsafe_mismatch_failure()
[all …]
/external/tensorflow/tensorflow/core/platform/
Dbase64.cc99 const char* b64 = data.data(); in Base64Decode() local
102 while (end - b64 > 4) { in Base64Decode()
103 TF_RETURN_IF_ERROR(DecodeThreeChars(b64, current)); in Base64Decode()
104 b64 += 4; in Base64Decode()
108 if (end - b64 == 4) { in Base64Decode()
111 if (b64[2] == kPadChar && b64[3] == kPadChar) { in Base64Decode()
114 if (b64[2] != kPadChar && b64[3] == kPadChar) { in Base64Decode()
119 const int remain = static_cast<int>(end - b64); in Base64Decode()
130 std::memcpy(tail, b64, remain * sizeof(*b64)); in Base64Decode()
/external/llvm/test/CodeGen/NVPTX/
Dshift-parts.ll5 ; CHECK: shl.b64
9 ; CHECK: or.b64
11 ; CHECK: shl.b64
13 ; CHECK: selp.b64
14 ; CHECK: shl.b64
26 ; CHECK: shl.b64
27 ; CHECK: or.b64
31 ; CHECK: selp.b64
Drotate.ll6 declare i64 @llvm.nvvm.rotate.b64(i64, i32)
7 declare i64 @llvm.nvvm.rotate.right.b64(i64, i32)
24 ; SM20: shl.b64
26 ; SM20: shr.b64
30 %val = tail call i64 @llvm.nvvm.rotate.b64(i64 %a, i32 %b)
37 ; SM20: shr.b64
39 ; SM20: shl.b64
43 %val = tail call i64 @llvm.nvvm.rotate.right.b64(i64 %a, i32 %b)
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Dshift-parts.ll5 ; CHECK: shl.b64
9 ; CHECK: or.b64
11 ; CHECK: shl.b64
13 ; CHECK: selp.b64
14 ; CHECK: shl.b64
26 ; CHECK: shl.b64
27 ; CHECK: or.b64
31 ; CHECK: selp.b64
Drotate.ll6 declare i64 @llvm.nvvm.rotate.b64(i64, i32)
7 declare i64 @llvm.nvvm.rotate.right.b64(i64, i32)
24 ; SM20: shl.b64
26 ; SM20: shr.b64
30 %val = tail call i64 @llvm.nvvm.rotate.b64(i64 %a, i32 %b)
37 ; SM20: shr.b64
39 ; SM20: shl.b64
43 %val = tail call i64 @llvm.nvvm.rotate.right.b64(i64 %a, i32 %b)
Dproxy-reg-erasure-ptx.ll64 ; PTX-DAG: ld.param.b64 [[LD:%rd[0-9]+]], [retval0+0];
67 ; PTX-WITHOUT-DAG: mov.b64 [[PROXY:%rd[0-9]+]], [[LD]];
68 ; PTX-WITHOUT-DAG: st.param.b64 [func_retval0+0], [[PROXY]];
69 ; PTX-WITH-DAG: st.param.b64 [func_retval0+0], [[LD]];
79 ; PTX-DAG: ld.param.v2.b64 {[[LD0:%rd[0-9]+]], [[LD1:%rd[0-9]+]]}, [retval0+0];
82 ; PTX-WITHOUT-DAG: mov.b64 [[PROXY0:%rd[0-9]+]], [[LD0]];
83 ; PTX-WITHOUT-DAG: mov.b64 [[PROXY1:%rd[0-9]+]], [[LD1]];
84 ; PTX-WITHOUT-DAG: st.param.v2.b64 [func_retval0+0], {[[PROXY0]], [[PROXY1]]};
85 ; PTX-WITH-DAG: st.param.v2.b64 [func_retval0+0], {[[LD0]], [[LD1]]};
/external/tpm2-tss/src/tss2-fapi/
Difapi_get_intl_cert.c135 BIO *bio, *b64; in base64_encode() local
146 b64 = BIO_new(BIO_f_base64()); in base64_encode()
148 bio = BIO_push(b64, bio); in base64_encode()
237 BIO *bio, *b64; in base64_decode() local
239 b64 = BIO_new(BIO_f_base64()); in base64_decode()
240 bio = BIO_push(b64, bio); in base64_decode()
311 char *b64 = base64_encode(hash); in ifapi_get_intl_ek_certificate() local
313 if (!b64) { in ifapi_get_intl_ek_certificate()
322 LOG_INFO("%s", b64); in ifapi_get_intl_ek_certificate()
325 rc = retrieve_endorsement_certificate(b64, cert_buffer, cert_size); in ifapi_get_intl_ek_certificate()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dbmap.c310 blk64_t b64; in ext2fs_bmap2() local
376 b64 = b; in ext2fs_bmap2()
377 retval = ext2fs_alloc_block3(fs, b64, block_buf, &b64, in ext2fs_bmap2()
379 b = b64; in ext2fs_bmap2()
402 b64 = b; in ext2fs_bmap2()
403 retval = ext2fs_alloc_block3(fs, b64, block_buf, &b64, in ext2fs_bmap2()
405 b = b64; in ext2fs_bmap2()
430 b64 = b; in ext2fs_bmap2()
431 retval = ext2fs_alloc_block3(fs, b64, block_buf, &b64, in ext2fs_bmap2()
433 b = b64; in ext2fs_bmap2()
[all …]
/external/openssh/
Dsshbuf-misc.c93 sshbuf_dtob64(const struct sshbuf *d, struct sshbuf *b64, int wrap) in sshbuf_dtob64() argument
99 if (d == NULL || b64 == NULL || sshbuf_len(d) >= SIZE_MAX / 2) in sshbuf_dtob64()
112 if ((r = sshbuf_put_u8(b64, s[i])) != 0) in sshbuf_dtob64()
114 if (i % 70 == 69 && (r = sshbuf_put_u8(b64, '\n')) != 0) in sshbuf_dtob64()
117 if ((i - 1) % 70 != 69 && (r = sshbuf_put_u8(b64, '\n')) != 0) in sshbuf_dtob64()
120 if ((r = sshbuf_put(b64, s, strlen(s))) != 0) in sshbuf_dtob64()
148 sshbuf_b64tod(struct sshbuf *buf, const char *b64) in sshbuf_b64tod() argument
150 size_t plen = strlen(b64); in sshbuf_b64tod()
158 if ((nlen = b64_pton(b64, p, plen)) < 0) { in sshbuf_b64tod()
/external/rust/crates/libc/patches/
Dmissing.diff27 diff --git a/src/unix/linux_like/android/b64/aarch64/mod.rs b/src/unix/linux_like/android/b64/aarch…
29 --- a/src/unix/linux_like/android/b64/aarch64/mod.rs
30 +++ b/src/unix/linux_like/android/b64/aarch64/mod.rs
40 diff --git a/src/unix/linux_like/android/b64/x86_64/mod.rs b/src/unix/linux_like/android/b64/x86_64…
42 --- a/src/unix/linux_like/android/b64/x86_64/mod.rs
43 +++ b/src/unix/linux_like/android/b64/x86_64/mod.rs
/external/libopus/silk/
DMacroDebug.h167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line… in silk_ADD_SAT64_() argument
170 res = ((((a64) + (b64)) & 0x8000000000000000LL) == 0 ? \ in silk_ADD_SAT64_()
171 ((((a64) & (b64)) & 0x8000000000000000LL) != 0 ? silk_int64_MIN : (a64)+(b64)) : \ in silk_ADD_SAT64_()
172 ((((a64) | (b64)) & 0x8000000000000000LL) == 0 ? silk_int64_MAX : (a64)+(b64)) ); in silk_ADD_SAT64_()
173 if( res != a64 + b64 ) { in silk_ADD_SAT64_()
175 … if ( !(( res == silk_int64_MAX && ( ( a64 >> 1 ) + ( b64 >> 1 ) > ( silk_int64_MAX >> 3 ) ) ) || in silk_ADD_SAT64_()
176 … ( res == silk_int64_MIN && ( ( a64 >> 1 ) + ( b64 >> 1 ) < ( silk_int64_MIN >> 3 ) ) ) ) ) in silk_ADD_SAT64_()
182 fail = res != a64 + b64; in silk_ADD_SAT64_()
186 …stderr, "silk_ADD_SAT64(%lld, %lld) in %s: line %d\n", (long long)a64, (long long)b64, file, line); in silk_ADD_SAT64_()
228 static OPUS_INLINE opus_int64 silk_SUB_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line… in silk_SUB_SAT64_() argument
[all …]
/external/curl/tests/data/
Dtest88720 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% +OK…
53 %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
Dtest84418 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% A00…
49 %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
Dtest94619 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% 235…
46 %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
Dtest88920 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% + e…
52 %b64[n,a=user,%01host=127.0.0.1%01port=%POP3PORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
Dtest84550 A002 AUTHENTICATE OAUTHBEARER %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B…
51 %b64[%01]b64%
Dtest84218 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% A00…
53 %b64[n,a=user,%01host=127.0.0.1%01port=%IMAPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
Dtest94819 REPLY %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64% 334…
54 %b64[n,a=user,%01host=127.0.0.1%01port=%SMTPPORT%01auth=Bearer mF_9.B5f-4.1JqM%01%01]b64%
/external/wpa_supplicant_8/hostapd/
Dsae_pk_gen.c25 char *b64 = NULL, *pw = NULL, *pos, *src; in main() local
134 b64 = base64_encode(der, der_len, NULL); in main()
135 if (!b64) in main()
137 src = pos = b64; in main()
175 printf("sae_password=%s|pk=%s:%s\n", pw, m_hex, b64); in main()
190 os_free(b64); in main()
/external/skqp/modules/pathkit/tests/
DtestReporter.js7 let b64 = canvas.toDataURL('image/png');
8 return _report(b64, outputType, testname);
26 let b64 = tempCanvas.toDataURL('image/png');
27 _report(b64, 'svg', testname).then(() => {
/external/skia/modules/canvaskit/tests/
DtestReporter.js7 let b64 = canvas.toDataURL('image/png');
8 return _report(b64, outputType, testname);
26 let b64 = tempCanvas.toDataURL('image/png');
27 _report(b64, 'svg', testname).then(() => {
/external/skia/modules/pathkit/tests/
DtestReporter.js7 let b64 = canvas.toDataURL('image/png');
8 return _report(b64, outputType, testname);
26 let b64 = tempCanvas.toDataURL('image/png');
27 _report(b64, 'svg', testname).then(() => {
/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Db64.cc126 grpc_slice grpc_base64_decode(const char* b64, int url_safe) { in grpc_base64_decode() argument
127 return grpc_base64_decode_with_len(b64, strlen(b64), url_safe); in grpc_base64_decode()
191 grpc_slice grpc_base64_decode_with_len(const char* b64, size_t b64_len, in grpc_base64_decode_with_len() argument
200 unsigned char c = static_cast<unsigned char>(*b64++); in grpc_base64_decode_with_len()
/external/grpc-grpc/src/core/lib/slice/
Db64.cc127 grpc_slice grpc_base64_decode(const char* b64, int url_safe) { in grpc_base64_decode() argument
128 return grpc_base64_decode_with_len(b64, strlen(b64), url_safe); in grpc_base64_decode()
192 grpc_slice grpc_base64_decode_with_len(const char* b64, size_t b64_len, in grpc_base64_decode_with_len() argument
201 unsigned char c = static_cast<unsigned char>(*b64++); in grpc_base64_decode_with_len()

12345678910