Searched refs:tmp_buf (Results 1 - 17 of 17) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py56 tmp_buf=raw_buf[0:80]
57 flags, ip, ax, bx, cx, dx, si, di, bp, sp = struct.unpack('QQQQQQQQQQ', tmp_buf)
71 del tmp_buf
85 tmp_buf=raw_buf[144:176]
86 status, dla, dse, lat = struct.unpack('QQQQ', tmp_buf)
94 del tmp_buf
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_obj.c77 char tmp_buf[80]; local
106 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
107 s=tmp_buf;
/external/openssl/crypto/x509/
H A Dx509_obj.c77 char tmp_buf[80]; local
109 i2t_ASN1_OBJECT(tmp_buf,sizeof(tmp_buf),ne->object);
110 s=tmp_buf;
/external/openssl/crypto/evp/
H A Ddigest.c293 unsigned char *tmp_buf; local
310 tmp_buf = out->md_data;
313 else tmp_buf = NULL;
319 if (tmp_buf)
320 out->md_data = tmp_buf;
/external/openssl/ssl/
H A Dd1_clnt.c1003 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
1028 tmp_buf[0]=s->client_version>>8;
1029 tmp_buf[1]=s->client_version&0xff;
1030 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
1033 s->session->master_key_length=sizeof tmp_buf;
1039 n=RSA_public_encrypt(sizeof tmp_buf,
1040 tmp_buf,p,rsa,RSA_PKCS1_PADDING);
1043 if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70;
1061 tmp_buf,sizeo
1076 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
[all...]
H A Ds3_clnt.c2560 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
2585 tmp_buf[0]=s->client_version>>8;
2586 tmp_buf[1]=s->client_version&0xff;
2587 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
2590 s->session->master_key_length=sizeof tmp_buf;
2596 n=RSA_public_encrypt(sizeof tmp_buf,
2597 tmp_buf,p,rsa,RSA_PKCS1_PADDING);
2600 if (s->options & SSL_OP_PKCS1_CHECK_2) tmp_buf[0]=0x70;
2618 tmp_buf,sizeo
2633 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
[all...]
/external/libsepol/src/
H A Dservices.c217 char tmp_buf[128]; local
235 snprintf(tmp_buf, sizeof(tmp_buf), "(%s%s", src, op);
236 cat_expr_buf(expr_list[expr_counter], tmp_buf);
251 snprintf(tmp_buf, sizeof(tmp_buf), " %s",
255 snprintf(tmp_buf, sizeof(tmp_buf), " %s",
259 snprintf(tmp_buf, sizeof(tmp_buf), "
278 char tmp_buf[128]; local
395 char tmp_buf[128]; local
[all...]
H A Dnode_record.c393 char *tmp_buf = malloc(node->addr_sz); local
394 if (!tmp_buf) {
399 memcpy(tmp_buf, node->addr, node->addr_sz);
400 *buffer = tmp_buf;
482 char *tmp_buf = malloc(node->mask_sz); local
483 if (!tmp_buf) {
488 memcpy(tmp_buf, node->mask, node->mask_sz);
489 *buffer = tmp_buf;
/external/chromium_org/third_party/boringssl/src/crypto/digest/
H A Ddigest.c118 uint8_t *tmp_buf = NULL; local
130 tmp_buf = out->md_data;
138 if (tmp_buf) {
139 out->md_data = tmp_buf;
/external/lldb/source/Host/common/
H A DFileSpec.cpp164 std::string tmp_buf("~");
165 tmp_buf.append(user_entry->pw_name);
166 tmp_buf.push_back('/');
167 name_list.insert(tmp_buf);
/external/chromium_org/third_party/boringssl/src/ssl/
H A Ds3_clnt.c1974 unsigned char tmp_buf[SSL_MAX_MASTER_KEY_LENGTH]; local
1999 tmp_buf[0]=s->client_version>>8;
2000 tmp_buf[1]=s->client_version&0xff;
2001 if (RAND_bytes(&(tmp_buf[2]),sizeof tmp_buf-2) <= 0)
2004 s->session->master_key_length=sizeof tmp_buf;
2010 n=RSA_public_encrypt(sizeof tmp_buf,
2011 tmp_buf,p,rsa,RSA_PKCS1_PADDING);
2020 p, n, tmp_buf, sizeof(tmp_buf)))
[all...]
/external/qemu/
H A Dblock.c978 uint8_t tmp_buf[BDRV_SECTOR_SIZE]; local
990 if ((ret = bdrv_read(bs, sector_num, tmp_buf, 1)) < 0)
992 memcpy(buf, tmp_buf + (offset & (BDRV_SECTOR_SIZE - 1)), len);
1013 if ((ret = bdrv_read(bs, sector_num, tmp_buf, 1)) < 0)
1015 memcpy(buf, tmp_buf, count);
1023 uint8_t tmp_buf[BDRV_SECTOR_SIZE]; local
1035 if ((ret = bdrv_read(bs, sector_num, tmp_buf, 1)) < 0)
1037 memcpy(tmp_buf + (offset & (BDRV_SECTOR_SIZE - 1)), buf, len);
1038 if ((ret = bdrv_write(bs, sector_num, tmp_buf, 1)) < 0)
1060 if ((ret = bdrv_read(bs, sector_num, tmp_buf,
[all...]
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_flate.cpp821 FX_LPBYTE tmp_buf = result_tmp_bufs[i];
826 FXSYS_memcpy32(result_buf + result_pos, tmp_buf, tmp_buf_size);
828 FX_Free(tmp_buf);
829 tmp_buf = NULL;
/external/chromium_org/third_party/libxslt/libexslt/
H A Ddate.c262 xmlChar tmp_buf[100], *tmp = tmp_buf; \
270 while ((tmp - tmp_buf) < 4) \
273 while (tmp > tmp_buf) { \
/external/opencv/cxcore/src/
H A Dcxdxt.cpp1986 uchar* tmp_buf = 0;
1993 tmp_buf = ptr;
2019 if( tmp_buf )
2020 dptr = tmp_buf;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2152 DECLARE_ALIGNED_ARRAY(16, uint8_t, tmp_buf, MAX_MB_PLANE * 64 * 64);
2238 // one for future predictions. In the end, copy from tmp_buf to
2308 xd->plane[j].dst.buf = tmp_buf + j * 64 * 64;
2365 xd->plane[i].dst.buf = tmp_buf + i * 64 * 64;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c2714 DECLARE_ALIGNED_ARRAY(16, uint8_t, tmp_buf, MAX_MB_PLANE * 64 * 64);
2775 // one for future predictions. In the end, copy from tmp_buf to
2840 xd->plane[j].dst.buf = tmp_buf + j * 64 * 64;
2894 xd->plane[i].dst.buf = tmp_buf + i * 64 * 64;

Completed in 412 milliseconds