Searched refs:lo (Results 176 - 200 of 439) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl84/tcl/library/
H A Dinit.tcl76 proc EnvTraceProc {lo n1 n2 op} {
78 set ::env($lo) $x
79 set ::env([string toupper $lo]) $x
/macosx-10.10.1/BerkeleyDB-21/db/examples_c/
H A Dex_tpcb.c473 random_int(lo, hi)
474 u_int32_t lo, hi;
484 (hi - lo + 1));
485 ret += lo;
/macosx-10.10.1/ICU-531.30/icuSources/data/coll/
H A Dcollocal.mk18 lo.txt lu.txt luo.txt luy.txt mas.txt\
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dnfrs.cpp457 int32_t lo = 0; local
459 while (lo < hi) {
460 int32_t mid = (lo + hi) / 2;
468 lo = mid + 1;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h38 /* hi and lo registers. */
39 hi, lo, enumerator in enum:__anon7686
40 /* hi and lo user registers. */
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/include/
H A DMakefile169 SASL_DB_BACKEND = db_ndbm.lo
284 .SUFFIXES: .c .lo .o .obj
334 .c.lo:
346 -rm -f *.lo
/macosx-10.10.1/ICU-531.30/icuSources/data/rbnf/
H A Drbnffiles.mk49 km.txt ko.txt ky.txt lo.txt lt.txt\
/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprtypes.h395 PRUint32 lo, hi; member in struct:__anon3659
397 PRUint32 hi, lo;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbn_lcl.h350 #define sqr64(lo,ho,in) \
363 (lo)=l; \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprtypes.h395 PRUint32 lo, hi; member in struct:__anon4094
397 PRUint32 hi, lo;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprtypes.h395 PRUint32 lo, hi; member in struct:__anon4216
397 PRUint32 hi, lo;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprtypes.h395 PRUint32 lo, hi; member in struct:__anon4338
397 PRUint32 hi, lo;
/macosx-10.10.1/emacs-93/emacs/lisp/calc/
H A Dcalcalg3.el1314 (defun calcFunc-ninteg (expr var lo hi)
1315 (setq lo (math-evaluate-expr lo)
1317 (or (math-numberp lo) (math-infinitep lo) (math-reject-arg lo 'numberp))
1319 (if (math-lessp hi lo)
1320 (math-neg (calcFunc-ninteg expr var hi lo))
1327 (if (equal lo '(neg (var inf var-inf)))
1332 (math-float lo) (mat
[all...]
H A Dcalc-forms.el1629 nil ; 5: (lo.hi) expanded years
1780 (defun math-make-intv (mask lo hi)
1781 (if (memq (car-safe lo) '(cplx polar mod sdev intv vec))
1782 (math-reject-arg lo 'realp))
1785 (or (eq (eq (car-safe lo) 'date) (eq (car-safe hi) 'date))
1786 (math-reject-arg (if (eq (car-safe lo) 'date) hi lo) 'datep))
1787 (if (and (or (Math-realp lo) (eq (car lo) 'date))
1789 (let ((cmp (math-compare lo h
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c1290 slap_verbmasks *lo = logops+logop+EN_OFFSET; local
1334 bv.bv_len = lo->word.bv_len + op->ore_reqoid.bv_len + 2;
1336 AC_MEMCPY( bv.bv_val, lo->word.bv_val, lo->word.bv_len );
1337 bv.bv_val[lo->word.bv_len] = '{';
1338 AC_MEMCPY( bv.bv_val+lo->word.bv_len+1, op->ore_reqoid.bv_val,
1344 attr_merge_one( e, ad_reqType, &lo->word, NULL );
1432 slap_verbmasks *lo; local
1457 lo = logops+logop+EN_OFFSET;
1458 if ( !( li->li_ops & lo
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dtar-mode.el282 (let ((lo 0)
286 (setq lo (+ (* lo 8) (- (aref string start) ?0))
287 hi (+ (* hi 8) (ash lo -16))
288 lo (logand lo 65535)))
290 (list hi lo))))
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp808 status->fLastLoopTime.lo = 0;
2246 status->fLastLoopTime.lo = ts->lo;
2267 timestamp->lo = status->fLastLoopTime.lo;
2275 nextTimestamp.lo = status->fLastLoopTime.lo;
2288 nextTimestamp.lo = status->fLastLoopTime.lo;
/macosx-10.10.1/BerkeleyDB-21/db/lock/
H A Dlock_deadlock.c372 DB_LOCKOBJ *op, *lo, *np; local
727 lo = (DB_LOCKOBJ *)((u_int8_t *)lp + lp->obj);
728 id_array[id].last_ndx = lo->indx;
729 pptr = SH_DBT_PTR(&lo->lockobj);
730 if (lo->lockobj.size >= sizeof(db_pgno_t))
/macosx-10.10.1/less-25/less/
H A Dcharset.c1096 int lo; local
1101 lo = 0;
1103 while (lo <= hi)
1105 int mid = (lo + hi) / 2;
1107 lo = mid + 1;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOHibernateRestoreKernel.c77 #define rdtsc(lo,hi) \
78 __asm__ volatile("lfence; rdtsc; lfence" : "=a" (lo), "=d" (hi))
82 uint64_t lo, hi; local
83 rdtsc(lo, hi);
84 return ((hi) << 32) | (lo);
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dconfigure468 | --locals | --local | --loca | --loc | --lo)
472 | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
6368 # Depending upon the size, compute the lo and hi bounds.
6570 # Binary search between lo and hi bounds.
6784 # Depending upon the size, compute the lo and hi bounds.
6986 # Binary search between lo and hi bounds.
9195 COREFILE=trad-core.lo
9199 COREFILE=netbsd-core.lo
9201 alpha*-*-*) COREFILE=osf-core.lo ;;
9205 COREFILE=netbsd-core.lo
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/
H A DTpcbExample.cpp432 random_int(u_int32_t lo, u_int32_t hi) argument
439 (hi - lo + 1));
440 ret += lo;
/macosx-10.10.1/BerkeleyDB-21/db/examples_cxx/wce_tpcb/
H A DTpcbExample.cpp475 TpcbExample::randomInt(u_int32_t lo, u_int32_t hi) argument
482 (hi - lo + 1));
483 ret += lo;
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/db/
H A DTpcbExample.java299 public static int random_int(int lo, int hi) { argument
304 (hi - lo + 1));
305 ret += lo;
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/tests/progs/
H A Dslapd-mtread.c712 int lo, hi, range; local
731 sscanf(ptr, "[%d-%d]", &lo, &hi);
732 range = hi - lo + 1;

Completed in 280 milliseconds

1234567891011>>