Home
last modified time | relevance | path

Searched refs:templ (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/math-emu/
H A Dreg_ld_str.c566 long templ = 0; in FPU_store_single() local
603 templ = tmp.sigl; in FPU_store_single()
649 templ = (tmp.sigh >> 8) & 0x007fffff; in FPU_store_single()
662 templ = 0x7f800000; in FPU_store_single()
671 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()
675 templ = 0; in FPU_store_single()
691 templ = 0x7f800000; in FPU_store_single()
697 templ = st0_ptr->sigh >> 8; in FPU_store_single()
703 templ |= (0x40000000 >> 8); in FPU_store_single()
705 templ |= 0x7f800000; in FPU_store_single()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Ddso-data.c22 char *templ = buf_templ; in test_file() local
29 fd = mkstemp(templ); in test_file()
45 templ = NULL; in test_file()
49 return templ; in test_file()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Docxl.c318 static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) in set_templ_rate() argument
322 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); in set_templ_rate()
323 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; in set_templ_rate()
324 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); in set_templ_rate()
/OK3568_Linux_fs/kernel/crypto/
H A Dxor.c145 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks() argument
/OK3568_Linux_fs/kernel/drivers/video/fbdev/sis/
H A Dinit.c2408 unsigned int templ, datal; in SiS_SetCRT1FIFO_630() local
2454 templ = SiS_CalcDelay2(SiS_Pr, queuedata[i]) * VCLK * colorth; in SiS_SetCRT1FIFO_630()
2456 datal = templ % MCLK16; in SiS_SetCRT1FIFO_630()
2457 templ = (templ / MCLK16) + 1; in SiS_SetCRT1FIFO_630()
2458 if(datal) templ++; in SiS_SetCRT1FIFO_630()
2460 if(templ > 0x13) { in SiS_SetCRT1FIFO_630()
2467 ThresholdLow = templ; in SiS_SetCRT1FIFO_630()
2495 templ = sisfb_read_nbridge_pci_dword(SiS_Pr, 0x50); in SiS_SetCRT1FIFO_630()
2499 templ &= 0xfffff9ff; in SiS_SetCRT1FIFO_630()
2500 templ |= ((queuedata[i] & 0xc0) << 3); in SiS_SetCRT1FIFO_630()
[all …]
H A Dsis_main.c2848 u32 tempq = 0, templ; in sisfb_engine_init() local
2886 if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) { in sisfb_engine_init()
2899 writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4); in sisfb_engine_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/
H A Drun-ptest21 check_return sign-dynamic-templ
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py105 def lookup_templ_spec(templ, *args): argument
109 t = '{}<{}>'.format(templ, ', '.join([str(a) for a in args]))
115 if _versioned_namespace and _versioned_namespace not in templ:
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py105 def lookup_templ_spec(templ, *args): argument
109 t = '{}<{}>'.format(templ, ', '.join([str(a) for a in args]))
115 if _versioned_namespace and _versioned_namespace not in templ:
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/
H A Dimgproc.hpp806 virtual void setTemplate(InputArray templ, Point templCenter = Point(-1, -1)) = 0;
3824 CV_EXPORTS_W void matchTemplate( InputArray image, InputArray templ,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dimgproc.hpp806 virtual void setTemplate(InputArray templ, Point templCenter = Point(-1, -1)) = 0;
3824 CV_EXPORTS_W void matchTemplate( InputArray image, InputArray templ,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dimgproc.hpp806 virtual void setTemplate(InputArray templ, Point templCenter = Point(-1, -1)) = 0;
3824 CV_EXPORTS_W void matchTemplate( InputArray image, InputArray templ,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/
H A Dimgproc_c.h408 CVAPI(void) cvMatchTemplate( const CvArr* image, const CvArr* templ,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/
H A Dimgproc_c.h408 CVAPI(void) cvMatchTemplate( const CvArr* image, const CvArr* templ,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/
H A Dimgproc_c.h408 CVAPI(void) cvMatchTemplate( const CvArr* image, const CvArr* templ,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Drtl.h4366 extern int asm_str_count (const char *templ);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Drtl.h4366 extern int asm_str_count (const char *templ);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dbfd.info9008 bfd *bfd_create (const char *filename, bfd *templ);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dbfd.info9008 bfd *bfd_create (const char *filename, bfd *templ);