HomeSort by relevance Sort by last modified time
    Searched defs:PRE (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lobject.c 247 #define PRE "[string \""
273 addstr(out, PRE, LL(PRE)); /* add prefix */
274 bufflen -= LL(PRE RETS POS) + 1; /* save space for prefix+suffix+'\0' */
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
mcomp.c 193 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
197 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
235 int pre_stride = x->e_mbd.pre.y_stride;
236 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
355 #undef PRE
378 int pre_stride = x->e_mbd.pre.y_stride;
379 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
689 int pre_stride = x->e_mbd.pre.y_stride;
690 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
871 int pre_stride = x->e_mbd.pre.y_stride
    [all...]
  /external/compiler-rt/lib/msandr/
msandr.cc 241 #define PRE(at, what) instrlist_meta_preinsert(bb, at, INSTR_CREATE_##what);
305 PRE(instr, mov_imm(drcontext, opnd_create_reg(R2),
307 PRE(instr, and(drcontext, opnd_create_reg(R1), opnd_create_reg(R2)));
309 PRE(instr, add(drcontext, opnd_create_reg(R1),
324 PRE(instr, cmp(drcontext,
327 PRE(instr, jcc(drcontext, OP_je, opnd_create_instr(label)));
328 PRE(instr, mov_st(drcontext,
337 PRE(instr, cmp(drcontext, OPND_CREATE_MEM32(R1, ofs), immed));
338 PRE(instr, jcc(drcontext, OP_je, opnd_create_instr(label)));
339 PRE(instr, mov_st(drcontext, OPND_CREATE_MEM32(R1, ofs), immed))
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 192 #define PRE(r,c) (y + (((r)>>2) * y_stride + ((c)>>2) -(offset)))
196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
234 int pre_stride = x->e_mbd.pre.y_stride;
235 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
354 #undef PRE
377 int pre_stride = x->e_mbd.pre.y_stride;
378 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
688 int pre_stride = x->e_mbd.pre.y_stride;
689 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
870 int pre_stride = x->e_mbd.pre.y_stride
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_mcomp.c 170 static INLINE const uint8_t *pre(const uint8_t *buf, int stride, int r, int c) { function
178 thismse = vfp->svf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), z, \
181 thismse = vfp->svaf(pre(y, y_stride, r, c), y_stride, sp(c), sp(r), \
270 const int y_stride = xd->plane[0].pre[0].stride; \
272 const uint8_t *const y = xd->plane[0].pre[0].buf; \
455 #undef PRE
511 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
712 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 173 static INLINE const uint8_t *pre(const uint8_t *buf, int stride, int r, int c, function
180 vfp->svf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), z, \
284 const int y_stride = xd->plane[0].pre[0].stride;
286 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
356 vfp->svaf(pre(y, y_stride, r, c, offset), y_stride, sp(c), sp(r), \
383 const int y_stride = xd->plane[0].pre[0].stride;
385 const uint8_t *y = xd->plane[0].pre[0].buf + offset;
461 #undef PRE
516 const struct buf_2d *const in_what = &xd->plane[0].pre[0];
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 315 NORMAL, PRE, PRE_WRAP, PRE_LINE, NOWRAP, KHTML_NOWRAP
  /external/clang/lib/Sema/
SemaChecking.cpp 7323 ObjCPropertyRefExpr *pre local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 

Completed in 537 milliseconds