Home
last modified time | relevance | path

Searched refs:X_LONG_SIZE (Results 1 – 4 of 4) sorted by relevance

/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dxselect.c81 #define X_LONG_SIZE 4 macro
96 / max (X_LONG_SIZE, sizeof (long)))))
102 return (mrs < MAX_SELECTION_QUANTUM / X_LONG_SIZE + 25 in selection_quantum()
103 ? (mrs - 25) * X_LONG_SIZE in selection_quantum()
1235 ptrdiff_t x_long_size = X_LONG_SIZE; in x_get_window_property()
1274 offset / X_LONG_SIZE, in x_get_window_property()
1275 buffer_size / X_LONG_SIZE, in x_get_window_property()
1663 Lisp_Object v = make_nil_vector (size / X_LONG_SIZE); in selection_data_to_lisp_data()
1667 for (i = 0; i < size / X_LONG_SIZE; i++) in selection_data_to_lisp_data()
1675 for (i = 0; i < size / X_LONG_SIZE; i++) in selection_data_to_lisp_data()
H A DChangeLog.1216025 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)
/dports/editors/emacs/emacs-27.2/src/
H A Dxselect.c81 #define X_LONG_SIZE 4 macro
96 / max (X_LONG_SIZE, sizeof (long)))))
102 return (mrs < MAX_SELECTION_QUANTUM / X_LONG_SIZE + 25 in selection_quantum()
103 ? (mrs - 25) * X_LONG_SIZE in selection_quantum()
1235 ptrdiff_t x_long_size = X_LONG_SIZE; in x_get_window_property()
1274 offset / X_LONG_SIZE, in x_get_window_property()
1275 buffer_size / X_LONG_SIZE, in x_get_window_property()
1656 Lisp_Object v = make_uninit_vector (size / X_LONG_SIZE); in selection_data_to_lisp_data()
1660 for (i = 0; i < size / X_LONG_SIZE; i++) in selection_data_to_lisp_data()
1668 for (i = 0; i < size / X_LONG_SIZE; i++) in selection_data_to_lisp_data()
H A DChangeLog.1216025 * xselect.c (X_LONG_SIZE, X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX)