Searched defs:pd (Results 76 - 100 of 118) sorted by relevance

12345

/external/qemu/
H A Dtranslate-all.c380 PageDesc *pd; local
414 pd = *lp;
415 if (pd == NULL) {
419 ALLOC(pd, sizeof(PageDesc) * L2_SIZE);
420 *lp = pd;
425 return pd + (index & (L2_SIZE - 1));
436 PhysPageDesc *pd; local
457 pd = *lp;
458 if (pd == NULL) {
462 pd
701 PageDesc *pd = *lp; local
1682 PageDesc *pd = *lp; local
[all...]
H A Dexec.c208 target_ulong pd; local
215 pd = IO_MEM_UNASSIGNED;
217 pd = p->phys_offset;
219 ram_addr = (pd & TARGET_PAGE_MASK) | (pc & ~TARGET_PAGE_MASK);
1936 ram_addr_t pd; local
1947 pd = IO_MEM_UNASSIGNED;
1949 pd = p->phys_offset;
1953 if ((pd & ~TARGET_PAGE_MASK) != IO_MEM_RAM) {
1955 io_index = (pd >> IO_MEM_SHIFT) & (IO_MEM_NB_ENTRIES - 1);
1978 addr1 = (pd
2028 unsigned long pd; local
2125 unsigned long pd; local
2207 unsigned long pd; local
2274 unsigned long pd; local
2349 unsigned long pd; local
2416 unsigned long pd; local
2452 unsigned long pd; local
2486 unsigned long pd; local
2558 unsigned long pd; local
[all...]
/external/valgrind/main/callgrind/
H A Ddump.c1022 BBCC **pa, **pb, **pc, **pd, **pl, **pm, **pn, **pv; local
1060 pc = pd = a + (n-1);
1072 swap(pc,pd); pd--;
1087 if ((s = a+n-1-pd)>0) { for(r=0;r<s;r++) swap(pc+r, a+n-s+r); }
1105 s = pd-pc+1;
1119 if ((s = pd+1-pc) > 1) qsort(a+n-s, s, cmp);
1226 (BBCC**) CLG_MALLOC("cl.dump.pd.1",
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.c398 struct macroblockd_plane *const pd = xd->plane; local
506 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
H A Dvp9_encodeframe.c516 struct macroblockd_plane *const pd = xd->plane; local
553 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
560 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2];
696 struct macroblockd_plane *const pd = xd->plane; local
727 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
3340 struct macroblockd_plane *const pd = xd->plane; local
3346 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
3463 int64_t pd = rd_opt->tx_select_diff[i]; local
3465 pd -= RDCOST(cpi->mb.rdmult, cpi->mb.rddiv, 2048 * (TX_SIZES - 1), 0);
3466 tx_thrs[i] = (tx_thrs[i] + (int)(pd / c
[all...]
H A Dvp9_rdopt.c151 struct macroblockd_plane *const pd = &x->e_mbd.plane[i]; local
155 pd->dqcoeff = ctx->dqcoeff_pbuf[i][m];
165 ctx->dqcoeff_pbuf[i][n] = pd->dqcoeff;
191 struct macroblockd_plane *const pd = &xd->plane[i]; local
192 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
206 uint8_t *dst = pd->dst.buf + (idy * pd->dst.stride << lh) + (idx << lh);
210 dst, pd->dst.stride, &sse);
233 int quantizer = (pd->dequant[1] >> 3);
244 pd
289 const struct macroblockd_plane *pd = &xd->plane[plane]; local
360 const struct macroblockd_plane *const pd = &xd->plane[plane]; local
458 const struct macroblockd_plane *const pd = &xd->plane[plane]; local
648 struct macroblockd_plane *pd = &xd->plane[0]; local
1103 struct macroblockd_plane *const pd = &xd->plane[0]; local
1206 struct macroblockd_plane *const pd = &x->e_mbd.plane[0]; local
1290 struct macroblockd_plane *const pd = &xd->plane[0]; local
2464 struct macroblockd_plane *const pd = xd->plane; local
2556 struct macroblockd_plane *const pd = xd->plane; local
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h1326 * const PRPollDesc *pd
1340 NSPR_API(PRStatus) PR_GetConnectStatus(const PRPollDesc *pd); variable
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1366 const ParmVarDecl *pd = *pi; local
1368 if (AE == DecRef && !pd->hasAttr<CFConsumedAttr>() &&
1371 commit.insertBefore(pd->getLocation(), "CF_CONSUMED ");
1374 else if (AE == DecRefMsg && !pd->hasAttr<NSConsumedAttr>() &&
1377 commit.insertBefore(pd->getLocation(), "NS_CONSUMED ");
1419 const ParmVarDecl *pd = *pi; local
1422 if (AE == DecRef && !pd->hasAttr<CFConsumedAttr>())
1428 QualType AT = pd->getType();
1495 const ParmVarDecl *pd = *pi; local
1497 if (AE == DecRef && !pd
1551 const ParmVarDecl *pd = *pi; local
[all...]
/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc1233 struct dirent *pd; local
1234 int res = readdir_r(dir, &d, &pd);
1236 EXPECT_NOT_POISONED(pd);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c479 struct macroblockd_plane *const pd = xd->plane; local
554 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
H A Dvp9_encodeframe.c828 struct macroblockd_plane *const pd = xd->plane; local
865 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][1];
872 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][2];
979 struct macroblockd_plane *const pd = xd->plane; local
1007 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
3276 struct macroblockd_plane *const pd = xd->plane; local
3282 pd[i].dqcoeff = ctx->dqcoeff_pbuf[i][0];
3447 int64_t pd = cpi->rd_tx_select_diff[i]; local
3450 pd -= RDCOST(cpi->mb.rdmult, cpi->mb.rddiv, 2048 * (TX_SIZES - 1), 0);
3451 diff = (int) (pd / c
[all...]
H A Dvp9_rdopt.c440 struct macroblockd_plane *const pd = &xd->plane[i]; local
441 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd);
444 pd->dst.buf, pd->dst.stride, &sse);
454 int quantizer = (pd->dequant[1] >> 3);
467 pd->dequant[1] >> 3, &rate, &dist);
485 const struct macroblockd_plane *const pd = &xd->plane[0]; local
511 &pd->dst.buf[j * pd->dst.stride + k], pd
561 const struct macroblockd_plane *pd = &xd->plane[plane]; local
632 const struct macroblockd_plane *const pd = &xd->plane[plane]; local
699 vp9_get_entropy_contexts(BLOCK_SIZE bsize, TX_SIZE tx_size, const struct macroblockd_plane *pd, ENTROPY_CONTEXT t_above[16], ENTROPY_CONTEXT t_left[16]) argument
745 const struct macroblockd_plane *const pd = &xd->plane[plane]; local
1054 struct macroblockd_plane *pd = &xd->plane[0]; local
1391 struct macroblockd_plane *const pd = xd->plane; local
1546 struct macroblockd_plane *const pd = &xd->plane[0]; local
1649 struct macroblockd_plane *const pd = &x->e_mbd.plane[0]; local
1725 struct macroblockd_plane *const pd = &xd->plane[0]; local
3043 struct macroblockd_plane *const pd = x->e_mbd.plane; local
[all...]
/external/opencv/cvaux/src/
H A Dcvepilines.cpp673 CvPoint2D64d pa,pb,pc,pd; local
681 pd.x = imageSize.width-1;
682 pd.y = imageSize.height-1;
700 *point2 = pd;
713 *point2 = pd;
723 *point2 = pd;
746 *point2 = pd;
750 *point1 = pd;
2283 CvPoint2D32f pa,pb,pc,pd; local
2291 pd
[all...]
/external/pcre/dist/
H A Dpcregrep.c2874 patdatastr *pd = (patdatastr *)op->dataptr; local
2875 *(pd->lastptr) = add_pattern(option_data, *(pd->lastptr));
2876 if (*(pd->lastptr) == NULL) goto EXIT2;
2877 if (*(pd->anchor) == NULL) *(pd->anchor) = *(pd->lastptr);
/external/pixman/pixman/
H A Dpixman-sse2.c571 core_combine_over_u_sse2_mask (uint32_t * pd, argument
579 while (w && ((uintptr_t)pd & 15))
581 d = *pd;
585 *pd = core_combine_over_u_pixel_sse2 (s, d);
586 pd++;
607 save_128_aligned ((__m128i *)pd, src);
611 __m128i dst = load_128_aligned ((__m128i *)pd);
631 (__m128i *)pd,
638 pd += 4;
643 d = *pd;
657 core_combine_over_u_sse2_no_mask(uint32_t * pd, const uint32_t* ps, int w) argument
727 sse2_combine_over_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
741 sse2_combine_over_reverse_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
831 sse2_combine_in_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
892 sse2_combine_in_reverse_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
953 sse2_combine_out_reverse_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1022 sse2_combine_out_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1102 sse2_combine_atop_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1186 sse2_combine_atop_reverse_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1279 uint32_t* pd = dst; local
1356 uint32_t* pd = dst; local
1421 sse2_combine_saturate_u(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1508 sse2_combine_src_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1575 sse2_combine_over_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1651 sse2_combine_over_reverse_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1716 sse2_combine_in_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1791 sse2_combine_in_reverse_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1864 sse2_combine_out_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
1940 sse2_combine_out_reverse_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
2036 sse2_combine_atop_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
2129 sse2_combine_atop_reverse_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
2225 sse2_combine_xor_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
2303 sse2_combine_add_ca(pixman_implementation_t *imp, pixman_op_t op, uint32_t * pd, const uint32_t * ps, const uint32_t * pm, int w) argument
2566 uint32_t *pd = (uint32_t *)dst_line; local
2680 uint32_t *pd = (uint32_t *)dst_line; local
5313 scaled_nearest_scanline_sse2_8888_8888_OVER(uint32_t* pd, const uint32_t* ps, int32_t w, pixman_fixed_t vx, pixman_fixed_t unit_x, pixman_fixed_t src_width_fixed, pixman_bool_t fully_transparent_src) argument
[all...]
/external/tcpdump/
H A Dprint-bgp.c1051 decode_prefix6(const u_char *pd, u_int itemlen, char *buf, u_int buflen) argument
1056 TCHECK(pd[0]);
1058 plen = pd[0];
1065 TCHECK2(pd[1], plenbytes);
1067 memcpy(&addr, &pd[1], plenbytes);
H A Dprint-forces.c535 static inline int pd_valid(u_int16_t pd) argument
537 if (pd >= F_TLV_PDAT && pd <= F_TLV_REST)
590 static inline const struct pdata_ops *get_forces_pd(u_int16_t pd) argument
595 if (pdo->v == pd)
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c4876 Line *pd, *l; local
4879 for (pd = predef_lines; pd; pd = pd->next)
4883 for (t = pd->first; t; t = t->next)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1309 const ParmVarDecl *pd = *pi; local
1310 if (pd->hasAttr<NSConsumedAttr>())
1312 else if (pd->hasAttr<CFConsumedAttr>())
1339 const ParmVarDecl *pd = *pi; local
1340 if (pd->hasAttr<NSConsumedAttr>())
1342 else if (pd->hasAttr<CFConsumedAttr>()) {
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp995 EdgeBuilder(PathDiagnostic &pd, PathDiagnosticBuilder &pdb) argument
996 : PD(pd), PDB(pdb) {
/external/libpng/contrib/tools/
H A Dpngfix.c1413 png_uint_16 pd = file->bit_depth; local
1424 if (pd != 1 && pd != 2 && pd != 4 && pd != 8 && pd != 16)
1429 if (pd != 1 && pd != 2 && pd != 4 && pd !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface.c4086 int pd; local
4119 pd = os_strstr(pos, " provdisc") != NULL;
4162 auth, go_intent, freq, persistent_id, pd,
H A Dp2p_supplicant.c4785 * @pd: Whether to send Provision Discovery prior to GO Negotiation as an
4796 int go_intent, int freq, int persistent_id, int pd,
4832 wpa_s->p2p_pd_before_go_neg = !!pd;
4793 wpas_p2p_connect(struct wpa_supplicant *wpa_s, const u8 *peer_addr, const char *pin, enum p2p_wps_method wps_method, int persistent_group, int auto_join, int join, int auth, int go_intent, int freq, int persistent_id, int pd, int ht40, int vht) argument
/external/valgrind/main/coregrind/m_debuginfo/
H A Dminilzo-inl.c2233 #define pd(a,b) ((lzo_uint) ((a)-(b))) macro
3023 # define DENTRY(p,in) ((lzo_dict_t) pd(p, in))
3047 (m_pos == NULL || (m_off = pd(ip, m_pos)) > max_offset)
3060 ((m_off = pd(ip, in) - m_off) > max_offset) || \
3064 (pd(ip, in) <= m_off || \
3065 ((m_off = pd(ip, in) - m_off) > max_offset) || \
3248 register lzo_uint t = pd(ip,ii);
3388 m_off = pd(ip,m_pos);
3451 *out_len = pd(op, out);
3452 return pd(in_en
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 9127 milliseconds

12345