/third_party/mksh/ |
H A D | eval.c | 1216 varsub(Expand *xp, const char *sp, const char *word, in varsub() argument 1236 xp->var = NULL; in varsub() 1311 xp->var = global(sp); in varsub() 1313 xp->str = p ? shf_smprintf("%s[%lu]", xp->var->name, in varsub() 1314 arrayindex(xp->var)) : xp->var->name; in varsub() 1371 xp->str = shf_smprintf(Tf_d, sc); in varsub() 1430 xp->var = global(sp); in varsub() 1431 xp in varsub() 1520 comsub(Expand *xp, const char *cp, int fn) comsub() argument 1736 char *xp; glob_str() local 1753 char *xp = *xpp; globit() local [all...] |
H A D | lex.c | 52 char *xp; member 124 Xcheck(rp->xs, rp->xp); \ 125 *rp->xp++ = cev; \ 174 Xinit(ri->xs, ri->xp, 64, ATEMP); \ 181 *retrace_info->xp = '\0'; \ 182 sp = Xstring(retrace_info->xs, retrace_info->xp); \ 402 *retrace_info->xp++ = '('; in yylex() 1132 char *xp; in readhere() local 1140 Xinit(xs, xp, 256, ATEMP); in readhere() 1145 xpos = Xsavepos(xs, xp); in readhere() 1359 char *xp = Xstring(s->xs, xp), *cp; getsc_line() local [all...] |
H A D | misc.c | 78 Xcheck_grow(XString *xsp, const char *xp, size_t more) in Xcheck_grow() argument 88 return (xsp->beg + (xp - old_beg)); in Xcheck_grow() 1704 char *xp, *ip, *tp, *ipath, *ldest = NULL; in do_realpath() local 1740 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); in do_realpath() 1766 while (xp > Xstring(xs, xp)) in do_realpath() 1767 if (mksh_cdirsep(*--xp)) in do_realpath() 1775 pos = Xsavepos(xs, xp); in do_realpath() 1777 XcheckN(xs, xp, 1 + len + 1); in do_realpath() 1778 Xput(xs, xp, '/'); in do_realpath() 1950 char *xp = Xstring(*xsp, xp); make_path() local [all...] |
H A D | funcs.c | 296 char *xp; in c_print() local 459 Xinit(xs, xp, 128, ATEMP); in c_print() 471 Xcheck(xs, xp); in c_print() 476 Xput(xs, xp, po.ts[c]); in c_print() 479 Xput(xs, xp, po.wc & 0xFF); in c_print() 484 Xcheck(xs, xp); in c_print() 501 Xput(xs, xp, '\\'); in c_print() 508 Xput(xs, xp, po.ts[c]); in c_print() 513 Xput(xs, xp, c); in c_print() 517 Xput(xs, xp, '\ in c_print() 726 char *xp = alloc(xlen + 1 + clen, ATEMP); do_whence() local 1617 char *cp, *allocd = NULL, *xp; c_read() local [all...] |
H A D | histrap.c | 195 char *xp; in c_fc() local 200 Xinit(xs, xp, 128, ATEMP); in c_fc() 205 XcheckN(xs, xp, len + rep_len); in c_fc() 207 memcpy(xp, s, len); in c_fc() 208 xp += len; in c_fc() 210 memcpy(xp, rep, rep_len); in c_fc() 211 xp += rep_len; in c_fc() 218 XcheckN(xs, xp, len); in c_fc() 219 memcpy(xp, s, len); in c_fc() 220 xp in c_fc() 317 char *xp; c_fc() local [all...] |
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_filter.py | 33 (fp=NAME | vfpdef< '(' fp=NAME ')'> ) ':' xp=any 68 xp = results.get("xp").clone() 69 if xp.type == syms.test: 70 xp.prefix = "" 71 xp = parenthesize(xp) 75 results.get("it").clone(), xp)
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_purp.c | 20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, 22 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, 24 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, 27 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, 29 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, 31 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, 33 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, 35 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x, 37 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, 239 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() argument 244 X509_PURPOSE_get0_name(const X509_PURPOSE *xp) X509_PURPOSE_get0_name() argument 249 X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) X509_PURPOSE_get0_sname() argument 254 X509_PURPOSE_get_trust(const X509_PURPOSE *xp) X509_PURPOSE_get_trust() argument 714 check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ssl_client() argument 738 check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ssl_server() argument 755 check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ns_ssl_server() argument 795 check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_smime_sign() argument 807 check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_smime_encrypt() argument 819 check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_crl_sign() argument 838 check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ocsp_helper() argument 851 check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_timestamp_sign() argument 886 no_check_purpose(const X509_PURPOSE *xp, const X509 *x, int require_ca) no_check_purpose() argument [all...] |
H A D | x509_trust.c | 202 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags() argument 204 return xp->flags; in X509_TRUST_get_flags() 207 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name() argument 209 return xp->name; in X509_TRUST_get0_name() 212 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust() argument 214 return xp->trust; in X509_TRUST_get_trust()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_purp.c | 20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, 22 static int check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, 24 static int check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, 27 static int check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, 29 static int check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, 31 static int check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, 33 static int check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, 35 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x, 37 static int check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, 239 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() argument 244 X509_PURPOSE_get0_name(const X509_PURPOSE *xp) X509_PURPOSE_get0_name() argument 249 X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) X509_PURPOSE_get0_sname() argument 254 X509_PURPOSE_get_trust(const X509_PURPOSE *xp) X509_PURPOSE_get_trust() argument 714 check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ssl_client() argument 738 check_purpose_ssl_server(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ssl_server() argument 755 check_purpose_ns_ssl_server(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ns_ssl_server() argument 795 check_purpose_smime_sign(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_smime_sign() argument 807 check_purpose_smime_encrypt(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_smime_encrypt() argument 819 check_purpose_crl_sign(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_crl_sign() argument 838 check_purpose_ocsp_helper(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_ocsp_helper() argument 851 check_purpose_timestamp_sign(const X509_PURPOSE *xp, const X509 *x, int require_ca) check_purpose_timestamp_sign() argument 886 no_check_purpose(const X509_PURPOSE *xp, const X509 *x, int require_ca) no_check_purpose() argument [all...] |
H A D | x509_trust.c | 202 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags() argument 204 return xp->flags; in X509_TRUST_get_flags() 207 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name() argument 209 return xp->name; in X509_TRUST_get0_name() 212 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust() argument 214 return xp->trust; in X509_TRUST_get_trust()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | noderef.c | 17 struct x __A *xp; in h() local 31 r = &xp->a; /* This should NOT complain */ in h() 32 r = &xp->b; in h() 33 r = &(*xp).a; in h() 34 r = &(*xp).b; in h()
|
/third_party/libwebsockets/lib/misc/ |
H A D | ieeehalfprecision.c | 164 lws_halfp2singles(uint32_t *xp, uint16_t h) in lws_halfp2singles() argument 172 *xp = ((uint32_t)h) << 16; // Return the signed zero in lws_halfp2singles() 198 *xp = xs | xe | xm; in lws_halfp2singles() 207 *xp = (((uint32_t)hs) << 16) | ((uint32_t)0x7F800000u); in lws_halfp2singles() 213 *xp = (uint32_t)0xFFC00000u; in lws_halfp2singles() 227 *xp = xs | xe | xm; in lws_halfp2singles()
|
/third_party/ffmpeg/libavcodec/ |
H A D | roqvideodec.c | 42 int vqid, xpos, ypos, xp, yp, x, y, mx, my; in roqvideo_decode_frame() local 82 for (xp = xpos; xp < xpos + 16; xp += 8) { in roqvideo_decode_frame() 101 ff_apply_motion_8x8(ri, xp, yp, mx, my); in roqvideo_decode_frame() 106 ff_apply_vector_4x4(ri, xp, yp, ri->cb2x2 + qcell->idx[0]); in roqvideo_decode_frame() 107 ff_apply_vector_4x4(ri, xp + 4, yp, ri->cb2x2 + qcell->idx[1]); in roqvideo_decode_frame() 108 ff_apply_vector_4x4(ri, xp, yp + 4, ri->cb2x2 + qcell->idx[2]); in roqvideo_decode_frame() 109 ff_apply_vector_4x4(ri, xp + 4, yp + 4, ri->cb2x2 + qcell->idx[3]); in roqvideo_decode_frame() 113 x = xp; in roqvideo_decode_frame() [all...] |
H A D | mpegaudioenc_template.c | 207 const int *xp = costab32; in idct32() local 253 x1 = MUL((t[8] - x2), xp[0]); in idct32() 254 x2 = MUL((t[8] + x2), xp[1]); in idct32() 263 xp += 2; in idct32() 267 xr = MUL(t[28],xp[0]); in idct32() 271 xr = MUL(t[4],xp[1]); in idct32() 275 xr = MUL(t[20],xp[2]); in idct32() 279 xr = MUL(t[12],xp[3]); in idct32() 284 xp += 4; in idct32() 287 xr = MUL(tab[30-i*4],xp[ in idct32() [all...] |
/third_party/FreeBSD/lib/msun/src/ |
H A D | math_private.h | 716 #define DOPRINT_START(xp) do { \ 721 EXTRACT_LDBL80_WORDS(__hx, __lx, *xp); \ 723 INSERT_LDBL80_WORDS(*xp, __hx, __lx); \ 724 printf("x = %.21Lg; ", (long double)*xp); \ 734 #define DOPRINT_START(xp) do { \ 737 EXTRACT_WORDS(__hx, __lx, *xp); \ 739 INSERT_WORDS(*xp, __hx, __lx); \ 740 printf("x = %.21Lg; ", (long double)*xp); \ 750 #define DOPRINT_START(xp) do { \ 753 GET_FLOAT_WORD(__hx, *xp); \ [all...] |
/third_party/skia/src/gpu/effects/ |
H A D | GrPorterDuffXferProcessor.cpp | 402 const PorterDuffXferProcessor& xp = xpBase.cast<PorterDuffXferProcessor>(); 403 return fBlendFormula == xp.fBlendFormula; 413 static void append_color_output(const PorterDuffXferProcessor& xp, 460 const PorterDuffXferProcessor& xp = args.fXP.cast<PorterDuffXferProcessor>(); 463 const BlendFormula& blendFormula = xp.fBlendFormula; 465 append_color_output(xp, 472 append_color_output(xp, 503 const ShaderPDXferProcessor& xp = xpBase.cast<ShaderPDXferProcessor>(); 504 return fXfermode == xp.fXfermode; 536 const ShaderPDXferProcessor& xp [all...] |
H A D | GrCoverageSetOpXP.cpp | 37 const CoverageSetOpXP& xp = xpBase.cast<CoverageSetOpXP>(); variable 38 return (fRegionOp == xp.fRegionOp && 39 fInvertCoverage == xp.fInvertCoverage); 63 const CoverageSetOpXP& xp = args.fXP.cast<CoverageSetOpXP>(); in makeProgramImpl() local 65 if (xp.fInvertCoverage) { in makeProgramImpl()
|
H A D | GrCustomXfermode.cpp | 118 SkASSERT(caps.advBlendEqInteraction() > 0); // 0 will mean !xp.hasHWBlendEquation(). in onAddToKey() 133 const CustomXP& xp = args.fXP.cast<CustomXP>(); local 134 SkASSERT(xp.hasHWBlendEquation()); 137 fragBuilder->enableAdvancedBlendEquationIfNeeded(xp.fHWBlendEquation); 155 const CustomXP& xp = proc.cast<CustomXP>(); local 156 SkASSERT(!xp.hasHWBlendEquation()); 158 GrGLSLBlend::AppendMode(fragBuilder, srcColor, dstColor, outColor, xp.fMode); 166 xp);
|
/third_party/icu/tools/colprobe/ |
H A D | strengthprobe.cpp | 179 const Line *xp = &x; in getStrength() local 184 if(comparer(&emptyP, &xp) == 0) { in getStrength() 188 int32_t result = comparer(&xp, &yp); in getStrength() 232 const Line *xp = &x; in compare() local 234 return comparer(&xp, &yp); in compare() 239 const Line *xp = &x; in compare() local 241 return comparer(&xp, &yp); in compare() 255 const Line *xp = &x; in distanceFromEmptyString() local 256 int32_t result = comparer(&emptyP, &xp); in distanceFromEmptyString() 262 result = comparer(&B0LineP, &xp); in distanceFromEmptyString() [all...] |
/third_party/benchmark/test/ |
H A D | donotoptimize_assembly_test.cc | 188 int *const xp = &x; in test_pointer_const_lvalue() local 189 benchmark::DoNotOptimize(xp); in test_pointer_const_lvalue() 199 int *xp = &x; in test_pointer_lvalue() local 200 benchmark::DoNotOptimize(xp); in test_pointer_lvalue()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | main.c | 741 struct x x1, x2, *xp; in main() local 754 xp = lws_dll2_search_sz_pl(&o, "yes", 3, struct x, list, sz); in main() 755 if (xp != &x2) { in main() 756 lwsl_err("%s: 1 xp %p\n", __func__, xp); in main() 759 xp = lws_dll2_search_sz_pl(&o, "nope", 4, struct x, list, sz); in main() 760 if (xp != &x1) { in main() 761 lwsl_err("%s: 2 xp %p\n", __func__, xp); in main() 764 xp in main() [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | swscale.c | 636 int xp,yp; in xyz12Torgb48() local 640 for (xp=0; xp+2<stride; xp+=3) { in xyz12Torgb48() 644 x = AV_RB16(src + xp + 0); in xyz12Torgb48() 645 y = AV_RB16(src + xp + 1); in xyz12Torgb48() 646 z = AV_RB16(src + xp + 2); in xyz12Torgb48() 648 x = AV_RL16(src + xp + 0); in xyz12Torgb48() 649 y = AV_RL16(src + xp + 1); in xyz12Torgb48() 650 z = AV_RL16(src + xp in xyz12Torgb48() 692 int xp,yp; rgb48Toxyz12() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | test-algs.cc | 76 hb_pair_t<const int*, int> xp = hb_pair_t<int *, long> (nullptr, 0); in main() local 77 xp = hb_pair_t<int *, double> (nullptr, 1); in main() 78 xp = hb_pair_t<const int*, int> (nullptr, 1); in main()
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLProgramBuilder.cpp | 362 const GrXferProcessor& xp = this->pipeline().getXferProcessor(); in emitAndInstallXferProc() local 363 fXPImpl = xp.makeProgramImpl(); in emitAndInstallXferProc() 365 HITRACE_OHOS_NAME_ALWAYS(xp.getShaderDfxInfo().c_str()); in emitAndInstallXferProc() 367 if (xp.hasSecondaryOutput()) { in emitAndInstallXferProc() 376 openBrace.printf("{ // Xfer Processor: %s\n", xp.name()); in emitAndInstallXferProc() 385 xp, in emitAndInstallXferProc() 397 SkDEBUGCODE(verify(xp);) in emitAndInstallXferProc() 433 void GrGLSLProgramBuilder::verify(const GrXferProcessor& xp) { in verify() argument 434 SkASSERT(xp.willReadDstColor() == fFS.fHasReadDstColorThisStage_DebugOnly); in verify()
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | inftrees.c | 129 uIntf *xp; /* pointer into x */ in huft_build() local 183 p = c + 1; xp = x + 2; in huft_build() 185 *xp++ = (j += *p++); in huft_build() 226 xp = c + k; in huft_build() 230 if ((f <<= 1) <= *++xp) in huft_build() 232 f -= *xp; /* else deduct codes from patterns */ in huft_build()
|