Searched refs:us (Results 1 - 25 of 225) sorted by relevance

123456789

/macosx-10.10.1/dtrace-147/test/tst/common/profile-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.profileus.d32 * Simple profile-us simple test.
41 tick-200us
43 printf("This test is a simple profile-us provider test");
/macosx-10.10.1/dtrace-147/test/tst/common/tick-n/
H A Derr.D_PDESC_ZEROoneus.d32 * Call profile-us; less than 200 micro seconds.
40 profile-1us
42 printf(" Calling profile-us less than 200 micro seconds should fail\n");
H A Dtst.tickus.d32 * tick-2000us simple test.
41 tick-2000us
43 printf("This test is a simple tick-us provider test\n");
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
26 unsigned short us; local
36 values[3] = &us;
42 us = 0;
50 for (us = 0; us <= 60000; us += 10000)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
26 unsigned short us; local
36 values[3] = &us;
42 us = 0;
50 for (us = 0; us <= 60000; us += 10000)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
26 unsigned short us; local
36 values[3] = &us;
42 us = 0;
50 for (us = 0; us <= 60000; us += 10000)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dpromotion.c10 unsigned char uc, unsigned short us)
12 int r = (int) sc + (int) ss + (int) uc + (int) us;
26 unsigned short us; local
36 values[3] = &us;
42 us = 0;
50 for (us = 0; us <= 60000; us += 10000)
55 (unsigned char) uc + (unsigned short) us);
9 promotion(signed char sc, signed short ss, unsigned char uc, unsigned short us) argument
H A Dpromotion2.c22 short us; local
28 values[0] = &us;
35 for (us = 55; us < 30000; us+=1034) {
38 CHECK((unsigned int)rint == (us << 16 | us2));
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dcbcp.c119 static void cbcp_recvreq __P((cbcp_state *us, u_char *pckt, int len));
120 static void cbcp_resp __P((cbcp_state *us));
121 static void cbcp_up __P((cbcp_state *us));
122 static void cbcp_recvack __P((cbcp_state *us, u_char *pckt, int len));
123 static void cbcp_send __P((cbcp_state *us, int code, u_char *buf, int len));
145 cbcp_state *us; local
147 us = &cbcp[iface];
148 memset(us, 0, sizeof(cbcp_state));
149 us->us_unit = iface;
150 us
158 cbcp_state *us = &cbcp[iface]; local
185 cbcp_state *us = &cbcp[unit]; local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ditrbnfp.cpp147 UnicodeString us; local
148 formatter->format((const Formattable)val, us, status);
150 us.insert(0, (UChar)'"');
151 us.append((UChar)'"');
152 logln(us);
160 UnicodeString us; local
161 formatter->format((const Formattable)(int32_t)val, us, status);
163 us.insert(0, (UChar)'"');
164 us.append((UChar)'"');
165 logln(us);
[all...]
H A Dutxttest.h45 void TestAccess(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
46 void TestAccessNoClone(const UnicodeString &us, UText *ut, int cpCount, m *cpMap);
47 void TestCMR (const UnicodeString &us, UText *ut, int cpCount, m *nativeMap, m *utf16Map);
48 void TestCopyMove(const UnicodeString &us, UText *ut, UBool move,
51 void TestReplace(const UnicodeString &us, // reference UnicodeString in which to do the replace
/macosx-10.10.1/OpenSSL098-52/src/demos/jpake/
H A Djpakedemo.c169 static void CreateZKP(JPakeZKP *zkp, const BIGNUM *x, const JPakeUser *us, argument
188 zkpHash(h, zkp, gx, &us->p, params);
251 const JPakeUser *us,
259 CreateZKP(&s1->zkpx, x, us, params->g, params, n, "");
262 static void sendstep1(const JPakeUser *us, JPakeUserPublic *them, argument
265 printf("\n%s sends %s:\n\n", us->p.name, them->name);
268 sendstep1_substep(&them->s1c, us->xa, us, params, us->p.base);
270 sendstep1_substep(&them->s1d, us
250 sendstep1_substep(JPakeStep1 *s1, const BIGNUM *x, const JPakeUser *us, const JPakeParameters *params, int n) argument
273 verifystep1(const JPakeUser *us, const JPakeUserPublic *them, const JPakeParameters *params) argument
300 sendstep2(const JPakeUser *us, JPakeUserPublic *them, const JPakeParameters *params) argument
339 verifystep2(const JPakeUser *us, const JPakeUserPublic *them, const JPakeParameters *params) argument
367 computekey(JPakeUser *us, const JPakeParameters *params) argument
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfgetr.c40 uchar *s, *ends, *us; local
53 us = NIL(uchar*);
62 { us = f->next;
67 { us = rsrv->data;
82 { us = NIL(uchar*);
107 if(!us &&
111 us = f->next;
122 { us = NIL(uchar*);
131 us = rsrv->data;
133 { us
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/stringprep/tools/
H A Dgen_unicode_test.tcl55 set us($i) ""
62 append us($i) \\u$xnum
71 set test1($n) [list $us(1) $us(2) $us(3) $us(4) $us(5) $title]
/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dutf2.c92 _UTF2State *us; local
96 us = (_UTF2State *)ps;
98 if (us->want < 0 || us->want > 6) {
113 if (us->want == 0 && ((ch = (unsigned char)*s) & ~0x7f) == 0) {
120 if (us->want == 0) {
154 want = us->want;
155 lbound = us->lbound;
162 if (us->want == 0)
165 wch = us
202 _UTF2State *us; local
283 _UTF2State *us; local
343 _UTF2State *us; local
[all...]
H A Dutf8.c127 _UTF8State *us; local
132 us = (_UTF8State *)ps;
134 if (us->want < 0 || us->want > UTF8_MB_CUR_MAX) {
149 if (us->want == 0 && ((ch = (unsigned char)*s) & ~0x7f) == 0) {
156 if (us->want == 0) {
214 want = us->want;
215 sb = us->sb;
222 if (us->want == 0)
225 wch = us
252 _UTF8State *us; local
333 _UTF8State *us; local
399 _UTF8State *us; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/stdio/
H A Dfgets.c27 _stdgets(Sfio_t* f, char* us, int n, int isgets) argument
33 if(n <= 0 || !us || (f->mode != SF_READ && _sfmode(f,SF_READ,0) < 0))
39 is = (uchar*)us;
86 if((_Sfi = is - ((uchar*)us)) <= 0)
87 us = NIL(char*);
95 return us;
/macosx-10.10.1/ICU-531.30/icuSources/common/unicode/
H A Dputil.h131 * @param us Output string, points to memory for <code>length</code>
140 u_charsToUChars(const char *cs, UChar *us, int32_t length);
150 * @param us Input string, points to <code>length</code>
162 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
/macosx-10.10.1/ICU-531.30/icuSources/io/
H A Dustream.cpp47 const UChar *us = str.getBuffer(); local
48 const UChar *uLimit = us + str.length();
53 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode);
87 UChar *us = uBuffer; local
106 us = uBuffer;
114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode);
121 if (us != uBuffer) {
123 int32_t uBuffSize = us-uBuffer;
/macosx-10.10.1/JavaScriptCore-7600.1.17/icu/unicode/
H A Dputil.h160 * @param us Output string, points to memory for <code>length</code>
169 u_charsToUChars(const char *cs, UChar *us, int32_t length);
179 * @param us Input string, points to <code>length</code>
191 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
/macosx-10.10.1/WTF-7600.1.24/icu/unicode/
H A Dputil.h160 * @param us Output string, points to memory for <code>length</code>
169 u_charsToUChars(const char *cs, UChar *us, int32_t length);
179 * @param us Input string, points to <code>length</code>
191 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
/macosx-10.10.1/WebKit-7600.1.25/mac/icu/unicode/
H A Dputil.h160 * @param us Output string, points to memory for <code>length</code>
169 u_charsToUChars(const char *cs, UChar *us, int32_t length);
179 * @param us Input string, points to <code>length</code>
191 u_UCharsToChars(const UChar *us, char *cs, int32_t length);
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dcascade_fcntl.c165 int us, them; local
168 us = (getpindex() * lm_optT) + gettindex();
170 us = gettsdindex(tsd);
173 them = (us + 1) % (lm_optP * lm_optT);
175 ts->ts_id = us;
177 /* lock index asignment for us and them */
178 ts->ts_us0 = (us * 4);
179 ts->ts_us1 = (us * 4) + 2;
180 if (us < nthreads - 1) {
210 /* allow them to block us agai
[all...]
H A Dcascade_flock.c161 int us, them; local
164 us = (getpindex() * lm_optT) + gettindex();
166 us = gettsdindex(tsd);
169 them = (us + 1) % (lm_optP * lm_optT);
171 ts->ts_id = us;
173 /* lock index asignment for us and them */
174 ts->ts_us0 = (us * 2);
175 ts->ts_us1 = (us * 2) + 1;
176 if (us < nthreads - 1) {
206 /* allow them to block us agai
[all...]

Completed in 178 milliseconds

123456789