Searched refs:limit (Results 1 - 25 of 4587) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/icu/source/tools/gentest/
H A Dgenres32.c27 incKey(char *key, char *limit) { argument
30 while(limit>key) {
31 c=*--limit;
33 *limit='1';
36 *limit='o';
51 char *limit; local
70 /* find the limit of the key string */
71 for(limit=key; *limit!=0; ++limit) {
[all...]
/external/icu/icu4c/source/tools/gentest/
H A Dgenres32.c27 incKey(char *key, char *limit) { argument
30 while(limit>key) {
31 c=*--limit;
33 *limit='1';
36 *limit='o';
51 char *limit; local
70 /* find the limit of the key string */
71 for(limit=key; *limit!=0; ++limit) {
[all...]
/external/chromium_org/base/
H A Dsys_info_freebsd.cc27 size_t limit; local
28 size_t size = sizeof(limit);
29 if (sysctlbyname("kern.ipc.shmmax", &limit, &size, NULL, 0) < 0) {
33 return limit;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsconv.h31 FT_Byte* limit,
37 FT_Byte* limit );
40 FT_Byte* limit, FT_Long* val ); /* XYQ 2007-10-10: we add return value indicating whether it's actually a number */
44 FT_Byte* limit,
50 FT_Byte* limit,
57 FT_Byte* limit,
63 FT_Byte* limit,
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
1474 ps_parser_init( PS_Parser parser, FT_Byte* base, FT_Byte* limit, FT_Memory memory ) argument
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsconv.h31 FT_Byte* limit,
37 FT_Byte* limit );
41 FT_Byte* limit,
47 FT_Byte* limit,
54 FT_Byte* limit,
60 FT_Byte* limit,
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
1472 ps_parser_init( PS_Parser parser, FT_Byte* base, FT_Byte* limit, FT_Memory memory ) argument
[all...]
/external/freetype/src/psaux/
H A Dpsconv.h31 FT_Byte* limit,
37 FT_Byte* limit );
41 FT_Byte* limit,
47 FT_Byte* limit,
54 FT_Byte* limit,
60 FT_Byte* limit,
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
854 ps_tofixedarray( FT_Byte* *acur, FT_Byte* limit, FT_Int max_values, FT_Fixed* values, FT_Int power_ten ) argument
1034 FT_Byte* limit; local
1474 ps_parser_init( PS_Parser parser, FT_Byte* base, FT_Byte* limit, FT_Memory memory ) argument
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DRetryableSink.java35 private final int limit; field in class:RetryableSink
38 public RetryableSink(int limit) { argument
39 this.limit = limit;
49 if (content.size() < limit) {
51 "content-length promised " + limit + " bytes, but received " + content.size());
58 if (limit != -1 && content.size() > limit - byteCount) {
59 throw new ProtocolException("exceeded content-length limit of " + limit
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DLimitedInputStream.java13 int limit)
16 this._limit = limit;
11 LimitedInputStream( InputStream in, int limit) argument
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-117794.js35 function assertHasOwnProperties(object, limit) {
36 for (var i = 0; i < limit; i++) { }
/external/llvm/lib/Support/
H A DMemoryObject.cpp20 uint64_t limit = getBase() + getExtent(); local
22 if (current + size > limit)
/external/okhttp/okio/src/main/java/okio/
H A DSegment.java40 int limit; field in class:Segment
76 * segment contains the data in {@code [pos+byteCount..limit)}. This can be
83 int bSize = (limit - pos) - byteCount;
92 before.limit += aSize;
99 limit -= bSize;
100 after.limit += bSize;
112 if ((prev.limit - prev.pos) + (limit - pos) > SIZE) return; // Cannot compact.
113 writeTo(prev, limit - pos);
122 if (byteCount + (sink.limit
[all...]
H A DOkBuffer.java131 if (tail.limit < Segment.SIZE) {
132 result -= tail.limit - tail.pos;
143 int limit = segment.limit;
149 if (pos == limit) {
163 int segmentByteCount = s.limit - s.pos;
174 int limit = segment.limit;
177 if (limit - pos < 2) {
188 if (pos == limit) {
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Duni2name.cpp78 offsets.start = offsets.limit;
85 offsets.start = offsets.limit;
90 int32_t limit = offsets.limit; local
96 while (cursor < limit) {
106 limit += len-clen; // change in length
112 offsets.contextLimit += limit - offsets.limit;
113 offsets.limit = limit;
[all...]
/external/icu/icu4c/source/i18n/
H A Duni2name.cpp78 offsets.start = offsets.limit;
85 offsets.start = offsets.limit;
90 int32_t limit = offsets.limit; local
96 while (cursor < limit) {
106 limit += len-clen; // change in length
112 offsets.contextLimit += limit - offsets.limit;
113 offsets.limit = limit;
[all...]
/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dfind_match_length.h31 size_t limit) {
33 size_t limit2 = (limit >> 3) + 1; // + 1 is for pre-decrement in while
47 limit = (limit & 7) + 1; // + 1 is for pre-decrement in while
48 while (--limit) {
61 size_t limit) {
63 const uint8_t* s2_limit = s2 + limit;
29 FindMatchLengthWithLimit(const uint8_t* s1, const uint8_t* s2, size_t limit) argument
/external/chromium_org/third_party/leveldatabase/
H A Dchromium_logger.h43 char* limit = base + bufsize; local
48 p += ::base::snprintf(p, limit - p,
60 if (p < limit) {
63 p += vsnprintf(p, limit - p, format, backup_ap);
68 if (p >= limit) {
72 p = limit - 1;
81 assert(p <= limit);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
H A DByteBufferHelper.java32 nuSamples.get(lastIndex).arrayOffset() + nuSamples.get(lastIndex).limit() == buffer.arrayOffset()) {
34 ByteBuffer nu = ByteBuffer.wrap(buffer.array(), oldBuffer.arrayOffset(), oldBuffer.limit() + buffer.limit()).slice();
39 nuSamples.get(lastIndex).limit() == nuSamples.get(lastIndex).capacity() - buffer.capacity()) {
42 oldBuffer.limit(buffer.limit() + oldBuffer.limit());
/external/wpa_supplicant_8/wpa_supplicant/
H A Dautoscan_exponential.c18 int limit; member in struct:autoscan_exponential_data
39 data->limit = atoi(pos);
60 "and limit is %d", data->base, data->limit);
84 if (data->interval >= data->limit)
85 return data->limit;
91 if (data->interval > data->limit)
92 return data->limit;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durep.h91 * Function pointer that replaces text between start and limit in
98 * @param limit the ending index of the text to be replaced,
101 * start..limit-1.
108 int32_t limit,
114 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>.
119 * @param limit offset immediately following the last character to
122 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>.
127 int32_t limit,
131 * Function pointer that copies text between start and limit in
135 * start..limit
[all...]
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dhash.cc22 const char* limit = data + n; local
26 while (data + 4 <= limit) {
35 switch (limit - data) {
/external/icu/icu4c/source/common/unicode/
H A Durep.h91 * Function pointer that replaces text between start and limit in
98 * @param limit the ending index of the text to be replaced,
101 * start..limit-1.
108 int32_t limit,
114 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>.
119 * @param limit offset immediately following the last character to
122 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>.
127 int32_t limit,
131 * Function pointer that copies text between start and limit in
135 * start..limit
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dbmpset.cpp64 * start<limit<=0x800
66 static void set32x64Bits(uint32_t table[64], int32_t start, int32_t limit) { argument
67 U_ASSERT(start<limit);
68 U_ASSERT(limit<=0x800);
75 if((start+1)==limit) { // Single-character shortcut.
80 int32_t limitLead=limit>>6;
81 int32_t limitTrail=limit&0x3f;
107 // limit<=0x800. If limit==0x800 then limitLead=32 and limitTrail=0.
118 UChar32 start, limit;
[all...]

Completed in 1004 milliseconds

1234567891011>>