Searched refs:prev (Results 351 - 375 of 1047) sorted by relevance

<<11121314151617181920>>

/external/opencv/cvaux/src/
H A Dcvdpstereo.cpp98 uchar val, prevval, prev, curr; local
121 prevval = prev = srcdata2[0];
125 val = (uchar)((curr + prev)>>1);
126 rData[j-1].max_val = (uchar)CV_IMAX3( val, prevval, prev );
127 rData[j-1].min_val = (uchar)CV_IMIN3( val, prevval, prev );
129 prev = curr;
341 prev = edges[y*imgW];
346 ( !( prev & 4 ) ||
351 prev = curr;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsplugin.c887 struct _cmsContext_struct* prev; local
890 for (prev = _cmsContextPoolHead;
891 prev != NULL;
892 prev = prev ->Next)
894 if (prev ->Next == id)
895 return prev;
910 struct _cmsContext_struct* prev; local
934 for (prev = _cmsContextPoolHead;
935 prev !
[all...]
/external/toybox/toys/pending/
H A Ddiff.c59 long a, b, c, d, prev, suff; member in struct:diff
69 struct candidate *prev, *next; member in struct:candidate
118 static struct candidate * new_candidate (int i, int j, struct candidate* prev) argument
124 c->prev = prev;
339 for (pr = kcand[k]; pr; pr = pr->prev)
592 if ((ptr1 - 1)->prev >= (ptr1->a - TT.ct))
593 ptr1->suff = (ptr1 - 1)->prev + 1;
602 } else ptr2->prev = ptr2->b + TT.ct;
603 } else ptr2->prev
[all...]
H A Dfsck.c254 struct child_list *prev, *temp; local
260 prev = temp;
273 prev = temp;
289 if (prev == temp) c_list = c_list->next; //first node
290 else prev->next = temp->next;
395 dev->prev->next = NULL; //break double list to traverse.
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
H A Dnv50_ir_lowering_nvc0.cpp354 Instruction *prev = useVec[i].insn->prev; local
357 if (prev && prev->op == OP_TEXBAR) {
358 if (prev->subOp > useVec[i].level)
359 prev->subOp = useVec[i].level;
360 prev->setSrc(prev->srcCount(), useVec[i].tex->getDef(0));
436 Instruction *prev = NULL; local
446 if (prev
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DOrdering.java857 T prev = it.next();
860 if (compare(prev, next) > 0) {
863 prev = next;
878 T prev = it.next();
881 if (compare(prev, next) >= 0) {
884 prev = next;
/external/icu/icu4c/source/test/perf/unisetperf/
H A Dunisetperf.cpp107 int32_t prev; local
108 while((prev=start)<length) {
114 return prev;
193 int32_t start=0, prev; local
194 while((prev=start)<length) {
200 return prev;
/external/libvpx/libvpx/vpx_mem/
H A Dvpx_mem_tracker.c539 p->prev = memtrack.tail;
540 p->prev->next = p;
585 p->prev->next = p->next;
588 p->next->prev = p->prev;
590 memtrack.tail = p->prev;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_batchbuffer.c327 struct cached_batch_item **prev = &intel->batch.cached_items, *item; local
332 while (*prev) {
335 item = *prev;
339 if (prev != &intel->batch.cached_items) {
340 *prev = item->next;
350 prev = &item->next;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_batchbuffer.c327 struct cached_batch_item **prev = &intel->batch.cached_items, *item; local
332 while (*prev) {
335 item = *prev;
339 if (prev != &intel->batch.cached_items) {
340 *prev = item->next;
350 prev = &item->next;
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_batchbuffer.c327 struct cached_batch_item **prev = &intel->batch.cached_items, *item; local
332 while (*prev) {
335 item = *prev;
339 if (prev != &intel->batch.cached_items) {
340 *prev = item->next;
350 prev = &item->next;
/external/v8/benchmarks/spinning-balls/
H A Dv.js74 this.prev = null;
98 if (this.head !== null) this.head.prev = point;
107 point.next.prev = point.prev;
109 if (point.prev !== null) {
110 point.prev.next = point.next;
/external/zlib/src/examples/
H A Dgun.c214 unsigned prev; /* previous code */ local
251 final = prev = (unsigned)last; /* low 8 bits of code */
314 we drop through (prev) will be a valid index so that random
320 In any case, the prev > end check must be retained. */
321 if (code != end + 1 || prev > end) {
326 code = prev;
342 prefix[end] = (unsigned short)prev;
347 prev = temp;
365 /* loop for next code with final and prev as the last match, rem and
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/libedit/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/libexif/
H A Dltmain.sh2803 prev=
2821 prev=$arg
2825 prev=$arg
2835 if test -n "$prev"; then
2836 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2840 prev=
2860 test -n "$prev" && \
2861 func_fatal_help "the \`$prev' option requires an argument"
5144 prev=
5211 if test -n "$prev"; the
[all...]
/external/libopus/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/libpng/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/openfst/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/pcre/dist/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/protobuf/gtest/build-aux/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/protobuf/
H A Dltmain.sh2801 prev=
2819 prev=$arg
2823 prev=$arg
2833 if test -n "$prev"; then
2834 if test "x$prev" = x-m && test -n "$install_override_mode"; then
2838 prev=
2858 test -n "$prev" && \
2859 func_fatal_help "the \`$prev' option requires an argument"
5153 prev=
5220 if test -n "$prev"; the
[all...]
/external/google-breakpad/autotools/
H A Dltmain.sh1875 prev=
1892 *) prev=$arg ;;
1896 prev=$arg
1906 if test -n "$prev"; then
1907 prev=
1923 test -n "$prev" && \
1924 func_fatal_help "the \`$prev' option requires an argument"
4091 prev=
4158 if test -n "$prev"; then
4159 case $prev i
[all...]
/external/google-tv-pairing-protocol/cpp/
H A Dlibtool2376 prev=
2393 *) prev=$arg ;;
2397 prev=$arg
2407 if test -n "$prev"; then
2408 prev=
2424 test -n "$prev" && \
2425 func_fatal_help "the \`$prev' option requires an argument"
4592 prev=
4659 if test -n "$prev"; then
4660 case $prev i
[all...]
H A Dltmain.sh1875 prev=
1892 *) prev=$arg ;;
1896 prev=$arg
1906 if test -n "$prev"; then
1907 prev=
1923 test -n "$prev" && \
1924 func_fatal_help "the \`$prev' option requires an argument"
4091 prev=
4158 if test -n "$prev"; then
4159 case $prev i
[all...]

Completed in 3026 milliseconds

<<11121314151617181920>>