Searched refs:limit (Results 251 - 275 of 919) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dcsrucode.cpp78 int32_t limit = (textIn->fRawLength / 4) * 4; local
88 for(int32_t i = 0; i < limit; i += 4) {
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.mm220 - (NSArray *)backListWithLimit:(int)limit
223 core(self)->backListWithLimit(limit, list);
235 - (NSArray *)forwardListWithLimit:(int)limit
238 core(self)->forwardListWithLimit(limit, list);
/macosx-10.9.5/apache-786.1/httpd/build/rpm/
H A Dhtcacheclean.init54 limit=${LIMIT-100M}
59 daemon --pidfile=${pidfile} $htcacheclean -d "$interval" -p "$cachepath" -l "$limit" -P "$pidfile" $OPTIONS
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_ar.c538 uint64_t l, limit, last_digit_limit; local
542 limit = UINT64_MAX / base;
551 if (l>limit || (l == limit && digit > last_digit_limit)) {
564 uint64_t l, limit, last_digit_limit; local
568 limit = UINT64_MAX / base;
576 if (l > limit || (l == limit && digit > last_digit_limit)) {
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dmsg.c74 /* counter. When the error count exceeds a pre-set limit (default: 13)
92 /* msg_error_limit() sets the error message count limit, and returns.
93 /* the old limit.
325 /* msg_error_limit - set error message counter limit */
327 int msg_error_limit(int limit) argument
331 msg_error_bound = limit;
/macosx-10.9.5/tcl-102/tcl_ext/tkcon/tkcon/extra/
H A Dconsole1_1.tcl606 if [string match {} [$w tag nextrange prompt limit end]] {
607 $w tag add stdin limit end-1c
608 return [$w get limit end-1c]
661 $w mark set limit insert
662 $w mark gravity limit left
823 $con delete limit end
824 $con insert limit [list $tmp]
929 $w delete limit end-1c
931 $w insert limit $tmp
1019 $w delete limit en
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
85 my ( $stmt, @bind ) = $sql->where( \%where, \@order, $limit, $offset );
192 This method returns a modified WHERE clause, if the limit syntax is set to one
473 # MySQL and PostgreSQL select * from table limit 10
748 # my ( $limit, $offset, $sql, @params ) = @_;
756 # my $position = ( $offset + $limit );
877 my $limit = $offset ? "BETWEEN $offset AND $last" : "< $rows";
884 $limit
995 select skip 5 limit 5 * from customer
1016 $sql = "select skip $offset limit
[all...]
/macosx-10.9.5/CPANInternal-140/SQL-Abstract-Limit-0.141/lib/SQL/Abstract/
H A DLimit.pm78 my ( $stmt, @bind ) = $sql->select( $table, \@fields, \%where, \@order, $limit, $offset );
85 my ( $stmt, @bind ) = $sql->where( \%where, \@order, $limit, $offset );
192 This method returns a modified WHERE clause, if the limit syntax is set to one
473 # MySQL and PostgreSQL select * from table limit 10
748 # my ( $limit, $offset, $sql, @params ) = @_;
756 # my $position = ( $offset + $limit );
877 my $limit = $offset ? "BETWEEN $offset AND $last" : "< $rows";
884 $limit
995 select skip 5 limit 5 * from customer
1016 $sql = "select skip $offset limit
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dunistr.h440 * [<TT>start</TT>, <TT>limit</TT>) with the characters
444 * @param limit the offset immediately following the compare operation
447 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
456 int32_t limit,
613 * @param limit The offset after the last code unit from this string to compare.
623 int32_t limit,
784 * @param limit The offset after the last code unit from this string to compare.
802 int32_t limit,
1457 * Copy the characters in the range [<tt>start</tt>, <tt>limit</tt>)
1460 * @param limit offse
3747 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3808 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3881 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
4156 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) argument
4162 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
4221 extractBetween(int32_t start, int32_t limit, UChar *dst, int32_t dstStart) const argument
4480 removeBetween(int32_t start, int32_t limit) argument
4485 retainBetween(int32_t start, int32_t limit) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dunistr.h379 * [<TT>start</TT>, <TT>limit</TT>) with the characters
383 * @param limit the offset immediately following the compare operation
386 * @param srcLimit the offset into <TT>srcText</TT> to limit comparison
395 int32_t limit,
552 * @param limit The offset after the last code unit from this string to compare.
562 int32_t limit,
723 * @param limit The offset after the last code unit from this string to compare.
741 int32_t limit,
1396 * Copy the characters in the range [<tt>start</tt>, <tt>limit</tt>)
1399 * @param limit offse
3615 compareBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3676 compareCodePointOrderBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) const argument
3749 caseCompareBetween(int32_t start, int32_t limit, const UnicodeString &srcText, int32_t srcStart, int32_t srcLimit, uint32_t options) const argument
4030 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText) argument
4036 replaceBetween(int32_t start, int32_t limit, const UnicodeString& srcText, int32_t srcStart, int32_t srcLimit) argument
4095 extractBetween(int32_t start, int32_t limit, UChar *dst, int32_t dstStart) const argument
4401 removeBetween(int32_t start, int32_t limit) argument
4406 retainBetween(int32_t start, int32_t limit) argument
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtestlimits.c1254 * @max_size: size of the limit to test
1263 saxTest(const char *filename, size_t limit, int options, int fail) { argument
1271 maxlen = limit;
1290 fprintf(stderr, "Failed to parse '%s' %lu\n", filename, limit);
1296 filename, limit);
1310 * @max_size: size of the limit to test
1319 readerTest(const char *filename, size_t limit, int options, int fail) { argument
1326 maxlen = limit;
1345 filename, limit);
1355 filename, limit);
1381 size_t limit; /* the limit to test */ member in struct:limitDesc
1426 unsigned int limit; /* the limit test number */ member in struct:testException
1441 size_t limit; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ddictionarydata.cpp38 int32_t UCharsDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const { argument
49 if (count < limit) {
63 // TODO: why do we have a text limit if the UText knows its length?
102 int32_t BytesDictionaryMatcher::matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count, int32_t limit, int32_t *values) const { argument
113 if (count < limit) {
127 // TODO: why do we have a text limit if the UText knows its length?
H A Dubidi.c1250 int32_t start, int32_t limit) {
1325 pLevState->lastStrongRTL=limit - 1;
1337 pLevState->lastStrongRTL=limit - 1;
1356 pLevState->lastStrongRTL=limit - 1;
1435 for(k=start; k<limit; k++) {
1496 int32_t start, int32_t limit,
1544 for(i=start; i<=limit; i++) {
1545 if(i>=limit) {
1559 nextStrongPos=limit;
1560 for(j=i+1; j<limit;
1249 processPropertySeq(UBiDi *pBiDi, LevState *pLevState, uint8_t _prop, int32_t start, int32_t limit) argument
1495 resolveImplicitLevels(UBiDi *pBiDi, int32_t start, int32_t limit, DirProp sor, DirProp eor) argument
1717 start, limit, step, indexOddBit, logicalPos, local
2088 int32_t start, limit=0; local
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/layoutex/layout/
H A DRunArrays.h43 * maintains an array of limit indices into the text, subclasses
53 * array of limit indices.
55 * @param limits is an array of limit indices. This array must remain
58 * @param count is the number of entries in the limit array.
65 * Construct an empty <code>RunArray</code> object. Clients can add limit
68 * @param initialCapacity is the initial size of the limit indices array. If
85 * Get the number of entries in the limit indices array.
87 * @return the number of entries in the limit indices array.
94 * Reset the limit indices array. This method sets the number of entries in the
95 * limit indice
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/samples/layout/
H A DScriptCompositeFontInstance.h61 * will be set the the limit offset of the text which can be
63 * @param limit - the limit offset for the input text.
75 virtual const LEFontInstance *getSubFont(const LEUnicode chars[], le_int32 *offset, le_int32 limit, le_int32 script, LEErrorCode &success) const;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebBackForwardList.cpp202 /* [in] */ int limit,
207 m_backForwardList->backListWithLimit(limit, historyItemVector);
219 /* [in] */ int limit,
224 m_backForwardList->forwardListWithLimit(limit, historyItemVector);
201 backListWithLimit( int limit, int* listCount, IWebHistoryItem** list) argument
218 forwardListWithLimit( int limit, int* listCount, IWebHistoryItem** list) argument
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebBackForwardList.cpp203 PassRefPtr<ImmutableArray> WebBackForwardList::backListAsImmutableArrayWithLimit(unsigned limit) const
211 unsigned size = std::min(backListSize, limit);
227 PassRefPtr<ImmutableArray> WebBackForwardList::forwardListAsImmutableArrayWithLimit(unsigned limit) const
234 unsigned size = std::min(static_cast<unsigned>(forwardListCount()), limit);
/macosx-10.9.5/bzip2-29/bzip2/
H A Dhuffman.c170 void BZ2_hbCreateDecodeTables ( Int32 *limit, argument
190 for (i = 0; i < BZ_MAX_CODE_LEN; i++) limit[i] = 0;
195 limit[i] = vec-1;
199 base[i] = ((limit[i-1] + 1) << 1) - base[i];
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/hash/
H A Dhashlib.h57 Hash_bucket_t** limit; /* slot limit */
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Ddict.h40 size_t limit);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Del.h73 const char *limit; /* Max position */ member in struct:el_line_t
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSCore/
H A Ddnsproxy.c84 mDNSlocal mDNSBool ParseEDNS0(DNSProxyClient *pc, const mDNSu8 *ptr, int length, const mDNSu8 *limit) argument
90 if (ptr + length > limit)
115 mDNSexport mDNSu8 *DNSProxySetAttributes(DNSQuestion *q, DNSMessageHeader *h, DNSMessage *msg, mDNSu8 *ptr, mDNSu8 *limit) argument
124 if (ptr + pc->optLen > limit)
126 LogInfo("DNSProxySetAttributes: Cannot set EDNS0 option start %p, OptLen %d, end %p", ptr, pc->optLen, limit);
136 mDNSlocal mDNSu8 *AddEDNS0Option(mDNS *const m, mDNSu8 *ptr, mDNSu8 *limit) argument
140 if (ptr + 11 > limit)
200 mDNSu8 *limit; local
213 limit = m->omsg.data + MIN_DNS_MESSAGE_SIZE;
217 limit
[all...]
/macosx-10.9.5/CrackLib-37765/cracklib27/cracklib/
H A Drules.c430 int limit; local
472 limit = Char2Int(*(++ptr));
473 if (limit < 0)
478 if (strlen(area) <= limit)
491 limit = Char2Int(*(++ptr));
492 if (limit < 0)
497 if (strlen(area) >= limit)
/macosx-10.9.5/apache-786.1/httpd/os/unix/
H A Dunixd.c285 struct rlimit *limit; local
291 limit = *plimit;
292 if ((getrlimit(type, limit)) != 0) {
301 cur = limit->rlim_max;
319 limit->rlim_cur = cur;
327 limit->rlim_cur = cur;
330 limit->rlim_max = max;
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dutil.c516 char const *base = line[0], *limit = line[1]; /* Help the compiler. */
530 output_1_line (base, limit, flag_format, line_flag);
532 if ((!line_flag || line_flag[0]) && limit[-1] != '\n')
542 output_1_line (char const *base, char const *limit, char const *flag_format,
546 fwrite (base, limit - base, 1, outfile);
554 while (t < limit)
569 if (flag_format && t < limit && *t != '\n')
509 char const *base = line[0], *limit = line[1]; /* Help the compiler. */ local
535 output_1_line(char const *base, char const *limit, char const *flag_format, char const *line_flag) argument

Completed in 318 milliseconds

<<11121314151617181920>>