| /third_party/musl/libc-test/src/functionalext/supplement/linux/ |
| D | clock_adjtime.c | 37 struct timex tx; in clock_adjtime_0100() local 52 struct timex tx = {ADJ_OFFSET_SS_READ}; in clock_adjtime_0200() local 66 struct timex tx; in clock_adjtime_0300() local 81 struct timex tx = {0}; in clock_adjtime_0400() local 110 struct timex tx; in clock_adjtime64_0100() local
|
| D | adjtimex.c | 30 struct timex tx; in adjtimex_0100() local 58 struct timex tx; in adjtimex_time64_0100() local
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | vp9dsp_init_loongarch.c | 57 #define init_intra_pred1_lsx(tx, sz) \ argument 68 #define init_intra_pred2_lsx(tx, sz) \ argument 74 #define init_idct(tx, nm) \ argument 80 #define init_itxfm(tx, sz) \ argument
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | nine_shader.c | 548 nine_record_outputs(struct shader_translator *tx, BYTE Usage, BYTE UsageIndex, in nine_record_outputs() 558 static struct ureg_src nine_float_constant_src(struct shader_translator *tx, int idx) in nine_float_constant_src() 588 static struct ureg_src nine_integer_constant_src(struct shader_translator *tx, int idx) in nine_integer_constant_src() 613 static struct ureg_src nine_boolean_constant_src(struct shader_translator *tx, int idx) in nine_boolean_constant_src() 643 tx_lconstf(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstf() 660 tx_lconsti(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconsti() 677 tx_lconstb(struct shader_translator *tx, struct ureg_src *src, INT index) in tx_lconstb() 695 tx_set_lconstf(struct shader_translator *tx, INT index, float f[4]) in tx_set_lconstf() 719 tx_set_lconsti(struct shader_translator *tx, INT index, int i[4]) in tx_set_lconsti() 744 tx_set_lconstb(struct shader_translator *tx, INT index, BOOL b) in tx_set_lconstb() [all …]
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| D | nouveau_buffer.c | 158 struct nouveau_transfer *tx, bool permit_pb) in nouveau_transfer_staging() 187 nouveau_transfer_read(struct nouveau_context *nv, struct nouveau_transfer *tx) in nouveau_transfer_read() 208 nouveau_transfer_write(struct nouveau_context *nv, struct nouveau_transfer *tx, in nouveau_transfer_write() 279 nouveau_buffer_transfer_init(struct nouveau_transfer *tx, in nouveau_buffer_transfer_init() 302 struct nouveau_transfer *tx) in nouveau_buffer_transfer_del() 321 struct nouveau_transfer tx; in nouveau_buffer_cache() local 404 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_buffer_transfer_map() local 534 struct nouveau_transfer *tx = nouveau_transfer(transfer); in nouveau_buffer_transfer_flush_region() local 561 struct nouveau_transfer *tx = nouveau_transfer(transfer); in nouveau_buffer_transfer_unmap() local 662 struct nouveau_transfer *tx = MALLOC_STRUCT(nouveau_transfer); in nouveau_user_ptr_transfer_map() local [all …]
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| D | ThreadTest.java | 66 Transliterator tx = Transliterator.getInstance("Latin-Thai"); in run() local 82 final Transliterator tx = Transliterator.getInstance("Any-Latin"); in TestAnyTranslit() local
|
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| D | ThreadTest.java | 63 Transliterator tx = Transliterator.getInstance("Latin-Thai"); in run() local 79 final Transliterator tx = Transliterator.getInstance("Any-Latin"); in TestAnyTranslit() local
|
| /third_party/skia/experimental/lowp-basic/ |
| D | bilerp-study.cpp | 38 static float golden_bilerp(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp() 46 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in golden_bilerp2() 57 float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in full_res_bilerp() 69 static int16_t bilerp_1(float tx, float ty, int16_t p00, int16_t p10, int16_t p01, int16_t p11) { in bilerp_1()
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | vp9dsp_init_mips.c | 32 #define init_intra_pred_msa(tx, sz) \ in vp9dsp_intrapred_init_msa() argument 47 #define init_intra_pred_msa(tx, sz) \ in vp9dsp_intrapred_init_msa() argument 62 #define init_itxfm(tx, sz) \ in vp9dsp_itxfm_init_msa() argument 68 #define init_idct(tx, nm) \ in vp9dsp_itxfm_init_msa() argument
|
| /third_party/musl/src/linux/ |
| D | adjtimex.c | 4 int adjtimex(struct timex *tx) in adjtimex()
|
| D | adjtime.c | 11 struct timex tx = { 0 }; in adjtime() local
|
| /third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
| D | leapsec01.c | 63 static void adjtimex_status(struct timex *tx, int status) in adjtimex_status() 126 struct timex tx; in run_leapsec() local
|
| /third_party/skia/samplecode/ |
| D | SampleThinAA.cpp | 35 void applyLocalTransform(SkCanvas* canvas, SkScalar tx, SkScalar ty, SkScalar angle) { in applyLocalTransform() 54 void draw(SkCanvas* canvas, SkPaint* paint, SkScalar tx, SkScalar ty, SkScalar angle) override { in draw() 106 void draw(SkCanvas* canvas, SkPaint* paint, SkScalar tx, SkScalar ty, SkScalar angle) override { in draw() 178 void draw(SkCanvas* canvas, SkPaint* paint, SkScalar tx, SkScalar ty, SkScalar angle) override { in draw() 186 void prepareBuffer(SkCanvas* canvas, SkPaint* paint, SkScalar tx, SkScalar ty, SkScalar angle) { in prepareBuffer()
|
| /third_party/musl/porting/liteos_a/user/src/linux/ |
| D | adjtime.c | 10 struct timex tx = { 0 }; in adjtime() local
|
| /third_party/skia/gm/ |
| D | drrect_small_inner.cpp | 31 SkScalar tx = kOuterRadius - innerRadiusX; variable
|
| D | crbug_996140.cpp | 38 SkScalar tx = -14.55f; variable
|
| /third_party/ltp/testcases/kernel/syscalls/clock_adjtime/ |
| D | clock_adjtime.h | 99 union tx{ union 102 } tx; member 128 #define TIMEX_SHOW(tx, mode, fmt) \ argument 174 #define SELECT_FIELD(tx, field) \ argument
|
| /third_party/decimal.js/test/modules/ |
| D | random.js | 6 function tx(fn, msg) { function
|
| /third_party/node/test/fixtures/wpt/wasm/webapi/ |
| D | historical.any.js | 26 const tx = db.transaction(obj_store, 'readwrite'); constant
|
| /third_party/skia/src/core/ |
| D | SkMatrixPriv.h | 50 SkScalar tx = mx.getTranslateX(); in InverseMapRect() local 95 const SkScalar tx = mx.getTranslateX(); in MapPointsWithStride() local
|
| /third_party/libinput/src/ |
| D | util-matrix.h | 133 int tx, ty; in matrix_mult_vec() local 145 double tx, ty; in matrix_mult_vec_double() local
|
| /third_party/ffmpeg/libavcodec/arm/ |
| D | vp9dsp_init_16bpp_arm_template.c | 170 #define init_itxfm2(tx, sz, bpp) \ in vp9dsp_itxfm_init_arm() argument 175 #define init_itxfm(tx, sz, bpp) init_itxfm2(tx, sz, bpp) in vp9dsp_itxfm_init_arm() argument 177 #define init_idct2(tx, nm, bpp) \ in vp9dsp_itxfm_init_arm() argument 182 #define init_idct(tx, nm, bpp) init_idct2(tx, nm, bpp) in vp9dsp_itxfm_init_arm() argument
|
| /third_party/ffmpeg/tests/checkasm/ |
| D | vp9dsp.c | 57 int tx, mode, bit_depth; in check_ipred() local 179 static void ftx_2d(double *out, const double *in, enum TxfmMode tx, in ftx_2d() 230 static void ftx(int16_t *buf, enum TxfmMode tx, in ftx() 252 static int copy_subcoefs(int16_t *out, const int16_t *in, enum TxfmMode tx, in copy_subcoefs() 321 int y, x, tx, txtp, bit_depth, sub; in check_itxfm() local
|
| /third_party/openssl/crypto/rc4/ |
| D | rc4_enc.c | 31 register RC4_INT x, y, tx, ty; in RC4() local
|
| /third_party/node/deps/openssl/openssl/crypto/rc4/ |
| D | rc4_enc.c | 31 register RC4_INT x, y, tx, ty; in RC4() local
|