Home
last modified time | relevance | path

Searched defs:cf (Results 1 – 25 of 204) sorted by relevance

123456789

/external/pcre/dist2/
DRunGrepTest.bat42 set cf= variable
44 diff -b nul nul 2>nul && set cf=diff -b variable
45 diff -u nul nul 2>nul && set cf=diff -u variable
46 diff -ub nul nul 2>nul && set cf=diff -ub variable
48 set cf=fc /n variable
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c475 static int cf_exec(instr_cf_t *cf) in cf_exec()
487 static int cf_cond_exec(instr_cf_t *cf) in cf_cond_exec()
497 static void print_cf_nop(instr_cf_t *cf) in print_cf_nop()
501 static void print_cf_exec(instr_cf_t *cf) in print_cf_exec()
516 static void print_cf_loop(instr_cf_t *cf) in print_cf_loop()
523 static void print_cf_jmp_call(instr_cf_t *cf) in print_cf_jmp_call()
536 static void print_cf_alloc(instr_cf_t *cf) in print_cf_alloc()
575 static void print_cf(instr_cf_t *cf, int level) in print_cf()
601 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx() local
609 instr_cf_t *cf = &cfs[idx]; in disasm_a2xx() local
/external/clang/test/Sema/
Dimplicit-cast.c3 static char *test1(int cf) { in test1()
6 static char *test2(int cf) { in test2()
/external/libcxx/test/std/numerics/complex.number/complex.special/
Dfloat_long_double_explicit.pass.cpp27 std::complex<float> cf(cd); in main() local
34 constexpr std::complex<float> cf(cd); in main() local
Dlong_double_float_implicit.pass.cpp27 std::complex<long double> cf = cd; in main() local
34 constexpr std::complex<long double> cf = cd; in main() local
Dlong_double_double_explicit.pass.cpp27 std::complex<long double> cf(cd); in main() local
34 constexpr std::complex<long double> cf(cd); in main() local
Dlong_double_double_implicit.pass.cpp27 std::complex<long double> cf = cd; in main() local
34 constexpr std::complex<long double> cf = cd; in main() local
Ddouble_float_implicit.pass.cpp27 std::complex<double> cf = cd; in main() local
34 constexpr std::complex<double> cf = cd; in main() local
Dfloat_double_explicit.pass.cpp27 std::complex<float> cf(cd); in main() local
34 constexpr std::complex<float> cf(cd); in main() local
Ddouble_float_explicit.pass.cpp27 std::complex<double> cf(cd); in main() local
34 constexpr std::complex<double> cf(cd); in main() local
Dlong_double_float_explicit.pass.cpp27 std::complex<long double> cf(cd); in main() local
34 constexpr std::complex<long double> cf(cd); in main() local
Ddouble_long_double_explicit.pass.cpp27 std::complex<double> cf(cd); in main() local
34 constexpr std::complex<double> cf(cd); in main() local
/external/libcxx/test/std/utilities/function.objects/func.memfn/
Dmember_function.pass.cpp36 const F& cf = f; in test0() local
50 const F& cf = f; in test1() local
64 const F& cf = f; in test2() local
Dmember_function_const.pass.cpp36 const F& cf = f; in test0() local
52 const F& cf = f; in test1() local
68 const F& cf = f; in test2() local
Dmember_function_volatile.pass.cpp36 const F& cf = f; in test0() local
52 const F& cf = f; in test1() local
68 const F& cf = f; in test2() local
Dmember_function_const_volatile.pass.cpp36 const F& cf = f; in test0() local
52 const F& cf = f; in test1() local
68 const F& cf = f; in test2() local
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/java/security/cert/
DCertificateFactoryTest.java220 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in test_generateCertificate() local
234 private void test_generateCertificate(CertificateFactory cf) throws Exception { in test_generateCertificate()
281 private void test_generateCertificate_AnyLineLength_Success(CertificateFactory cf) in test_generateCertificate_AnyLineLength_Success()
321 … private void test_generateCertificate_InputStream_Empty(CertificateFactory cf) throws Exception { in test_generateCertificate_InputStream_Empty()
335 private void test_generateCertificate_InputStream_InvalidStart_Failure(CertificateFactory cf) in test_generateCertificate_InputStream_InvalidStart_Failure()
351 private void test_generateCertificate_InputStream_Offset_Correct(CertificateFactory cf) in test_generateCertificate_InputStream_Offset_Correct()
466 private void test_generateCertificate_PartialInput(CertificateFactory cf) throws Exception { in test_generateCertificate_PartialInput()
494 final CertificateFactory cf = CertificateFactory.getInstance("X.509", p); in testGenerateCertPath() local
538 private void testCertPathEncoding(CertificateFactory cf, List<X509Certificate> expectedCerts, in testCertPathEncoding()
DX509CertificateTest.java150 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testMismatchedAlgorithm() local
178 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testExplicitEcParams() local
/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/java/security/cert/
DCertificateFactoryTest.java224 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in test_generateCertificate() local
238 private void test_generateCertificate(CertificateFactory cf) throws Exception { in test_generateCertificate()
284 private void test_generateCertificate_AnyLineLength_Success(CertificateFactory cf) in test_generateCertificate_AnyLineLength_Success()
324 … private void test_generateCertificate_InputStream_Empty(CertificateFactory cf) throws Exception { in test_generateCertificate_InputStream_Empty()
338 private void test_generateCertificate_InputStream_InvalidStart_Failure(CertificateFactory cf) in test_generateCertificate_InputStream_InvalidStart_Failure()
354 private void test_generateCertificate_InputStream_Offset_Correct(CertificateFactory cf) in test_generateCertificate_InputStream_Offset_Correct()
469 private void test_generateCertificate_PartialInput(CertificateFactory cf) throws Exception { in test_generateCertificate_PartialInput()
498 final CertificateFactory cf = CertificateFactory.getInstance("X.509", p); in testGenerateCertPath() local
542 private void testCertPathEncoding(CertificateFactory cf, List<X509Certificate> expectedCerts, in testCertPathEncoding()
DX509CertificateTest.java154 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testMismatchedAlgorithm() local
182 CertificateFactory cf = CertificateFactory.getInstance("X509", p); in testExplicitEcParams() local
/external/skqp/src/effects/imagefilters/
DSkColorFilterImageFilter.cpp19 sk_sp<SkImageFilter> SkColorFilterImageFilter::Make(sk_sp<SkColorFilter> cf, in Make()
43 SkColorFilterImageFilter::SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, in SkColorFilterImageFilter()
52 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
/external/skia/src/effects/imagefilters/
DSkColorFilterImageFilter.cpp19 sk_sp<SkImageFilter> SkColorFilterImageFilter::Make(sk_sp<SkColorFilter> cf, in Make()
43 SkColorFilterImageFilter::SkColorFilterImageFilter(sk_sp<SkColorFilter> cf, in SkColorFilterImageFilter()
52 sk_sp<SkColorFilter> cf(buffer.readColorFilter()); in CreateProc() local
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJTransform.java178 TJCustomFilter cf) { in TJTransform()
203 TJCustomFilter cf) { in TJTransform()
226 public TJCustomFilter cf = null; field in TJTransform
/external/clang/test/CodeGenCXX/
Dlvalue-bitcasts.cpp32 _Complex float cf; in reinterpret_cast_test() local
77 _Complex float cf; in c_cast() local
126 _Complex float cf; in functional_cast() local
/external/u-boot/drivers/bios_emulator/x86emu/
Dprim_ops.c726 unsigned int res, cnt, mask, cf; in rcl_byte() local
799 unsigned int res, cnt, mask, cf; in rcl_word() local
823 u32 res, cnt, mask, cf; in rcl_long() local
848 u32 mask, cf, ocf = 0; in rcr_byte() local
932 u32 mask, cf, ocf = 0; in rcr_word() local
964 u32 mask, cf, ocf = 0; in rcr_long() local
1187 unsigned int cnt, res, cf; in shl_byte() local
1229 unsigned int cnt, res, cf; in shl_word() local
1267 unsigned int cnt, res, cf; in shl_long() local
1302 unsigned int cnt, res, cf; in shr_byte() local
[all …]

123456789