Home
last modified time | relevance | path

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

123

/freebsd-src/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-src/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-src/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_consttime() local
1314 int i, j, bits, ret = 0, wstart, wend, window, wvalue; in BN_mod_exp_simple() local
/freebsd-src/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-src/contrib/less/
H A Dscrsize.c48 static int get_winsize(dpy, window, p_width, p_height) in get_winsize() argument
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp316 virtual bool WindowDelegateDraw(Window &window, bool force) { in WindowDelegateDraw() argument
320 virtual HandleCharResult WindowDelegateHandleChar(Window &window, int key) { in WindowDelegateHandleChar() argument
701 bool RemoveSubWindow(Window *window) { in RemoveSubWindow() argument
2276 Execute(Window & window) Execute() argument
2663 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
2793 ExecuteAction(Window & window,int index) ExecuteAction() argument
2805 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
2877 __anon1e480ae70302(Window &window) DetachOrKillProcessFormDelegate() argument
2878 __anon1e480ae70402(Window &window) DetachOrKillProcessFormDelegate() argument
2883 Kill(Window & window) Kill() argument
2892 Detach(Window & window) Detach() argument
2924 __anon1e480ae70502(Window &window) ProcessAttachFormDelegate() argument
3024 Attach(Window & window) Attach() argument
3091 __anon1e480ae70602(Window &window) TargetCreateFormDelegate() argument
3208 CreateTarget(Window & window) CreateTarget() argument
3297 __anon1e480ae70702(Window &window) ProcessLaunchFormDelegate() argument
3584 Launch(Window & window) Launch() argument
3747 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
3770 ExecuteCallback(Window & window) ExecuteCallback() argument
3780 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
4020 DrawMenuTitle(Window & window,bool highlight) DrawMenuTitle() argument
4079 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
4128 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
4720 Draw(Window & window,const int first_visible_row,const uint32_t selected_row_idx,int & row_idx,int & num_rows_left) Draw() argument
4781 DrawTreeForChild(Window & window,TreeItem * child,uint32_t reverse_depth) DrawTreeForChild() argument
4859 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
4922 WindowDelegateHandleChar(Window & window,int c) WindowDelegateHandleChar() argument
5033 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5051 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5114 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5213 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5322 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5458 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5505 TreeDelegateDrawTreeItem(TreeItem & item,Window & window) TreeDelegateDrawTreeItem() argument
5555 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
5623 WindowDelegateHandleChar(Window & window,int c) WindowDelegateHandleChar() argument
5766 DisplayRowObject(Window & window,Row & row,DisplayOptions & options,bool highlight,bool last_child) DisplayRowObject() argument
5820 DisplayRows(Window & window,std::vector<Row> & rows,DisplayOptions & options) DisplayRows() argument
5908 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
5975 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6232 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6256 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
6348 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6352 WindowDelegateHandleChar(Window & window,int key) WindowDelegateHandleChar() argument
6734 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
6821 WindowDelegateDraw(Window & window,bool force) WindowDelegateDraw() argument
7270 WindowDelegateHandleChar(Window & window,int c) WindowDelegateHandleChar() argument
[all...]
/freebsd-src/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-src/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_internal.h137 ZSTD_window_t window; /* State for window round buffer management */ member
167 ZSTD_window_t window; /* State for the window round buffer management */ member
717 MEM_STATIC void ZSTD_window_clear(ZSTD_window_t* window) in ZSTD_window_clear()
730 MEM_STATIC U32 ZSTD_window_hasExtDict(ZSTD_window_t const window) in ZSTD_window_hasExtDict()
754 MEM_STATIC U32 ZSTD_window_needOverflowCorrection(ZSTD_window_t const window, in ZSTD_window_needOverflowCorrection()
771 MEM_STATIC U32 ZSTD_window_correctOverflow(ZSTD_window_t* window, U32 cycleLog, in ZSTD_window_correctOverflow()
848 ZSTD_window_enforceMaxDist(ZSTD_window_t* window, in ZSTD_window_enforceMaxDist()
893 ZSTD_checkDictValidity(const ZSTD_window_t* window, in ZSTD_checkDictValidity()
921 MEM_STATIC void ZSTD_window_init(ZSTD_window_t* window) { in ZSTD_window_init()
937 MEM_STATIC U32 ZSTD_window_update(ZSTD_window_t* window, in ZSTD_window_update()
/freebsd-src/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-src/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-src/libexec/tftpd/
H A Dtftp-transfer.c67 struct block_data window[WINDOWSIZE_MAX]; in tftp_send() local
/freebsd-src/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-src/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-src/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-src/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-src/contrib/dialog/
H A Drangebox.c34 WINDOW *window; member
H A Dtimebox.c46 WINDOW *window; member
/freebsd-src/sys/netipsec/
H A Dipsec.c1255 uint32_t window; ipsec_chkreplay() local
1384 uint32_t window; ipsec_updatereplay() local
[all...]
/freebsd-src/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() argument
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Decore_tcp_ip.h124 u16 window; member

123