Searched refs:limit (Results 101 - 125 of 919) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl/tcl/generic/
H A DtclInterp.c178 Tcl_Interp *interp; /* The interpreter that the limit callback was
569 "limit", "marktrusted", "recursionlimit","slaves",
872 if (Tcl_GetIndexFromObj(interp, objv[3], limitTypes, "limit type", 0,
2075 Tcl_Interp *slaveInterp, /* Interp in which limit is set/queried. */
2170 * Inherit the recursion limit.
2259 "invokehidden", "limit", "marktrusted", "recursionlimit", NULL
2393 if (Tcl_GetIndexFromObj(interp, objv[2], limitTypes, "limit type", 0,
2573 * Helper function to set/query the Recursion limit of an interp
2579 * When (objc == 1), slaveInterp will be set to a new recursion limit of
2588 Tcl_Interp *slaveInterp, /* Interp in which limit i
2563 int limit; local
4114 int gran = 0, limit = 0; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dnormalizer2impl.h117 start(NULL), reorderStart(NULL), limit(NULL),
121 str.releaseBuffer((int32_t)(limit-start));
126 UBool isEmpty() const { return start==limit; }
127 int32_t length() const { return (int32_t)(limit-start); }
129 UChar *getLimit() { return limit; }
132 UBool equals(const UChar *start, const UChar *limit) const;
136 *(limit-1)=c;
153 *limit++=c;
156 reorderStart=limit;
169 remainingCapacity+=(int32_t)(limit
204 UChar *start, *reorderStart, *limit; member in class:ReorderingBuffer
[all...]
H A Dutrie2.h408 * @param limit (const UChar *, in) the limit pointer for the text, or NULL if NUL-terminated
412 #define UTRIE2_U16_NEXT16(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, index, src, limit, c, result)
420 * @param limit (const UChar *, in) the limit pointer for the text, or NULL if NUL-terminated
424 #define UTRIE2_U16_NEXT32(trie, src, limit, c, result) _UTRIE2_U16_NEXT(trie, data32, src, limit, c, result)
455 * @param limit (const char *, in) the limit pointe
659 const UChar *limit; member in class:ForwardUTrie2StringIterator
[all...]
H A Duvectr64.cpp155 void UVector64::setMaxCapacity(int32_t limit) { argument
156 U_ASSERT(limit >= 0);
157 if (limit < 0) {
158 limit = 0;
160 if (limit > (int32_t)(INT32_MAX / sizeof(int64_t))) { // integer overflow check for realloc
164 maxCapacity = limit;
166 // Current capacity is within the new limit.
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dins_wide.c219 int limit; local
244 limit = LINES - 5;
246 look = newwin(limit, COLS - (2 * (level - 1)), 0, level - 1);
247 work = newwin(limit - 2, COLS - (2 * level), 1, level);
248 show = newwin(4, COLS, limit + 1, 0);
251 limit -= 2;
254 show = derwin(stdscr, 4, COLS, limit + 1, 0);
259 mvwvline(work, row, col, '.', limit - 2);
261 mvwvline(work, row, margin, ACS_VLINE, limit - 2);
262 mvwvline(work, row, margin + 1, ACS_VLINE, limit
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/t/
H A D01.sql.t22 my $sql = SQL::Abstract::Limit->new( limit => $syntax );
24 my($stmt, @bind) = $sql->select($table, \@fields, \%where, \@order, $limit, $offset);
34 lives_ok { SQL::Abstract::Limit->new( limit => $_ ) for @syntaxes } 'survives constructor';
45 my $limit = 10; # 10 per page
47 my $last = $offset + $limit;
59 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset) } 'select LimitOffset';
63 "SELECT $base_sql ORDER BY pay, age LIMIT $limit OFFSET $offset", \@expected_bind,
68 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'LimitXY' ) } 'select LimitXY';
71 "SELECT $base_sql ORDER BY pay, age LIMIT $offset, $limit", \@expected_bind,
76 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit,
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/t/
H A D01.sql.t22 my $sql = SQL::Abstract::Limit->new( limit => $syntax );
24 my($stmt, @bind) = $sql->select($table, \@fields, \%where, \@order, $limit, $offset);
34 lives_ok { SQL::Abstract::Limit->new( limit => $_ ) for @syntaxes } 'survives constructor';
45 my $limit = 10; # 10 per page
47 my $last = $offset + $limit;
59 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset) } 'select LimitOffset';
63 "SELECT $base_sql ORDER BY pay, age LIMIT $limit OFFSET $offset", \@expected_bind,
68 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit, $offset, 'LimitXY' ) } 'select LimitXY';
71 "SELECT $base_sql ORDER BY pay, age LIMIT $offset, $limit", \@expected_bind,
76 lives_ok { ( $stmt, @bind ) = $sql_ab->select( $table, $fields, $where, $order, $limit,
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dtranslit.cpp114 index.limit < index.start ||
115 index.contextLimit < index.limit ||
184 * <= limit</code>.
185 * @param limit the ending index, exclusive; <code>start <= limit
187 * @return the new limit index, or -1
190 int32_t start, int32_t limit) const {
192 limit < start ||
193 text.length() < limit) {
199 offsets.contextLimit = limit;
644 int32_t limit = index.limit; local
1093 int32_t limit = parser.idBlockVector.size(); local
[all...]
H A Dinputext.cpp130 int32_t limit = fRawLength; local
132 if (limit > BUFFER_SIZE) {
133 limit = BUFFER_SIZE;
136 for (srci=0; srci<limit; srci++) {
H A Ducol_bld.h43 uint32_t byteSize; uint32_t start; uint32_t limit; member in struct:__anon1154
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DArena.cpp95 pool->first.base = pool->first.avail = pool->first.limit = (uword)ARENA_ALIGN(&pool->first + 1);
113 if (arena->avail + numBytes <= arena->limit) {
133 arena->limit = (uword)arena + size;
158 ASSERT(arena->base <= arena->avail && arena->avail <= arena->limit);
160 memset((void*)(arena)->avail, FREE_PATTERN, (arena)->limit - (arena)->avail)
169 memset((void*)(arena), FREE_PATTERN, (arena)->limit - (uword)(arena));
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_history.cpp101 const int limit = ewk_history_limit_get(history); local
103 ewk_history_limit_set(history, limit);
180 int limit = core->forwardListCount(); local
181 core->forwardListWithLimit(limit, items);
185 Eina_List* ewk_history_forward_list_get_with_limit(const Ewk_History* history, int limit) argument
189 core->forwardListWithLimit(limit, items);
203 int limit = core->backListCount(); local
204 core->backListWithLimit(limit, items);
208 Eina_List* ewk_history_back_list_get_with_limit(const Ewk_History* history, int limit) argument
212 core->backListWithLimit(limit, item
228 ewk_history_limit_set(const Ewk_History* history, int limit) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebbackforwardlist.h81 gint limit);
85 gint limit);
111 gint limit);
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dhistsearch.c94 /* At limit for direction? */
138 register int limit; local
140 limit = line_index - string_len + 1;
143 while (line_index < limit)
/macosx-10.9.5/postfix-252/postfix/src/master/
H A Dmaster.h17 * on demand up to a configurable concurrency limit and/or periodically.
32 time_t busy_warn_time; /* limit "all servers busy" warning */
73 #define MASTER_LIMIT_OK(limit, count) ((limit) == 0 || ((count) < (limit)))
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dmk_sp.c157 * Set scheduling policy and parameters, both base and limit, for
168 policy_limit_t limit,
185 policy_rr_limit_t rr_limit = (policy_rr_limit_t) limit;
206 policy_fifo_limit_t fifo_limit = (policy_fifo_limit_t) limit;
228 (policy_timeshare_limit_t) limit;
267 * Set scheduling policy and parameters, both base and limit, for
281 policy_limit_t limit = NULL; local
317 limit = (policy_limit_t) &rr_limit;
334 limit = (policy_limit_t) &fifo_limit;
351 limit
162 thread_set_policy( thread_t thread, processor_set_t pset, policy_t policy, policy_base_t base, mach_msg_type_number_t base_count, policy_limit_t limit, mach_msg_type_number_t limit_count) argument
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DAbstractSearch.pm23 limit => 'rows',
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dunifilt.h90 int32_t limit,
H A Dunimatch.h47 * supplied at limit, they might also match.
82 * Matching in the forward direction is indicated by limit >
83 * offset. Characters from offset forwards to limit-1 will be
86 * Matching in the reverse direction is indicated by limit <
87 * offset. Characters from offset backwards to limit+1 will be
90 * If limit == offset then the only match possible is a zero
93 * As a side effect, advance the offset parameter to the limit of
104 * matching. On output, the limit of the matched text. The
109 * @param limit the limit inde
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSContextRefPrivate.h62 time limit previously specified via JSContextGroupSetExecutionTimeLimit.
72 time limit specified via JSContextGroupSetExecutionTimeLimit.
75 to set a new time limit, or JSContextGroupClearExecutionTimeLimit to cancel the
83 @abstract Sets the script execution time limit.
84 @param group The JavaScript context group that this time limit applies to.
85 @param limit The time limit of allowed script execution time in seconds.
86 @param callback The callback function that will be invoked when the time limit
89 terminated unconditionally when the time limit has been reached.
93 In order to guarantee that the execution time limit wil
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/String/
H A Dmatch-002.js127 var limit = matches_array.length > string.match(regexp).length ?
131 for ( var matches = 0; matches < limit; matches++ ) {
158 var limit = matches_array.length > string.match(regexp).length ?
162 for ( var matches = 0; matches < limit; matches++ ) {
/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsarray.c143 int n, i, limit, lastxchg; local
155 limit = n - 1;
158 for (i = 0; i < limit; i++) {
179 limit = lastxchg; /* array is sorted up to [limit] */
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsarray.c143 int n, i, limit, lastxchg; local
155 limit = n - 1;
158 for (i = 0; i < limit; i++) {
179 limit = lastxchg; /* array is sorted up to [limit] */
/macosx-10.9.5/WebCore-7537.78.1/Modules/indexeddb/
H A DIDBLevelDBCoding.h51 const char* decodeByte(const char* p, const char* limit, unsigned char& foundChar);
64 const char* decodeVarInt(const char* p, const char* limit, int64_t& foundInt);
68 const char* decodeStringWithLength(const char* p, const char* limit, String& foundString);
71 const char* decodeDouble(const char* p, const char* limit, double*);
74 const char* decodeIDBKey(const char* p, const char* limit, RefPtr<IDBKey>& foundKey);
75 const char* extractEncodedIDBKey(const char* start, const char* limit, Vector<char>* result);
90 static const char* decode(const char* start, const char* limit, KeyPrefix* result);
164 static const char* decode(const char* start, const char* limit, DatabaseFreeListKey* result);
176 static const char* decode(const char* start, const char* limit, DatabaseNameKey* result);
217 static const char* decode(const char* start, const char* limit, ObjectStoreMetaDataKe
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDocumentInternal.h59 - (NSUInteger)countMatchesForText:(NSString *)string inDOMRange:(DOMRange *)range options:(WebFindOptions)options limit:(NSUInteger)limit markMatches:(BOOL)markMatches;

Completed in 264 milliseconds

1234567891011>>