Searched refs:ts (Results 76 - 100 of 980) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DDistantLightSource.cpp70 TextStream& DistantLightSource::externalRepresentation(TextStream& ts) const
72 ts << "[type=DISTANT-LIGHT] ";
73 ts << "[azimuth=\"" << azimuth() << "\"]";
74 ts << "[elevation=\"" << elevation() << "\"]";
75 return ts;
H A DPointLightSource.cpp76 static TextStream& operator<<(TextStream& ts, const FloatPoint3D& p) argument
78 ts << "x=" << p.x() << " y=" << p.y() << " z=" << p.z();
79 return ts;
82 TextStream& PointLightSource::externalRepresentation(TextStream& ts) const
84 ts << "[type=POINT-LIGHT] ";
85 ts << "[position=\"" << position() << "\"]";
86 return ts;
H A DFEComponentTransfer.cpp195 static TextStream& operator<<(TextStream& ts, const ComponentTransferType& type) argument
199 ts << "UNKNOWN";
202 ts << "IDENTITY";
205 ts << "TABLE";
208 ts << "DISCRETE";
211 ts << "LINEAR";
214 ts << "GAMMA";
217 return ts;
220 static TextStream& operator<<(TextStream& ts, const ComponentTransferFunction& function) argument
222 ts << "typ
231 externalRepresentation(TextStream& ts, int indent) const argument
[all...]
H A DSourceGraphic.cpp67 TextStream& SourceGraphic::externalRepresentation(TextStream& ts, int indent) const argument
69 writeIndent(ts, indent);
70 ts << "[SourceGraphic]\n";
71 return ts;
/macosx-10.9.5/ntp-88/libntp/
H A Duglydate.c15 l_fp *ts
25 timep = ulfptoa(ts, 6); /* returns max 17 characters */
27 sec = ts->l_ui - JAN_1970;
28 msec = ts->l_uf / 4294967; /* fract / (2**32/1000) */
30 if (ts->l_ui == 0) {
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/apple/
H A Dlmbench_fstat.c91 tsd_t *ts = (tsd_t *)tsd; local
93 if (ts->ts_buf == NULL) {
94 /* ts->ts_buf = malloc(opts); */
95 ts->ts_fd = open(optf, O_RDONLY);
98 /* (void) lseek(ts->ts_fd, 0, SEEK_SET); */
110 tsd_t *ts = (tsd_t *)tsd; local
126 if (fstat(ts->ts_fd, &sbuf) == -1)
H A Dlmbench_select_tcp.c137 tsd_t* ts = (tsd_t*)tsd; local
138 return (int) open(ts->fname, O_RDONLY);
151 tsd_t *ts = (tsd_t *)tsd; local
154 ts->pid = 0;
156 if (ts->fid_f == open_file) {
158 sprintf(ts->fname, "lat_selectXXXXXX");
159 ts->fid = mkstemp(ts->fname);
160 if (ts->fid <= 0) {
162 sprintf(buf, "lat_select: Could not create temp file %s", ts
490 tsd_t *ts = (tsd_t *)tsd; local
533 tsd_t *ts = (tsd_t *)tsd; local
600 tsd_t *ts = (tsd_t *)tsd; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Disatty.c86 tsd_t *ts = (tsd_t *)tsd; local
88 ts->ts_fd = ((optb == 0) ?
90 if (ts->ts_fd == -1) {
99 tsd_t *ts = (tsd_t *)tsd; local
103 if (isatty(ts->ts_fd) == -1) {
H A Dstrcpy.c85 tsd_t *ts = (tsd_t *)tsd; local
89 if (ts->ts_once++ == 0) {
93 ts->ts_a = malloc(opts + 1);
94 ts->ts_b = malloc(opts + 1 + unaligned);
95 ts->ts_b += unaligned;
98 ts->ts_b[i] = demo[i%l];
100 ts->ts_b[opts] = 0;
109 tsd_t *ts = (tsd_t *)tsd; local
111 char *src = ts->ts_a;
112 char *src2 = ts
[all...]
H A Dcachetocache.c112 tsd_t *ts = (tsd_t *)tsd; local
116 ts->ts_data = malloc(opts);
118 if (ts->ts_data == NULL) {
122 (void) pthread_mutex_init(&ts->ts_lock, NULL);
142 ts->ts_data[i] = (long *)&(ts->ts_data[j]);
145 thread_data[pthread_self() - 1] = ts;
163 tsd_t *ts; local
169 ts = thread_data[i];
170 (void) pthread_mutex_lock(&ts
[all...]
H A Dmmap.c118 tsd_t *ts = (tsd_t *)tsd; local
121 if (ts->ts_once++ == 0) {
122 ts->ts_map = (vchar_t **)malloc(lm_optB * sizeof (void *));
123 if (ts->ts_map == NULL) {
134 tsd_t *ts = (tsd_t *)tsd; local
139 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
144 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
150 if (ts->ts_map[i] == MAP_FAILED) {
157 ts->ts_foo += ts
174 tsd_t *ts = (tsd_t *)tsd; local
[all...]
H A Dsemop.c59 tsd_t *ts = (tsd_t *)tsd; local
61 if ((ts->ts_semid = semget(IPC_PRIVATE, 2, 0600)) == -1) {
71 tsd_t *ts = (tsd_t *)tsd; local
73 (void) semctl(ts->ts_semid, 0, IPC_RMID);
82 tsd_t *ts = (tsd_t *)tsd; local
89 if (semop(ts->ts_semid, s, 1) == -1) {
95 if (semop(ts->ts_semid, s, 1) == -1) {
H A Dmunmap.c118 tsd_t *ts = (tsd_t *)tsd; local
122 if (ts->ts_once++ == 0) {
123 ts->ts_map = (vchar_t **)malloc(lm_optB * sizeof (void *));
124 if (ts->ts_map == NULL) {
131 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
136 ts->ts_map[i] = (vchar_t *)mmap(NULL, optl,
142 if (ts->ts_map[i] == MAP_FAILED) {
148 ts->ts_foo += ts->ts_map[i][j];
153 ts
164 tsd_t *ts = (tsd_t *)tsd; local
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderTreeAsText.h68 static void writeRenderObject(TextStream& ts, const RenderObject& o, RenderAsTextBehavior behavior);
78 TextStream& operator<<(TextStream& ts, const Vector<Item>& vector) argument
80 ts << "[";
84 ts << vector[i];
86 ts << ", ";
89 ts << "]";
90 return ts;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/tm/
H A Dtvtouch.c96 struct timespec ts[2]; local
112 ts[0].tv_sec = 0;
113 ts[0].tv_nsec = UTIME_NOW;
117 ts[0].tv_sec = 0;
118 ts[0].tv_nsec = UTIME_OMIT;
122 ts[0].tv_sec = av->tv_sec;
123 ts[0].tv_nsec = NS(av->tv_nsec);
127 ts[1].tv_sec = 0;
128 ts[1].tv_nsec = UTIME_NOW;
132 ts[
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dwin_db.h101 #define TO_TSTRING(dbenv, s, ts, ret) do { \
103 ts = NULL; \
105 __len * sizeof(_TCHAR), &(ts))) == 0 && \
107 (s), -1, (ts), __len) == 0) \
111 #define FROM_TSTRING(dbenv, ts, s, ret) { \
112 int __len = WideCharToMultiByte(CP_UTF8, 0, ts, -1, \
117 (ts), -1, (s), __len, NULL, NULL) == 0) \
129 #define TO_TSTRING(dbenv, s, ts, ret) (ret) = 0, (ts) = (_TCHAR *)(s)
130 #define FROM_TSTRING(dbenv, ts,
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/compat/
H A Dtzdate.c111 struct tm ts; local
115 ts = *localtime(&now);
118 memset(&ts, 0, sizeof(ts));
119 ts.tm_year = year;
120 ts.tm_mon = month - OFFSET_MONTH;
121 ts.tm_mday = day;
122 ts.tm_hour = hour;
123 ts.tm_min = minute;
125 now = mktime(&ts);
[all...]
/macosx-10.9.5/ntp-88/include/
H A Dntp_unixtime.h71 #define TVTOTS(tv, ts) \
73 (ts)->l_ui = (u_long)(tv)->tv_sec; \
74 TVUTOTSF((tv)->tv_usec, (ts)->l_uf); \
77 #define sTVTOTS(tv, ts) \
81 (ts)->l_ui = (tv)->tv_sec; \
85 (ts)->l_ui = -(ts)->l_ui; \
88 TVUTOTSF(usec, (ts)->l_uf); \
90 L_NEG((ts)); \
119 #define TSTOTV(ts, t
[all...]
/macosx-10.9.5/ntp-88/sntp/
H A Dutilities.h17 void l_fp_output (l_fp *ts, FILE *output);
18 void l_fp_output_bin (l_fp *ts, FILE *output);
19 void l_fp_output_dec (l_fp *ts, FILE *output);
/macosx-10.9.5/ruby-104/ruby/sample/drb/
H A Dring_echo.rb22 ts = finder.lookup_ring_any
23 ts.read_all([:name, :RingEcho, nil, nil]).each do |tuple|
27 ts.write([:name, :RingEcho, RingEcho.new(DRb.uri), ''], renewer)
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DBaseAST.cpp193 ANTLR_USE_NAMESPACE(std)string ts=""; local
197 ts+=" ( ";
198 ts+=toString();
199 ts+=getFirstChild()->toStringList();
200 ts+=" )";
204 ts+=" ";
205 ts+=toString();
209 ts+=getNextSibling()->toStringList();
211 return ts;
216 ANTLR_USE_NAMESPACE(std)string ts local
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rinda/
H A Dtest_rinda.rb23 @ts = MyTS.new
24 @ts.write([2, :now])
37 now ,= @ts.take([nil, :now])
40 @ts.write([@now, :now])
52 now ,= @ts.take([nil, :now])
53 @ts.write([@inf, :now])
54 @ts.take([nil, :now])
56 @ts.write([2, :now])
60 now ,= @ts.read([nil, :now])
61 @ts
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/misc/libffi/testsuite/libffi.call/
H A Dstruct3.c15 static test_structure_3 struct3(test_structure_3 ts) argument
17 ts.si = -(ts.si*2);
19 return ts;
/macosx-10.9.5/dcerpc-58/dcerpc/libdcethread/
H A Ddcethread_pause.c136 struct timespec ts; local
138 ts.tv_nsec = 100000000;
139 ts.tv_sec = 0;
142 MU_TRY_DCETHREAD( dcethread_delay(&ts) );
/macosx-10.9.5/dtrace-118.1/test/tst/common/rates/
H A Dtst.statusrate.d49 ts = timestamp;
53 /(this->delta = timestamp - ts) > 2 * NANOSEC/

Completed in 383 milliseconds

1234567891011>>