Searched refs:tvp (Results 1 - 25 of 28) sorted by relevance

12

/external/opencv3/3rdparty/libjasper/
H A Djas_tvp.c95 jas_tvparser_t *tvp; local
96 if (!(tvp = jas_malloc(sizeof(jas_tvparser_t)))) {
99 if (!(tvp->buf = jas_strdup(s))) {
100 jas_tvparser_destroy(tvp);
103 tvp->pos = tvp->buf;
104 tvp->tag = 0;
105 tvp->val = 0;
106 return tvp;
109 void jas_tvparser_destroy(jas_tvparser_t *tvp) argument
122 jas_tvparser_next(jas_tvparser_t *tvp) argument
198 jas_tvparser_gettag(jas_tvparser_t *tvp) argument
204 jas_tvparser_getval(jas_tvparser_t *tvp) argument
[all...]
H A Djpc_enc.c346 jas_tvparser_t *tvp; local
366 tvp = 0;
440 if (!(tvp = jas_tvparser_create(optstr ? optstr : ""))) {
444 while (!(ret = jas_tvparser_next(tvp))) {
446 jas_tvparser_gettag(tvp)))->id) {
448 cp->debug = atoi(jas_tvparser_getval(tvp));
451 cp->imgareatlx = atoi(jas_tvparser_getval(tvp));
454 cp->imgareatly = atoi(jas_tvparser_getval(tvp));
457 cp->tilegrdoffx = atoi(jas_tvparser_getval(tvp));
460 cp->tilegrdoffy = atoi(jas_tvparser_getval(tvp));
[all...]
H A Djpc_dec.c305 jas_tvparser_t *tvp; local
311 if (!(tvp = jas_tvparser_create(optstr ? optstr : ""))) {
315 while (!jas_tvparser_next(tvp)) {
317 jas_tvparser_gettag(tvp)))->id) {
319 opts->maxlyrs = atoi(jas_tvparser_getval(tvp));
322 opts->debug = atoi(jas_tvparser_getval(tvp));
325 opts->maxpkts = atoi(jas_tvparser_getval(tvp));
329 jas_tvparser_gettag(tvp));
334 jas_tvparser_destroy(tvp);
/external/libevent/include/event2/
H A Dutil.h379 #define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp))
380 #define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp))
382 #define evutil_timeradd(tvp, uvp, vvp) \
384 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
385 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
391 #define evutil_timersub(tvp, uvp, vvp) \
393 (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec; \
394 (vvp)->tv_usec = (tvp)
[all...]
/external/clang/test/CodeGenCXX/
H A Ddebug-info-alias.cpp35 tv<int> *tvp;
/external/tcpdump/
H A Dutil.c193 register const struct timeval *tvp)
206 s = (tvp->tv_sec + thiszone) % 86400;
207 ND_PRINT((ndo, "%s ", ts_format(ndo, s, tvp->tv_usec)));
215 (unsigned)tvp->tv_sec,
216 (unsigned)tvp->tv_usec));
223 b_usec = tvp->tv_usec;
224 b_sec = tvp->tv_sec;
227 d_usec = tvp->tv_usec - b_usec;
228 d_sec = tvp->tv_sec - b_sec;
238 b_sec = tvp
192 ts_print(netdissect_options *ndo, register const struct timeval *tvp) argument
[all...]
/external/c-ares/
H A Dahost.c70 struct timeval *tvp, tv; local
150 tvp = ares_timeout(channel, NULL, &tv);
151 select(nfds, &read_fds, &write_fds, NULL, tvp);
H A Dacountry.c204 struct timeval *tvp, tv; local
213 tvp = ares_timeout(channel, NULL, &tv);
214 select(nfds, &read_fds, &write_fds, NULL, tvp);
H A Dadig.c205 struct timeval *tvp, tv; local
391 tvp = ares_timeout(channel, NULL, &tv);
392 count = select(nfds, &read_fds, &write_fds, NULL, tvp);
/external/chromium-trace/catapult/tracing/tracing_build/
H A Dupdate_gypi.py117 tvp = tracing_project.TracingProject()
119 os.path.join(tvp.tracing_root_path, 'trace_viewer.gypi'), GypiFile)
/external/curl/lib/
H A Dasyn-ares.c367 struct timeval *tvp, tv, store; local
377 tvp = ares_timeout((ares_channel)data->state.resolver, &store, &tv);
382 if(!tvp->tv_sec)
383 timeout_ms = (int)(tvp->tv_usec/1000);
H A Dopenldap.c231 struct timeval tv = {0, 1}, *tvp; local
257 tvp = &tv;
279 if(tvp)
283 rc = ldap_result(li->ld, li->msgid, LDAP_MSG_ONE, tvp, &msg);
/external/libmicrohttpd/doc/examples/
H A Dsessions.c721 struct timeval *tvp; local
757 tvp = &tv;
760 tvp = NULL;
761 if (-1 == select (max + 1, &rs, &ws, &es, tvp))
/external/libmicrohttpd/src/examples/
H A Dpost_example.c704 struct timeval *tvp; local
740 tvp = &tv;
743 tvp = NULL;
744 select (max + 1, &rs, &ws, &es, tvp);
/external/ppp/pppd/
H A Dmain.c1408 timeleft(tvp)
1409 struct timeval *tvp;
1415 tvp->tv_sec = callout->c_time.tv_sec - timenow.tv_sec;
1416 tvp->tv_usec = callout->c_time.tv_usec - timenow.tv_usec;
1417 if (tvp->tv_usec < 0) {
1418 tvp->tv_usec += 1000000;
1419 tvp->tv_sec -= 1;
1421 if (tvp->tv_sec < 0)
1422 tvp->tv_sec = tvp
[all...]
/external/libxml2/
H A DtestSAX.c80 my_gettimeofday(struct timeval *tvp, void *tzp) argument
85 if (tvp) {
86 tvp->tv_sec = timebuffer.time;
87 tvp->tv_usec = timebuffer.millitm * 1000L;
H A Dxmllint.c416 my_gettimeofday(struct timeval *tvp, void *tzp) argument
421 if (tvp) {
422 tvp->tv_sec = timebuffer.time;
423 tvp->tv_usec = timebuffer.millitm * 1000L;
/external/mksh/src/
H A Dsh.h280 #define timerclear(tvp) \
282 (tvp)->tv_sec = (tvp)->tv_usec = 0; \
286 #define timeradd(tvp, uvp, vvp) \
288 (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec; \
289 (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec; \
297 #define timersub(tvp, uvp, vvp) \
299 (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec; \
300 (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec; \
H A Dfuncs.c937 struct tbl *tvp; local
948 for (tvp = vp; tvp; tvp = tvp->u.array)
949 if (tvp->flag & ISSET) {
/external/elfutils/src/
H A Dstrip.c112 const char *fname, mode_t mode, struct timespec tvp[2]);
116 struct timespec tvp[2]) __attribute__ ((unused));
410 mode_t mode, struct timespec tvp[2])
2197 if (tvp != NULL)
2199 if (futimens (fd, tvp) != 0)
2233 struct timespec tvp[2])
2269 if (tvp != NULL)
2271 if (unlikely (futimens (fd, tvp) != 0))
409 handle_elf(int fd, Elf *elf, const char *prefix, const char *fname, mode_t mode, struct timespec tvp[2]) argument
2232 handle_ar(int fd, Elf *elf, const char *prefix, const char *fname, struct timespec tvp[2]) argument
/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c903 struct timeval *tvp; local
924 tvp = NULL;
933 tvp = &tv;
941 tvp = &tv;
974 tvp = &tv;
997 num_ready = MHD_SYS_select_ (max + 1, &rs, &ws, NULL, tvp);
1049 tvp = &tv;
1071 (NULL == tvp) ? -1 : tv.tv_sec * 1000) < 0)
/external/fio/
H A Dio_u.c1790 struct timespec *tvp = NULL; local
1797 tvp = &ts;
1801 ret = td_io_getevents(td, min_evts, td->o.iodepth_batch_complete, tvp);
/external/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1189 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \
1191 (long)(exp), (long)(tvp))
1192 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \
1194 (long)(outp), (long)(exp), (long)(tvp))
2671 long tvp);
2673 long exp, long tvp);
/external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/sanitizer/
H A Dlinux_syscall_hooks.h1189 #define __sanitizer_syscall_pre_select(n, inp, outp, exp, tvp) \
1191 (long)(exp), (long)(tvp))
1192 #define __sanitizer_syscall_post_select(res, n, inp, outp, exp, tvp) \
1194 (long)(outp), (long)(exp), (long)(tvp))
2671 long tvp);
2673 long exp, long tvp);
/external/valgrind/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp3794 Syscall param utimes(tvp) contains uninitialised byte(s)
3803 Syscall param utimes(tvp[0]) points to unaddressable byte(s)
3808 Syscall param utimes(tvp[1]) points to unaddressable byte(s)

Completed in 980 milliseconds

12