Searched refs:limit (Results 201 - 225 of 919) sorted by relevance

1234567891011>>

/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dicuin40shim.cpp116 int32_t* limit,
119 return utrans_transUChars(trans, text, textLength, textCapacity, start, limit, status);
111 utrans_transUChars_4_0(const UTransliterator* trans, UChar* text, int32_t* textLength, int32_t textCapacity, int32_t start, int32_t* limit, UErrorCode* status) argument
H A Dregeximp.cpp65 CaseFoldingUCharIterator::CaseFoldingUCharIterator(const UChar *chars, int64_t start, int64_t limit) : argument
66 fChars(chars), fIndex(start), fLimit(limit), fcsp(NULL), fFoldChars(NULL), fFoldLength(0) {
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DCanonShaping.cpp15 void CanonShaping::sortMarks(le_int32 *indices, const le_int32 *combiningClasses, le_int32 index, le_int32 limit) argument
17 for (le_int32 j = index + 1; j < limit; j += 1) {
/macosx-10.9.5/ICU-511.35/icuSources/test/letest/
H A Dletsutil.cpp84 le_int32 limit = -1; local
90 ubidi_getLogicalRun(ubidi, 0, &limit, &level);
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/CookieDatabaseBackingStore/
H A DCookieDatabaseBackingStore.h58 // If a limit is not set, the method will return all cookies in the database
59 void getCookiesFromDatabase(Vector<RefPtr<ParsedCookie> >& stackOfCookies, unsigned limit = 0);
89 Vector<RefPtr<ParsedCookie> >* invokeGetCookiesWithLimit(unsigned limit);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebBackForwardList.h75 /* [in] */ int limit,
80 /* [in] */ int limit,
/macosx-10.9.5/CF-855.17/
H A DCFUniChar.h199 const UTF16Char *limit = src + length; local
202 while (src < limit) {
206 if ((src < limit) && CFUniCharIsSurrogateLowCharacter(*src)) {
224 const UTF32Char *limit = src + length; local
227 while (src < limit) {
235 if (src < limit) {
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dpropname.cpp150 // Read and skip the start and limit of this range.
152 int32_t limit=valueMaps[i+1]; local
157 if(property<limit) {
160 i+=(limit-start)*2; // Skip all entries for this range.
174 // Read and skip the start and limit of this range.
176 int32_t limit=valueMaps[valueMapIndex+1]; local
181 if(value<limit) {
184 valueMapIndex+=limit-start; // Skip all entries for this range.
H A Duvectr32.cpp237 void UVector32::setMaxCapacity(int32_t limit) { argument
238 U_ASSERT(limit >= 0);
239 if (limit < 0) {
240 limit = 0;
242 if (limit > (int32_t)(INT32_MAX / sizeof(int32_t))) { // integer overflow check for realloc
246 maxCapacity = limit;
248 // Current capacity is within the new limit.
H A Dutrie2.cpp98 const uint8_t *src, const uint8_t *limit) {
102 if((limit-src)<=7) {
103 length=(int32_t)(limit-src);
506 * Currently requires start<limit and both start and limit must be multiples
517 UChar32 start, UChar32 limit,
563 for(c=start; c<limit && c<highStart;) {
564 /* Code point limit for iterating inside this i2Block. */
566 if(limit<tempLimit) {
567 tempLimit=limit;
97 utrie2_internalU8NextIndex(const UTrie2 *trie, UChar32 c, const uint8_t *src, const uint8_t *limit) argument
516 enumEitherTrie(const UTrie2 *trie, UChar32 start, UChar32 limit, UTrie2EnumValue *enumValue, UTrie2EnumRange *enumRange, const void *context) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dplarena.h54 PRUword limit; /* one beyond last byte in arena */ member in struct:PLArena
110 if (_q > _a->limit) \
124 _q <= _a->limit) { \
138 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
140 (a)->limit - (a)->avail))
142 (a)->limit - (PRUword)(a))
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dplarena.h54 PRUword limit; /* one beyond last byte in arena */ member in struct:PLArena
110 if (_q > _a->limit) \
124 _q <= _a->limit) { \
138 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
140 (a)->limit - (a)->avail))
142 (a)->limit - (PRUword)(a))
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dplarena.h54 PRUword limit; /* one beyond last byte in arena */ member in struct:PLArena
110 if (_q > _a->limit) \
124 _q <= _a->limit) { \
138 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
140 (a)->limit - (a)->avail))
142 (a)->limit - (PRUword)(a))
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dplarena.h54 PRUword limit; /* one beyond last byte in arena */ member in struct:PLArena
110 if (_q > _a->limit) \
124 _q <= _a->limit) { \
138 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
140 (a)->limit - (a)->avail))
142 (a)->limit - (PRUword)(a))
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dmem_api.c271 isc_mempool_setmaxalloc(isc_mempool_t *mpctx, unsigned int limit) { argument
274 mpctx->methods->setmaxalloc(mpctx, limit);
278 isc_mempool_setfreemax(isc_mempool_t *mpctx, unsigned int limit) { argument
281 mpctx->methods->setfreemax(mpctx, limit);
299 isc_mempool_setfillcount(isc_mempool_t *mpctx, unsigned int limit) { argument
302 mpctx->methods->setfillcount(mpctx, limit);
H A Dhash.c97 unsigned int limit; /*%< upper limit of key length */ member in struct:isc_hash
143 unsigned int limit, isc_hash_t **hctxp)
161 if (overflow_limit < (limit + 1) * 0xff)
168 vlen = sizeof(hash_random_t) * (limit + 1);
193 hctx->limit = limit;
223 isc_hash_create(isc_mem_t *mctx, isc_entropy_t *entropy, size_t limit) { argument
234 result = isc_hash_ctxcreate(mctx, entropy, limit, &hash);
391 REQUIRE(keylen <= hctx->limit);
142 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy, unsigned int limit, isc_hash_t **hctxp) argument
[all...]
/macosx-10.9.5/ncurses-42/ncurses/test/
H A Dinch_wide.c68 int limit; local
195 limit = getmaxx(strwin) - 5;
204 if (win_wchnstr(txtwin, text, limit) != ERR) {
212 if (mvwin_wchnstr(txtwin, txt_y, txt_x, text, limit) != ERR) {
222 if (in_wchnstr(text, limit) != ERR) {
230 if (mvin_wchnstr(txt_y, txt_x, text, limit) != ERR) {
H A Dinchs.c68 int limit; local
196 limit = getmaxx(strwin) - 5;
205 if (winchnstr(txtwin, text, limit) != ERR) {
213 if (mvwinchnstr(txtwin, txt_y, txt_x, text, limit) != ERR) {
223 if (inchnstr(text, limit) != ERR) {
231 if (mvinchnstr(txt_y, txt_x, text, limit) != ERR) {
/macosx-10.9.5/ntp-88/ntpd/
H A Dntp_monitor.c35 * the memory limit. Then we free memory by grabbing entries off the
40 * Limits on the number of structures allocated. This limit is picked
91 int mon_age = 3000; /* preemption limit */
232 int limit; /* average threshold */ local
266 limit = NTP_SHIFT * head;
269 printf("restrict: interval %d headway %d limit %d\n",
270 interval, leak, limit);
289 leak < limit) {
292 } else if (md->leak < limit) {
293 md->leak = limit
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/memchan/memchan/generic/
H A DbufExt.c42 char* limit; /* A pointer behind the last character in the buffer. */ member in struct:ExtBuffer_
193 (iBuf->limit - iBuf->data));
201 newBuf->limit = newBuf->data + newBuf->size;
284 int bSize = iBuf->limit - iBuf->writeLoc;
302 iBuf->limit = ndata + iBuf->size;
330 newBuf->limit = newBuf->data + size;
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp116 int32_t limit=count; local
117 int32_t lastNumber=limit;
119 int32_t number=(start+limit)/2;
126 limit=number;
209 int32_t limit=count; local
210 // Remember the shared prefix between s, start and limit,
212 // The shared prefix should get longer as we narrow the [start, limit[ range.
216 // both the start and limit indexes have moved.
217 // At the same time, we find if s is one of the start and (limit-1) names,
223 --limit;
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Ddict.c126 /* used to impose a limit on size */
127 size_t limit; member in struct:_xmlDict
245 size_t limit = 0; local
255 limit += pool->size;
262 if ((dict->limit > 0) && (limit > dict->limit)) {
311 size_t limit = 0; local
323 limit += pool->size;
330 if ((dict->limit >
1224 xmlDictSetLimit(xmlDictPtr dict, size_t limit) argument
1246 size_t limit = 0; local
[all...]
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tinfo/
H A Dread_entry.c96 fake_read(char *src, int *offset, int limit, char *dst, unsigned want) argument
98 int have = (limit - *offset);
111 #define Read(buf, count) fake_read(buffer, &offset, limit, buf, count)
120 _nc_read_termtype(TERMTYPE *ptr, char *buffer, int limit) argument
368 int limit; local
376 if ((limit = read(fd, buffer, sizeof(buffer))) > 0) {
379 if ((code = _nc_read_termtype(ptr, buffer, limit)) == TGETENT_NO) {
397 unsigned limit,
413 if (need <= limit) {
426 if (need <= limit) {
396 _nc_read_tic_entry(char *filename, unsigned limit, const char *const path, const char *name, TERMTYPE *const tp) argument
[all...]
/macosx-10.9.5/ntp-88/lib/isc/
H A Dhash.c97 unsigned int limit; /*%< upper limit of key length */ member in struct:isc_hash
143 unsigned int limit, isc_hash_t **hctxp)
161 if (overflow_limit < (limit + 1) * 0xff)
168 vlen = sizeof(hash_random_t) * (limit + 1);
193 hctx->limit = limit;
219 isc_hash_create(isc_mem_t *mctx, isc_entropy_t *entropy, size_t limit) { argument
230 result = isc_hash_ctxcreate(mctx, entropy, limit, &hash);
377 REQUIRE(keylen <= hctx->limit);
142 isc_hash_ctxcreate(isc_mem_t *mctx, isc_entropy_t *entropy, unsigned int limit, isc_hash_t **hctxp) argument
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dtransapi.cpp320 //testing tranliterate(String text, int start, int limit, StringBuffer result)
322 //ID, input string, start, limit, transliterated string
335 int32_t start, limit; local
346 limit=getInt(Data2[i+3]);
347 Data2[i+1].extractBetween(start, limit, gotResBuf);
350 doTest(t->getID() + ".transliterate(UnicodeString, int32_t, int32_t, UnicodeString):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), gotResBuf, Data2[i+4]);
353 t->transliterate(temp, start, limit);
354 doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ") for \n\t source: " + prettify(Data2[i+1]), temp, Data2[i+5]);
362 logln("\n Try calling transliterate with illegal start and limit values");
369 gotResBuf = temp = "try start greater than limit";
389 int start, limit; local
621 int32_t limit=s.length(); local
[all...]

Completed in 200 milliseconds

1234567891011>>