Searched refs:templ (Results 1 – 11 of 11) sorted by relevance
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | pel_paths.cpp | 33 char templ[] = "/tmp/logidtestXXXXXX"; in getPELIDFile() local 34 std::filesystem::path dir = mkdtemp(templ); in getPELIDFile() 46 char templ[] = "/tmp/repopathtestXXXXXX"; in getPELRepoPath() local 47 std::filesystem::path dir = mkdtemp(templ); in getPELRepoPath() 59 char templ[] = "/tmp/pelrodatatestXXXXXX"; in getPELReadOnlyDataPath() local 60 dataPath = mkdtemp(templ); in getPELReadOnlyDataPath()
|
H A D | mocks.hpp | 110 char templ[] = "/tmp/cmdfifoXXXXXX"; in MockHostInterface() local 111 std::filesystem::path dir = mkdtemp(templ); in MockHostInterface()
|
/openbmc/linux/arch/x86/math-emu/ |
H A D | reg_ld_str.c | 566 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 …]
|
/openbmc/linux/tools/perf/tests/ |
H A D | dso-data.c | 22 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()
|
/openbmc/linux/crypto/ |
H A D | xor.c | 142 #define xor_speed(templ) do_xor_speed((templ), b1, b2) in calibrate_xor_blocks() argument
|
/openbmc/linux/drivers/video/fbdev/sis/ |
H A D | init.c | 2408 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 D | sis_main.c | 2860 u32 tempq = 0, templ; in sisfb_engine_init() local 2898 if(!((templ = MMIO_IN32(ivideo->mmio_vbase, 0x8240)) & (1 << 10))) { in sisfb_engine_init() 2911 writel(templ | (1 << 10), ivideo->video_vbase + tempq + 4); in sisfb_engine_init()
|
/openbmc/linux/arch/powerpc/platforms/powernv/ |
H A D | ocxl.c | 319 static void set_templ_rate(unsigned int templ, unsigned int rate, char *buf) in set_templ_rate() argument 323 WARN_ON(templ > PNV_OCXL_TL_MAX_TEMPLATE); in set_templ_rate() 324 idx = (PNV_OCXL_TL_MAX_TEMPLATE - templ) / 2; in set_templ_rate() 325 shift = 4 * (1 - ((PNV_OCXL_TL_MAX_TEMPLATE - templ) % 2)); in set_templ_rate()
|
/openbmc/qemu/hw/net/ |
H A D | e1000x_common.c | 196 const uint16_t *templ, in e1000x_core_prepare_eeprom() argument 204 memmove(eeprom, templ, templ_size); in e1000x_core_prepare_eeprom()
|
H A D | e1000x_common.h | 99 const uint16_t *templ,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/xmlsec1/xmlsec1/ |
H A D | run-ptest | 21 check_return sign-dynamic-templ
|