Home
last modified time | relevance | path

Searched defs:og (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Doutputlist.cpp78 for (const auto &og : m_outputs) in disableAllBut() local
86 for (const auto &og : m_outputs) in enableAll() local
94 for (const auto &og : m_outputs) in disableAll() local
102 for (const auto &og : m_outputs) in disable() local
110 for (const auto &og : m_outputs) in enable() local
119 for (const auto &og : m_outputs) in isEnabled() local
128 for (const auto &og : m_outputs) in pushGeneratorState() local
136 for (const auto &og : m_outputs) in popGeneratorState() local
152 for (const auto &og : m_outputs) in generateDoc() local
171 for (const auto &og : m_outputs) in writeDoc() local
[all …]
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/liboggedit/
H A Doggedit_internal.c50 static const char *codec_name(ogg_page *og) in codec_name()
176 static int get_page(DB_FILE *in, ogg_sync_state *oy, ogg_page *og) in get_page()
194 static int skip_to_bos(DB_FILE *in, ogg_sync_state *oy, ogg_page *og, const off_t offset) in skip_to_bos()
228 static off_t sync_tell(DB_FILE *in, ogg_sync_state *oy, ogg_page *og) in sync_tell()
233 static bool write_page(FILE *out, ogg_page *og) in write_page()
276 ogg_page og; in flush_stream() local
292 ogg_page og; in codec_names() local
312 ogg_page og; in codec_stream_size() local
462 ogg_page og; in copy_remaining_pages() local
494 ogg_page og; in write_all_streams() local
[all …]
/dports/mail/mu4e/mu-1.6.4/mu/
H A Dmu-config.cc99 GOptionGroup *og; in config_options_group_mu() local
139 GOptionGroup *og; in config_options_group_init() local
183 GOptionGroup *og; in config_options_group_index() local
230 GOptionGroup *og; in config_options_group_find() local
280 GOptionGroup *og; in config_options_group_mkdir() local
309 GOptionGroup *og; in config_options_group_cfind() local
331 GOptionGroup *og; in config_options_group_script() local
377 GOptionGroup *og; in config_options_group_view() local
412 GOptionGroup *og; in config_options_group_extract() local
443 GOptionGroup *og; in config_options_group_verify() local
[all …]
/dports/mail/mu/mu-1.6.4/mu/
H A Dmu-config.cc99 GOptionGroup *og; in config_options_group_mu() local
139 GOptionGroup *og; in config_options_group_init() local
183 GOptionGroup *og; in config_options_group_index() local
230 GOptionGroup *og; in config_options_group_find() local
280 GOptionGroup *og; in config_options_group_mkdir() local
309 GOptionGroup *og; in config_options_group_cfind() local
331 GOptionGroup *og; in config_options_group_script() local
377 GOptionGroup *og; in config_options_group_view() local
412 GOptionGroup *og; in config_options_group_extract() local
443 GOptionGroup *og; in config_options_group_verify() local
[all …]
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_audio_formats/codecs/oggvorbis/
H A Dframing.c29 int ogg_page_version(ogg_page *og){ in ogg_page_version()
33 int ogg_page_continued(ogg_page *og){ in ogg_page_continued()
37 int ogg_page_bos(ogg_page *og){ in ogg_page_bos()
41 int ogg_page_eos(ogg_page *og){ in ogg_page_eos()
58 int ogg_page_serialno(ogg_page *og){ in ogg_page_serialno()
65 long ogg_page_pageno(ogg_page *og){ in ogg_page_pageno()
91 int ogg_page_packets(ogg_page *og){ in ogg_page_packets()
998 void copy_page(ogg_page *og){ in copy_page()
1008 void free_page(ogg_page *og){ in free_page()
1246 ogg_page og; in test_pack() local
[all …]
/dports/games/edge/Edge-1.35-source/lib_win32/libogg-1.1.3/src/
H A Dframing.c29 int ogg_page_version(ogg_page *og){ in ogg_page_version()
33 int ogg_page_continued(ogg_page *og){ in ogg_page_continued()
37 int ogg_page_bos(ogg_page *og){ in ogg_page_bos()
41 int ogg_page_eos(ogg_page *og){ in ogg_page_eos()
58 int ogg_page_serialno(ogg_page *og){ in ogg_page_serialno()
65 long ogg_page_pageno(ogg_page *og){ in ogg_page_pageno()
91 int ogg_page_packets(ogg_page *og){ in ogg_page_packets()
998 void copy_page(ogg_page *og){ in copy_page()
1008 void free_page(ogg_page *og){ in free_page()
1246 ogg_page og; in test_pack() local
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/libogg/src/
H A Dframing.c29 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
33 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
37 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
41 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
65 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
91 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1091 void print_header(ogg_page *og){ in print_header()
1116 void copy_page(ogg_page *og){ in copy_page()
1126 void free_page(ogg_page *og){ in free_page()
1511 ogg_page og; in test_pack() local
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1117 void print_header(ogg_page *og){ in print_header()
1142 void copy_page(ogg_page *og){ in copy_page()
1152 void free_page(ogg_page *og){ in free_page()
1537 ogg_page og; in test_pack() local
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/deps/libogg/src/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1117 void print_header(ogg_page *og){ in print_header()
1142 void copy_page(ogg_page *og){ in copy_page()
1152 void free_page(ogg_page *og){ in free_page()
1537 ogg_page og; in test_pack() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/tremor/
H A Dframing.c29 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
33 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
37 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
41 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
65 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
91 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1078 void print_header(ogg_page *og){ in print_header()
1103 void copy_page(ogg_page *og){ in copy_page()
1113 void free_page(ogg_page *og){ in free_page()
1498 ogg_page og; in test_pack() local
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libogg/src/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1117 void print_header(ogg_page *og){ in print_header()
1142 void copy_page(ogg_page *og){ in copy_page()
1152 void free_page(ogg_page *og){ in free_page()
1537 ogg_page og; in test_pack() local
[all …]
/dports/games/libretro-prboom/libretro-prboom-cc80175/deps/fluidlite/libogg-1.3.2/src/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1117 void print_header(ogg_page *og){ in print_header()
1142 void copy_page(ogg_page *og){ in copy_page()
1152 void free_page(ogg_page *og){ in free_page()
1537 ogg_page og; in test_pack() local
[all …]
/dports/games/libretro-beetle_saturn/beetle-saturn-libretro-ee5b214/mednafen/tremor/
H A Dframing.c29 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
33 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
37 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
41 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
65 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
91 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1080 void print_header(ogg_page *og){ in print_header()
1105 void copy_page(ogg_page *og){ in copy_page()
1115 void free_page(ogg_page *og){ in free_page()
1500 ogg_page og; in test_pack() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ogg/vtkogg/src/
H A Dframing.c33 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
37 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
41 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
45 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
69 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
95 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1081 void print_header(ogg_page *og){ in print_header()
1106 void copy_page(ogg_page *og){ in copy_page()
1116 void free_page(ogg_page *og){ in free_page()
1529 ogg_page og; in test_pack() local
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/libogg-1.3.3/src/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1118 void print_header(ogg_page *og){ in print_header()
1143 void copy_page(ogg_page *og){ in copy_page()
1153 void free_page(ogg_page *og){ in free_page()
1566 ogg_page og; in test_pack() local
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/libogg-1.3.3/src/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1118 void print_header(ogg_page *og){ in print_header()
1143 void copy_page(ogg_page *og){ in copy_page()
1153 void free_page(ogg_page *og){ in free_page()
1566 ogg_page og; in test_pack() local
[all …]
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/tremor/
H A Dframing.c29 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
33 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
37 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
41 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
65 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
91 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1080 void print_header(ogg_page *og){ in print_header()
1105 void copy_page(ogg_page *og){ in copy_page()
1115 void free_page(ogg_page *og){ in free_page()
1500 ogg_page og; in test_pack() local
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_formats/codecs/oggvorbis/
H A Dframing.c33 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
37 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
41 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
45 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
69 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
95 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1076 void print_header(ogg_page *og){ in print_header()
1101 void copy_page(ogg_page *og){ in copy_page()
1111 void free_page(ogg_page *og){ in free_page()
1524 ogg_page og; in test_pack() local
[all …]
/dports/www/firefox-esr/firefox-91.8.0/media/libogg/src/
H A Dogg_framing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1122 void print_header(ogg_page *og){ in print_header()
1147 void copy_page(ogg_page *og){ in copy_page()
1157 void free_page(ogg_page *og){ in free_page()
1570 ogg_page og; in test_pack() local
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libogg/
H A Dframing.c33 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
37 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
41 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
45 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
69 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
95 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1076 void print_header(ogg_page *og){ in print_header()
1101 void copy_page(ogg_page *og){ in copy_page()
1111 void free_page(ogg_page *og){ in free_page()
1524 ogg_page og; in test_pack() local
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libogg/
H A Dframing.c33 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
37 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
41 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
45 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
69 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
95 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1076 void print_header(ogg_page *og){ in print_header()
1101 void copy_page(ogg_page *og){ in copy_page()
1111 void free_page(ogg_page *og){ in free_page()
1524 ogg_page og; in test_pack() local
[all …]
/dports/audio/libogg/libogg-1.3.5/src/
H A Dframing.c33 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
37 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
41 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
45 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
69 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
95 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1081 void print_header(ogg_page *og){ in print_header()
1106 void copy_page(ogg_page *og){ in copy_page()
1116 void free_page(ogg_page *og){ in free_page()
1529 ogg_page og; in test_pack() local
[all …]
/dports/audio/lewton/lewton-0.10.2/cargo-crates/ogg-sys-0.0.9/libogg/src/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1117 void print_header(ogg_page *og){ in print_header()
1142 void copy_page(ogg_page *og){ in copy_page()
1152 void free_page(ogg_page *og){ in free_page()
1537 ogg_page og; in test_pack() local
[all …]
/dports/emulators/mednafen/mednafen/src/tremor/
H A Dframing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1117 void print_header(ogg_page *og){ in print_header()
1142 void copy_page(ogg_page *og){ in copy_page()
1152 void free_page(ogg_page *og){ in free_page()
1537 ogg_page og; in test_pack() local
[all …]
/dports/www/firefox/firefox-99.0/media/libogg/src/
H A Dogg_framing.c30 int ogg_page_version(const ogg_page *og){ in ogg_page_version()
34 int ogg_page_continued(const ogg_page *og){ in ogg_page_continued()
38 int ogg_page_bos(const ogg_page *og){ in ogg_page_bos()
42 int ogg_page_eos(const ogg_page *og){ in ogg_page_eos()
66 long ogg_page_pageno(const ogg_page *og){ in ogg_page_pageno()
92 int ogg_page_packets(const ogg_page *og){ in ogg_page_packets()
1122 void print_header(ogg_page *og){ in print_header()
1147 void copy_page(ogg_page *og){ in copy_page()
1157 void free_page(ogg_page *og){ in free_page()
1570 ogg_page og; in test_pack() local
[all …]

12345678910>>...33