Searched defs:tl (Results 1 - 25 of 74) sorted by relevance

123

/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
H A DBasicPeriodFormatter.java54 private String format(int tl, boolean inFuture, int[] counts) { argument
129 tl = ETimeLimit.NOLIMIT;
144 boolean useDigitPrefix = data.appendPrefix(tl, td, sb);
192 data.appendSuffix(tl, td, sb);
/external/blktrace/btt/
H A Dplat.c27 double first_ts, last_ts, tl; member in struct:plat_info
39 pp->first_ts = pp->last_ts = pp->tl = -1.0;
62 pp->first_ts + (delta / 2), pp->tl / pp->nl);
78 pp->tl = lat;
83 pp->first_ts + (delta / 2), pp->tl / pp->nl);
87 pp->tl = lat;
91 pp->tl += lat;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
H A DBasicPeriodFormatter.java53 private String format(int tl, boolean inFuture, int[] counts) { argument
128 tl = ETimeLimit.NOLIMIT;
143 boolean useDigitPrefix = data.appendPrefix(tl, td, sb);
191 data.appendSuffix(tl, td, sb);
/external/opencv3/modules/stitching/src/
H A Dtimelapsers.cpp66 void Timelapser::process(InputArray _img, InputArray /*_mask*/, Point tl) argument
74 int dx = tl.x - dst_roi_.x;
75 int dy = tl.y - dst_roi_.y;
83 if (test_point(Point(tl.x + x, tl.y + y)))
/external/aac/libAACenc/src/
H A Dtransform.cpp116 /* tl: transform length
122 int tl, fl, nl, fr, nr; local
134 tl = frameLength;
155 tl >>= 3;
165 nr = (tl - fr)>>1;
166 nl = (tl - fl)>>1;
178 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl-i-1] >> ( 1 );
180 mdctData[(tl/2)+i] = - (FIXP_DBL) timeData[tl
[all...]
/external/freetype/src/gzip/
H A Dinfblock.c157 inflate_huft *tl, *td; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
309 inflate_huft *tl, *td; local
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
H A Dinfcodes.c58 local inflate_codes_statef *inflate_codes_new( /* bl, bd, tl, td, z) */ argument
60 inflate_huft *tl,
72 c->ltree = tl;
H A Dinftrees.c327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
333 inflate_huft * FAR *tl, /* literal/length tree result */
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
409 local int inflate_trees_fixed( /* bl, bd, tl, td, z) */ argument
412 const inflate_huft * FAR *tl, /* literal/length tree result */
465 *tl = fixed_tl;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gzip/
H A Dinfblock.c157 inflate_huft *tl, *td; local
159 inflate_trees_fixed(&bl, &bd, (const inflate_huft**)&tl,
161 s->sub.decode.codes = inflate_codes_new(bl, bd, tl, td, z);
309 inflate_huft *tl, *td; local
316 s->sub.trees.blens, &bl, &bd, &tl, &td,
329 if ((c = inflate_codes_new(bl, bd, tl, td, z)) == Z_NULL)
H A Dinfcodes.c58 local inflate_codes_statef *inflate_codes_new( /* bl, bd, tl, td, z) */ argument
60 inflate_huft *tl,
72 c->ltree = tl;
H A Dinftrees.c327 local int inflate_trees_dynamic( /* nl, nd, c, bl, bd, tl, td, hp, z) */ argument
333 inflate_huft * FAR *tl, /* literal/length tree result */
348 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
409 local int inflate_trees_fixed( /* bl, bd, tl, td, z) */ argument
412 const inflate_huft * FAR *tl, /* literal/length tree result */
465 *tl = fixed_tl;
/external/opencv3/modules/core/misc/java/src/java/
H A Dcore+Rect.java52 public Point tl() { method in class:Rect
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1-11.cpp19 thread_local int tl; // expected-note {{refers here}} variable
30 IP<&tl> ip7; // expected-error{{non-type template argument of type 'int *' is not a constant expression}}
32 IR<tl> ir1; // expected-error{{non-type template argument refers to thread-local object}}
/external/clang/test/Parser/
H A Dcxx0x-decl.cpp57 thread_local tl; member in namespace:TestIsValidAfterTypeSpecifier
/external/toybox/toys/pending/
H A Dsh.c285 struct toy_list *tl; local
289 tl = toy_find(cmd->argv[0]);
291 if (tl && (tl->flags & TOYFLAG_NOFORK)) {
301 toy_init(tl, cmd->argv);
302 tl->toy_main();
/external/aac/libFDK/src/
H A Dmdct.cpp112 void imdct_gain(FIXP_DBL *pGain_m, int *pGain_e, int tl) argument
118 log2_tl = DFRACT_BITS-1-fNormz((FIXP_DBL)tl);
124 switch ( (tl) >> (log2_tl - 2) ) {
125 case 0x7: /* 10 ms, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 0.53333333333333333333) */
132 case 0x6: /* 3/4 of radix 2, 1/tl = 1.0/(FDKpow(2.0, -log2_tl) * 2.0/3.0) */
199 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOutSamples) argument
255 const INT tl,
269 nr = (tl - fr)>>1;
270 nl = (tl - fl)>>1;
273 imdct_gain(&gain, &transform_gain_e, tl);
248 imdct_block( H_MDCT hMdct, FIXP_DBL *output, FIXP_DBL *spectrum, const SHORT scalefactor[], const INT nSpec, const INT noOutSamples, const INT tl, const FIXP_WTP *wls, INT fl, const FIXP_WTP *wrs, const INT fr, FIXP_DBL gain ) argument
[all...]
/external/boringssl/src/crypto/bn/
H A Dgeneric.c399 BN_ULONG dh, dl, q, ret = 0, th, tl, t; local
429 tl = dl * q;
433 ((tl) <= ((t << BN_BITS4) | ((l & BN_MASK2h) >> BN_BITS4)))) {
438 tl -= dl;
440 t = (tl >> BN_BITS4);
441 tl = (tl << BN_BITS4) & BN_MASK2h;
444 if (l < tl) {
447 l -= tl;
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DPeriodFormatterData.java91 * @param tl how and whether to display the time limit
96 public boolean appendPrefix(int tl, int td, StringBuffer sb) { argument
98 int ix = tl * 3 + td;
115 * @param tl how and whether to display the time limit
119 public void appendSuffix(int tl, int td, StringBuffer sb) { argument
121 int ix = tl * 3 + td;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DPeriodFormatterData.java89 * @param tl how and whether to display the time limit
94 public boolean appendPrefix(int tl, int td, StringBuffer sb) { argument
96 int ix = tl * 3 + td;
113 * @param tl how and whether to display the time limit
117 public void appendSuffix(int tl, int td, StringBuffer sb) { argument
119 int ix = tl * 3 + td;
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h69 struct vertex2f tl, br; member in struct:vl_compositor_layer::__anon13959
/external/clang/test/Analysis/
H A Dtaint-tester.c185 int tl = l; // expected-warning + {{tainted}} local
/external/jemalloc/test/src/
H A DSFMT.c164 uint64_t th, tl, oh, ol; local
167 tl = ((uint64_t)in->u[0] << 32) | ((uint64_t)in->u[1]);
170 ol = tl >> (shift * 8);
179 uint64_t th, tl, oh, ol; local
182 tl = ((uint64_t)in->u[1] << 32) | ((uint64_t)in->u[0]);
185 ol = tl >> (shift * 8);
203 uint64_t th, tl, oh, ol; local
206 tl = ((uint64_t)in->u[0] << 32) | ((uint64_t)in->u[1]);
209 ol = tl << (shift * 8);
210 oh |= tl >> (6
218 uint64_t th, tl, oh, ol; local
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c28 int sl, tl; local
55 for (tl = 0; tl < oxcf->ts_number_layers; ++tl) {
56 int layer = LAYER_IDS_TO_IDX(sl, tl, oxcf->ts_number_layers);
107 tl == 0) {
136 int sl, tl, layer = 0, spatial_layer_target; local
141 for (tl = 0; tl < oxcf->ts_number_layers; ++tl) {
236 const int tl = svc->temporal_layer_id; local
723 int sl, tl; local
[all...]
/external/libvpx/libvpx/vpx/src/
H A Dsvc_encodeframe.c305 int sl, tl, spatial_layer_target; local
312 for (tl = 0; tl < svc_ctx->temporal_layers; ++tl) {
314 += (unsigned int)si->bitrates[sl * svc_ctx->temporal_layers + tl];
315 enc_cfg->layer_target_bitrate[sl*svc_ctx->temporal_layers + tl]
316 = si->bitrates[sl * svc_ctx->temporal_layers + tl];
/external/sonivox/jet_tools/JetCreator/
H A DJetUtils.py653 tl = [] variable in class:MidiSegInfo.segInfo
655 tl.append((track.track, track.channel, track.name))
656 IniSetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "Tracks", tl)
659 tl = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "Tracks", 'list', [])
660 for t in tl:

Completed in 1401 milliseconds

123