/freebsd-src/contrib/ee/ |
H A D | new_curse.c | 2023 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 D | plpar_iommu.c | 106 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 D | bn_exp.c | 172 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 D | auth_kerb.h | 59 u_long window; /* associated window */ member 80 u_long window; /* associated window */ member
|
H A D | auth_des.h | 58 u_long window; /* associated window */ member
|
/freebsd-src/contrib/less/ |
H A D | scrsize.c | 48 static int get_winsize(dpy, window, p_width, p_height) in get_winsize() argument
|
/freebsd-src/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 316 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 D | inffast.c | 63 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() local
|
H A D | infback.c | 26 unsigned char FAR *window, const char *version, in inflateBackInit_()
|
H A D | zlib.h | 1814 # define z_inflateBackInit(strm, windowBits, window) \ argument 1828 # define inflateBackInit(strm, windowBits, window) \ argument
|
H A D | inflate.h | 100 unsigned char FAR *window; /* allocated sliding window, if needed */ member
|
/freebsd-src/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 137 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 D | svc_auth_des.c | 82 u_int window; /* credential lifetime window */ member 120 u_int window; in _svcauth_des() local
|
H A D | auth_des.c | 148 authdes_pk_seccreate(const char *servername, netobj *pkey, u_int window, in authdes_pk_seccreate()
|
/freebsd-src/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_internal.h | 209 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 D | tftp-transfer.c | 67 struct block_data window[WINDOWSIZE_MAX]; in tftp_send() local
|
/freebsd-src/usr.sbin/dumpcis/ |
H A D | cardinfo.h | 104 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 D | dnssec.c | 723 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 D | exca.c | 299 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 D | pci.c | 80 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 D | rangebox.c | 34 WINDOW *window; member
|
H A D | timebox.c | 46 WINDOW *window; member
|
/freebsd-src/sys/netipsec/ |
H A D | ipsec.c | 1255 uint32_t window; ipsec_chkreplay() local 1384 uint32_t window; ipsec_updatereplay() local [all...] |
/freebsd-src/contrib/wpa/wpa_supplicant/ |
H A D | wpas_kay.c | 59 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 D | ecore_tcp_ip.h | 124 u16 window; member
|