HomeSort by relevance Sort by last modified time
    Searched defs:pre (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeVisitorAction.java 32 * pre() before visiting children and execute post() after visiting children.
40 public Object pre(Object t); method in interface:TreeVisitorAction
  /cts/tools/dasm/src/java_cup/
emit.java 220 protected static String pre(String str) {return prefix + str;} method in class:emit
316 out.println("class " + pre("actions") + " {");
328 out.println(" " + pre("actions") + "() { }");
334 pre("do_action") + "(");
335 out.println(" int " + pre("act_num,"));
336 out.println(" java_cup.runtime.lr_parser " + pre("parser,"));
337 out.println(" java.util.Stack " + pre("stack,"));
338 out.println(" int " + pre("top)"));
344 out.println(" java_cup.runtime.symbol " + pre("result") + ";");
349 out.println(" switch (" + pre("act_num") + ")")
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 476 const size_t pre = pos; local
483 if (pos > pre)
543 const size_t pre = pos; local
546 if (pos > pre + 1)
  /external/chromium_org/tools/gn/
parser.cc 511 std::vector<const ParseNode*>* pre,
514 pre->push_back(root);
517 TraverseOrder(accessor->index(), pre, post);
518 TraverseOrder(accessor->member(), pre, post);
520 TraverseOrder(binop->left(), pre, post);
521 TraverseOrder(binop->right(), pre, post);
527 TraverseOrder(*i, pre, post);
530 TraverseOrder(condition->condition(), pre, post);
531 TraverseOrder(condition->if_true(), pre, post);
532 TraverseOrder(condition->if_false(), pre, post)
562 std::vector<const ParseNode*> pre; local
    [all...]
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 303 /* pre-indexed */
341 int pre = BIT(this_instr, 24); local
347 if (pre)
349 } else if (pre) {
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_print.cpp 476 const size_t pre = pos; local
483 if (pos > pre)
543 const size_t pre = pos; local
546 if (pos > pre + 1)
  /external/openssl/crypto/ec/
ec_mult.c 87 EC_POINT **points; /* array with pre-calculated multiples of generator:
135 EC_PRE_COMP *pre = pre_; local
137 if (!pre)
140 i = CRYPTO_add(&pre->references, -1, CRYPTO_LOCK_EC_PRE_COMP);
144 if (pre->points)
148 for (p = pre->points; *p != NULL; p++)
150 OPENSSL_free(pre->points);
152 OPENSSL_free(pre);
158 EC_PRE_COMP *pre = pre_; local
160 if (!pre)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 162 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
163 int pre = d->offset; local
164 int pre_stride = x->e_mbd.pre.y_stride;
175 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
176 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
215 x->e_mbd.pre.y_buffer = base_pre;
216 d->offset = pre;
217 x->e_mbd.pre.y_stride = pre_stride;
247 unsigned char *y_buffer = mbd->pre.y_buffer;
248 unsigned char *u_buffer = mbd->pre.u_buffer
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_reconinter.c 272 struct buf_2d *const pre_buf = &pd->pre[ref];
280 // scaling case. It needs to be done on the scaled MV, not the pre-scaling
288 uint8_t *pre; local
293 pre = pre_buf->buf + scaled_buffer_offset(x, y, pre_buf->stride, sf);
298 pre = pre_buf->buf + (y * pre_buf->stride + x);
305 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf->stride
310 high_inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
314 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
318 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
381 struct buf_2d *const pre_buf = &pd->pre[ref]
    [all...]
vp9_blockd.h 189 struct buf_2d pre[2]; member in struct:macroblockd_plane
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 156 struct buf_2d pre = xd->plane[0].pre[0]; local
164 xd->plane[0].pre[0].buf = frame_ptr_buf;
165 xd->plane[0].pre[0].stride = stride;
188 xd->plane[0].pre[0] = pre;
221 input_buffer[i] = mbd->plane[i].pre[0].buf;
359 mbd->plane[i].pre[0].buf = input_buffer[i];
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/chromium_org/third_party/skia/experimental/StrokePathRenderer/
GrStrokePathRenderer.cpp 39 SkScalar pre = SkScalarMul(x1, y2) - SkScalarMul(y1, x2), local
42 res.set(SkScalarDiv(SkScalarMul(pre, x3 - x4) - SkScalarMul(x1 - x2, post), d),
43 SkScalarDiv(SkScalarMul(pre, y3 - y4) - SkScalarMul(y1 - y2, post), d));
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 161 unsigned char *base_pre = x->e_mbd.pre.y_buffer;
162 int pre = d->offset; local
163 int pre_stride = x->e_mbd.pre.y_stride;
174 x->e_mbd.pre.y_buffer = frame_ptr->y_buffer;
175 x->e_mbd.pre.y_stride = frame_ptr->y_stride;
214 x->e_mbd.pre.y_buffer = base_pre;
215 d->offset = pre;
216 x->e_mbd.pre.y_stride = pre_stride;
246 unsigned char *y_buffer = mbd->pre.y_buffer;
247 unsigned char *u_buffer = mbd->pre.u_buffer
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 154 struct buf_2d *const pre_buf = &pd->pre[ref];
168 // scaling case. It needs to be done on the scaled MV, not the pre-scaling
176 uint8_t *pre; local
181 pre = pre_buf->buf + scaled_buffer_offset(x, y, pre_buf->stride, sf);
186 pre = pre_buf->buf + (y * pre_buf->stride + x);
193 pre += (scaled_mv.row >> SUBPEL_BITS) * pre_buf->stride
196 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride,
258 struct buf_2d *const pre_buf = &pd->pre[ref];
272 // scaling case. It needs to be done on the scaled MV, not the pre-scaling
441 setup_pred_plane(&pd->pre[idx], buffers[i], strides[i], mi_row, mi_col
    [all...]
vp9_blockd.h 188 struct buf_2d pre[2]; member in struct:macroblockd_plane
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 143 struct buf_2d pre = xd->plane[0].pre[0]; local
151 xd->plane[0].pre[0].buf = frame_ptr_buf;
152 xd->plane[0].pre[0].stride = stride;
184 xd->plane[0].pre[0] = pre;
219 input_buffer[i] = mbd->plane[i].pre[0].buf;
368 mbd->plane[i].pre[0].buf = input_buffer[i];
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/antlr/antlr-3.4/runtime/Python/unittests/
testtree.py 1244 def pre(t): function in function:TestTreeVisitor.testTreeVisitor
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
printf.c 456 const char *pre; local
458 pre = &aPrefix[infop->prefix];
459 for(; (x=(*pre))!=0; pre++) *(--bufpt) = x;
    [all...]
  /external/guava/guava-tests/test/com/google/common/base/
PredicatesTest.java 465 Predicate<Integer> pre = Predicates.or(Arrays.asList(TRUE, FALSE)); local
466 Predicate<Integer> post = SerializableTester.reserializeAndAssert(pre);
467 assertEquals(pre.apply(0), post.apply(0));
672 Predicate<String> pre = Predicates.isNull(); local
673 Predicate<String> post = SerializableTester.reserializeAndAssert(pre);
674 assertEquals(pre.apply("foo"), post.apply("foo"));
675 assertEquals(pre.apply(null), post.apply(null));
870 Predicate<CharSequence> pre = Predicates.containsPattern("foo"); local
871 Predicate<CharSequence> post = SerializableTester.reserializeAndAssert(pre);
872 assertEquals(pre.apply("foo"), post.apply("foo"))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
blockd.h 227 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */ member in struct:macroblockd
  /external/libvorbis/lib/
vorbisenc.c 77 int pre[PACKETBLOBS]; member in struct:__anon4312
265 memcpy(g->coupling_prepointamp,p[is].pre,sizeof(*p[is].pre)*PACKETBLOBS);
    [all...]
  /external/libvpx/libvpx/vp8/common/
blockd.h 227 YV12_BUFFER_CONFIG pre; /* Filtered copy of previous frame reconstruction */ member in struct:macroblockd
  /external/mdnsresponder/mDNSShared/
DebugServices.c 271 // Pre-process meta-output kind to pick an appropriate output kind for the platform.
1351 char pre[4] = ""; local
    [all...]

Completed in 903 milliseconds

1 2 3