Searched refs:dp (Results 176 - 200 of 270) sorted by path

1234567891011

/external/lldb/source/Host/macosx/
H A DSymbols.cpp254 struct dirent* dp; local
255 while ((dp = readdir(dirp.get())) != NULL)
258 if (dp->d_type == DT_DIR || dp->d_type == DT_UNKNOWN)
260 if (dp->d_namlen == 1 && dp->d_name[0] == '.')
263 if (dp->d_namlen == 2 && dp->d_name[0] == '.' && dp->d_name[1] == '.')
267 if (dp
[all...]
/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContext_x86_64.cpp404 DEFINE_FPR(dp, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, gdb_fpu_dp),
405 // FIXME: Extract segment from dp.
406 DEFINE_FPR(dp, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, gdb_fpu_ds_64),
736 value = m_fpr.xstate.fxsave.dp;
829 m_fpr.xstate.fxsave.dp = value.GetAsUInt64();
H A DRegisterContext_x86_64.h242 uint64_t dp; member in struct:RegisterContext_x86_64::FXSAVE
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp258 { DEFINE_FPU_UINT(dp) , { LLDB_INVALID_REGNUM , LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_dp , fpu_dp }, NULL, NULL},
618 value = fpu.dp;
738 fpu.dp = value.GetAsUInt32();
H A DRegisterContextDarwin_i386.h105 uint32_t dp; member in struct:RegisterContextDarwin_i386::FPU
H A DRegisterContextDarwin_x86_64.cpp286 { DEFINE_FPU_UINT(dp) , { LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM, LLDB_INVALID_REGNUM , gdb_fpu_dp , fpu_dp }, NULL, NULL},
665 value = fpu.dp;
793 fpu.dp = value.GetAsUInt32();
H A DRegisterContextDarwin_x86_64.h109 uint32_t dp; // "fooff" member in struct:RegisterContextDarwin_x86_64::FPU
/external/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp1113 { e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , FPU_OFFSET(dp) , INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, NULL, NULL },
1146 { e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , AVX_OFFSET(dp) , INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, INVALID_NUB_REGNUM, NULL, NULL },
/external/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp1413 { e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , FPU_OFFSET(dp) , -1U, -1U, -1U, -1U, NULL, NULL },
1454 { e_regSetFPU, fpu_dp , "fooff" , NULL, Uint, Hex, FPU_SIZE_UINT(dp) , AVX_OFFSET(dp) , -1U, -1U, -1U, -1U, NULL, NULL },
/external/llvm/lib/Support/
H A Dregengine.inc139 const char *dp;
160 for (dp = start; dp < stop; dp++)
161 if (*dp == g->must[0] && stop - dp >= g->mlen &&
162 memcmp(dp, g->must, (size_t)g->mlen) == 0)
164 if (dp == stop) /* we didn't find g->must */
220 dp = dissect(m, m->coldp, endp, gf, gl);
231 dp
[all...]
/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe_clip.c280 float dp; local
286 dp = vert->data[draw_current_shader_clipdistance_output(clipper->stage.draw, cdi)][vidx];
289 dp = dot4(vert->clip, plane);
291 return dp;
351 float dp = getclipdist(clipper, vert, plane_idx); local
361 if (DIFFERENT_SIGNS(dp, dp_prev)) {
377 if (IS_NEGATIVE(dp)) {
379 * know dp != dp_prev from DIFFERENT_SIGNS, above.
381 float t = dp / (dp
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_transfer.c633 get_ptr_t dp = get_ptr(dst); local
644 memcpy(dp(dst, dstmap, dst->x0 + x, dst->y0 + y, dst->z),
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_clip.h86 struct brw_reg dp; member in struct:brw_clip_compile::__anon27741
H A Dbrw_clip_tri.c96 c->reg.dp = brw_vec1_grf(i, 4);
281 brw_DP4(p, vec4(c->reg.dp), deref_4f(vtx, hpos_offset), c->reg.plane_equation);
287 brw_ADD(p, c->reg.t, c->reg.dpPrev, negate(c->reg.dp));
323 brw_DP4(p, vec4(c->reg.dp), deref_4f(vtx, hpos_offset), c->reg.plane_equation);
327 * know dp != dpPrev from DIFFERENT_SIGNS, above.
329 brw_ADD(p, c->reg.t, c->reg.dp, negate(c->reg.dpPrev));
331 brw_MUL(p, c->reg.t, c->reg.t, c->reg.dp);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_vbo_t.c318 char *dp = nouveau_get_scratch(ctx, n * a->stride, local
324 memcpy(dp + j * a->stride,
H A Dnv04_surface.c373 void *dp, *sp; local
378 dp = dst->bo->map + dst->offset;
383 memcpy(dp + get_dst(dst, dx + x, dy + y),
/external/mesa3d/src/mesa/main/
H A Dlight.h118 #define GET_SHINE_TAB_ENTRY( table, dp, result ) ((result)=0)
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp1295 ir_to_mesa_instruction *const dp = local
1301 dp->saturate = true;
1322 ir_to_mesa_instruction *const dp = local
1329 dp->saturate = true;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp1635 glsl_to_tgsi_instruction *const dp = local
1641 dp->saturate = true;
1663 glsl_to_tgsi_instruction *const dp = local
1671 dp->saturate = true;
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_cliptmp.h42 GLfloat dp = CLIP_DOTPROD(idx, A, B, C, D ); \
48 if (DIFFERENT_SIGNS(dp, dpPrev)) { \
49 if (IS_NEGATIVE(dp)) { \
51 * know dp != dpPrev from DIFFERENT_SIGNS, above. \
53 GLfloat t = dp / (dp - dpPrev); \
59 GLfloat t = dpPrev / (dpPrev - dp); \
67 dpPrev = dp; \
H A Dt_vb_light.c268 * Compute dp ^ SpecularExponent.
274 lookup_shininess(const struct gl_context *ctx, GLuint face, GLfloat dp) argument
278 float f = dp * (SHINE_TABLE_SIZE - 1);
282 return powf(dp, tab->shininess);
H A Dt_vb_program.c102 GLfloat dp = (coord[0] * a + local
107 if (dp < 0) {
H A Dt_vb_vertex.c81 GLfloat dp = coord[0] * a + coord[1] * b; \
82 if (SZ > 2) dp += coord[2] * c; \
83 if (SZ > 3) dp += coord[3] * d; else dp += d; \
85 if (dp < 0) { \
/external/mksh/src/
H A Dedit.c279 char ch, *dp = cp; local
287 if (escaping || (ch == QCHAR && (cp - dp) > 1)) {
300 *dp++ = QCHAR;
305 *dp++ = ch;
307 *dp = '\0';
319 char ch, *cp, *dp; local
330 if (!(dp = tilde(s + 1))) {
335 cp = shf_smprintf("%s/%s", dp, cp);
346 cp = dp = s;
351 *dp
[all...]
H A Deval.c158 char *dp = null; local
163 dp = *XPptrv(w);
165 return (dp);
223 char *dp; local
259 Xinit(ds, dp, 128, ATEMP);
274 Xcheck(ds, dp);
306 *dp++ = '$';
307 *dp++ = c == COMSUB ? '(' : '{';
309 *dp++ = c == FUNSUB ? ' ' : '|';
311 Xcheck(ds, dp);
1630 debunk(char *dp, const char *sp, size_t dlen) argument
1665 char *dp = *dpp; local
1703 char *dp = null; local
[all...]

Completed in 613 milliseconds

1234567891011