Searched refs:t0 (Results 1 - 25 of 106) sorted by relevance

12345

/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/ext/pb_ds/detail/
H A Dconstructors_destructor_fn_imps.hpp58 PB_DS_CLASS_NAME(T0 t0) : base_type(t0) argument
63 PB_DS_CLASS_NAME(T0 t0, T1 t1) : base_type(t0, t1) argument
68 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2) : base_type(t0, t1, t2) argument
73 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3) argument
74 : base_type(t0, t1, t2, t3)
79 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4) argument
80 : base_type(t0, t
86 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5) argument
93 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6) argument
100 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7) argument
107 PB_DS_CLASS_NAME(T0 t0, T1 t1, T2 t2, T3 t3, T4 t4, T5 t5, T6 t6, T7 t7, T8 t8) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/llint/
H A DLowLevelInterpreter64.asm97 move t0, PC
124 addi advance, PC, t0
125 storei t0, ArgumentCount + TagOffset[cfr]
129 action(t0)
137 btpnz t0, throwHandler
150 btpz t0, .recover
151 jmp t0
196 loadi PayloadOffset + ArgumentCount[cfr], t0
197 biaeq t0, CodeBlock::m_numParameters[t1], doneLabel
199 cCall2(slow_path, cfr, PC) # This slow_path has a simple protocol: t0
[all...]
H A DLowLevelInterpreter32_64.asm38 # registers (eg "t0"), addresses (eg "4[t0]"), base-index addresses
39 # (eg "7[t0, t1, 2]"), absolute addresses (eg "0xa0000000[]"), or labels
98 loadi pcOffset, t0
99 dispatchBranchWithOffset(t0)
109 move arg1, t0
131 move arg1, t0
158 move t0, PC
168 move t0, PC
177 move t0, P
[all...]
H A DLowLevelInterpreter.asm170 storei t0, 0xbbadbeef[]
171 move 0, t0
172 call t0
250 loadp CodeBlock[cfr], t0
251 baddis increment, CodeBlock::m_llintExecuteCounter + ExecutionCounter::m_counter[t0], .continue
308 btpz t0, .recover
311 jmp t0
338 loadi CodeBlock::m_numParameters[t1], t0
339 addp -profileArgSkip, t0 # Use addi because that's what has the peephole
340 assert(macro (ok) bpgteq t0,
[all...]
H A DLowLevelInterpreter.cpp288 // arg1 in t0 (r0 on ARM)
290 // 2. 32 bit return values will be in t0 (r0 on ARM).
291 // 3. 64 bit return values (e.g. doubles) will be in t0,t1 (r0,r1 on ARM).
300 // 1. Outgoing args are still the same: arg1 in t0, arg2 in t1, etc.
301 // 2. 32 bit result values will be in the low 32-bit of t0.
302 // 3. 64 bit result values will be in t0.
304 CLoopRegister t0, t1, t2, t3; local
313 t0.i = 0;
429 t0.i = result.payload();
431 t0
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/examples/
H A Dfind.py71 t0 = time();
74 print 'filldb %d rows: %g sec' % (n, time() - t0)
78 t0 = time();
81 print ' find_raw %d times, key %d -> %d: %g sec' % (n, k, r, time() - t0)
85 t0 = time();
89 print ' find_ord %d times, key %d -> %d: %g sec' % (n, k, r, time() - t0)
93 t0 = time();
97 print ' hash_ini %d times, size %d: %g sec' % (n, len(map), time() - t0)
101 t0 = time();
105 print ' hash_key %d times, key %d -> %d: %g sec' % (n, k, r, time() - t0)
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/mac/libdes/src/
H A Dqud_cksm.c83 /* crypto/des/qud_cksm.c */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@mincom.oz.au). * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@mincom.oz.au)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@mincom.oz.au)" * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ /* From "Message Authentication" R.R. Jueneman, S.M. Matyas, C.H. Meyer * IEEE Communications Magazine Sept 1985 Vol. 23 No. 9 p 29-40 * This module in only based on the code in this paper and is * almost definitely not the same as the MIT implementation. */ #include "des_locl.h" /* bug fix for dos - 7/6/91 - Larry hughes@logos.ucs.indiana.edu */ #define Q_B0(a) (((DES_LONG)(a))) #define Q_B1(a) (((DES_LONG)(a))<<8) #define Q_B2(a) (((DES_LONG)(a))<<16) #define Q_B3(a) (((DES_LONG)(a))<<24) /* used to scramble things a bit */ /* Got the value MIT uses via brute force :-) 2/10/90 eay */ #define NOISE ((DES_LONG)83653421L) DES_LONG des_quad_cksum(input, output, length, out_count, seed) des_cblock (*input); des_cblock (*output); long length; int out_count; des_cblock (*seed); { DES_LONG z0,z1,t0,t1; int i; long l; #ifdef _CRAY typedef struct { unsigned int a:32; unsigned int b:32; } XXX; #else typedef DES_LONG XXX; #endif unsigned char *cp; XXX *lp; if (out_count < 1) out_count=1; lp=(XXX*)output; z0=Q_B0((*seed)[0])|Q_B1((*seed)[1])|Q_B2((*seed)[2])|Q_B3((*seed)[3]); z1=Q_B0((*seed)[4])|Q_B1((*seed)[5])|Q_B2((*seed)[6])|Q_B3((*seed)[7]); for (i=0; ((i<4)&&(i<out_count)); i++) { cp=(unsigned char *)input; l=length; while (l > 0) { if (l > 1) { t0= (DES_LONG)(*(cp++)); t0|=(DES_LONG)Q_B1(*(cp++)); l--; } else t0= (DES_LONG)(*(cp++)); l--; /* add */ t0+=z0; t0&=0xffffffffL; t1=z1; /* square, well sort of square */ z0=((((t0*t0)&0xffffffffL)+((t1*t1)&0xffffffffL)) &0xffffffffL)%0x7fffffffL; z1=((t0*((t1+NOISE)&0xffffffffL))&0xffffffffL)%0x7fffffffL; } if (lp != NULL) { /* The MIT (…)
1 /* crypto/des/qud_cksm.c */ local
H A Dede_enc.c123 /* crypto/des/ede_enc.c */ /* Copyright (C) 1995-1997 Eric Young (eay@mincom.oz.au) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@mincom.oz.au). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial and non-commercial use as long as * the following conditions are aheared to. The following conditions * apply to all code found in this distribution, be it the RC4, RSA, * lhash, DES, etc., code; not just the SSL code. The SSL documentation * included with this distribution is covered by the same copyright terms * except that the holder is Tim Hudson (tjh@mincom.oz.au). * * Copyright remains Eric Young's, and as such any Copyright notices in * the code are not to be removed. * If this package is used in a product, Eric Young should be given attribution * as the author of the parts of the library used. * This can be in the form of a textual message at program startup or * in documentation (online or textual) provided with the package. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * 3. All advertising materials mentioning features or use of this software * must display the following acknowledgement: * "This product includes cryptographic software written by * Eric Young (eay@mincom.oz.au)" * The word 'cryptographic' can be left out if the rouines from the library * being used are not cryptographic related :-). * 4. If you include any Windows specific code (or a derivative thereof) from * the apps directory (application code) you must include an acknowledgement: * "This product includes software written by Tim Hudson (tjh@mincom.oz.au)" * * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * The licence and distribution terms for any publically available version or * derivative of this code cannot be changed. i.e. this code cannot simply be * copied and put under another distribution licence * [including the GNU Public Licence.] */ #include "des_locl.h" void des_ede3_cbc_encrypt(input, output, length, ks1, ks2, ks3, ivec, encrypt) des_cblock (*input); des_cblock (*output); long length; des_key_schedule ks1; des_key_schedule ks2; des_key_schedule ks3; des_cblock (*ivec); int encrypt; { register DES_LONG tin0,tin1; register DES_LONG tout0,tout1,xor0,xor1; register unsigned char *in,*out; register long l=length; DES_LONG tin[2]; unsigned char *iv; in=(unsigned char *)input; out=(unsigned char *)output; iv=(unsigned char *)ivec; if (encrypt) { c2l(iv,tout0); c2l(iv,tout1); for (l-=8; l>=0; l-=8) { c2l(in,tin0); c2l(in,tin1); tin0^=tout0; tin1^=tout1; tin[0]=tin0; tin[1]=tin1; des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3); tout0=tin[0]; tout1=tin[1]; l2c(tout0,out); l2c(tout1,out); } if (l != -8) { c2ln(in,tin0,tin1,l+8); tin0^=tout0; tin1^=tout1; tin[0]=tin0; tin[1]=tin1; des_encrypt3((DES_LONG *)tin,ks1,ks2,ks3); tout0=tin[0]; tout1=tin[1]; l2c(tout0,out); l2c(tout1,out); } iv=(unsigned char *)ivec; l2c(tout0,iv); l2c(tout1,iv); } else { register DES_LONG t0,t1; c2l(iv,xor0); c2l(iv,xor1); for (l-=8; l>=0; l-=8) { c2l(in,tin0); c2l(in,tin1); t0=tin0; t1=tin1; tin[0]=tin0; tin[1]=tin1; des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3); tout0=tin[0]; tout1=tin[1]; tout0^=xor0; tout1^=xor1; l2c(tout0,out); l2c(tout1,out); xor0=t0; xor1=t1; } if (l != -8) { c2l(in,tin0); c2l(in,tin1); t0=tin0; t1=tin1; tin[0]=tin0; tin[1]=tin1; des_decrypt3((DES_LONG *)tin,ks1,ks2,ks3); tout0=tin[0]; tout1=tin[1]; tout0^=xor0; tout1^=xor1; l2cn(tout0,tout1,out,l+8); xor0=t0; xor1=t1; } iv=(unsigned char *)ivec; l2c(xor0,iv); l2c(xor1,iv); } tin0=tin1=tout0 (…)
1 /* crypto/des/ede_enc.c */ local
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dstrip-1.d7 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AX[ \t]+.*
9 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WA[ \t]+.*
H A Dstrip-2.d10 \[[ 0-9]+\] \.text.*[ \t]+PROGBITS[ \t0-9a-f]+AXG[ \t]+.*
12 \[[ 0-9]+\] \.data.*[ \t]+PROGBITS[ \t0-9a-f]+WAG[ \t]+.*
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DUnitBezier.h65 double t0; local
84 t0 = 0.0;
88 if (t2 < t0)
89 return t0;
93 while (t0 < t1) {
98 t0 = t2;
101 t2 = (t1 - t0) * .5 + t0;
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/haval/
H A Dhaval.c401 register haval_word t0 = state->fingerprint[0], /* make use of */ local
412 FF_1(t7, t6, t5, t4, t3, t2, t1, t0, *(w ));
413 FF_1(t6, t5, t4, t3, t2, t1, t0, t7, *(w+ 1));
414 FF_1(t5, t4, t3, t2, t1, t0, t7, t6, *(w+ 2));
415 FF_1(t4, t3, t2, t1, t0, t7, t6, t5, *(w+ 3));
416 FF_1(t3, t2, t1, t0, t7, t6, t5, t4, *(w+ 4));
417 FF_1(t2, t1, t0, t7, t6, t5, t4, t3, *(w+ 5));
418 FF_1(t1, t0, t7, t6, t5, t4, t3, t2, *(w+ 6));
419 FF_1(t0, t7, t6, t5, t4, t3, t2, t1, *(w+ 7));
421 FF_1(t7, t6, t5, t4, t3, t2, t1, t0, *(
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/haval.1996/
H A Dhaval.c427 register haval_word t0 = state->fingerprint[0], /* make use of */ local
438 FF_1(t7, t6, t5, t4, t3, t2, t1, t0, *(w ));
439 FF_1(t6, t5, t4, t3, t2, t1, t0, t7, *(w+ 1));
440 FF_1(t5, t4, t3, t2, t1, t0, t7, t6, *(w+ 2));
441 FF_1(t4, t3, t2, t1, t0, t7, t6, t5, *(w+ 3));
442 FF_1(t3, t2, t1, t0, t7, t6, t5, t4, *(w+ 4));
443 FF_1(t2, t1, t0, t7, t6, t5, t4, t3, *(w+ 5));
444 FF_1(t1, t0, t7, t6, t5, t4, t3, t2, *(w+ 6));
445 FF_1(t0, t7, t6, t5, t4, t3, t2, t1, *(w+ 7));
447 FF_1(t7, t6, t5, t4, t3, t2, t1, t0, *(
[all...]
/macosx-10.9.5/ruby-104/ruby/test/-ext-/old_thread_select/
H A Dtest_old_thread_select.rb21 t0 = Time.now
23 diff = Time.now - t0
32 t0 = Time.now
34 diff = Time.now - t0
44 t0 = Time.now
85 t0 = Time.now
87 diff = Time.now - t0
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/
H A Dcamellia-ntt.c119 #define CAMELLIA_F(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
123 t0 = il >> 16; \
129 yr = CAMELLIA_SP1110((t0 >> 8) & 0xff) \
130 ^ CAMELLIA_SP0222(t0 & 0xff) \
143 #define CAMELLIA_FLS(ll, lr, rl, rr, kll, klr, krl, krr, t0, t1, t2, t3) \
145 t0 = kll; \
146 t0 &= ll; \
147 lr ^= CAMELLIA_RL1(t0); \
160 #define CAMELLIA_ROUNDSM(xl, xr, kl, kr, yl, yr, il, ir, t0, t1) \
458 u32 il, ir, t0, t local
670 u32 il, ir, t0, t1, w0, w1; /* temporary variables */ local
976 u32 il, ir, t0, t1; local
1066 u32 il,ir,t0,t1; /* temporary valiables */ local
1159 u32 il,ir,t0,t1; /* temporary valiables */ local
1273 u32 il,ir,t0,t1; /* temporary valiables */ local
[all...]
H A Drijndael-alg-fst.c865 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
880 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
885 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
886 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
887 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
888 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
890 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
895 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
896 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
897 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
1046 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/macosx-10.9.5/man-16/man/src/
H A Dto_cat.c63 char *t0, *t2, *t3, *t4; local
69 t0 = rindex (name, '.');
70 if (t0 && get_expander(t0)) /* remove compressee extension */
71 *t0 = 0;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Drijndael.c859 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
874 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[ 4];
879 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[ 8];
880 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[ 9];
881 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >> 8) & 0xff] ^ Te3[t1 & 0xff] ^ rk[10];
882 s3 = Te0[t3 >> 24] ^ Te1[(t0 >> 16) & 0xff] ^ Te2[(t1 >> 8) & 0xff] ^ Te3[t2 & 0xff] ^ rk[11];
884 t0 = Te0[s0 >> 24] ^ Te1[(s1 >> 16) & 0xff] ^ Te2[(s2 >> 8) & 0xff] ^ Te3[s3 & 0xff] ^ rk[12];
889 s0 = Te0[t0 >> 24] ^ Te1[(t1 >> 16) & 0xff] ^ Te2[(t2 >> 8) & 0xff] ^ Te3[t3 & 0xff] ^ rk[16];
890 s1 = Te0[t1 >> 24] ^ Te1[(t2 >> 16) & 0xff] ^ Te2[(t3 >> 8) & 0xff] ^ Te3[t0 & 0xff] ^ rk[17];
891 s2 = Te0[t2 >> 24] ^ Te1[(t3 >> 16) & 0xff] ^ Te2[(t0 >>
1040 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
H A Dlogintest.c93 time_t t0, t1, t2, logintime, logouttime; local
143 (void)time(&t0);
144 strlcpy(s_t0, ctime(&t0), sizeof(s_t0));
149 (int)t0, s_t0, (int)t1, s_t1);
192 else if (t0 != t2)
/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_twait.c74 _nc_gettime(TimeType * t0, bool first) argument
82 *t0 = t1;
86 if (t0->tv_usec > t1.tv_usec) {
90 res = (t1.tv_sec - t0->tv_sec) * 1000
91 + (t1.tv_usec - t0->tv_usec) / 1000;
96 *t0 = t1;
98 res = (t1 - *t0) * 1000;
155 TimeType t0; local
191 starttime = _nc_gettime(&t0, TRUE);
370 returntime = _nc_gettime(&t0, FALS
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Zle/
H A Dzle_refresh.c768 int t0; local
772 for (t0 = tline; t0 < winh - 1; t0++)
773 nbuf[t0] = nbuf[t0 + 1];
970 int t0 = -1; /* tmp */ local
1102 t0 = olnct; /* this is to clear extra lines even when */
1128 if (t0 > -1)
1129 olnct = (t0 < win
2406 int t0, /* tmp */ local
[all...]
/macosx-10.9.5/vim-53/runtime/indent/
H A Dlifelines.vim20 setlocal cinoptions+=t0
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-dis.c71 ia64_insn t0, t1, slot[3], template, s_bit, insn; local
100 t0 = bfd_getl64 (bundle);
102 s_bit = t0 & 1;
103 template = (t0 >> 1) & 0xf;
104 slot[0] = (t0 >> 5) & 0x1ffffffffffLL;
105 slot[1] = ((t0 >> 46) & 0x3ffff) | ((t1 & 0x7fffff) << 18);
/macosx-10.9.5/shell_cmds-175/locate/locate/
H A Dlocate.c241 long t0; local
284 t0 = cputime();
295 warnx("fastfind %ld ms", cputime () - t0);
313 long t0; local
328 t0 = cputime();
335 warnx("fastfind %ld ms", cputime () - t0);
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/test/
H A Dtest_unittest.py162 t0 = self.v0.select(s='b')
163 self.assertEqual(len(t0), 1)
164 self.assertEqual(t0[0].s, 'b')
165 t0 = self.v0.select({'s':'a'},{'s':'b'})
166 self.assertEqual(len(t0), 2)
167 self.assertEqual(t0[1].s, 'b')
168 t0 = self.v0.select({'s':'a','i':2},{'s':'b','i':4})
169 self.assertEqual(len(t0), 1)
170 self.assertEqual(t0[0].s, 'b')
174 t0
[all...]

Completed in 317 milliseconds

12345