Searched defs:tran (Results 1 - 8 of 8) sorted by relevance

/external/python/cpython2/Demo/threads/
H A DCoroutine.py18 # To start the coroutines running, use co.tran on one of the create'd
19 # functions; e.g., co.tran(cof2). The routine that first executes
20 # co.tran is called the "main coroutine". It's special in several
25 # (you can't use co.tran() for this because the main coroutine doesn't
33 # handle can be used as the target in a subsequent .tran().
35 # .tran(target, data=None)
38 # the .tran, .tran acts like an ordinary function call: another
39 # coroutine B can .tran back to it later, and if it does A's .tran
139 def tran(self, target, data=None): member in class:Coroutine
[all...]
/external/clang/test/Sema/
H A Ddesignated-initializers.c89 } tran = { variable in typeref:struct:translator
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp213 calcFillLengthMax (int tranPos, /*!< input : transient position (ref: tran det) */
220 int tran, /*!< input : position of transient */
253 INT *length_v_bord, INT tran,
866 tran - position of transient
876 int tran, /*!< input : position of transient */
893 FDKsbrEnc_AddRight (v_bord, length_v_bord, (tran - v_tuningSegm[0]));
900 bord = tran;
901 FDKsbrEnc_AddRight (v_bord, length_v_bord, tran); /* v_bord = [(Ba),Bd1] */
1026 calcFillLengthMax (int tranPos, /*!< input : transient position (ref: tran det) */
1503 tran
874 fillFrameTran(const int *v_tuningSegm, const int *v_tuningFreq, int tran, int *v_bord, int *length_v_bord, int *v_freq, int *length_v_freq, int *bmin, int *bmax ) argument
1509 calcCmonBorder(INT *i_cmon, INT *i_tran, INT *v_bord, INT *length_v_bord, INT tran, INT bufferFrameStart, INT numberTimeSlots) argument
[all...]
H A Dtran_det.cpp620 FIXP_DBL delta, tran; local
624 tran = (FIXP_DBL)0;
632 tran += fMult(i_thres, delta);
635 transients[jpBM] += tran;
/external/libpng/
H A Dpngwutil.c1344 png_const_color_16p tran, int num_trans, int color_type)
1367 if (tran->gray >= (1 << png_ptr->bit_depth))
1375 png_save_uint_16(buf, tran->gray);
1382 png_save_uint_16(buf, tran->red);
1383 png_save_uint_16(buf + 2, tran->green);
1384 png_save_uint_16(buf + 4, tran->blue);
1343 png_write_tRNS(png_structrp png_ptr, png_const_bytep trans_alpha, png_const_color_16p tran, int num_trans, int color_type) argument
/external/pdfium/third_party/libpng16/
H A Dpngwutil.c1344 png_const_color_16p tran, int num_trans, int color_type)
1367 if (tran->gray >= (1 << png_ptr->bit_depth))
1375 png_save_uint_16(buf, tran->gray);
1382 png_save_uint_16(buf, tran->red);
1383 png_save_uint_16(buf + 2, tran->green);
1384 png_save_uint_16(buf + 4, tran->blue);
1343 png_write_tRNS(png_structrp png_ptr, png_const_bytep trans_alpha, png_const_color_16p tran, int num_trans, int color_type) argument
/external/skia/third_party/libpng/
H A Dpngwutil.c1344 png_const_color_16p tran, int num_trans, int color_type)
1367 if (tran->gray >= (1 << png_ptr->bit_depth))
1375 png_save_uint_16(buf, tran->gray);
1382 png_save_uint_16(buf, tran->red);
1383 png_save_uint_16(buf + 2, tran->green);
1384 png_save_uint_16(buf + 4, tran->blue);
1343 png_write_tRNS(png_structrp png_ptr, png_const_bytep trans_alpha, png_const_color_16p tran, int num_trans, int color_type) argument
/external/syslinux/com32/lib/libpng/
H A Dpngwutil.c1076 png_write_tRNS(png_structp png_ptr, png_bytep trans, png_color_16p tran, argument
1100 if (tran->gray >= (1 << png_ptr->bit_depth))
1106 png_save_uint_16(buf, tran->gray);
1112 png_save_uint_16(buf, tran->red);
1113 png_save_uint_16(buf + 2, tran->green);
1114 png_save_uint_16(buf + 4, tran->blue);

Completed in 343 milliseconds