Home
last modified time | relevance | path

Searched +defs:vo +defs:n (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo.c218 struct vo *vo = ptr; in dispatch_wakeup_cb() local
234 struct vo *vo = p; in update_opts() local
352 for (int n = 0; vo_list[n].name; n++) { in init_best_video_out() local
380 struct vo *vo = p; in terminate_vo() local
414 for (int n = 0; n < in->num_vsync_samples; n++) { in vsync_stddef() local
435 for (int n = 0; n < in->num_vsync_samples; n++) { in check_estimated_display_fps() local
467 for (int n = 0; n < in->drop_point; n++) { in vsync_skip_detection() local
522 for (int n = 0; n < in->num_vsync_samples; n++) in update_vsync_timing_after_swap() local
1166 void vo_increment_drop_count(struct vo *vo, int64_t n) in vo_increment_drop_count()
1407 for (int n = 0; n < frame->num_frames; n++) in destroy_frame() local
[all …]
H A Dx11_common.c234 for (int n = 0; n < 5; n++) in x11_send_ewmh_msg() local
415 for (int n = 0; n < r->nmode; n++) { in xrandr_read() local
534 for (int n = 0; n < num_screens; n++) { in vo_x11_get_bounding_monitors() local
846 for (int n = 0; n < items; n++) { in dnd_select_format() local
886 for (int n = 2; n <= 4; n++) in vo_x11_dnd_handle_message() local
1029 for (int n = 0; n < num_elems; n++) { in vo_x11_check_net_wm_state_change() local
1411 for (int n = 0; x11_icons[n].start; n++) { in vo_x11_set_wm_icon() local
1517 for (int n = 0; n < 4; n++) in vo_x11_map_window() local
1712 for (int n = 0; n < x11->num_displays; n++) { in get_icc_screen() local
1742 for (int n = 0; n < x11->num_displays; n++) { in vo_x11_update_geometry() local
[all …]
H A Dvo_xv.c122 for (int n = 0; fmt_table[n].imgfmt; n++) { in find_xv_format() local
237 static int xv_enable_vsync(struct vo *vo) in xv_enable_vsync()
272 static void xv_print_ck_info(struct vo *vo) in xv_print_ck_info()
313 static int xv_init_colorkey(struct vo *vo) in xv_init_colorkey()
399 static void read_xv_csp(struct vo *vo) in read_xv_csp()
440 static void resize(struct vo *vo) in resize()
649 for (int n = 0; n < img.num_planes; n++) { in get_xv_buffer() local
682 static void flip_page(struct vo *vo) in flip_page()
717 static int query_format(struct vo *vo, int format) in query_format()
732 static void uninit(struct vo *vo) in uninit()
[all …]
H A Dvo_sdl.c338 static int init_renderer(struct vo *vo) in init_renderer()
342 int n = SDL_GetNumRenderDrivers(); in init_renderer() local
373 static void force_resize(struct vo *vo) in force_resize()
381 static void check_resize(struct vo *vo) in check_resize()
401 static void set_fullscreen(struct vo *vo) in set_fullscreen()
510 static void flip_page(struct vo *vo) in flip_page()
516 static void wakeup(struct vo *vo) in wakeup()
638 static void uninit(struct vo *vo) in uninit()
793 struct vo *vo = ctx; in draw_osd_cb() local
798 static void draw_osd(struct vo *vo) in draw_osd()
[all …]
H A Dvo_libmpv.c100 struct vo *vo; member
131 for (int n = 0; params && params[n].type; n++) { in get_mpv_render_param() local
186 for (int n = 0; render_backends[n]; n++) { in mpv_render_context_create() local
210 for (int n = IMGFMT_START; n < IMGFMT_END; n++) { in mpv_render_context_create() local
486 static void draw_frame(struct vo *vo, struct vo_frame *frame) in draw_frame()
501 static void flip_page(struct vo *vo) in flip_page()
554 static int query_format(struct vo *vo, int format) in query_format()
597 static int control(struct vo *vo, uint32_t request, void *data) in control()
668 static int reconfig(struct vo *vo, struct mp_image_params *params) in reconfig()
685 static void uninit(struct vo *vo) in uninit()
[all …]
H A Dvo_vaapi.c69 struct vo *vo; member
411 for (int n = 0; n < MAX_OUTPUT_SURFACES; n++) in flush_output_surfaces() local
424 for (int n = 0; n < MAX_OUTPUT_SURFACES; n++) in free_video_specific() local
470 static int query_format(struct vo *vo, int imgfmt) in query_format()
549 static void flip_page(struct vo *vo) in flip_page()
558 static void draw_image(struct vo *vo, struct mp_image *mpi) in draw_image()
620 static void draw_osd(struct vo *vo) in draw_osd()
673 for (int n = 0; n < num_mod_rc; n++) { in draw_osd() local
705 static int control(struct vo *vo, uint32_t request, void *data) in control()
729 static void uninit(struct vo *vo) in uninit()
[all …]
/dports/security/wolfssl/wolfssl-5.1.0/wolfcrypt/src/
H A Dsp_int.c97 #define DECL_SP_INT(n, s) \ argument
103 #define DECL_SP_INT(n, s) \ argument
139 #define ALLOC_SP_INT(n, s, err, h) argument
158 #define FREE_SP_INT(n, h) argument
166 #define DECL_SP_INT_ARRAY(n, s, c) \ argument
260 #define FREE_SP_INT_ARRAY(n, h) argument
2979 int sp_set_int(sp_int* a, unsigned long n) in sp_set_int()
4453 static int sp_lshb(sp_int* a, int n) in sp_lshb()
4533 void sp_rshb(sp_int* a, int n, sp_int* r) in sp_rshb()
8409 sp_int_digit n; in _sp_exptmod_mont_ex() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsp_int.c97 #define DECL_SP_INT(n, s) \ argument
103 #define DECL_SP_INT(n, s) \ argument
139 #define ALLOC_SP_INT(n, s, err, h) argument
158 #define FREE_SP_INT(n, h) argument
166 #define DECL_SP_INT_ARRAY(n, s, c) \ argument
260 #define FREE_SP_INT_ARRAY(n, h) argument
2979 int sp_set_int(sp_int* a, unsigned long n) in sp_set_int()
4453 static int sp_lshb(sp_int* a, int n) in sp_lshb()
4533 void sp_rshb(sp_int* a, int n, sp_int* r) in sp_rshb()
8409 sp_int_digit n; in _sp_exptmod_mont_ex() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsp_int.c97 #define DECL_SP_INT(n, s) \ argument
103 #define DECL_SP_INT(n, s) \ argument
139 #define ALLOC_SP_INT(n, s, err, h) argument
158 #define FREE_SP_INT(n, h) argument
166 #define DECL_SP_INT_ARRAY(n, s, c) \ argument
260 #define FREE_SP_INT_ARRAY(n, h) argument
2979 int sp_set_int(sp_int* a, unsigned long n) in sp_set_int()
4453 static int sp_lshb(sp_int* a, int n) in sp_lshb()
4533 void sp_rshb(sp_int* a, int n, sp_int* r) in sp_rshb()
8409 sp_int_digit n; in _sp_exptmod_mont_ex() local
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsp_int.c97 #define DECL_SP_INT(n, s) \ argument
103 #define DECL_SP_INT(n, s) \ argument
139 #define ALLOC_SP_INT(n, s, err, h) argument
158 #define FREE_SP_INT(n, h) argument
166 #define DECL_SP_INT_ARRAY(n, s, c) \ argument
260 #define FREE_SP_INT_ARRAY(n, h) argument
2979 int sp_set_int(sp_int* a, unsigned long n) in sp_set_int()
4453 static int sp_lshb(sp_int* a, int n) in sp_lshb()
4533 void sp_rshb(sp_int* a, int n, sp_int* r) in sp_rshb()
8409 sp_int_digit n; in _sp_exptmod_mont_ex() local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfcrypt/src/
H A Dsp_int.c97 #define DECL_SP_INT(n, s) \ argument
103 #define DECL_SP_INT(n, s) \ argument
139 #define ALLOC_SP_INT(n, s, err, h) argument
158 #define FREE_SP_INT(n, h) argument
166 #define DECL_SP_INT_ARRAY(n, s, c) \ argument
260 #define FREE_SP_INT_ARRAY(n, h) argument
2979 int sp_set_int(sp_int* a, unsigned long n) in sp_set_int()
4453 static int sp_lshb(sp_int* a, int n) in sp_lshb()
4533 void sp_rshb(sp_int* a, int n, sp_int* r) in sp_rshb()
8409 sp_int_digit n; in _sp_exptmod_mont_ex() local
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/cmd/lefty/
H A Dstr.c70 char *Sabstract (Tobj ko, Tobj vo) { in Sabstract()
96 char *Ssfull (Tobj ko, Tobj vo) { in Ssfull()
439 int n; in appends() local
450 int n; in appendi() local
462 int n; in appendd() local
473 int i, n; in appendnl() local
/dports/multimedia/mpv/mpv-0.34.1/video/out/opengl/
H A Dcontext_glx.c78 struct vo *vo = ctx->vo; in create_context_x11() local
117 for (int n = 0; mpgl_min_required_gl_versions[n]; n++) { in create_context_x11() local
172 static GLXFBConfig select_fb_config(struct vo *vo, const int *attribs, bool alpha) in select_fb_config()
184 for (int n = 0; n < fbcount; n++) { in select_fb_config() local
204 for (int n = 0; attribs[n * 2 + 0] != None; n++) { in set_glx_attrib() local
245 struct vo *vo = ctx->vo; in glx_init() local
H A Dcontext_x11egl.c59 struct vo *vo = ctx->vo; in pick_xrgba_config() local
61 for (int n = 0; n < num_configs; n++) { in pick_xrgba_config() local
100 struct vo *vo = ctx->vo; in mpegl_init() local
126 int cid, vID, n; in mpegl_init() local
/dports/audio/libsidplayfp/libsidplayfp-2.3.1/src/builders/residfp-builder/residfp/
H A DOpAmp.cpp33 double OpAmp::solve(double n, double vi) const in solve()
52 const double vo = out.x; in solve() local
/dports/audio/flite/flite-2.1-release/src/wavesynth/
H A Dcst_reflpc.c48 float *vo,*vx; in lpc2ref() local
86 int n,k; in ref2lpc() local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/residfp/builders/residfp-builder/residfp/
H A DOpAmp.cpp39 double OpAmp::solve(double n, double vi) const in solve()
58 const double vo = out.x; in solve() local
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/residfp/
H A DOpAmp.cpp33 double OpAmp::solve(double n, double vi) const in solve()
52 const double vo = out.x; in solve() local
/dports/audio/ocp/ocp-0.2.90/playsid/libsidplayfp-git/src/builders/residfp-builder/residfp/
H A DOpAmp.cpp33 double OpAmp::solve(double n, double vi) const in solve()
52 const double vo = out.x; in solve() local
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DBlenderLoader.cpp770 aiVector3D* vo = out->mVertices + out->mNumVertices; in ConvertMesh() local
856 aiVector3D* vo = out->mVertices + out->mNumVertices; in ConvertMesh() local
914 aiVector3D* vo = &out->mTextureCoords[0][out->mNumVertices]; in ConvertMesh() local
926 aiVector3D* vo = &out->mTextureCoords[0][out->mNumVertices]; in ConvertMesh() local
954 aiVector3D* vo = &out->mTextureCoords[0][out->mNumVertices]; in ConvertMesh() local
979 aiColor4D* vo = &out->mColors[0][out->mNumVertices]; in ConvertMesh() local
980 for (unsigned int n = 0; n < f.mNumIndices; ++n, ++vo,++out->mNumVertices) { in ConvertMesh() local
988 for (unsigned int n = f.mNumIndices; n < 4; ++n); in ConvertMesh() local
996 aiColor4D* vo = &out->mColors[0][out->mNumVertices]; in ConvertMesh() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/voro++/src/
H A Dpre_container.cc73 void pre_container::put(int n,double x,double y,double z) { in put()
88 void pre_container_poly::put(int n,double x,double y,double z,double r) { in put()
102 int **c_id=pre_id,*idp,*ide,n; in setup() local
123 int **c_id=pre_id,*idp,*ide,n; in setup() local
145 void pre_container::setup(particle_order &vo,container &con) { in setup()
146 int **c_id=pre_id,*idp,*ide,n; in setup() local
168 void pre_container_poly::setup(particle_order &vo,container_poly &con) { in setup()
169 int **c_id=pre_id,*idp,*ide,n; in setup() local
/dports/cad/gds3d/GDS3D-bcdb97a/libgdsto3d/voro++/src/
H A Dpre_container.cc73 void pre_container::put(int n,double x,double y,double z) { in put()
88 void pre_container_poly::put(int n,double x,double y,double z,double r) { in put()
102 int **c_id=pre_id,*idp,*ide,n; in setup() local
123 int **c_id=pre_id,*idp,*ide,n; in setup() local
145 void pre_container::setup(particle_order &vo,container &con) { in setup()
146 int **c_id=pre_id,*idp,*ide,n; in setup() local
168 void pre_container_poly::setup(particle_order &vo,container_poly &con) { in setup()
169 int **c_id=pre_id,*idp,*ide,n; in setup() local
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DOverhead_Map.cc64 HVOBJECT vo; member
69 HVOBJECT vo; member
100 SGPVObject* vo; in InitNewOverheadDB() local
119 SGPVObject* const vo = gSmTileSurf[i].vo; in InitNewOverheadDB() local
388 SGPVObject* const vo = uiPERSONS; in GoIntoOverheadMap() local
501 for (LEVELNODE const* n = gpWorldLevelData[usTileIndex].pLandStart; n; n = n->pPrevNode) in RenderOverheadMap() local
553 for (LEVELNODE const* n = gpWorldLevelData[usTileIndex].pObjectHead; n; n = n->pNext) in RenderOverheadMap() local
578 for (LEVELNODE const* n = gpWorldLevelData[usTileIndex].pShadowHead; n; n = n->pNext) in RenderOverheadMap() local
592 for (LEVELNODE const* n = gpWorldLevelData[usTileIndex].pStructHead; n; n = n->pNext) in RenderOverheadMap() local
660 for (LEVELNODE const* n = gpWorldLevelData[usTileIndex].pRoofHead; n; n = n->pNext) in RenderOverheadMap() local
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Blender/
H A DBlenderLoader.cpp899 aiVector3D* vo = out->mVertices + out->mNumVertices; in ConvertMesh() local
985 aiVector3D* vo = out->mVertices + out->mNumVertices; in ConvertMesh() local
1080 aiVector3D* vo = &out->mTextureCoords[0][out->mNumVertices]; in ConvertMesh() local
1095 aiVector3D* vo = &out->mTextureCoords[0][out->mNumVertices]; in ConvertMesh() local
1106 aiVector3D* vo = &out->mTextureCoords[m][out->mNumVertices]; in ConvertMesh() local
1141 aiVector3D* vo = &out->mTextureCoords[0][out->mNumVertices]; in ConvertMesh() local
1166 aiColor4D* vo = &out->mColors[0][out->mNumVertices]; in ConvertMesh() local
1167 for (unsigned int n = 0; n < f.mNumIndices; ++n, ++vo,++out->mNumVertices) { in ConvertMesh() local
1175 for (unsigned int n = f.mNumIndices; n < 4; ++n); in ConvertMesh() local
1183 aiColor4D* vo = &out->mColors[0][out->mNumVertices]; in ConvertMesh() local
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/flow/
H A Dserialize.h303 explicit BinaryWriter( VersionOptions vo ) : data(NULL), size(0), allocated(0) { vo.write(*this); } in BinaryWriter()
321 static Standalone<StringRef> toValue( T const& t, VersionOptions vo ) { in toValue()
328 int n; in bytesNeeded() local
370 int n = bytesNeeded(t); in serializeAsTuple() local
384 int n = bytesNeeded(t); in serializeAsTuple() local
393 int n = bytesNeeded(-t); in serializeAsTuple() local
449 explicit OverWriter(void *ptr, int len, VersionOptions vo) : len(len) { in OverWriter()
515 …ArenaReader( Arena const& arena, const StringRef& input, VersionOptions vo ) : m_pool(arena), chec… in ArenaReader()
582 BinaryReader( const void* data, int length, VersionOptions vo ) { in BinaryReader()
591 …BinaryReader( const std::string& v, VersionOptions vo ) { begin = v.c_str(); end = begin + v.size(… in BinaryReader()
[all …]

12345678910>>...19