/external/mksh/src/ |
misc.c | 1117 /* first, check whether any quotes are needed */ 2060 char first, c; local [all...] |
/external/opencv/cv/src/ |
cvcalibinit.cpp | 547 // first find an interior quad 564 // start with first one, assign rows/cols 686 // first order all inner quads 1203 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local [all...] |
/external/opencv3/3rdparty/libjasper/jasper/ |
jas_icc.h | 356 struct jas_icctagtabent_s *first; member in struct:jas_icctagtabent_s
|
/external/opencv3/3rdparty/libwebp/enc/ |
quant.c | 494 const int first = (coeff_type == 0) ? 1 : 0; local 499 int last = first - 1; 506 const int last_proba = last_costs[VP8EncBands[first]][ctx0][0]; 510 for (n = first; n < 16; ++n) { 525 n = first - 1; 534 for (n = first; n <= last; ++n) { 615 memset(in + first, 0, (16 - first) * sizeof(*in)); 616 memset(out + first, 0, (16 - first) * sizeof(*out)) [all...] |
/external/opencv3/modules/calib3d/src/ |
calibinit.cpp | 632 // first find an interior quad 646 // start with first one, assign rows/cols 764 // first order all inner quads 1263 CvCBCorner* first = 0, *first2 = 0, *right, *cur, *below, *c; local [all...] |
/external/opencv3/modules/core/include/opencv2/core/ |
core_c.h | 166 @param coi The channel of interest. 0 - all channels are selected, 1 - first channel is selected, 506 The function initializes iterator of sparse array elements and returns pointer to the first element, 620 (height) goes first, number of columns (width) next. 646 @param idx0 The first zero-based component of the element index 674 @param idx0 The first zero-based component of the element index 696 @param idx0 The first zero-based component of the element index 714 @param idx0 The first zero-based component of the element index 737 @param idx0 The first zero-based component of the element index 2749 static CvTypeInfo* first; member in struct:CvType [all...] |
/external/opencv3/modules/highgui/src/ |
window_w32.cpp | 173 CvTrackbar* first; member in struct:CvWindow::__anon21684 943 for( trackbar = window->toolbar.first; trackbar != 0; ) 1063 // Repeat two times because after the first resizing of the mainhWnd window [all...] |
/external/opencv3/modules/objdetect/src/ |
cascadedetect.hpp | 190 int first; member in struct:cv::CascadeClassifierImpl::Data::Stage 522 CascadeClassifierImpl::Data::DTree& weak = cascadeWeaks[stage.first + wi]; 564 CascadeClassifierImpl::Data::DTree& weak = cascadeWeaks[stage.first + wi];
|
/external/parameter-framework/upstream/parameter/ |
ParameterMgr.cpp | 1495 auto first = remoteCommand.getArguments().cbegin() + 1; local [all...] |
/external/pcre/dist/sljit/ |
sljitNativeARM_64.c | 416 sljit_si i, zeros, ones, first; local 464 first = 1; 472 if (first) { 473 first = 0; 488 if (first) { 489 first = 0; [all...] |
/external/pdfium/third_party/freetype/src/base/ |
ftobjs.c | 694 /* try to load embedded bitmaps first if available */ 991 FT_CharMap* first; local 998 first = face->charmaps; 1000 if ( !first ) 1031 cur = first + face->num_charmaps; /* points after the last one */ 1033 for ( ; --cur >= first; ) 1052 cur = first + face->num_charmaps; 1054 for ( ; --cur >= first; ) 1079 FT_CharMap* first; local [all...] |
ftstroke.c | 577 /* compute first and second control points */ 1147 /* compute first angle point */ 2108 FT_UInt first; \/* index of first point in contour *\/ local [all...] |
/external/pdfium/third_party/freetype/src/cff/ |
cffgload.c | 559 /* if a path was begun, add its first on-curve point */ 586 FT_Int first; local 592 first = outline->n_contours <= 1 596 /* is located on the first point. */ 599 FT_Vector* p1 = outline->points + first; 604 /* `delete' last point only if it coincides with the first */ 615 if ( first == outline->n_points - 1 ) 821 /* First load `bchar' in builder */ [all...] |
/external/pdfium/third_party/freetype/src/smooth/ |
ftgrays.c | 694 long p, first, dx; local 726 first = ONE_PIXEL; 732 first = 0; 739 ras.area += (TArea)(( fx1 + first ) * delta); 775 ras.area += (TArea)(( fx2 + ONE_PIXEL - first ) * delta); 790 long p, first; local 824 first = ONE_PIXEL; 827 first = 0; 831 delta = (int)( first - fy1 ); 838 delta = (int)( first + first - ONE_PIXEL ) 1510 int first; \/* index of first point in contour *\/ local [all...] |
/external/pdfium/third_party/lpng_v163/ |
png.c | 18 /* Tells libpng that we have already handled the first "num_bytes" bytes
41 * already read the first few bytes of a file to determine the file type
186 * only check the first and third digits (note that when we reach version
369 /* Do this first in case of an error below; if the app implements its own
3025 unsigned int ndigits = 0, first = 16 \/* flag value *\/; local [all...] |
/external/skia/src/gpu/ |
GrTessellator.cpp | 128 * Vertices are used in three ways: first, the path contours are converted into a 361 Vertex* first = fHead; local 362 Vertex* v = first->fNext; 376 if (v->fPrev == first) { [all...] |
/external/skia/src/pathops/ |
SkOpAngle.cpp | 357 // first assume the inital tangents are the ordering 598 // OPTIMIZE: if this loops to only one other angle, after first compare fails, insert on other side 670 const SkOpAngle* first = this; local 688 } while ((loop = loop->fNext) != first); 694 const SkOpAngle* first = this; local 699 } while (next && next != first); 868 if (s1x3 * s3x2 >= 0) { // if third vector is on or between first two vectors [all...] |
/external/skia/src/ports/ |
SkFontHost_FreeType.cpp | 1503 int first = glyphCount; local [all...] |
SkFontHost_win.cpp | 319 * This guy is public. It first searches the cache, and if a match is not found, 379 // we can't just use the first and last entry of the range to compute 790 * 'default character' specified by the font, then often the first character found is used. 1186 uint8_t* first = (uint8_t*)glyph.fImage; local 1285 uint8_t* first = (uint8_t*)glyph.fImage; local [all...] |
/external/skia/tests/ |
PathOpsSkpClipTest.cpp | 548 int first() const { function in class:Dirs 884 int firstDirNo = gDirs.first(); 1070 int first = atoi(range); local [all...] |
/external/tcpdump/ |
print-bootp.c | 354 ND_TCHECK2(bp->bp_sname[0], 1); /* check first char only */ 364 ND_TCHECK2(bp->bp_file[0], 1); /* check first char only */ 397 * The first character specifies the format to print: 596 int first, idx; local 674 first = 1; 680 if (!first) 683 first = 0; 698 first = 1; 718 if (!first) 730 first = 0 [all...] |
print-snmp.c | 445 * First, assemble all the octets with the 8th 680 int o = 0, first = -1, i = asnlen; local 692 first = 1; 705 * first subitem encodes two items with 1st*OIDMUX+2nd 708 if (first < 0) { 712 first = 0; 715 OBJ_PRINT(s, first); 718 OBJ_PRINT(o, first); 719 if (--first < 0) 720 first = 0 737 char *cpf, *cpl, last[6], first[30]; local 777 register int printable = 1, first = 1; local 900 int o = 0, first = -1, i = asnlen; local [all...] |
print-telnet.c | 506 int first = 1; local 525 if (first) 533 ND_PRINT((ndo, "%s", (first) ? " [telnet " : ", ")); 536 first = 0; 541 if (!first) {
|
/external/toybox/toys/pending/ |
fdisk.c | 205 sector_t first[num_parts], last_seen_val = 0; local 215 first[i] = swap_le32toh(px->start4) + pe->start_offset; 216 if (last_seen_val > first[i]) return 1; 217 last_seen_val = first[i]; 847 sprintf(mesg, "First %s (%lld - %lld, default %lld): ", disp_unit_cyl? "cylinder" : "sector", 1014 "an extended partition first\n"); 1220 sector_t first[num_parts], min; local [all...] |
/external/v8/src/crankshaft/ |
lithium-allocator.cc | 256 // split that interval and use the first part. 290 // Find the last use position before the split and the first use 339 // is a tie breaker based on where the value is first used. This part of the 769 void LAllocator::MeetConstraintsBetween(LInstruction* first, 773 if (first != NULL) { 774 for (TempIterator it(first); !it.Done(); it.Advance()) { 783 if (first != NULL && first->Output() != NULL) { 784 LUnallocated* first_output = LUnallocated::cast(first->Output()); 2139 LiveRange* first = range->TopLevel(); local [all...] |