Searched refs:td (Results 1 - 25 of 89) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dasyn-thread.c330 struct thread_data *td = (struct thread_data*) async->os_specific; local
332 if(td->dummy_sock != CURL_SOCKET_BAD)
333 sclose(td->dummy_sock);
335 if(td->thread_hnd != curl_thread_t_null)
336 Curl_thread_join(&td->thread_hnd);
338 destroy_thread_sync_data(&td->tsd);
356 struct thread_data *td = calloc(1, sizeof(struct thread_data)); local
359 conn->async.os_specific = (void*) td;
360 if(!td)
367 td
481 struct thread_data *td = (struct thread_data*) conn->async.os_specific; local
526 struct thread_data *td = (struct thread_data*) conn->async.os_specific; local
577 const struct thread_data *td = local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-cref.tex2637 http://www.cisco.com/univercd/cc/td/doc/product/software/ios120.
2649 http://www.cisco.com/univercd/cc/td/doc/product/software/ios120.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/alpha/
H A Ddsputil_alpha_asm.S33 #define td AT define
H A Dmotion_est_mvi_asm.S28 #define td AT define
85 td: error right */ label
111 perr t4, t2, td # error right
113 addq v0, td, v0 # add error left
122 perr t9, t7, td # error right
124 addq v0, td, v0 # add error left
155 ldq td, 8(a2) # right
177 perr td, a0, t1 # error right
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dg726.c86 int td; /**< tone detect */ member in struct:G726Context
198 tr= (c->td == 1 && dq > ((3*thr2)>>2));
235 c->td = c->a[1] < -11776;
244 if (c->y <= 1535 || c->td || abs((c->dms << 2) - c->dml) >= (c->dml >> 3))
H A Dh264.c893 int td = av_clip(poc1 - poc0, -128, 127); local
894 if(td == 0 || h->ref_list[0][i].long_ref){
898 int tx = (16384 + (FFABS(td) >> 1)) / td;
3078 int td = av_clip(poc1 - poc0, -128, 127); local
3079 if(td){
3081 int tx = (16384 + (FFABS(td) >> 1)) / td;
6663 av_log(h->s.avctx, AV_LOG_ERROR, "error while decoding MB %d %d, bytestream (%td)\n", s->mb_x, s->mb_y, h->cabac.bytestream_end - h->cabac.bytestream);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djcmarker.c311 int i, td, ta; local
323 td = compptr->dc_tbl_no;
334 td = 0; /* no DC table either */
336 td = 0; /* AC scan */
339 emit_byte(cinfo, (td << 4) + ta);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c3563 inflate_huft *td; /* trees to free */ member in struct:inflate_blocks_state::__anon1497::__anon1499
3688 inflate_trees_free(s->sub.decode.td, z);
3766 inflate_huft *tl, *td; local
3768 inflate_trees_fixed(&bl, &bd, &tl, &td);
3769 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3776 s->sub.decode.td = Z_NULL;
3922 inflate_huft *tl, *td; local
3932 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3945 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
3947 inflate_trees_free(td,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c3076 inflate_huft *tl, *td; /* trees to free */ member in struct:inflate_blocks_state::__anon1534::__anon1536
3220 inflate_trees_free(s->sub.decode.td, z);
3295 inflate_huft *tl, *td; local
3297 inflate_trees_fixed(&bl, &bd, &tl, &td);
3298 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
3305 s->sub.decode.td = Z_NULL;
3448 inflate_huft *tl, *td; local
3455 s->sub.trees.blens, &bl, &bd, &tl, &td, z);
3464 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
3466 inflate_trees_free(td,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpc_parse/
H A Dparse_lsa.c513 uint32 req_num_domains, uint32 num_domains, TRUSTDOM **td)
550 init_dom_sid2(&r_e->domain_sid[i], &(td[i])->sid);
552 init_unistr2_w(ctx, &r_e->uni_domain_name[i], (td[i])->name);
512 init_r_enum_trust_dom(TALLOC_CTX *ctx, LSA_R_ENUM_TRUST_DOM *r_e, uint32 enum_context, uint32 req_num_domains, uint32 num_domains, TRUSTDOM **td) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbtree_auto.c17 __bam_split_read(env, dbpp, td, recbuf, argpp)
20 void *td;
36 argp->txnp->td = td;
325 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
349 __bam_rsplit_read(env, dbpp, td, recbuf, argpp)
352 void *td;
368 argp->txnp->td = td;
616 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMOR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h720 void *td; /* Detail structure within region. */ member in struct:__db_txn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h709 void *td; /* Detail structure within region. */ member in struct:__db_txn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h730 void *td; /* Detail structure within region. */ member in struct:__db_txn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h718 void *td; /* Detail structure within region. */ member in struct:__db_txn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h757 void *td; /* Detail structure within region. */ member in struct:__db_txn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h757 void *td; /* Detail structure within region. */ member in struct:__db_txn
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Dcrdel_auto.c17 __crdel_metasub_read(env, dbpp, td, recbuf, argpp)
20 void *td;
36 argp->txnp->td = td;
243 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
472 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
700 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
909 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
H A Ddb_auto.c17 __db_addrem_read(env, dbpp, td, recbuf, argpp)
20 void *td;
36 argp->txnp->td = td;
279 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
303 __db_big_read(env, dbpp, td, recbuf, argpp)
306 void *td;
322 argp->txnp->td = td;
584 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMOR
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Ddb_am.h80 (info != NULL) ? ((DB_TXNHEAD *)info)->td : NULL, \
H A Ddb_dispatch.h57 void *td; /* If abort, the detail for the txn. */ member in struct:__db_txnhead
H A Dlog.h404 __td = (txn)->td; \
H A Dmp.h550 (txn)->td == BH_OWNER(env, bhp))
581 dbc->txn->td != NULL && __memp_skip_curadj(dbc, pgno))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg_auto.c251 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/fileops/
H A Dfileops_auto.c198 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
414 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
667 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
945 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);
1190 F_SET((TXN_DETAIL *)txnp->td, TXN_DTL_INMEMORY);

Completed in 759 milliseconds

1234