Home
last modified time | relevance | path

Searched +defs:window +defs:end (Results 1 – 25 of 5560) sorted by relevance

12345678910>>...223

/dports/editors/textadept/cdk-5.0-20200923/
H A Ddraw.c47 void boxWindow (WINDOW *window, chtype attr) in boxWindow()
240 void writeBlanks (WINDOW *window, int xpos, int ypos, int align, int start, int end) in writeBlanks()
256 static void CDKmvwaddch (WINDOW *window, in CDKmvwaddch()
268 void writeChar (WINDOW *window, in writeChar()
274 int end) in writeChar()
282 void writeCharAttrib (WINDOW *window, in writeCharAttrib()
289 int end) in writeCharAttrib()
325 void writeChtype (WINDOW *window, in writeChtype()
331 int end) in writeChtype()
339 void writeChtypeAttrib (WINDOW *window, in writeChtypeAttrib()
[all …]
/dports/devel/cdk/cdk-5.0-20161210/
H A Ddraw.c47 void boxWindow (WINDOW *window, chtype attr) in boxWindow()
153 void drawLine (WINDOW *window, int startx, int starty, int endx, int endy, chtype line) in drawLine()
240 void writeBlanks (WINDOW *window, int xpos, int ypos, int align, int start, int end) in writeBlanks()
259 void writeChar (WINDOW *window, in writeChar()
265 int end) in writeChar()
273 void writeCharAttrib (WINDOW *window, in writeCharAttrib()
280 int end) in writeCharAttrib()
314 void writeChtype (WINDOW *window, in writeChtype()
320 int end) in writeChtype()
328 void writeChtypeAttrib (WINDOW *window, in writeChtypeAttrib()
[all …]
/dports/editors/textadept/textadept-textadept_11.1/src/cdk/
H A Ddraw.c47 void boxWindow (WINDOW *window, chtype attr) in boxWindow()
240 void writeBlanks (WINDOW *window, int xpos, int ypos, int align, int start, int end) in writeBlanks()
256 static void CDKmvwaddch (WINDOW *window, in CDKmvwaddch()
268 void writeChar (WINDOW *window, in writeChar()
274 int end) in writeChar()
282 void writeCharAttrib (WINDOW *window, in writeCharAttrib()
289 int end) in writeCharAttrib()
325 void writeChtype (WINDOW *window, in writeChtype()
331 int end) in writeChtype()
339 void writeChtypeAttrib (WINDOW *window, in writeChtypeAttrib()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/qltk/
H A Dutil.py13 def window_grab_and_map(window, mask): argument
68 def window_ungrab_and_unmap(window, devices): argument
80 def position_window_beside_widget(window, widget, end=True, pad=3): argument
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikwin/win32cpp/
H A DContainer.cpp72 WindowList::iterator end = this->childWindows.end(); in DestroyChildren() local
103 bool Container::AddChildWindow(Window* window) in AddChildWindow()
126 bool Container::RemoveChildWindow(Window* window) in RemoveChildWindow()
161 Window* FocusNextValidChild(List& collection, Iterator it, Iterator end) in FocusNextValidChild()
241 void Container::OnChildWindowRequestFocusNext(Window* window) in OnChildWindowRequestFocusNext()
247 void Container::OnChildWindowRequestFocusPrev(Window* window) in OnChildWindowRequestFocusPrev()
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DJournalWindowPaths.cpp49 inline auto SameName( const wxWindow &window ) in SameName()
59 const auto begin = list.begin(), end = list.end(); in UniqueWindowAmongPeers() local
70 bool HasUniqueNameAmongPeers( const wxWindow &window, const wxWindowList &list ) in HasUniqueNameAmongPeers()
85 void PathComponents( const wxWindow &window, wxArrayStringEx &components ) in PathComponents()
109 Path FindPath( const wxWindow &window ) in FindPath()
120 auto iter = components.begin(), end = components.end(); in FindByPath() local
/dports/irc/irssi/irssi-1.2.3/src/fe-common/core/
H A Dfe-windows.c100 GSequenceIter *iter, *end; in window_get_new_refnum() local
159 WINDOW_REC *window; in windows_pack() local
161 GSequenceIter *iter, *end; in windows_pack() local
182 void window_destroy(WINDOW_REC *window) in window_destroy()
217 void window_auto_destroy(WINDOW_REC *window) in window_auto_destroy()
225 void window_set_active(WINDOW_REC *window) in window_set_active()
356 #define WINDOW_LEVEL_MATCH(window, server, level) \ argument
388 WINDOW_REC *window,*namewindow=NULL; in window_find_closest() local
491 GSequenceIter *iter, *end; in window_refnum_prev() local
515 GSequenceIter *iter, *end; in window_refnum_next() local
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreWindowEventUtilities.cpp106 void WindowEventUtilities::addWindowEventListener( RenderWindow* window, WindowEventListener* liste… in addWindowEventListener()
112 void WindowEventUtilities::removeWindowEventListener( RenderWindow* window, WindowEventListener* li… in removeWindowEventListener()
127 void WindowEventUtilities::_addRenderWindow(RenderWindow* window) in _addRenderWindow()
133 void WindowEventUtilities::_removeRenderWindow(RenderWindow* window) in _removeRenderWindow()
162 end = _msListeners.upper_bound(win); in _WndProc() local
267 end = Ogre::WindowEventUtilities::_msListeners.upper_bound(win); in GLXProc() local
383 end = _msListeners.upper_bound(curWindow); in _CarbonWindowHandler() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/shelf/
H A Dhotseat_widget_unittest.cc349 std::unique_ptr<aura::Window> window = in TEST_P() local
377 std::unique_ptr<aura::Window> window = in TEST_P() local
542 gfx::Point end = start + gfx::Vector2d(0, 80); in TEST_P() local
635 const gfx::Point end(start + gfx::Vector2d(0, -300)); in TEST_P() local
738 gfx::Point end = start; in TEST_P() local
887 const gfx::Point end(start + gfx::Vector2d(0, -hotseat_size / 2 + 1)); in TEST_P() local
923 const gfx::Point end(start + gfx::Vector2d(0, -hotseat_size * 3.0f / 2.0f)); in TEST_P() local
1415 gfx::Point end = start + gfx::Vector2d(0, 80); in TEST_P() local
1905 const gfx::Point end = in TEST_P() local
1973 const gfx::Point end(start + gfx::Vector2d(0, -20)); in TEST_P() local
[all …]
/dports/audio/gqradio/gqradio-1.9.2/src/
H A Dui_help.c46 GtkTextIter start, end; in help_window_scroll() local
94 GtkTextIter start, end; in help_window_load_text() local
154 GtkWidget *window = data; in help_window_close() local
158 void help_window_set_key(GtkWidget *window, const gchar *key) in help_window_set_key()
172 void help_window_set_file(GtkWidget *window, const gchar *path, const gchar *key) in help_window_set_file()
191 GtkWidget *window; in help_window_new() local
268 GtkWidget *help_window_get_box(GtkWidget *window) in help_window_get_box()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dui_help.c58 GtkTextIter start, end; in help_window_scroll() local
102 GtkTextIter start, end; in help_window_load_text() local
162 GtkWidget *window = data; in help_window_close() local
166 void help_window_set_key(GtkWidget *window, const gchar *key) in help_window_set_key()
180 void help_window_set_file(GtkWidget *window, const gchar *path, const gchar *key) in help_window_set_file()
199 GtkWidget *window; in help_window_new() local
270 GtkWidget *help_window_get_box(GtkWidget *window) in help_window_get_box()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/libFLAC/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/flac-1.3.3/src/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/flac-1.3.2/src/libFLAC/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/games/libretro-beetle_pce/beetle-pce-libretro-945b7a7/deps/flac-1.3.3/src/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/games/libretro-beetle_pce_fast/beetle-pce-fast-libretro-67426f4/deps/flac-1.3.3/src/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/audio/flac/flac-1.3.4/src/libFLAC/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/audio/fasttracker2/ft2-clone-1.49/src/libflac/
H A Dwindow.c38 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
66 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
85 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
98 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
119 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
128 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
146 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
163 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
202 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
230 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/flac/libFLAC/
H A Dwindow_flac.c45 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
73 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
92 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
105 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
126 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
135 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
153 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
170 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
209 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
237 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/flac/libFLAC/
H A Dwindow_flac.c45 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
73 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
92 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
105 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
126 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
135 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
153 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
170 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
209 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
237 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flac/src/libFLAC/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flac/src/libFLAC/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/databases/litestream/google-cloud-go-storage-v1.15.0/datacatalog/apiv1/
H A Ddata_catalog_client_example_test.go48 req := &datacatalogpb.SearchCatalogRequest{
115 // TODO: Fill request struct fields.
116 }
137 // TODO: Handle error.
146 c, err := datacatalog.NewClient(ctx)
164 _ = resp
165 }
166 }
167
168 func ExampleClient_CreateEntry() {
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/libFLAC/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]
/dports/games/libretro-beetle_pcfx/beetle-pcfx-libretro-7bba669/deps/flac-1.3.2/src/libFLAC/
H A Dwindow.c46 void FLAC__window_bartlett(FLAC__real *window, const FLAC__int32 L) in FLAC__window_bartlett()
74 void FLAC__window_blackman(FLAC__real *window, const FLAC__int32 L) in FLAC__window_blackman()
93 void FLAC__window_connes(FLAC__real *window, const FLAC__int32 L) in FLAC__window_connes()
106 void FLAC__window_flattop(FLAC__real *window, const FLAC__int32 L) in FLAC__window_flattop()
127 void FLAC__window_hamming(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hamming()
136 void FLAC__window_hann(FLAC__real *window, const FLAC__int32 L) in FLAC__window_hann()
154 void FLAC__window_nuttall(FLAC__real *window, const FLAC__int32 L) in FLAC__window_nuttall()
171 void FLAC__window_triangle(FLAC__real *window, const FLAC__int32 L) in FLAC__window_triangle()
210 …C__window_partial_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_partial_tukey()
238 …__window_punchout_tukey(FLAC__real *window, const FLAC__int32 L, const FLAC__real p, const FLAC__r… in FLAC__window_punchout_tukey()
[all …]

12345678910>>...223