HomeSort by relevance Sort by last modified time
    Searched refs:limit (Results 51 - 75 of 5609) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/pdfium/third_party/freetype/src/psaux/
psobjs.c 104 FT_Byte** limit = offset + table->max_elems; local
107 for ( ; offset < limit; offset++ )
286 FT_Byte* limit )
291 while ( cur < limit )
304 FT_Byte* limit )
309 while ( cur < limit )
315 skip_comment( &cur, limit );
334 FT_Byte* limit )
342 while ( cur < limit )
358 if ( cur == limit )
515 FT_Byte* limit = parser->limit; local
620 FT_Byte* limit; local
737 T1_Token limit = cur + max_tokens; local
1031 FT_Byte* limit; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
PatternProps.java 110 int limit=s.length(); local
111 while(start<limit && isWhiteSpace(s.charAt(start))) {
114 if(start<limit) {
115 // There is non-white space at start; we will not move limit below that,
116 // so we need not test start<limit in the loop.
117 while(isWhiteSpace(s.charAt(limit-1))) {
118 --limit;
121 return s.substring(start, limit);
130 int limit=s.length(); local
131 if(limit==0)
    [all...]
  /external/icu/icu4c/source/common/unicode/
urep.h 93 * Function pointer that replaces text between start and limit in
100 * @param limit the ending index of the text to be replaced,
103 * start..limit-1.
110 int32_t limit,
116 * [<tt>start</tt>, <tt>limit</tt>) into the array <tt>dst</tt>.
121 * @param limit offset immediately following the last character to
124 * <tt>dst</tt> must be at least <tt>(limit - start)</tt>.
129 int32_t limit,
133 * Function pointer that copies text between start and limit in
137 * start..limit-1
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
PatternProps.java 108 int limit=s.length(); local
109 while(start<limit && isWhiteSpace(s.charAt(start))) {
112 if(start<limit) {
113 // There is non-white space at start; we will not move limit below that,
114 // so we need not test start<limit in the loop.
115 while(isWhiteSpace(s.charAt(limit-1))) {
116 --limit;
119 return s.substring(start, limit);
128 int limit=s.length(); local
129 if(limit==0)
    [all...]
  /external/messageformat/java/com/ibm/icu/impl/
PatternProps.java 106 int limit=s.length(); local
107 while(start<limit && isWhiteSpace(s.charAt(start))) {
110 if(start<limit) {
111 // There is non-white space at start; we will not move limit below that,
112 // so we need not test start<limit in the loop.
113 while(isWhiteSpace(s.charAt(limit-1))) {
114 --limit;
117 return s.substring(start, limit);
126 int limit=s.length(); local
127 if(limit==0)
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
SliceOps.java 44 * skip, and the number of elements to limit.
48 * @param limit the number of elements to limit, assumed to be >= 0, with
49 * a value of {@code Long.MAX_VALUE} if there is no limit
52 private static long calcSize(long size, long skip, long limit) {
53 return size >= 0 ? Math.max(-1, Math.min(size - skip, limit)) : -1;
60 * @param limit the number of elements to limit, assumed to be >= 0, with
61 * a value of {@code Long.MAX_VALUE} if there is no limit
64 private static long calcSliceFence(long skip, long limit) {
    [all...]
  /external/freetype/src/psaux/
psobjs.c 104 FT_Byte** limit = offset + table->max_elems; local
107 for ( ; offset < limit; offset++ )
286 FT_Byte* limit )
291 while ( cur < limit )
304 FT_Byte* limit )
309 while ( cur < limit )
315 skip_comment( &cur, limit );
334 FT_Byte* limit )
342 while ( cur < limit )
358 if ( cur == limit )
515 FT_Byte* limit = parser->limit; local
617 FT_Byte* limit; local
734 T1_Token limit = cur + max_tokens; local
1028 FT_Byte* limit; local
    [all...]
  /external/elfutils/libdw/
dwarf_next_cfi.c 63 const uint8_t *limit = data->d_buf + data->d_size; local
74 if (unlikely (limit - bytes < 8))
82 if (unlikely ((uint64_t) (limit - bytes) < length)
92 limit = bytes + length;
131 bytes = memchr (bytes, '\0', limit - bytes);
141 if (unlikely (limit - bytes < 5))
172 if (bytes >= limit)
174 get_uleb128 (entry->cie.code_alignment_factor, bytes, limit);
176 if (bytes >= limit)
178 get_sleb128 (entry->cie.data_alignment_factor, bytes, limit);
    [all...]
  /external/icu/icu4c/source/common/
bmpset.cpp 66 * start<limit<=0x800
68 static void set32x64Bits(uint32_t table[64], int32_t start, int32_t limit) {
69 U_ASSERT(start<limit);
70 U_ASSERT(limit<=0x800);
77 if((start+1)==limit) { // Single-character shortcut.
82 int32_t limitLead=limit>>6;
83 int32_t limitTrail=limit&0x3f;
109 // limit<=0x800. If limit==0x800 then limitLead=32 and limitTrail=0.
120 UChar32 start, limit;
    [all...]
unifilt.cpp 44 int32_t limit,
47 if (offset < limit &&
52 if (offset > limit &&
63 if (incremental && offset == limit) {
  /bionic/libc/arch-arm64/generic/bionic/
memcmp.S 38 #define limit x2 define
57 cbz limit, .Lret0
63 add limit_wd, limit, #7
76 /* Not reached the limit, must have found a diff. */
79 /* Limit % 8 == 0 => all bytes significant. */
80 ands limit, limit, #7
83 lsl limit, limit, #3 /* Bits -> bytes. */
86 lsr mask, mask, limit
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
ldt.h 27 unsigned int limit; member in struct:user_desc
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_float/d/
T_neg_float_5.d 7 .limit regs 1
14 .limit regs 5
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/neg_int/d/
T_neg_int_6.d 7 .limit regs 1
14 .limit regs 5
  /development/ndk/platforms/android-21/arch-x86/include/asm/
ldt.h 29 unsigned int limit; member in struct:user_desc
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
ldt.h 29 unsigned int limit; member in struct:user_desc
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ldt.h 29 unsigned int limit; member in struct:user_desc
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeReplacer.java 26 * Replace characters in 'text' from 'start' to 'limit' with the
33 * @param limit exclusive end index of text to be replaced;
40 * the characters at offsets start..(limit-1) in text
44 int limit,
  /external/icu/android_icu4j/src/main/java/android/icu/util/
ValueIterator.java 98 * @param limit one more than the last integer in the range
100 * illegal range. E.g limit &lt;= start
102 public void setRange(int start, int limit);
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeReplacer.java 25 * Replace characters in 'text' from 'start' to 'limit' with the
32 * @param limit exclusive end index of text to be replaced;
39 * the characters at offsets start..(limit-1) in text
43 int limit,
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
ValueIterator.java 105 * @param limit one more than the last integer in the range
107 * illegal range. E.g limit &lt;= start
110 public void setRange(int start, int limit);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/check/
IViolationsOutput.java 29 * @param limit
30 * limit which is violated
34 void onViolation(ICoverageNode node, Rule rule, Limit limit, String message);
  /external/kernel-headers/original/uapi/asm-x86/asm/
ldt.h 16 * Note on 64bit base and limit is ignored and you cannot set DS/ES/CS
23 unsigned int limit; member in struct:user_desc
  /external/libchrome/sandbox/linux/services/
resource_limits.h 19 // Lower the soft and hard limit of |resource| to |limit|. If the current
20 // limit is lower than |limit|, keep it.
21 static bool Lower(int resource, rlim_t limit) WARN_UNUSED_RESULT;
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
GroupEntry.java 26 return get().limit();

Completed in 1193 milliseconds

1 23 4 5 6 7 8 91011>>