Searched refs:high (Results 76 - 100 of 316) sorted by relevance

1234567891011>>

/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-privacy.el65 (if (or (memq url-privacy-level '(paranoid high))
/macosx-10.10/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestJPEGQuality.tcl15 .m tracks add picture 1 600 600 $firstImage -compressor jpeg -spatialquality high
20 .m tracks add picture 1 3600 600 $firstImage -compressor jpeg -colordepth 40 -spatialquality high
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXbsearch.c259 off_t middle, high, low;
262 if (TclXOSGetFileSize (searchCBPtr->channel, &high) != TCL_OK)
271 middle = (high + low + 1) / 2;
288 high = middle - 1;
256 off_t middle, high, low; local
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dusc_impl.c271 UChar high = scriptRun->textArray[scriptRun->scriptLimit]; local
272 UChar32 ch = high;
277 * if the character is a high surrogate and it's not the last one
280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) {
288 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
337 * end it before the high surrogate
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dicuzdump.cpp199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) { argument
289 int32_t high = 2038; local
316 << "\t values are 1902(low) and 2038(high)." << endl;
339 high = atoi(options[kOptCutover].value);
343 high = atoi(comma + 1);
349 dumper.setHighYear(high);
/macosx-10.10/ncurses-44/ncurses/test/
H A Dditto.c194 int high, wide; local
205 high = (LINES - 2) / target->length;
208 WINDOW *outer = newwin(high, wide, 1 + (high * k), 1);
209 WINDOW *inner = derwin(outer, high - 2, wide - 2, 1, 1);
/macosx-10.10/ncurses-44/ncurses/Ada95/gen/
H A Dgen.c68 find_pos(char *s, unsigned len, int *low, int *high) argument
73 *high = -1;
86 if (l > *high)
87 *high = l;
101 return (*high >= 0 && (*low <= *high)) ? *low : -1;
117 int i, n, l, cnt = 0, low, high; local
149 l = find_pos((char *)&a, sizeof(a), &low, &high);
152 low - bias, high - bias);
167 int low, high; local
191 int low, high; local
[all...]
/macosx-10.10/emacs-93/emacs/src/
H A Dundo.c232 Lisp_Object high, low;
246 XSETFASTINT (high, (base_buffer->modtime >> 16) & 0xffff);
248 current_buffer->undo_list = Fcons (Fcons (Qt, Fcons (high, low)), current_buffer->undo_list);
519 /* Element (t high . low) records previous modtime. */
520 Lisp_Object high, low;
524 high = Fcar (cdr);
526 mod_time = (XFASTINT (high) << 16) + XFASTINT (low);
231 Lisp_Object high, low; local
518 Lisp_Object high, low; variable
/macosx-10.10/tidy-15.15/tidy/src/
H A Dutf8.c160 /* low high #bytes byte 1 byte 2 byte 3 byte 4 */
502 tchar TY_(CombineSurrogatePair)( tchar high, tchar low ) argument
504 assert( TY_(IsHighSurrogate)(high) && TY_(IsLowSurrogate)(low) );
506 high - kUTF16HighSurrogateBegin + 0x10000 );
509 Bool TY_(SplitSurrogatePair)( tchar utf16, tchar* low, tchar* high )
511 Bool status = ( TY_(IsValidCombinedChar)( utf16 ) && high && low );
515 *high = (utf16 - kUTF16SurrogatesBegin) % 0x400 + kUTF16HighSurrogateBegin;
H A Dwin32tc.c719 tchar high = 0; local
722 SplitSurrogatePair(c, &low, &high);
725 inbuf[inbufsize++] = (WCHAR)high;
759 tchar high = 0; local
762 SplitSurrogatePair(c, &low, &high);
765 inbuf[inbufsize++] = (WCHAR)high;
/macosx-10.10/libedit-40/src/
H A Dchared.c260 c__next_word(Char *p, Char *high, int n, int (*wtest)(Int)) argument
263 while ((p < high) && !(*wtest)(*p))
265 while ((p < high) && (*wtest)(*p))
268 if (p > high)
269 p = high;
278 cv_next_word(EditLine *el, Char *p, Char *high, int n, int (*wtest)(Int)) argument
284 while ((p < high) && (*wtest)(*p) == test)
291 while ((p < high) && Isspace(*p))
296 if (p > high)
297 return high;
371 cv__endword(Char *p, Char *high, int n, int (*wtest)(Int)) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
94 high = cal->getTime(*status);
/macosx-10.10/JavaScriptCore-7600.1.17/interpreter/
H A DJSStack.cpp187 int8_t* high = reinterpret_cast<int8_t*>(wtfThreadData().stack().origin());
188 return high - current;
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dclnt.h128 unsigned int high; /* highest verion supported */ member in struct:rpc_err::__anon2878::__anon2879
131 unsigned long high; /* highest verion supported */
H A Dauth.h103 u_int32 high; member in struct:des_block::__anon2876
/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Dipnaf.c2171 unsigned long low, high;
2176 ((char *) last_port_name_list[i], "%lu", &high)
2178 (low > high))
2189 range_elements[i].high = (unsigned32) high;
2192 range_elements[i].high - range_elements[i].low + 1;
2203 RPC_RANDOM_GET (range_elements[i].low, range_elements[i].high);
2305 if (++ (list_p -> current_port_in_range) > range_p -> high)
2148 unsigned long low, high; local
/macosx-10.10/vim-55/runtime/syntax/
H A Dch.vim8 " Ch is a C/C++ interpreter with many high level extensions
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dhash.c337 const unsigned long *high = &primes[sizeof (primes) / sizeof (primes[0])]; local
339 while (low != high)
341 const unsigned long *mid = low + (high - low) / 2;
345 high = mid;
/macosx-10.10/ruby-106/ruby/ext/psych/yaml/
H A Dreader.c198 int low, high; local
303 high = (parser->encoding == YAML_UTF16LE_ENCODING ? 1 : 0);
316 * high surrogate area (0xD800-0xDBFF)
327 * where U is the character value, W1 is the high surrogate
346 + (parser->raw_buffer.pointer[high] << 8);
355 /* Check for a high surrogate area. */
376 + (parser->raw_buffer.pointer[high+2] << 8);
/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dhpet.c463 uint32_t high; local
467 high = *(regp + 1);
469 } while (high != *(regp + 1));
471 return (((uint64_t) high) << 32) | low;
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DAssemblerBufferWithConstantPool.h92 short high; member in struct:JSC::AssemblerBufferWithConstantPool::__anon2513
188 putIntegral(value.high);
194 putIntegralUnchecked(value.high);
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Dcollate.c276 int high = n - 1; local
280 while (low <= high) {
281 next = (low + high) / 2;
289 high = next - 1;
343 int high = __collate_info->chain_count - 1; local
348 while (low <= high) {
349 next = (low + high) / 2;
363 high = next - 1;
372 int high = __collate_info->large_pri_count - 1; local
377 while (low <= high) {
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/win32/
H A Dnet.c293 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
296 REQUIRE(low != NULL && high != NULL);
302 *high = ISC_NET_PORTRANGEHIGH;
/macosx-10.10/libxml2-26/libxml2/
H A DgenUnicode.py312 (low, high) = range
313 if high < 0x10000:
332 pline += "{%s, %s}" % (hex(low), hex(high))
352 int low, high, mid, cmp;
358 high = tptr->numentries - 1;
360 while (low <= high) {
361 mid = (low + high) / 2;
365 high = mid - 1;
/macosx-10.10/ntp-92/lib/isc/win32/
H A Dnet.c296 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
299 REQUIRE(low != NULL && high != NULL);
305 *high = ISC_NET_PORTRANGEHIGH;

Completed in 206 milliseconds

1234567891011>>