Home
last modified time | relevance | path

Searched refs:atom_start (Results 1 – 19 of 19) sorted by relevance

/dports/www/mod_h264_streaming/mod_h264_streaming-2.2.7/src/
H A Dmp4_writer.c50 unsigned char* atom_start = buffer; in atom_writer() local
69 write_64(atom_start + 8, buffer - atom_start); in atom_writer()
71 write_32(atom_start, (uint32_t)(buffer - atom_start)); in atom_writer()
759 unsigned char* atom_start = buffer; in moov_write() local
788 write_32(atom_start, (uint32_t)(buffer - atom_start)); in moov_write()
790 return buffer - atom_start; in moov_write()
838 unsigned char* atom_start = buffer; in mfra_write() local
869 write_32(atom_start, atom_size); in mfra_write()
1044 unsigned char* atom_start = buffer; in moof_write() local
1071 write_32(atom_start, (uint32_t)(buffer - atom_start)); in moof_write()
[all …]
/dports/www/nginx-full/nginx_mod_h264_streaming-2.2.7/src/
H A Dmp4_writer.c50 unsigned char* atom_start = buffer; in atom_writer() local
69 write_64(atom_start + 8, buffer - atom_start); in atom_writer()
71 write_32(atom_start, (uint32_t)(buffer - atom_start)); in atom_writer()
759 unsigned char* atom_start = buffer; in moov_write() local
788 write_32(atom_start, (uint32_t)(buffer - atom_start)); in moov_write()
790 return buffer - atom_start; in moov_write()
838 unsigned char* atom_start = buffer; in mfra_write() local
869 write_32(atom_start, atom_size); in mfra_write()
1044 unsigned char* atom_start = buffer; in moof_write() local
1071 write_32(atom_start, (uint32_t)(buffer - atom_start)); in moof_write()
[all …]
/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Drefclock_atom.c95 static int atom_start (int, struct peer *);
104 atom_start, /* start up driver */
118 atom_start( in atom_start() function
/dports/x11/idesk/idesk-0.7.5/src/
H A DXDesktopContainer.cpp355 static Atom atom_start = None ; in parseNonIconEvents() local
356 if( atom_start == None ) atom_start = XInternAtom(display, "_IDESK_START", True); in parseNonIconEvents()
358 if (event.xproperty.atom == atom_start){ in parseNonIconEvents()
360 int result = XGetTextProperty(display, rootWindow, &prop, atom_start); in parseNonIconEvents()
365 XDeleteProperty (display, rootWindow, atom_start); in parseNonIconEvents()
/dports/science/bagel/bagel-1.2.2/src/asd/multisite/
H A Dmultisite.cc73 int atom_start = 0; in localize() local
78 current += hf_ref_->geom()->atoms(atom_start+iatom)->nbasis(); in localize()
80 atom_start += natom; in localize()
/dports/biology/babel/babel-1.6/
H A Drdgzmat.c34 long int atom_start,variable_start; in read_gau_zmatrix() local
53 atom_start = ftell(file1); in read_gau_zmatrix()
90 fseek(file1,atom_start,0); in read_gau_zmatrix()
H A Drdpsgvin.c37 long int atom_start = -1; in read_psgvb_input() local
61 atom_start = ftell(file1); in read_psgvb_input()
120 fseek(file1,atom_start,0); in read_psgvb_input()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DDragBS.c488 eaten = (int)(bmgr->atom_start - bmgr->atoms); in _XmReadDragBuffer()
505 memcpy(retbuf, bmgr->atom_start, size); in _XmReadDragBuffer()
506 bmgr->atom_start += size; in _XmReadDragBuffer()
665 bmgr.atom_start = (char *)(pairs + 1); in read_atom_pairs()
725 bmgr.atom_start = NULL; in write_atom_pairs()
948 bmgr.atom_start = (char *)(atoms + 1); in read_atoms_table()
1001 bmgr.atom_start = NULL; in write_atoms_table()
1225 bmgr.atom_start = (char *)(targets + 1); in read_targets_table()
1287 bmgr.atom_start = NULL; in write_targets_table()
1944 DSI_Info(ri->iccInfo).atom_start = (char *)(receiver + 1); in _XmGetDragReceiverInfo()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmp2_eri.F137 INTEGER :: atom_a, atom_b, atom_end, atom_start, first_set, G_count, handle, iatom, ikind, & local
173 atom_start = eri_offsets(first_b, 1)
202 DO jatom = atom_start, atom_end
239 DO jatom = atom_start, atom_end
263 IF (jatom == atom_start) jset_start = set_start
268 IF (jset == jset_start .AND. jatom == atom_start) first_set = set_offset_start
645 INTEGER :: atom_a, atom_b, atom_c, atom_end, atom_start, first_set, GG_count, GR_count, & local
694 atom_start = eri_offsets(first_c, 1)
853 DO katom = atom_start, atom_end
871 IF (katom == atom_start) kset_start = set_start
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmp2_eri.F137 INTEGER :: atom_a, atom_b, atom_end, atom_start, first_set, G_count, handle, iatom, ikind, & local
174 atom_start = eri_offsets(first_b, 1)
203 DO jatom = atom_start, atom_end
240 DO jatom = atom_start, atom_end
264 IF (jatom == atom_start) jset_start = set_start
269 IF (jset == jset_start .AND. jatom == atom_start) first_set = set_offset_start
646 INTEGER :: atom_a, atom_b, atom_c, atom_end, atom_start, first_set, GG_count, GR_count, & local
695 atom_start = eri_offsets(first_c, 1)
854 DO katom = atom_start, atom_end
872 IF (katom == atom_start) kset_start = set_start
[all …]
/dports/science/bagel/bagel-1.2.2/src/asd/dmrg/
H A Dasd_dmrg.cc113 int atom_start = 0; in project_active() local
118 current += sref_->geom()->atoms(atom_start+iatom)->nbasis(); in project_active()
120 atom_start += natom; in project_active()
/dports/devel/py-rope/rope-0.18.0/rope/base/
H A Dworder.py211 atom_start = self._find_atom_start(offset)
212 if not keyword.iskeyword(self.code[atom_start:offset + 1]) or \
214 return atom_start
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DDragDropI.h274 char *atom_start; member
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A Dparsley.cpp1114 uint8_t APar_GetCurrentAtomDepth(uint64_t atom_start, uint64_t atom_length) { in APar_GetCurrentAtomDepth() argument
1118 if (atom_start == (thisAtom->AtomicStart + thisAtom->AtomicLength)) { in APar_GetCurrentAtomDepth()
1121 if ((atom_start < thisAtom->AtomicStart + thisAtom->AtomicLength) && in APar_GetCurrentAtomDepth()
1122 (atom_start > thisAtom->AtomicStart)) { in APar_GetCurrentAtomDepth()
1257 uint64_t atom_start, in APar_TestCompatibleBrand() argument
1265 APar_read32(twenty_byte_buffer, file, atom_start + brand); in APar_TestCompatibleBrand()
1491 void APar_Manually_Determine_Parent(uint64_t atom_start, in APar_Manually_Determine_Parent() argument
1497 if (parsedAtoms[preceding_atom].AtomicStart < atom_start && in APar_Manually_Determine_Parent()
1501 atom_start + atom_length && in APar_Manually_Determine_Parent()
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/champ/
H A Dchamp.c2201 int atom_start; in ChampMatch2() local
2532 atom_start=0; in ChampMatch2()
2548 atom_start = ListElemPush(&I->Int2,atom_start); in ChampMatch2()
2549 int2 = I->Int2 + atom_start; in ChampMatch2()
2564 match_ent->atom = atom_start; in ChampMatch2()
/dports/lang/zig-devel/zig-0.9.0/src/link/
H A DMachO.zig5970 atom_start,
5983 .atom_start => try out_stream.writeAll("\"atom_start\""),
6054 .tag = .atom_start,
6156 .tag = .atom_start,
/dports/lang/zig/zig-0.9.0/src/link/
H A DMachO.zig5970 atom_start,
5983 .atom_start => try out_stream.writeAll("\"atom_start\""),
6054 .tag = .atom_start,
6156 .tag = .atom_start,
/dports/net/ntp/ntp-4.2.8p15/
H A DCommitLog-4.1.01385 (atom_start): Init peer->burst to ASTAGE.
1490 * ntpd/refclock_atom.c (atom_start): Lose "temp", because we now
1578 (atom_start):
1652 * ntpd/refclock_atom.c (atom_start): Open the device if it hasn't
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/devel/
H A DCommitLog-4.1.01390 (atom_start): Init peer->burst to ASTAGE.
1495 * ntpd/refclock_atom.c (atom_start): Lose "temp", because we now
1583 (atom_start):
1657 * ntpd/refclock_atom.c (atom_start): Open the device if it hasn't