HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 751 - 775 of 1933) sorted by null

<<31323334353637383940>>

  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 55 return (last[f] + 1) / 2;
56 return last[f] + 1;
92 int last[LAST_REGISTER_FILE + 1]; member in class:nv50_ir::RegisterSet
111 last[rf] = targ->getFileSize(f) - 1;
114 assert(last[rf] < MAX_REGISTER_FILE_SIZE);
115 bits[rf].allocate(last[rf] + 1, true);
228 void condenseSrcs(Instruction *, const int first, const int last);
1488 Instruction *last = NULL; local
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 68 * keyword whose condition passes is the one returned. Also notes that a modulus is applied to n in the last rule. Thus
1107 int last = -1; local
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 1301 CvPolyEdge *last, *prelast, *keep_prelast; local
    [all...]
  /external/opencv3/3rdparty/libwebp/enc/
quant.c 496 int best_path[3] = {-1, -1, -1}; // store best-last/best-level/best-previous
499 int last = first - 1; local
514 if (err > thresh) last = n;
517 // to last + 1 (inclusive) without losing much.
518 if (last < 15) ++last;
534 for (n = first; n <= last; ++n) {
    [all...]
  /external/opencv3/apps/createsamples/
utility.cpp 579 int last; member in struct:CvBackgroundData
897 data->last = 0;
1000 printf( "Open background image: %s\n", data->filename[data->last] );
1003 data->last = rand() % data->count;
1004 data->last %= data->count;
1005 img = cvLoadImage( data->filename[data->last], 0 );
1008 data->round += data->last / data->count;
1566 int last; member in struct:CvVecFile
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
core_c.h 2750 static CvTypeInfo* last; member in struct:CvType
    [all...]
  /external/opencv3/modules/imgproc/src/
drawing.cpp 1305 PolyEdge *last, *prelast, *keep_prelast; local
    [all...]
  /external/parameter-framework/upstream/parameter/
ParameterMgr.cpp 1496 auto last = remoteCommand.getArguments().cend(); local
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftstroke.c 371 /* copy the last point to the start of this sub-path, since */
434 /* move last point */
776 FT_Fixed line_length; /* length of last lineto */
2124 FT_UInt last; \/* index of last point in contour *\/ local
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 1529 int last; \/* index of last point in contour *\/ local
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmscgats.c 429 // No, search for last
1163 KEYVALUE* last; local
    [all...]
  /external/pdfium/third_party/lpng_v163/
png.c 3 * Last changed in libpng 1.6.2 [April 25, 2013]
3751 png_uint_32 last; local
    [all...]
  /external/selinux/policycoreutils/mcstrans/src/
mcstrans.c 1317 base_classification_t *bc, *last = NULL; local
1321 /* skip if alias of last bc */
1322 if (last &&
1323 last->level->sens == bc->level->sens &&
1324 ebitmap_cmp(&last->level->cat, &bc->level->cat) == 0)
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 262 // compute the cross check from the mid T values (last resort)
631 SkOpAngle* last = this; local
633 SkASSERT(last->fNext == next);
634 if (angle->after(last)) {
635 last->fNext = angle;
640 last = next;
642 if (last == this) {
815 SkOpAngle* last = fNext; local
817 SkOpAngle* next = last->fNext;
819 return last;
    [all...]
SkOpSegment.cpp 459 SkOpSpanBase* last; local
464 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding,
469 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle);
471 nextAngle->setLastMarked(last);
488 SkOpSpanBase* last; local
493 last = nextSegment->markAngle(maxWinding, sumWinding, oppMaxWinding, oppSumWinding,
498 last = nextSegment->markAngle(maxWinding, sumWinding, nextAngle);
500 nextAngle->setLastMarked(last);
697 SkOpSpanBase* last = nextAngle->lastMarked(); local
698 if (last) {
793 SkOpSpanBase* last = nextAngle->lastMarked(); local
942 SkOpSpanBase* last = nullptr; local
959 SkOpSpanBase* last = nullptr; local
980 SkOpSpanBase* last = nullptr; local
1013 SkOpSpanBase* last; local
1038 SkOpSpanBase* last = nullptr; local
    [all...]
  /external/skia/src/ports/
SkFontHost_win.cpp 379 // we can't just use the first and last entry of the range to compute
1187 uint8_t* last = (uint8_t*)((char*)glyph.fImage + glyph.fHeight * dstRB - 1); local
1286 uint8_t* last = (uint8_t*)((char*)glyph.fImage + glyph.fHeight * dstRB - 1); local
    [all...]
  /external/skia/tests/
PathOpsSkpClipTest.cpp 112 int last = (int) path.size(); local
114 while (last > 0 && pathStr[--last] != PATH_SLASH[0])
116 SkASSERT(last > 0);
117 SkString shorter(pathStr, last);
123 while (last < (int) path.size() && pathStr[++last] != PATH_SLASH[0])
125 SkString shorter(pathStr, last);
127 } while (last < (int) path.size());
559 int last() const function in class:Dirs
1071 int last = dash ? atoi(dash + 1) : first; local
    [all...]
  /external/tcpdump/
print-snmp.c 737 char *cpf, *cpl, last[6], first[30]; local
758 snprintf(last, sizeof(last), "%5.5d",
760 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4;
761 cpl >= last;
    [all...]
  /external/tinyxml2/
tinyxml2.cpp 472 static const char* elementHeader = { "<" }; // and a header for everything else; check last.
661 // The last node or the only node.
1235 XMLAttribute* last = 0; local
1239 last = attrib, attrib = attrib->next )
1248 if ( last ) {
1249 last->next = attrib;
    [all...]
  /external/v8/src/full-codegen/
full-codegen.cc 493 int last = param_count - 1; local
494 // Put all but last arguments on stack.
495 for (int i = 0; i < last; i++) {
498 // The last argument goes to the accumulator.
499 VisitForAccumulatorValue(args->at(last));
502 __ Move(callable.descriptor().GetRegisterParameter(last),
504 for (int i = last; i-- > 0;) {
    [all...]
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c 3565 vm_address_t last; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
storage.c 1036 DiAddrRange *first, *last, *range; local
    [all...]
  /external/webp/src/dec/
vp8l.c 660 y_end = io->crop_bottom; // make sure we don't overflow on last row.
732 // last call.
928 const int last = width * last_row; \/\/ Last pixel to decode local
    [all...]
  /external/webp/src/enc/
quant.c 583 int best_path[3] = {-1, -1, -1}; // store best-last/best-level/best-previous
585 int n, m, p, last; local
592 // compute the position of the last interesting coefficient
593 last = first - 1;
598 last = n;
603 // to last + 1 (inclusive) without losing much.
604 if (last < 15) ++last;
619 for (n = first; n <= last; ++n) {
653 // Compute extra rate cost if last coeff's position is < 1
    [all...]
  /external/wpa_supplicant_8/hs20/client/
osu_client.c 1901 struct osu_data *osu = NULL, *last = NULL; local
2136 struct osu_data *osu = NULL, *last = NULL; local
    [all...]

Completed in 561 milliseconds

<<31323334353637383940>>