Home
last modified time | relevance | path

Searched defs:window (Results 1 – 25 of 72) sorted by relevance

123

/freebsd/contrib/ee/
H A Dnew_curse.c2023 wmove(window, row, column) /* move cursor to indicated position in window */ in wmove() argument
2057 werase(window) /* clear the specified window */ in werase() argument
2070 wclrtoeol(window) /* erase from current cursor position to end of line */ in wclrtoeol() argument
2085 wrefresh(window) /* flush all previous output */ in wrefresh() argument
2124 touchwin(window) in touchwin() argument
2139 wnoutrefresh(window) in wnoutrefresh() argument
2257 wgetch(window) /* get character from specified window */ in wgetch() argument
2413 waddch(window, c) /* output the character in the specified window */ in waddch() argument
2491 winsertln(window) /* insert a blank line into the specified window */ in winsertln() argument
2540 wdeleteln(window) /* delete a line in the specified window */ in wdeleteln() argument
[all …]
/freebsd/sys/powerpc/pseries/
H A Dplpar_iommu.c106 struct dma_window *window = malloc(sizeof(struct dma_window), in phyp_iommu_set_dma_tag() local
163 struct dma_window *window = cookie; in phyp_iommu_map() local
219 struct dma_window *window = cookie; in phyp_iommu_unmap() local
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c172 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_recp() local
315 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_mont() local
517 int window) in MOD_EXP_CTIME_COPY_TO_PREBUF()
535 int window) in MOD_EXP_CTIME_COPY_FROM_PREBUF()
613 int i, bits, ret = 0, window, wvalue, wmask, window0; in bn_mod_exp_mont_fixed_top() local
1323 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_simple() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp316 virtual bool WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw()
320 virtual HandleCharResult WindowDelegateHandleChar(Window &window, int key) { in WindowDelegateHandleChar()
701 bool RemoveSubWindow(Window *window) { in RemoveSubWindow()
2276 void Execute(Window &window) { m_action(window); } in Execute()
2663 bool WindowDelegateDraw(Window &window, bool force) override { in WindowDelegateDraw()
2793 void ExecuteAction(Window &window, int index) { in ExecuteAction()
2805 HandleCharResult WindowDelegateHandleChar(Window &window, int key) override { in WindowDelegateHandleChar()
2877 AddAction("Detach", [this](Window &window) { Detach(window); }); in DetachOrKillProcessFormDelegate()
2878 AddAction("Kill", [this](Window &window) { Kill(window); }); in DetachOrKillProcessFormDelegate()
2883 void Kill(Window &window) { in Kill()
[all …]
/freebsd/include/rpc/
H A Dauth_kerb.h59 u_long window; /* associated window */ member
80 u_long window; /* associated window */ member
H A Dauth_des.h58 u_long window; /* associated window */ member
/freebsd/contrib/less/
H A Dscrsize.c48 static int get_winsize(dpy, window, p_width, p_height) in get_winsize() argument
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h138 ZSTD_window_t window; /* State for window round buffer management */ member
168 ZSTD_window_t window; /* State for the window round buffer management */ member
718 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear()
731 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict()
755 MEM_STATIC U32 ZSTD_window_needOverflowCorrection(ZSTD_window_t const window, in ZSTD_window_needOverflowCorrection()
772 MEM_STATIC U32 ZSTD_window_correctOverflow(ZSTD_window_t* window, U32 cycleLog, in ZSTD_window_correctOverflow()
849 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, in ZSTD_window_enforceMaxDist()
894 ZSTD_checkDictValidity(const ZSTD_window_t* window, in ZSTD_checkDictValidity()
922 MEM_STATIC void ZSTD_window_init(ZSTD_window_t* window) { in ZSTD_window_init()
938 MEM_STATIC U32 ZSTD_window_update(ZSTD_window_t* window, in ZSTD_window_update()
/freebsd/sys/contrib/zlib/
H A Dinffast.c63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
H A Dinfback.c26 unsigned char FAR *window, const char *version, in inflateBackInit_()
H A Dzlib.h1814 # define z_inflateBackInit(strm, windowBits, window) \ argument
1828 # define inflateBackInit(strm, windowBits, window) \ argument
H A Dinflate.h100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_internal.h209 ZSTD_window_t window; /* State for window round buffer management */ member
260 ZSTD_window_t window; /* State for the window round buffer management */ member
954 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear()
963 MEM_STATIC U32 ZSTD_window_isEmpty(ZSTD_window_t const window) in ZSTD_window_isEmpty()
974 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict()
1010 MEM_STATIC U32 ZSTD_window_canOverflowCorrect(ZSTD_window_t const window, in ZSTD_window_canOverflowCorrect()
1045 MEM_STATIC U32 ZSTD_window_needOverflowCorrection(ZSTD_window_t const window, in ZSTD_window_needOverflowCorrection()
1070 MEM_STATIC U32 ZSTD_window_correctOverflow(ZSTD_window_t* window, U32 cycleLog, in ZSTD_window_correctOverflow()
1167 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, in ZSTD_window_enforceMaxDist()
1212 ZSTD_checkDictValidity(const ZSTD_window_t* window, in ZSTD_checkDictValidity()
[all …]
/freebsd/lib/libc/rpc/
H A Dsvc_auth_des.c82 u_int window; /* credential lifetime window */ member
120 u_int window; in _svcauth_des() local
H A Dauth_des.c148 authdes_pk_seccreate(const char *servername, netobj *pkey, u_int window, in authdes_pk_seccreate()
/freebsd/libexec/tftpd/
H A Dtftp-transfer.c67 struct block_data window[WINDOWSIZE_MAX]; in tftp_send() local
/freebsd/usr.sbin/dumpcis/
H A Dcardinfo.h104 int window; /* Memory map window number (0-4) */ member
123 int window; /* I/O map number (0-1) */ member
/freebsd/contrib/ldns/
H A Ddnssec.c723 uint8_t window; /* most significant octet of type */ in ldns_dnssec_create_nsec_bitmap() local
1403 uint8_t window = type >> 8; in ldns_nsec_bitmap_covers_type() local
1440 uint8_t window = type >> 8; in ldns_nsec_bitmap_set_type() local
1478 uint8_t window = type >> 8; in ldns_nsec_bitmap_clear_type() local
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dpci.c80 u32 window = FIELD_GET(ATH11K_PCI_WINDOW_VALUE_MASK, offset); in ath11k_pci_select_window() local
193 u32 window; in ath11k_pci_select_static_window() local
/freebsd/sys/dev/exca/
H A Dexca.c299 exca_mem_unmap(struct exca_softc *sc, int window) in exca_mem_unmap() argument
516 exca_io_unmap(struct exca_softc * sc,int window) exca_io_unmap() argument
[all...]
/freebsd/sys/netipsec/
H A Dipsec.c1276 uint32_t window; in ipsec_chkreplay() local
1405 uint32_t window; in ipsec_updatereplay() local
/freebsd/contrib/dialog/
H A Drangebox.c34 WINDOW *window; member
H A Dtimebox.c46 WINDOW *window; member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_kay.c59 static int wpas_set_replay_protect(void *wpa_s, bool enabled, u32 window) in wpas_set_replay_protect()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h124 u16 window; member

123