Home
last modified time | relevance | path

Searched refs:TV (Results 1 – 25 of 616) sorted by relevance

12345678910>>...25

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DUnix.h78 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument
79 return std::chrono::seconds(TV.tv_sec) + in toDuration()
80 std::chrono::microseconds(TV.tv_usec); in toDuration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DUnix.h86 inline std::chrono::microseconds toDuration(const struct timeval &TV) { in toDuration() argument
87 return std::chrono::seconds(TV.tv_sec) + in toDuration()
88 std::chrono::microseconds(TV.tv_usec); in toDuration()
/third_party/gstreamer/gstreamer/docs/random/
Daspectratio16 2) playing PAL DVD on PAL TV
26 DirectFB PAL TV output:
38 4) playing an NTSC vob on PAL TV
/third_party/typescript/tests/baselines/reference/
DrecursiveMappedTypes.types138 export type TV<T, K extends keyof T> = T[K] extends Record<infer E, any> ? E : never;
139 >TV : TV<T, K>
DrecursiveMappedTypes.js84 export type TV<T, K extends keyof T> = T[K] extends Record<infer E, any> ? E : never;
123 export type TV<T, K extends keyof T> = T[K] extends Record<infer E, any> ? E : never;
/third_party/pulseaudio/src/modules/alsa/mixer/paths/
Danalog-input.conf16 ; A fallback for devices that lack separate Mic/Line/Aux/Video/TV
96 [Element TV Tuner]
Danalog-input-aux.conf57 [Element TV Tuner]
Danalog-input-video.conf56 [Element TV Tuner]
Danalog-input-fm.conf54 [Element TV Tuner]
Danalog-input-tvtuner.conf54 [Element TV Tuner]
Danalog-input-mic-line.conf57 [Element TV Tuner]
Danalog-input-mic.conf.common43 [Element TV Tuner]
/third_party/python/Modules/
Dresource.c16 #define doubletime(TV) ((double)(TV).tv_sec + (TV).tv_usec * 0.000001) argument
/third_party/openssl/test/certs/
Dbadalt8-cert.pem16 S2I6KV24gC+Hz4NHv4XhYv9mqZbivNSpf6+TV+77wcncfmkeAGqYMVXVt8DlJ7co
/third_party/pulseaudio/src/modules/alsa/mixer/samples/
DBrooktree Bt878--Bt87x20 Simple mixer control 'TV Tuner',0
/third_party/skia/third_party/externals/icu/source/data/region/
Dzh_Hant_HK.txt88 TV{"圖瓦盧"}
/third_party/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt89 TV{"圖瓦盧"}
/third_party/mbedtls/library/
Dbignum.c2118 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local
2128 mbedtls_mpi_init(&G); mbedtls_mpi_init(&TB); mbedtls_mpi_init(&TV); in mbedtls_mpi_inv_mod()
2141 MBEDTLS_MPI_CHK(mbedtls_mpi_copy(&TV, N)); in mbedtls_mpi_inv_mod()
2161 while ((TV.p[0] & 1) == 0) { in mbedtls_mpi_inv_mod()
2162 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&TV, 1)); in mbedtls_mpi_inv_mod()
2173 if (mbedtls_mpi_cmp_mpi(&TU, &TV) >= 0) { in mbedtls_mpi_inv_mod()
2174 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&TU, &TU, &TV)); in mbedtls_mpi_inv_mod()
2178 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&TV, &TV, &TU)); in mbedtls_mpi_inv_mod()
2197 mbedtls_mpi_free(&G); mbedtls_mpi_free(&TB); mbedtls_mpi_free(&TV); in mbedtls_mpi_inv_mod()
/third_party/vk-gl-cts/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/
Dvariant_4.frag7 // NVIDIA SHIELD Android TV
/third_party/vk-gl-cts/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/
Dvariant_2.frag7 // NVIDIA SHIELD Android TV
Dvariant_1.frag7 // NVIDIA SHIELD Android TV
/third_party/zlib/old/
DMakefile.riscos25 @copy @.lib @.libc A~C~DF~L~N~P~Q~RS~TV
/third_party/typescript/tests/cases/conformance/types/mapped/
DrecursiveMappedTypes.ts85 export type TV<T, K extends keyof T> = T[K] extends Record<infer E, any> ? E : never; alias
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonHardwareLoops.cpp1510 int64_t TV; in checkForImmediate() local
1526 if (!checkForImmediate(DI->getOperand(1), TV)) in checkForImmediate()
1539 TV = V2 | (static_cast<uint64_t>(V1) << 32); in checkForImmediate()
1551 TV = V1 | (V3 << 32); in checkForImmediate()
1553 TV = V3 | (V1 << 32); in checkForImmediate()
1567 Val = TV & 0xFFFFFFFFULL; in checkForImmediate()
1570 Val = (TV >> 32) & 0xFFFFFFFFULL; in checkForImmediate()
1573 Val = TV; in checkForImmediate()
DHexagonBitTracker.cpp863 BT::BitValue TV = R1[W1-1]; in evaluate() local
864 if (TV.is(0) || TV.is(1)) in evaluate()
865 return rr0(eCLB(R1, TV, 32), Outputs); in evaluate()
953 bool TV = (Opc == S2_tstbit_i); in evaluate() local
954 BT::BitValue F = V.is(TV) ? BT::BitValue::One : BT::BitValue::Zero; in evaluate()

12345678910>>...25