/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/ |
D | gzfht_test.c | 238 char *inbuf, *outbuf, *srcbuf, *dstbuf; in compress_file() local 284 dstbuf = outbuf + num_hdr_bytes; in compress_file() 314 nxu_touch_pages(dstbuf, dstlen, pagelen, 1); in compress_file() 318 dstbuf, dstlen, in compress_file() 364 set_bfinal(dstbuf, 0); in compress_file() 365 dstbuf = dstbuf + tpbc; in compress_file() 371 flushlen = append_sync_flush(dstbuf, tebc, 0); in compress_file() 374 dstbuf = dstbuf + flushlen; in compress_file() 381 set_bfinal(dstbuf, 1); in compress_file() 382 dstbuf = dstbuf + tpbc; in compress_file() [all …]
|
/external/ltp/testcases/kernel/io/aio/ |
D | aio01.c | 82 char *srcbuf, *dstbuf; variable 160 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 223 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 268 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 314 io_prep_pread(iocbs[0], fd, dstbuf, bufsize, pos); in main() 329 if (srcbuf[j] != dstbuf[j]) { in main() 332 dstbuf[j], srcbuf[j]); in main() 389 posix_memalign((void **)&dstbuf, bufsize, bufsize)) != 0) in setup() 397 if ((dstbuf = malloc(sizeof(char) * bufsize)) == NULL) in setup() 409 free(dstbuf); in cleanup()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/pb/ |
D | textprinter.c | 53 char dstbuf[4096], *dst = dstbuf, *dstend = dstbuf + sizeof(dstbuf); in putescaped() local 65 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped() 66 dst = dstbuf; in putescaped() 93 upb_bytessink_putbuf(p->output_, p->subc, dstbuf, dst - dstbuf, NULL); in putescaped()
|
/external/mesa3d/src/mesa/tnl/ |
D | t_split_copy.c | 91 GLubyte *dstbuf; member 216 copy->dstptr = copy->dstbuf; in flush() 291 assert(copy->dstptr == (copy->dstbuf + in elt() 519 copy->dstbuf = malloc(copy->dstbuf_size * copy->vertex_size); in replay_init() 520 copy->dstptr = copy->dstbuf; in replay_init() 532 dstattr->Ptr = copy->dstbuf + offset; in replay_init() 569 free(copy->dstbuf); in replay_finish()
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | ssl_tls13_keys.c | 249 unsigned char *dstbuf, size_t buflen ) in mbedtls_ssl_tls1_3_derive_secret() argument 284 dstbuf, buflen ) ); in mbedtls_ssl_tls1_3_derive_secret()
|
D | ssl_tls13_keys.h | 199 unsigned char *dstbuf, size_t buflen );
|
D | ssl_tls.c | 343 unsigned char *dstbuf, size_t dlen ) in ssl3_prf() argument 385 if( ( ret = mbedtls_md5_finish_ret( &md5, dstbuf + i * 16 ) ) != 0 ) in ssl3_prf() 404 unsigned char *dstbuf, size_t dlen ) in tls1_prf() argument 484 dstbuf[i + j] = h_i[j]; in tls1_prf() 538 dstbuf[i + j] = (unsigned char)( dstbuf[i + j] ^ h_i[j] ); in tls1_prf() 612 unsigned char *dstbuf, size_t dlen ) in tls_prf_generic() argument 657 status = psa_key_derivation_output_bytes( &derivation, dstbuf, dlen ); in tls_prf_generic() 686 unsigned char *dstbuf, size_t dlen ) in tls_prf_generic() argument 758 dstbuf[i + j] = h_i[j]; in tls_prf_generic() 776 unsigned char *dstbuf, size_t dlen ) in tls_prf_sha256() argument [all …]
|
/external/mbedtls/library/ |
D | ssl_tls13_keys.h | 217 unsigned char *dstbuf, size_t dstbuf_len );
|
D | ssl_tls.c | 406 unsigned char *dstbuf, size_t dlen ); 435 unsigned char *dstbuf, size_t dlen ); 446 unsigned char *dstbuf, size_t dlen ); 476 unsigned char *dstbuf, size_t dlen ) in mbedtls_ssl_tls_prf() argument 498 return( tls_prf( secret, slen, label, random, rlen, dstbuf, dlen ) ); in mbedtls_ssl_tls_prf() 5850 unsigned char *dstbuf, size_t dlen ) in tls_prf_generic() argument 5897 status = psa_key_derivation_output_bytes( &derivation, dstbuf, dlen ); in tls_prf_generic() 5930 unsigned char *dstbuf, size_t dlen ) in tls_prf_generic() argument 6002 dstbuf[i + j] = h_i[j]; in tls_prf_generic() 6025 unsigned char *dstbuf, size_t dlen ) in tls_prf_sha256() argument [all …]
|
D | ssl_tls13_keys.c | 296 unsigned char *dstbuf, size_t dstbuf_len ) in mbedtls_ssl_tls13_derive_secret() argument 330 dstbuf, dstbuf_len ) ); in mbedtls_ssl_tls13_derive_secret()
|
D | ssl_misc.h | 579 unsigned char *dstbuf, size_t dlen );
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shaderlib_tgsi.c | 151 struct ureg_dst dstbuf = ureg_dst(ureg_DECL_buffer(ureg, 0, false)); in si_create_dma_compute_shader() local 195 struct ureg_dst dst = ureg_writemask(dstbuf, u_bit_consecutive(0, inst_dwords[d])); in si_create_dma_compute_shader()
|
/external/erofs-utils/lib/ |
D | compress.c | 233 static char dstbuf[EROFS_CONFIG_COMPR_MAX_SZ + EROFS_BLKSIZ]; in vle_compress_one() local 234 char *const dst = dstbuf + EROFS_BLKSIZ; in vle_compress_one()
|
/external/python/cryptography/src/cryptography/hazmat/primitives/serialization/ |
D | ssh.py | 192 def render(self, dstbuf, pos=0): argument 197 dstbuf[start:pos] = frag
|
/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
D | ssl_internal.h | 380 unsigned char *dstbuf, size_t dlen );
|
D | ssl.h | 4421 unsigned char *dstbuf, size_t dlen );
|
/external/mbedtls/include/mbedtls/ |
D | ssl.h | 5293 unsigned char *dstbuf, size_t dlen );
|