Home
last modified time | relevance | path

Searched refs:t1 (Results 76 – 100 of 268) sorted by relevance

1234567891011

/illumos-gate/usr/src/cmd/acct/lib/
H A Dpnpsplit.c310 tmsecs(struct tm *t1, struct tm *t2) in tmsecs() argument
312 return((t2->tm_sec - t1->tm_sec) + in tmsecs()
313 60*(t2->tm_min - t1->tm_min) + in tmsecs()
314 3600L*(t2->tm_hour - t1->tm_hour)); in tmsecs()
323 tmless(struct tm *t1, struct tm *t2) in tmless() argument
325 if (t1->tm_hour != t2->tm_hour) in tmless()
326 return(t1->tm_hour < t2->tm_hour); in tmless()
327 if (t1->tm_min != t2->tm_min) in tmless()
328 return(t1->tm_min < t2->tm_min); in tmless()
329 return(t1->tm_sec < t2->tm_sec); in tmless()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h906 return ((t1.tv_sec == t2.tv_sec) && (t1.tv_nsec == t2.tv_nsec));
911 return ((t1.tv_sec != t2.tv_sec) || (t1.tv_nsec != t2.tv_nsec));
916 if (t1.tv_sec == t2.tv_sec) {
917 return (t1.tv_nsec > t2.tv_nsec);
919 return (t1.tv_sec > t2.tv_sec);
924 if (t1.tv_sec == t2.tv_sec) {
927 return (t1.tv_sec > t2.tv_sec);
932 if (t1.tv_sec == t2.tv_sec) {
935 return (t1.tv_sec < t2.tv_sec);
940 if (t1.tv_sec == t2.tv_sec) {
[all …]
/illumos-gate/usr/src/uts/common/os/
H A Dtimers.c817 timevalfix(t1); in timevaladd()
825 timevalfix(t1); in timevalsub()
831 if (t1->tv_usec < 0) { in timevalfix()
832 t1->tv_sec--; in timevalfix()
836 t1->tv_sec++; in timevalfix()
850 timespecfix(t1); in timespecadd()
858 timespecfix(t1); in timespecsub()
864 if (t1->tv_nsec < 0) { in timespecfix()
865 t1->tv_sec--; in timespecfix()
866 t1->tv_nsec += NANOSEC; in timespecfix()
[all …]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dttl_utils.c285 add_to_timeval(struct timeval *t1, int t2) in add_to_timeval() argument
289 oldval.tv_sec = t1->tv_sec; in add_to_timeval()
292 t1->tv_sec += t2; in add_to_timeval()
295 if (!(t1->tv_sec >= oldval.tv_sec)) { in add_to_timeval()
320 is_greater_timeval(struct timeval *t1, struct timeval *t2) in is_greater_timeval() argument
322 if (t1->tv_sec > t2->tv_sec) in is_greater_timeval()
325 if (t1->tv_sec == t2->tv_sec) { in is_greater_timeval()
326 if (t1->tv_usec > t2->tv_usec) in is_greater_timeval()
/illumos-gate/usr/src/cmd/refer/
H A Drefer5.c82 t1[0] = 0; in putsig()
83 fpar(nf, flds, t1, 'A', 1, 0); in putsig()
84 sprintf(t, format, t1, sd); in putsig()
138 sprintf(t1, "%s%s%s\n", stline, sig, endline); in putsig()
139 if (strlen(t1) > MXSIG) in putsig()
141 append(t1); in putsig()
163 t1[0] = AFLAG; in putsig()
164 t1[1] = '\0'; in putsig()
165 strcat(sig, t1); in putsig()
237 char t1[50], *sf; in putkey() local
[all …]
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dmks.h310 #define VARARG2(t1, n1, t2, n2) (t1 n1, t2 n2, ...) argument
311 #define VARARG3(t1, n1, t2, n2, t3, n3) (t1 n1, t2 n2, t3 n3, ...) argument
312 #define VARARG4(t1, n1, t2, n2, t3, n3, t4, n4) \ argument
313 (t1 n1, t2 n2, t3 n3, t4 n4, ...)
314 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \ argument
315 (t1 n1, t2 n2, t3 n3, t4 n4, t5 n5, ...)
318 #define VARARG2(t1, n1, t2, n2) (n1, n2, va_alist) t1 n1; t2 n2; int va_alist argument
320 t1 n1; t2 n2; t3 n3; int va_alist
322 t1 n1; t2 n2; t3 n3; t4 n4; int va_alist
323 #define VARARG5(t1, n1, t2, n2, t3, n3, t4, n4, t5, n5) \ argument
[all …]
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dlastinsert.test32 create table t1 (k integer primary key);
33 insert into t1 values (1);
34 insert into t1 values (NULL);
35 insert into t1 values (NULL);
43 update t1 set k=4 where k=2;
51 delete from t1 where k=4;
60 create view v as select * from t1;
77 insert into t1 values (13);
116 update t1 set k=14 where k=3;
194 delete from t1 where k=1;
[all …]
H A Dauth.test155 } {t1}
219 } {t1}
232 } {t1}
508 } {t1}
520 } {t1}
557 } {t1}
569 } {t1}
619 } {t1}
635 } {t1}
673 } {t1}
[all …]
H A Dattach2.test27 CREATE TABLE t1(a,b);
28 CREATE INDEX x1 ON t1(a);
34 CREATE TABLE t1(a,b);
35 CREATE INDEX x1 ON t1(a);
77 } {0 {t1 x1}}
90 } {0 {t1 x1}}
95 INSERT INTO t1 VALUES(8,9);
100 SELECT * FROM t1
106 INSERT INTO t2.t1 VALUES(1,2);
114 SELECT * FROM t1
H A Dcapi2.test38 } {t1 1}
379 SELECT * FROM t1;
388 SELECT * FROM t1;
401 SELECT * FROM t1
411 UPDATE t1 SET a=a+10;
416 INSERT INTO t1 SELECT a+1,b+1,c+1 FROM t1;
422 UPDATE t1 SET a=a+10;
428 SELECT * FROM t1;
433 INSERT INTO t1 SELECT a+2,b+2,c+2 FROM t1;
441 SELECT * FROM t1;
[all …]
H A Dunique.test26 CREATE TABLE t1(
32 } {1 {table "t1" has more than one primary key}}
35 CREATE TABLE t1(
44 INSERT INTO t1(a,b,c) VALUES(1,2,3)
49 INSERT INTO t1(a,b,c) VALUES(1,3,4)
54 SELECT * FROM t1 ORDER BY a;
59 INSERT INTO t1(a,b,c) VALUES(3,2,4)
64 SELECT * FROM t1 ORDER BY a;
69 INSERT INTO t1(a,b,c) VALUES(3,4,5)
74 SELECT * FROM t1 ORDER BY a;
[all …]
H A Dlaststmtchanges.test83 create table t1 (k integer primary key);
85 create trigger r1 after insert on t1 for each row begin
90 insert into t1 values (77);
122 update t1 set k=k;
154 delete from t1;
178 drop table t0; drop table t1; drop table t2;
180 create temp table t1 (k integer primary key);
182 create temp view v1 as select * from t1;
198 insert into t1 values (NEW.k);
213 insert into t1 values (77);
[all …]
H A Dupdate.test421 CREATE TABLE t1(
430 SELECT * FROM t1
436 SELECT * FROM t1;
442 SELECT * FROM t1;
447 SELECT * FROM t1;
453 SELECT * FROM t1;
459 SELECT * FROM t1;
464 SELECT * FROM t1;
470 SELECT * FROM t1;
489 UPDATE t1 SET e=e+1 WHERE b IN (SELECT b FROM t1);
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_iocb.h643 } t1; member
666 #define ULPCONTEXT un1.t1.ulpContext
667 #define ULPIOTAG un1.t1.ulpIoTag
706 } t1; member
743 #define ULPXS un2.t1.ulpXS
745 #define ULPPU un2.t1.ulpPU
746 #define ULPIR un2.t1.ulpIr
747 #define ULPCLASS un2.t1.ulpClass
749 #define ULPSTATUS un2.t1.ulpStatus
751 #define ULPLE un2.t1.ulpLe
[all …]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_crypt.c43 static char t1[ROTORSIZE]; variable
134 t1[i] = i; in c_setup()
143 temp = t1[k]; in c_setup()
144 t1[k] = t1[ic]; in c_setup()
145 t1[ic] = temp; in c_setup()
153 t2[t1[i]&MASK] = i; in c_setup()
173 t2[(t3[(t1[(str[i]+n1)&MASK]+n2)&MASK]-n2)&MASK]-n1; in modvalue()
/illumos-gate/usr/src/lib/libidmap/common/
H A Dutils.c87 idmap_mapping *t1; in _get_ids_extend_batch() local
94 nsize = (len + _GET_IDS_SIZE_INCR) * sizeof (*t1); in _get_ids_extend_batch()
95 t1 = realloc(gh->batch.idmap_mapping_batch_val, nsize); in _get_ids_extend_batch()
96 if (t1 == NULL) in _get_ids_extend_batch()
98 (void) memset((uchar_t *)t1 + (len * sizeof (*t1)), 0, in _get_ids_extend_batch()
99 _GET_IDS_SIZE_INCR * sizeof (*t1)); in _get_ids_extend_batch()
100 gh->batch.idmap_mapping_batch_val = t1; in _get_ids_extend_batch()
/illumos-gate/usr/src/common/crypto/aes/
H A Daes_impl.c1347 t1 = Te0[s1 >> 24] ^ in rijndael_encrypt()
1372 Te1[(t1 >> 16) & 0xff] ^ in rijndael_encrypt()
1377 s1 = Te0[t1 >> 24] ^ in rijndael_encrypt()
1386 Te3[t1 & 0xff] ^ in rijndael_encrypt()
1391 Te2[(t1 >> 8) & 0xff] ^ in rijndael_encrypt()
1418 (Te4[t1 & 0xff] & 0x000000ff) ^ in rijndael_encrypt()
1474 t1 = Td0[s1 >> 24] ^ in rijndael_decrypt()
1501 Td3[t1 & 0xff] ^ in rijndael_decrypt()
1504 s1 = Td0[t1 >> 24] ^ in rijndael_decrypt()
1511 Td1[(t1 >> 16) & 0xff] ^ in rijndael_decrypt()
[all …]
/illumos-gate/usr/src/boot/i386/common/
H A Dcons.c126 uint32_t t0, t1, c; in keyhit() local
144 t1 = *(uint32_t *)PTOV(0x46c); in keyhit()
146 t0 = t1; in keyhit()
147 if (t1 < t0 || t1 >= t0 + secs) in keyhit()
/illumos-gate/usr/src/test/util-tests/tests/grep_xpg4/
H A Dgrep_test.ksh210 run_tests 0 t1 a test0 test1 test2 test3 test4 test5 test6 test7
211 run_tests 0 t1 -E a test0 test1 test2 test3 test4 test5 test6 test7
212 run_tests 0 t1 -F a test0 test1 test2 test3 test4 test5 test6 test7
214 run_tests 0 t1 a test0 test1 test2 test3 test4 test5 test6 test7
215 run_tests 0 t1 -E a test0 test1 test2 test3 test4 test5 test6 test7
216 run_tests 0 t1 -F a test0 test1 test2 test3 test4 test5 test6 test7
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dsyms.c100 int t1 = GELF_ST_TYPE(s1->st_info); in sym_swap() local
103 if ((t1 == STT_FUNC) || (t2 == STT_FUNC)) { in sym_swap()
104 if (t1 == STT_FUNC) in sym_swap()
109 if ((t1 == STT_OBJECT) || (t2 == STT_OBJECT)) { in sym_swap()
110 if (t1 == STT_OBJECT) in sym_swap()
115 if ((t1 == STT_OBJECT) || (t2 == STT_OBJECT)) { in sym_swap()
116 if (t1 == STT_OBJECT) in sym_swap()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.time.c24 void pdeltat(struct timeval *t1, struct timeval *t0);
26 void tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0);
223 pdeltat(struct timeval *t1, struct timeval *t0) in pdeltat() argument
230 tvsub(&td, t1, t0); in pdeltat()
251 tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0) in tvsub() argument
257 tdiff->tv_sec = t1->tv_sec - t0->tv_sec; in tvsub()
258 tdiff->tv_usec = t1->tv_usec - t0->tv_usec; in tvsub()
/illumos-gate/usr/src/common/bignum/
H A Dmont_mulf.c94 int64_t t, t1, /* Using int64_t and not uint64_t */ in conv_d16_to_i32() local
98 t1 = 0; in conv_d16_to_i32()
103 t1 += a & 0xffffffff; in conv_d16_to_i32()
106 t1 += (b & 0xffff) << 16; in conv_d16_to_i32()
107 t += (b >> 16) + (t1 >> 32); in conv_d16_to_i32()
108 i32[i] = t1 & 0xffffffff; in conv_d16_to_i32()
109 t1 = t; in conv_d16_to_i32()
113 t1 += a & 0xffffffff; in conv_d16_to_i32()
115 t1 += (b & 0xffff) << 16; in conv_d16_to_i32()
116 i32[i] = t1 & 0xffffffff; in conv_d16_to_i32()
/illumos-gate/usr/src/test/util-tests/tests/dis/risc-v/
H A Dtst.regs.s31 add t1, t1, t1
62 add tp, t0, t1
63 add t0, t1, t2
64 add t1, t2, s0
/illumos-gate/usr/src/lib/libm/common/Q/
H A D__sincosl.c95 long double a1, a2, t, t1, t2, z, w; in __k_sincosl() local
139 t1 = a2 * w + a1 * t; in __k_sincosl()
140 t1 += _TBL_sinl_lo[i]; in __k_sincosl()
142 return (-a1 - t1); in __k_sincosl()
144 return (a1 + t1); in __k_sincosl()
/illumos-gate/usr/src/lib/libm/common/LD/
H A D__sincosl.c95 long double a1, a2, t, t1, t2, z, w; in __k_sincosl() local
148 t1 = a2 * w + a1 * t; in __k_sincosl()
149 t1 += _TBL_sinl_lo[i]; in __k_sincosl()
151 return (-a1 - t1); in __k_sincosl()
153 return (a1 + t1); in __k_sincosl()

1234567891011