Searched defs:limit (Results 176 - 200 of 451) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkString.cpp57 const char* limit = strchr(prefixes, '\0'); local
58 if (!strncmp(string, prefixes, limit - prefixes)) {
61 prefixes = limit + 1;
134 // since floats have at most 8 significant digits, we limit our %g to that.
/external/v8/src/
H A Dregexp-macro-assembler-tracer.cc128 check_stack_limit ? "check stack limit" : "");
201 void RegExpMacroAssemblerTracer::CheckCharacterLT(uc16 limit, Label* on_less) { argument
203 limit, LabelToInt(on_less));
204 assembler_->CheckCharacterLT(limit, on_less);
208 void RegExpMacroAssemblerTracer::CheckCharacterGT(uc16 limit, argument
211 limit, LabelToInt(on_greater));
212 assembler_->CheckCharacterGT(limit, on_greater);
H A Dstring-stream.cc376 void StringStream::PrintFixedArray(FixedArray* array, unsigned int limit) { argument
378 for (unsigned int i = 0; i < 10 && i < limit; i++) {
386 if (limit >= 10) {
393 unsigned int limit = byte_array->length(); local
394 for (unsigned int i = 0; i < 10 && i < limit; i++) {
408 if (limit >= 10) {
431 unsigned int limit = FixedArray::cast(array->elements())->length(); local
434 if (length < limit) limit = length;
435 PrintFixedArray(FixedArray::cast(array->elements()), limit);
441 unsigned int limit = FixedArray::cast(printee)->length(); local
442 PrintFixedArray(FixedArray::cast(printee), limit); local
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_arm_helpers.c725 Int limit = n_precedingStmts - 16; local
726 if (limit < 0) limit = 0;
727 if (0) vex_printf("scanning %d .. %d\n", n_precedingStmts-1, limit);
728 for (j = n_precedingStmts - 1; j >= limit; j--) {
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContext.cpp319 void PlatformGraphicsContext::setMiterLimit(float limit) argument
321 m_state->miterLimit = limit;
/external/webp/src/dec/
H A Dframe.c137 const int limit = 2 * level + ilevel; local
143 VP8SimpleHFilter16(y_dst, y_bps, limit + 4);
146 VP8SimpleHFilter16i(y_dst, y_bps, limit);
149 VP8SimpleVFilter16(y_dst, y_bps, limit + 4);
152 VP8SimpleVFilter16i(y_dst, y_bps, limit);
161 VP8HFilter16(y_dst, y_bps, limit + 4, ilevel, hev_thresh);
162 VP8HFilter8(u_dst, v_dst, uv_bps, limit + 4, ilevel, hev_thresh);
165 VP8HFilter16i(y_dst, y_bps, limit, ilevel, hev_thresh);
166 VP8HFilter8i(u_dst, v_dst, uv_bps, limit, ilevel, hev_thresh);
169 VP8VFilter16(y_dst, y_bps, limit
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c614 int limit = 1; local
624 limit = 0;
626 if (e->count > limit) {
628 "(count=%d limit=%d)", e->count, limit);
/external/zlib/contrib/masmx86/
H A Dmatch686.asm52 limit equ dword ptr [esp+NbStack-32] define
267 ;;; IPos limit = s->strstart > (IPos)MAX_DIST(s) ?
309 ;;; } while ((cur_match = prev[cur_match & wmask]) > limit
322 ;;; ebp = limit
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h361 * of the integer key. Using 64 bit keys gives us a depth limit of 64 (or bit 0..63)
454 ANTLR3_UINT32 limit; member in struct:ANTLR3_TOPO_struct
488 * array will be freed too so you should use the value of limit to
/external/e2fsprogs/e2fsck/
H A Dpass2.c527 struct ext2_dx_countlimit *limit; local
551 limit = (struct ext2_dx_countlimit *) ent;
555 ext2fs_le16_to_cpu(limit->count));
556 printf("Number of entries (limit): %d\n",
557 ext2fs_le16_to_cpu(limit->limit));
560 count = ext2fs_le16_to_cpu(limit->count);
563 if (ext2fs_le16_to_cpu(limit->limit) != expect_limit) {
564 cd->pctx.num = ext2fs_le16_to_cpu(limit
726 struct ext2_dx_countlimit *limit; local
[all...]
H A Drehash.c521 limits->limit = (fs->blocksize - 32) / sizeof(struct ext2_dx_entry);
539 limits->limit = (fs->blocksize - 8) / sizeof(struct ext2_dx_entry);
556 struct ext2_dx_countlimit *root_limit, *limit; local
566 c1 = root_limit->limit;
583 limit = 0;
589 if (limit)
590 limit->limit = limit->count =
591 ext2fs_cpu_to_le16(limit
[all...]
/external/freetype/src/autofit/
H A Dafhints.c174 AF_Point limit = points + hints->num_points; local
182 for ( point = points; point < limit; point++ )
250 AF_Segment limit = segments + axis->num_segments; local
259 for ( seg = segments; seg < limit; seg++ )
358 AF_Edge limit = edges + axis->num_edges; local
371 for ( edge = edges; edge < limit; edge++ )
783 AF_Point limit = point + hints->num_points; local
788 for ( ; point < limit; point++, vec++, tag++ )
/external/freetype/src/base/
H A Dftdbgmem.c931 FT_MemSource* limit = bucket + FT_MEM_SOURCE_BUCKETS; local
938 for ( ; bucket < limit; bucket++ )
951 for ( bucket = table->sources; bucket < limit; bucket++ )
H A Dftoutln.c62 FT_Vector* limit; local
92 limit = outline->points + last;
120 limit--;
142 while ( point < limit )
171 if ( point < limit )
226 if ( point + 1 > limit ||
239 if ( point <= limit )
478 FT_Vector* limit = vec + outline->n_points; local
485 for ( ; vec < limit; vec++ )
699 FT_Vector* limit; local
[all...]
/external/freetype/src/cff/
H A Dcffload.c734 FT_UInt first, limit; local
744 limit = FT_NEXT_USHORT( p );
746 if ( glyph_index < limit )
752 fdselect->cache_count = limit-first;
756 first = limit;
1374 (FT_Byte*)stream->limit );
/external/freetype/src/psaux/
H A Dpsobjs.c104 FT_Byte** limit = offset + table->max_elems; local
107 for ( ; offset < limit; offset++ )
292 FT_Byte* limit )
297 while ( cur < limit )
310 FT_Byte* limit )
315 while ( cur < limit )
321 skip_comment( &cur, limit );
340 FT_Byte* limit )
348 while ( cur < limit )
364 if ( cur == limit )
521 FT_Byte* limit = parser->limit; local
623 FT_Byte* limit; local
740 T1_Token limit = cur + max_tokens; local
775 ps_tocoordarray( FT_Byte* *acur, FT_Byte* limit, FT_Int max_coords, FT_Short* coords ) argument
852 ps_tofixedarray( FT_Byte* *acur, FT_Byte* limit, FT_Int max_values, FT_Fixed* values, FT_Int power_ten ) argument
1032 FT_Byte* limit; local
1417 ps_parser_init( PS_Parser parser, FT_Byte* base, FT_Byte* limit, FT_Memory memory ) argument
[all...]
H A Dt1decode.c362 FT_Byte* limit; local
409 limit = zone->limit = charstring_base + charstring_len;
424 while ( ip < limit )
509 if ( ip > limit )
555 if ( ip + 4 > limit )
600 if ( ++ip > limit )
1365 zone->limit = zone->base + decoder->subrs_len[idx];
1371 zone->limit = decoder->subrs[idx + 1];
1385 limit
[all...]
/external/freetype/src/sfnt/
H A Dttsbit0.c317 FT_Byte* limit,
324 if ( p + 5 > limit )
336 if ( p + 3 > limit )
372 FT_Byte* limit,
406 if ( p + ( ( width + 7 ) >> 3 ) * height > limit )
510 FT_Byte* limit,
545 if ( p + ( ( width * height + 7 ) >> 3 ) > limit )
579 if ( p < limit )
610 if ( p < limit )
633 FT_Byte* limit,
315 tt_sbit_decoder_load_metrics( TT_SBitDecoder decoder, FT_Byte* *pp, FT_Byte* limit, FT_Bool big ) argument
370 tt_sbit_decoder_load_byte_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
508 tt_sbit_decoder_load_bit_aligned( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
631 tt_sbit_decoder_load_compound( TT_SBitDecoder decoder, FT_Byte* p, FT_Byte* limit, FT_Int x_pos, FT_Int y_pos ) argument
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DIterators.java946 * @param iterator the iterator to limit
951 public static <T> Iterator<T> limit( method in class:Iterators
954 checkArgument(limitSize >= 0, "limit is negative");
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java910 * @param iterator the iterator to limit
915 public static <T> Iterator<T> limit( method in class:Iterators
918 checkArgument(limitSize >= 0, "limit is negative");
/external/harfbuzz/src/
H A Dharfbuzz-open.c937 HB_UShort limit,
977 if ( cva[n] >= limit )
1004 HB_UShort limit,
1045 crr[n].Class >= limit )
1079 HB_UShort limit,
1093 case 1: error = Load_ClassDef1( cd, limit, stream ); break;
1094 case 2: error = Load_ClassDef2( cd, limit, stream ); break;
1124 HB_UShort limit,
1137 error = _HB_OPEN_Load_ClassDefinition( cd, limit, stream );
936 Load_ClassDef1( HB_ClassDefinition* cd, HB_UShort limit, HB_Stream stream ) argument
1003 Load_ClassDef2( HB_ClassDefinition* cd, HB_UShort limit, HB_Stream stream ) argument
1078 _HB_OPEN_Load_ClassDefinition( HB_ClassDefinition* cd, HB_UShort limit, HB_Stream stream ) argument
1123 _HB_OPEN_Load_EmptyOrClassDefinition( HB_ClassDefinition* cd, HB_UShort limit, HB_UInt class_offset, HB_UInt base_offset, HB_Stream stream ) argument
/external/icu4c/common/
H A Dbytestriebuilder.cpp303 BytesTrieBuilder::countElementUnits(int32_t start, int32_t limit, int32_t byteIndex) const { argument
308 while(i<limit && byte==elements[i].charAt(byteIndex, *strings)) {
312 } while(i<limit);
H A Dnormalizer2.cpp127 normalize(const UChar *src, const UChar *limit,
173 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize,
223 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const = 0;
238 normalize(const UChar *src, const UChar *limit, argument
240 impl.decompose(src, limit, &buffer, errorCode);
244 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, argument
247 impl.decomposeAndAppend(src, limit, doNormalize, safeMiddle, buffer, errorCode);
250 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const { argument
251 return impl.decompose(src, limit, NULL, errorCode);
269 normalize(const UChar *src, const UChar *limit, argument
275 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, UnicodeString &safeMiddle, ReorderingBuffer &buffer, UErrorCode &errorCode) const argument
313 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &) const argument
339 normalize(const UChar *src, const UChar *limit, ReorderingBuffer &buffer, UErrorCode &errorCode) const argument
345 normalizeAndAppend(const UChar *src, const UChar *limit, UBool doNormalize, UnicodeString &safeMiddle, ReorderingBuffer &buffer, UErrorCode &errorCode) const argument
351 spanQuickCheckYes(const UChar *src, const UChar *limit, UErrorCode &errorCode) const argument
[all...]
H A Ducase.c339 int32_t i, start, limit, result, unfoldRows, unfoldRowWidth, unfoldStringWidth; local
368 limit=unfoldRows;
369 while(start<limit) {
370 i=(start+limit)/2;
385 limit=i;
H A Ducase.h157 int32_t start, index, limit; member in struct:UCaseContext

Completed in 1076 milliseconds

1234567891011>>