Home
last modified time | relevance | path

Searched +defs:atom +defs:hash (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSAtom.cpp77 const JSAtom* atom; /* Optional. */ member
80 HashNumber hash; member
141 inline HashNumber js::AtomHasher::hash(const Lookup& l) { return l.hash; } in hash() function in js::AtomHasher
475 JSAtom* atom = pp->get(); in AtomizeAndCopyCharsNonStaticValidLengthFromLookup() local
590 JSAtom* atom = in PermanentlyAtomizeAndCopyCharsNonStaticValidLength() local
759 JSAtom* atom = linear->hasLatin1Chars() in AtomizeString() local
842 JSAtom* js::AtomizeCharsNonStaticValidLength(JSContext* cx, HashNumber hash, in AtomizeCharsNonStaticValidLength()
864 HashNumber hash, in PermanentlyAtomizeCharsValidLength()
877 HashNumber hash, in PermanentlyAtomizeCharsNonStaticValidLength()
925 HashNumber hash; in AtomizeUTF8Chars() local
[all …]
H A DSymbolType.cpp22 Symbol* Symbol::newInternal(JSContext* cx, JS::SymbolCode code, uint32_t hash, in newInternal()
36 RootedAtom atom(cx); in new_() local
57 RootedAtom atom(cx, AtomizeString(cx, description)); in for_() local
71 HashNumber hash = mozilla::HashGeneric(atom->hash()); in for_() local
/dports/x11/libxkbcommon/libxkbcommon-1.3.1/src/
H A Datom.c88 uint32_t hash = 2166136261u; in hash_buf() local
139 atom_text(struct atom_table *table, xkb_atom_t atom) in atom_text()
154 uint32_t hash = hash_buf(s, strlen(s)); in atom_intern() local
160 xkb_atom_t atom = table->index[index_pos]; in atom_intern() local
169 uint32_t hash = hash_buf(string, len); in atom_intern() local
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/util/
H A Datom.c41 int hash; member
42 Atom atom; member
144 int hash; local
206 ValidAtom(atom) in ValidAtom() argument
213 NameForAtom(atom) in NameForAtom() argument
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DSymbolType.cpp22 Symbol* Symbol::newInternal(JSContext* cx, JS::SymbolCode code, uint32_t hash, in newInternal()
36 RootedAtom atom(cx); in new_() local
52 RootedAtom atom(cx, AtomizeString(cx, description)); in for_() local
66 HashNumber hash = mozilla::HashGeneric(atom->hash()); in for_() local
H A DJSAtom.cpp70 const JSAtom* atom; /* Optional. */ member
73 HashNumber hash; member
141 inline HashNumber js::AtomHasher::hash(const Lookup& l) { return l.hash; } in hash() function in js::AtomHasher
197 JSAtom* atom = asPtrUnbarriered(); in asPtr() local
709 JSAtom* atom = pp->asPtr(cx); in AtomizeAndCopyCharsFromLookup() local
789 JSAtom* atom = p->asPtr(cx); in atomizeAndCopyChars() local
970 JSAtom& atom = str->asAtom(); in AtomizeString() local
1064 JSAtom* js::Atomize(JSContext* cx, HashNumber hash, const char* bytes, in Atomize()
1090 JSAtom* js::AtomizeChars(JSContext* cx, HashNumber hash, const CharT* chars, in AtomizeChars()
1147 HashNumber hash; in AtomizeUTF8Chars() local
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DSymbolType.cpp22 Symbol* Symbol::newInternal(JSContext* cx, JS::SymbolCode code, uint32_t hash, in newInternal()
36 RootedAtom atom(cx); in new_() local
52 RootedAtom atom(cx, AtomizeString(cx, description)); in for_() local
66 HashNumber hash = mozilla::HashGeneric(atom->hash()); in for_() local
H A DJSAtom.cpp70 const JSAtom* atom; /* Optional. */ member
73 HashNumber hash; member
141 inline HashNumber js::AtomHasher::hash(const Lookup& l) { return l.hash; } in hash() function in js::AtomHasher
197 JSAtom* atom = asPtrUnbarriered(); in asPtr() local
709 JSAtom* atom = pp->asPtr(cx); in AtomizeAndCopyCharsFromLookup() local
789 JSAtom* atom = p->asPtr(cx); in atomizeAndCopyChars() local
970 JSAtom& atom = str->asAtom(); in AtomizeString() local
1064 JSAtom* js::Atomize(JSContext* cx, HashNumber hash, const char* bytes, in Atomize()
1090 JSAtom* js::AtomizeChars(JSContext* cx, HashNumber hash, const CharT* chars, in AtomizeChars()
1147 HashNumber hash; in AtomizeUTF8Chars() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DSymbolType.cpp22 Symbol* Symbol::newInternal(JSContext* cx, JS::SymbolCode code, uint32_t hash, in newInternal()
36 RootedAtom atom(cx); in new_() local
52 RootedAtom atom(cx, AtomizeString(cx, description)); in for_() local
66 HashNumber hash = mozilla::HashGeneric(atom->hash()); in for_() local
/dports/x11-fonts/libXfont2/libXfont2-2.0.5/src/stubs/
H A Datom.c43 int hash; member
44 Atom atom; member
151 int hash; in __libxfont_internal__MakeAtom() local
216 __libxfont_internal__ValidAtom(Atom atom) in __libxfont_internal__ValidAtom()
222 __libxfont_internal__NameForAtom(Atom atom) in __libxfont_internal__NameForAtom()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DSymbolType.cpp21 Symbol* Symbol::newInternal(JSContext* cx, JS::SymbolCode code, uint32_t hash, in newInternal()
37 JSAtom* atom = nullptr; in new_() local
57 JSAtom* atom = AtomizeString(cx, description); in for_() local
74 HashNumber hash = mozilla::HashGeneric(atom->hash()); in for_() local
H A DJSAtom.cpp51 const JSAtom* atom; /* Optional. */ member
54 HashNumber hash; member
85 inline HashNumber js::AtomHasher::hash(const Lookup& l) { return l.hash; } in hash() function in js::AtomHasher
108 JSAtom* atom = asPtrUnbarriered(); in asPtr() local
190 JSAtom* atom = in initializeAtoms() local
305 JSAtom* atom = entry.asPtr(cx); in transformToPermanentAtoms() local
410 JSAtom* atom = in AtomizeAndCopyChars() local
456 JSAtom* atom = p->asPtr(cx); in AtomizeAndCopyCharsInner() local
461 JSAtom* atom; in AtomizeAndCopyCharsInner() local
504 JSAtom& atom = str->asAtom(); in AtomizeString() local
[all …]
/dports/x11-fonts/bdftopcf/bdftopcf-1.1/
H A Datom.c42 int hash; member
43 Atom atom; member
157 int hash; in MakeAtom() local
233 ValidAtom(Atom atom) in ValidAtom()
244 NameForAtom(Atom atom) in NameForAtom()
/dports/x11-fonts/libXfont/libXfont-1.5.4/src/util/
H A Datom.c42 int hash; member
43 Atom atom; member
157 int hash; in MakeAtom() local
233 ValidAtom(Atom atom) in ValidAtom()
244 NameForAtom(Atom atom) in NameForAtom()
/dports/science/cdk/cdk-cdk-2.3/tool/fragment/src/main/java/org/openscience/cdk/fragment/
H A DMurckoFragmenter.java184 IAtom atom = queue.poll(); in scaffold() local
200 IAtom atom = mol.getAtom(i); in scaffold() local
216 long hash = generator.generate(mol); in addRingFragment() local
243 Long hash; in run() local
510 private boolean isring(IAtom atom) { in isring()
514 private boolean islinker(IAtom atom) { in islinker()
519 private boolean issidechain(IAtom atom) { in issidechain()
/dports/lang/nickle/nickle-2.90/
H A Datom.c28 AtomEntry *hash[HASHSIZE]; member
36 AtomEntry *atom; in AtomTableMark() local
59 hash (char *name) in hash() function
103 NewAtomList (AtomListPtr next, Atom atom) in NewAtomList()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/ds/
H A DnsAtomTable.cpp329 nsAtom* atom = entry->mAtom; in AtomTableClearEntry() local
463 nsAtom* atom = entry->mAtom; in GCLocked() local
618 uint32_t hash; in RegisterStaticAtoms() local
624 nsStaticAtom* atom; in RegisterStaticAtoms() local
656 uint32_t hash; in Atomize() local
663 RefPtr<nsAtom> atom = he->mAtom; in Atomize() local
691 uint32_t hash; in Atomize() local
698 RefPtr<nsAtom> atom = he->mAtom; in Atomize() local
718 uint32_t hash; in AtomizeMainThread() local
721 nsAtom* atom = sRecentlyUsedMainThreadAtoms[index]; in AtomizeMainThread() local
[all …]
/dports/lang/swi-pl/swipl-8.2.3/packages/semweb/
H A Dhash.h62 #define destroy_atom_hash(hash) destroy_ptr_hash(hash) argument
63 #define add_atom_hash(hash, atom) add_ptr_hash(hash, (void*)(atom)) argument
/dports/science/cdk/cdk-cdk-2.3/tool/hash/src/main/java/org/openscience/cdk/hash/
H A DConjugatedAtomEncoder.java87 public int encode(IAtom atom, IAtomContainer container) { in encode()
88 int hash = 179426549; in encode() local
/dports/science/cdk/cdk-cdk-2.3/descriptor/fingerprint/src/main/java/org/openscience/cdk/fingerprint/
H A DAtomPairs2DFingerprinter.java71 private static boolean isHalogen(final IAtom atom) { in isHalogen()
88 private static boolean include(final IAtom atom) { in include()
234 public boolean hasHash(int hash) { in getCountFingerprint()
239 public int getCountForHash(int hash) { in getCountFingerprint()
/dports/lang/yap/yap-6.2.2/packages/semweb/
H A Dhash.h60 #define destroy_atom_hash(hash) destroy_ptr_hash(hash) argument
61 #define add_atom_hash(hash, atom) add_ptr_hash(hash, (void*)(atom)) argument
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DSymbol.cpp23 Symbol::newInternal(ExclusiveContext* cx, JS::SymbolCode code, uint32_t hash, JSAtom* description) in newInternal()
40 RootedAtom atom(cx); in new_() local
57 JSAtom* atom = AtomizeString(cx, description); in for_() local
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DSymbol.cpp23 Symbol::newInternal(ExclusiveContext* cx, JS::SymbolCode code, uint32_t hash, JSAtom* description, in newInternal()
40 JSAtom* atom = nullptr; in new_() local
57 JSAtom* atom = AtomizeString(cx, description); in for_() local
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/ds/
H A DnsAtomTable.cpp341 nsIAtom* atom = entry->mAtom; in AtomTableClearEntry() local
387 auto atom = static_cast<DynamicAtom*>(entry->mAtom); in GCAtomTableLocked() local
623 uint32_t hash; in RegisterStaticAtoms() local
628 nsIAtom* atom = he->mAtom; in RegisterStaticAtoms() local
665 uint32_t hash; in NS_Atomize() local
671 nsCOMPtr<nsIAtom> atom = he->mAtom; in NS_Atomize() local
681 RefPtr<DynamicAtom> atom = DynamicAtom::Create(str, hash); in NS_Atomize() local
698 uint32_t hash; in NS_Atomize() local
704 nsCOMPtr<nsIAtom> atom = he->mAtom; in NS_Atomize() local
709 RefPtr<DynamicAtom> atom = DynamicAtom::Create(aUTF16String, hash); in NS_Atomize() local
/dports/lang/qscheme/qscheme-0.5.1/
H A Dsym.c21 SOBJ scm_mksymbol2(SOBJ atom, SOBJ value) in scm_mksymbol2()
34 SOBJ scm_mkkeyword2(SOBJ atom, SOBJ dummy) in scm_mkkeyword2()
65 SOBJ scm_atom_hash_complete(SOBJ hash, SOBJ atom, SOBJ (*create)()) in scm_atom_hash_complete()
88 SOBJ atom = scm_mkatom(str); in scm_symadd() local

12345678910>>...22