Searched refs:us (Results 26 - 50 of 225) sorted by relevance

123456789

/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dcascade_lockf.c156 int us, them; local
159 us = (getpindex() * lm_optT) + gettindex();
161 us = gettsdindex(tsd);
164 them = (us + 1) % (lm_optP * lm_optT);
166 ts->ts_id = us;
168 /* lock index asignment for us and them */
169 ts->ts_us0 = (us * 2);
170 ts->ts_us1 = (us * 2) + 1;
171 if (us < nthreads - 1) {
201 /* allow them to block us agai
[all...]
H A Dcascade_mutex.c160 int us, them; local
163 us = (getpindex() * lm_optT) + gettindex();
165 us = gettsdindex(tsd);
168 them = (us + 1) % (lm_optP * lm_optT);
170 ts->ts_id = us;
172 /* lock index asignment for us and them */
173 ts->ts_us0 = (us * 2);
174 ts->ts_us1 = (us * 2) + 1;
175 if (us < nthreads - 1) {
205 /* allow them to block us agai
[all...]
H A Dcascade_cond.c211 int us, them; local
214 us = (getpindex() * lm_optT) + gettindex();
216 us = gettsdindex(tsd);
219 them = (us + 1) % (lm_optP * lm_optT);
221 ts->ts_id = us;
223 /* lock index asignment for us and them */
224 ts->ts_us0 = (us * 2);
225 ts->ts_us1 = (us * 2) + 1;
226 if (us < nthreads - 1) {
256 /* allow them to block us agai
[all...]
H A Dmprotect.c154 int us; local
159 us = (getpindex() * lm_optT) + gettindex();
161 us = gettsdindex(tsd);
165 switch ((us + ts->ts_batch + i) % 2) {
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Dvalgrind.pm34 my $us;
54 $us++;
64 if($us and not $nssinit) {
65 # the stack trace included source details about us
79 $us = 0;
98 # us use OpenSSL. OpenSSL produces numerous valgrind
99 # errors of this kind, rendering it impossible for us to
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/usetperf/
H A Dusetperf.cpp45 UnicodeSet us; member in class:CmdOp
68 us.clear();
71 us.add(cp);
78 us.clear();
80 if (us.contains(cp)) {
88 UnicodeSetIterator uit(us);
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/features/
H A Dlimits.c90 unsigned short us; local
120 us = 0;
121 us = ~us;
172 val = us;
181 val = (unsigned short)(us >> 1) + 1;
186 val = (unsigned short)(us >> 1);
190 if (ui == us)
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dunzip.c588 unz64_s us; local
606 us.z_filefunc.zseek32_file = NULL;
607 us.z_filefunc.ztell32_file = NULL;
609 fill_fopen64_filefunc(&us.z_filefunc.zfile_func64);
611 us.z_filefunc = *pzlib_filefunc64_32_def;
612 us.is64bitOpenFunction = is64bitOpenFunction;
616 us.filestream = ZOPEN64(us.z_filefunc,
620 if (us.filestream==NULL)
623 central_pos = unz64local_SearchCentralDir64(&us
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dparse.c158 struct userspec *us; local
180 tq_foreach_fwd(&userspecs, us) {
181 if (userlist_matches(sudo_user.pw, &us->users) != ALLOW)
183 tq_foreach_fwd(&us->privileges, priv) {
214 tq_foreach_rev(&userspecs, us) {
215 if (userlist_matches(sudo_user.pw, &us->users) != ALLOW)
218 tq_foreach_rev(&us->privileges, priv) {
314 sudo_file_display_priv_short(pw, us, lbuf)
316 struct userspec *us;
325 tq_foreach_fwd(&us
429 struct userspec *us; local
589 struct userspec *us; local
[all...]
H A Dtestsudoers.c111 struct userspec *us; local
259 tq_foreach_rev(&userspecs, us) {
260 if (userlist_matches(sudo_user.pw, &us->users) != ALLOW)
262 tq_foreach_rev(&us->privileges, priv) {
541 struct userspec *us; local
543 tq_foreach_fwd(&userspecs, us) {
544 tq_foreach_fwd(&us->users, m) {
545 if (m != tq_first(&us->users))
550 print_privilege(us->privileges.first); /* XXX */
/macosx-10.10.1/text_cmds-88/ed/
H A Dbuf.c277 unsigned char *us; local
281 for (us = (unsigned char *) s; len-- > 0; us++)
282 *us = ctab[*us];
/macosx-10.10.1/ruby-106/ruby/ext/psych/lib/psych/
H A Dscalar_scanner.rb125 us = (md[2] ? Rational("0.#{md[2]}") : 0) * 1000000
127 time = Time.utc(yy, m, dd, hh, mm, ss, us)
130 return Time.at(time.to_i, us) unless md[3]
141 Time.at((time - offset).to_i, us)
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dayb.pl15 Somebody set up us the bomb.
21 All your base are belong to us.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dayb.pl15 Somebody set up us the bomb.
21 All your base are belong to us.
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcstrtest.c190 UChar us[120]; local
197 u_charsToUChars(invariantChars, us, length);
198 if(u_strcmp(us, invariantUChars)!=0) {
213 u_charsToUChars(variantChars, us, length);
214 if(u_strcmp(us, variantUChars)!=0) {
252 length=ucnv_toUChars(cnv, us, LENGTHOF(us), invariantChars, -1, &errorCode);
255 } else if(length!=LENGTHOF(invariantUChars)-1 || u_strcmp(us, invariantUChars)!=0) {
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOTimerEventSource.h148 virtual IOReturn setTimeoutUS(UInt32 us);
185 virtual IOReturn wakeAtTimeUS(UInt32 us);
/macosx-10.10.1/Heimdal-398.1.2/packages/windows/installer/
H A DNTMakefile197 $(INSTALLER): $(WIXOBJ) $(THIRDPARTYOBJS) $(INSTDEPS) lang\en-us.wxl
199 -sval -cultures:en-us -loc lang\en-us.wxl \
200 -dWixUILicenseRtf=lang\license-en-us.rtf \
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-bootp.c375 u_int16_t us; local
454 us = EXTRACT_16BITS(bp);
456 cp = tok2str(xtag2str, "?xT%u", us);
529 while (len >= sizeof(us)) {
532 us = EXTRACT_16BITS(bp);
533 printf("%u", us);
534 bp += sizeof(us);
535 len -= sizeof(us);
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/
H A Drsa-ltm.c228 mp_int s, us, n, e; local
236 mp_init_multi(&e, &n, &s, &us, NULL);
244 mp_clear_multi(&e, &n, &s, &us, NULL);
252 mp_clear_multi(&e, &n, &s, &us, NULL);
256 res = mp_exptmod(&s, &e, &n, &us);
261 mp_clear(&us);
267 size = mp_unsigned_bin_size(&us);
269 mp_to_unsigned_bin(&us, p);
271 mp_clear(&us);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dtelnet.c155 int us[256]; member in struct:TELNET
250 conn->data->req.protop = tn; /* make us known */
535 switch(tn->us[option]) {
537 tn->us[option] = CURL_WANTYES;
570 switch(tn->us[option]) {
576 tn->us[option] = CURL_WANTNO;
608 switch(tn->us[option]) {
611 tn->us[option] = CURL_YES;
619 tn->us[option] = CURL_YES;
635 tn->us[optio
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dutxttest.cpp288 // us UnicodeString containing the test text.
297 void UTextTest::TestCMR(const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *u16Map) { argument
367 TestCopyMove(us, ut, FALSE,
371 TestCopyMove(us, ut, TRUE,
386 TestReplace(us, ut,
404 void UTextTest::TestCopyMove(const UnicodeString &us, UText *ut, UBool move, argument
419 UnicodeString targetUS(us); // And copy the reference string.
478 const UnicodeString &us, // reference UnicodeString in which to do the replace
497 UnicodeString targetUS(us); // And copy the reference string.
551 void UTextTest::TestAccess(const UnicodeString &us, UTex argument
477 TestReplace( const UnicodeString &us, UText *ut, int32_t nativeStart, int32_t nativeLimit, int32_t u16Start, int32_t u16Limit, const UnicodeString &repStr) argument
584 TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap) argument
1305 const UnicodeString *us = (const UnicodeString *)ut->context; local
[all...]
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclLink.c40 unsigned short us; member in union:Link::__anon12534
329 changed = (LinkedVar(unsigned short) != linkPtr->lastValue.us);
467 linkPtr->lastValue.us = (unsigned short)valueInt;
468 LinkedVar(unsigned short) = linkPtr->lastValue.us;
592 linkPtr->lastValue.us = LinkedVar(unsigned short);
593 return Tcl_NewIntObj(linkPtr->lastValue.us);
/macosx-10.10.1/ICU-531.30/icuSources/samples/numfmt/
H A Dmain.cpp49 Locale us("en", "US");
53 NumberFormat *fmt = NumberFormat::createInstance(us, status);
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dwsh.vim7 " VBScript, it's close enough for us. No attempt is made to handle
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-languages.conf.in94 AddCharset us-ascii.ascii .us-ascii

Completed in 516 milliseconds

123456789