Home
last modified time | relevance | path

Searched refs:sameConstant (Results 1 – 10 of 10) sorted by relevance

/dports/audio/mp3info/mp3info-0.8.5a/
H A Dmp3tech.h86 int sameConstant(mp3header *h1, mp3header *h2);
H A Dmp3tech.c169 if(!sameConstant(&h,&h2)) break; in get_first_header()
281 int sameConstant(mp3header *h1, mp3header *h2) { in sameConstant() function
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/mediaplayer/
H A DMpMp3.h133 int sameConstant(mp3header * h1, mp3header * h2);
H A DMpMp3.cpp258 if(!sameConstant(&h, &h2)) in get_first_header()
362 int sameConstant(mp3header * h1, mp3header * h2) in sameConstant() function
/dports/audio/mp3stat/mp3stat-2.6.01/input/mp3/
H A Dmp3stat.h66 bool sameConstant (Header h) const in sameConstant() function
H A Dmp3stat.cpp121 if (!h2.sameConstant (h)) in find_next_header()
/dports/audio/gtkpod/gtkpod-1.0.0/src/
H A Dmp3file.c347 gint sameConstant(MP3Header *h1, MP3Header *h2) { in sameConstant() function
379 if(!sameConstant(&h,&h2)) break; in get_first_header()
/dports/lang/nim/nim-1.6.2/compiler/
H A Dinjectdestructors.nim996 proc sameConstant(a, b: PNode): bool =
1005 of nkBracketExpr: sameLocation(a[0], b[0]) and sameConstant(a[1], b[1])
H A Dvmgen.nim454 proc sameConstant*(a, b: PNode): bool =
475 if not sameConstant(a[i], b[i]): return
481 if sameConstant(c.constants[i], n): return i
H A Dvm.nim1034 …ym, nkTupleConstr, nkClosure} and nb.typ != nil and nb.typ.kind == tyProc and sameConstant(nb, nc):