/third_party/elfutils/libcpu/ |
H A D | i386_data.h | 127 d->bufp[(*d->bufcntp)++] = '%'; in data_prefix() 128 d->bufp[(*d->bufcntp)++] = ch; in data_prefix() 129 d->bufp[(*d->bufcntp)++] = 's'; in data_prefix() 130 d->bufp[(*d->bufcntp)++] = ':'; in data_prefix() 165 char *bufp = d->bufp; in general_mod$r_m() local 207 memcpy (&bufp[*bufcntp], tmpbuf, n + 1); in general_mod$r_m() 281 memcpy (&bufp[*bufcntp], tmpbuf, n + 1); in general_mod$r_m() 379 memcpy (&bufp[*bufcntp], tmpbuf, cp - tmpbuf); in general_mod$r_m() 400 char *buf = d->bufp in FCT_MOD$R_M() 508 char *bufp = d->bufp; FCT_ax() local 535 char *bufp = d->bufp; FCT_ax$w() local 946 char *bufp = d->bufp; FCT_mod$r_m() local 1025 char *bufp = d->bufp; FCT_mod$r_m$w() local 1093 char *bufp = d->bufp; FCT_mod$8r_m() local 1362 char *bufp = d->bufp; FCT_sreg2() local 1385 char *bufp = d->bufp; FCT_sreg3() local [all...] |
/third_party/icu/icu4c/source/test/letest/ |
H A D | gendata.cpp | 102 le_int32 bufp = 0; in dumpLongs() local 107 if (i % 8 == 0 && bufp != 0) { in dumpLongs() 109 bufp = 0; in dumpLongs() 112 bufp += sprintf(&lineBuffer[bufp], "0x%8.8X, ", longs[i]); in dumpLongs() 115 if (bufp != 0) { in dumpLongs() 116 lineBuffer[bufp - 2] = '\0'; in dumpLongs() 125 le_int32 bufp = 0; in dumpFloats() local 130 if (i % 8 == 0 && bufp != 0) { in dumpFloats() 132 bufp in dumpFloats() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | dtsdec.c | 34 const uint8_t *buf, *bufp; in dts_probe() local 48 bufp = buf = p->buf + pos; in dts_probe() 49 state = (state << 16) | bytestream_get_be16(&bufp); in dts_probe() 88 (bytestream_get_be16(&bufp) & 0xFC00) == 0xFC00) in dts_probe() 91 (bytestream_get_be16(&bufp) & 0x00FC) == 0x00FC) in dts_probe() 96 (bytestream_get_be16(&bufp) & 0xFFF0) == 0x07F0) in dts_probe() 101 (bytestream_get_be16(&bufp) & 0xF0FF) == 0xF007) in dts_probe()
|
H A D | flac_picture.c | 33 int ff_flac_parse_picture(AVFormatContext *s, uint8_t **bufp, int buf_size, in ff_flac_parse_picture() argument 39 uint8_t mimetype[64], *buf = *bufp; in ff_flac_parse_picture() 150 *bufp = NULL; in ff_flac_parse_picture()
|
/third_party/mesa3d/src/util/ |
H A D | memstream.c | 31 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep) in u_memstream_open() argument 47 mem->bufp = bufp; in u_memstream_open() 57 FILE *const f = open_memstream(bufp, sizep); in u_memstream_open() 75 *mem->bufp = buf; in u_memstream_close()
|
H A D | memstream.h | 48 char **bufp; member 55 u_memstream_open(struct u_memstream *mem, char **bufp, size_t *sizep);
|
/third_party/backends/backend/ |
H A D | plustek-usbcal.c | 947 u_short *bufp; in cano_AdjustDarkShading() local 991 bufp = ((u_short *)scanbuf)+i; in cano_AdjustDarkShading() 993 bufp = ((u_short *)scanbuf)+(i*3); in cano_AdjustDarkShading() 998 red += *bufp; bufp+=step; in cano_AdjustDarkShading() 999 green += *bufp; bufp+=step; in cano_AdjustDarkShading() 1000 blue += *bufp; bufp+=step; in cano_AdjustDarkShading() 1003 red += bufp[ in cano_AdjustDarkShading() 1075 u_short *bufp; cano_AdjustWhiteShading() local [all...] |
/third_party/musl/src/stdio/ |
H A D | open_memstream.c | 9 char **bufp; member 50 *c->bufp = c->buf = newbuf; in ms_write() 66 FILE *open_memstream(char **bufp, size_t *sizep) in open_memstream() argument 80 f->c.bufp = bufp; in open_memstream() 83 f->c.buf = *bufp = buf; in open_memstream()
|
H A D | open_wmemstream.c | 11 wchar_t **bufp; member 55 *c->bufp = c->buf = newbuf; in wms_write() 73 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() argument 88 f->c.bufp = bufp; in open_wmemstream() 91 f->c.buf = *bufp = buf; in open_wmemstream()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | f_int.c | 58 unsigned char *bufp; in a2i_ASN1_INTEGER() local 92 bufp = (unsigned char *)buf; in a2i_ASN1_INTEGER() 95 if ((bufp[0] == '0') && (bufp[1] == '0')) { in a2i_ASN1_INTEGER() 96 bufp += 2; in a2i_ASN1_INTEGER() 120 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_INTEGER()
|
H A D | f_string.c | 52 unsigned char *bufp; in a2i_ASN1_STRING() local 89 bufp = (unsigned char *)buf; in a2i_ASN1_STRING() 111 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_STRING()
|
/third_party/openssl/crypto/asn1/ |
H A D | f_int.c | 58 unsigned char *bufp; in a2i_ASN1_INTEGER() local 92 bufp = (unsigned char *)buf; in a2i_ASN1_INTEGER() 95 if ((bufp[0] == '0') && (bufp[1] == '0')) { in a2i_ASN1_INTEGER() 96 bufp += 2; in a2i_ASN1_INTEGER() 120 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_INTEGER()
|
H A D | f_string.c | 52 unsigned char *bufp; in a2i_ASN1_STRING() local 89 bufp = (unsigned char *)buf; in a2i_ASN1_STRING() 111 m = OPENSSL_hexchar2int(bufp[k + n]); in a2i_ASN1_STRING()
|
/third_party/node/deps/cares/src/lib/ |
H A D | ares_create_query.c | 32 unsigned short id, int rd, unsigned char **bufp, in ares_create_query() 39 if (name == NULL || bufp == NULL || buflenp == NULL) { in ares_create_query() 44 *bufp = NULL; in ares_create_query() 97 status = ares_dns_write(dnsrec, bufp, &len); in ares_create_query() 31 ares_create_query(const char *name, int dnsclass, int type, unsigned short id, int rd, unsigned char **bufp, int *buflenp, int max_udp_size) ares_create_query() argument
|
/third_party/musl/porting/liteos_a/user/src/stdio/ |
H A D | open_wmemstream.c | 11 wchar_t **bufp; member 51 *c->bufp = c->buf = newbuf; in wms_write() 69 FILE *open_wmemstream(wchar_t **bufp, size_t *sizep) in open_wmemstream() argument 84 f->c.bufp = bufp; in open_wmemstream() 87 f->c.buf = *bufp = buf; in open_wmemstream()
|
/third_party/ffmpeg/libavcodec/ |
H A D | videodsp_template.c | 92 pixel *bufp = (pixel *) buf; in ff_emulated_edge_mc() local 96 bufp[x] = bufp[start_x]; in ff_emulated_edge_mc() 101 bufp[x] = bufp[end_x - 1]; in ff_emulated_edge_mc()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftdebug.c | 459 char* bufp = features_buf; in ft_log_handler() local 493 bufp += features_length - 1; in ft_log_handler() 508 *bufp++ = ' '; in ft_log_handler() 513 *bufp++ = '%'; in ft_log_handler() 514 *bufp++ = 'c'; in ft_log_handler() 515 *bufp = '\0'; in ft_log_handler()
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | ftdebug.c | 472 char* bufp = features_buf; in ft_log_handler() local 506 bufp += features_length - 1; in ft_log_handler() 521 *bufp++ = ' '; in ft_log_handler() 526 *bufp++ = '%'; in ft_log_handler() 527 *bufp++ = 'c'; in ft_log_handler() 528 *bufp = '\0'; in ft_log_handler()
|
/third_party/curl/src/ |
H A D | tool_easysrc.c | 113 char *bufp; in easysrc_addf() local 116 bufp = curlx_mvaprintf(fmt, ap); in easysrc_addf() 118 if(!bufp) { in easysrc_addf() 122 ret = easysrc_add(plist, bufp); in easysrc_addf() 123 curl_free(bufp); in easysrc_addf()
|
H A D | tool_paramhlp.h | 31 ParameterError file2string(char **bufp, FILE *file); 35 ParameterError file2memory(char **bufp, size_t *size, FILE *file);
|
/third_party/elfutils/libasm/ |
H A D | disasm_str.c | 63 GElf_Addr addr, const char *fmt, char **bufp, size_t len, in disasm_str() 66 struct buffer buffer = { .buf = *bufp, .len = len }; in disasm_str() 70 *bufp = buffer.buf; in disasm_str() 62 disasm_str(DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, GElf_Addr addr, const char *fmt, char **bufp, size_t len, void *symcbarg) disasm_str() argument
|
/third_party/ltp/testcases/kernel/syscalls/adjtimex/ |
H A D | adjtimex02.c | 71 struct timex *bufp; in verify_adjtimex() local 76 bufp = buf; in verify_adjtimex() 93 bufp = (struct timex *) -1; in verify_adjtimex() 100 TST_EXP_FAIL2(tv->adjtimex(bufp), tc[i].exp_err, "adjtimex() error"); in verify_adjtimex()
|
/third_party/openssl/test/ |
H A D | x509aux.c | 45 unsigned char *bufp; in test_certs() local 71 if ((buf = bufp = OPENSSL_malloc(len)) == NULL) { in test_certs() 76 enclen = i2d(cert, &bufp); in test_certs() 83 enclen = (long) (bufp - buf); in test_certs()
|
H A D | params_api_test.c | 475 char buf[100], buf2[100], *bufp, *bufp2; in test_param_construct() local 504 params[n++] = OSSL_PARAM_construct_utf8_ptr("utf8ptr", &bufp, 0); in test_param_construct() 559 bufp = NULL; in test_param_construct() 563 || !TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, 0)) in test_param_construct() 564 || !TEST_str_eq(bufp, "abcdef")) { in test_param_construct() 565 OPENSSL_free(bufp); in test_param_construct() 568 OPENSSL_free(bufp); in test_param_construct() 569 bufp = buf2; in test_param_construct() 570 if (!TEST_true(OSSL_PARAM_get_utf8_string(cp, &bufp, sizeof(buf2))) in test_param_construct() 575 bufp in test_param_construct() [all...] |
/third_party/openssl/test/testutil/ |
H A D | format_output.c | 279 unsigned char buffer[MEM_BUFFER_SIZE * 2], *bufp = buffer; in test_fail_bignum_common() local 303 if (len > MEM_BUFFER_SIZE && (bufp = OPENSSL_malloc(len * 2)) == NULL) { in test_fail_bignum_common() 304 bufp = buffer; in test_fail_bignum_common() 310 m1 = bufp; in test_fail_bignum_common() 314 m2 = bufp + len; in test_fail_bignum_common() 358 if (bufp != buffer) in test_fail_bignum_common() 359 OPENSSL_free(bufp); in test_fail_bignum_common()
|