Home
last modified time | relevance | path

Searched refs:g_atom (Results 1 – 6 of 6) sorted by relevance

/dports/audio/faad/faad2-c626366/frontend/
H A Dmp4read.c767 g_atom++; in parse()
776 g_atom++; in parse()
783 g_atom++; in parse()
790 g_atom++; in parse()
854 g_atom = mvhd; in moovin()
857 g_atom = old_atom; in moovin()
866 g_atom = trak; in moovin()
882 g_atom = old_atom; in moovin()
1002 g_atom = g_head; in mp4read_open()
1006 g_atom = g_moov; in mp4read_open()
[all …]
/dports/audio/faac/faac-78d8e01/frontend/
H A Dmp4write.c773 static creator_t *g_atom = 0; variable
780 size += dataout(g_atom->data, 4); in create()
782 g_atom++; in create()
783 if (g_atom->opcode == ATOM_DATA) in create()
786 g_atom++; in create()
788 if (g_atom->opcode == ATOM_DESCENT) in create()
790 g_atom++; in create()
795 g_atom++; in create()
890 g_atom = g_head; in mp4atom_head()
891 while (g_atom->opcode != ATOM_STOP) in mp4atom_head()
[all …]
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_rho0_methods.F197 TYPE(grid_atom_type), POINTER :: g_atom local
208 NULLIFY (g0_h, vg0_h, g_atom)
217 CALL get_qs_kind(qs_kind, harmonics=harmonics, paw_atom=paw_atom, grid_atom=g_atom)
219 nr = g_atom%nr
288 sum1 = sum1 + g_atom%wr(ir)* &
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_rho0_methods.F180 rho0_mp, a_list, g_atom, & argument
189 TYPE(grid_atom_type), INTENT(IN) :: g_atom local
224 nr = g_atom%nr
293 sum1 = sum1 + g_atom%wr(ir)* &
/dports/misc/otter/otter-3.3f/source/
H A Dresolve.c1285 struct term *g_atom, *f_atom; in bin_res() local
1300 g_atom = g_lit->atom; in bin_res()
1301 if (g_atom->varnum != ANSWER) { /* if not answer literal */ in bin_res()
1314 if (unify(g_atom, gs, f_atom, fs, &tr)) { in bin_res()
1315 resolvent = build_bin_res(g_atom, gs, f_atom, fs); in bin_res()
/dports/x11-fm/librfm/librfm5-5.3.16.4/rodent/
H A Drodent_mouse.i526 GdkAtom g_atom = gdk_atom_intern_static_string (*p); local
527 target_list = g_list_append(target_list, g_atom);