Searched refs:entrysize (Results 1 - 6 of 6) sorted by relevance
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_substring.c | 77 int failrc, entrysize; in pcre2_substring_copy_byname() local 80 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_copy_byname() 82 if (entrysize < 0) return entrysize; in pcre2_substring_copy_byname() 84 for (entry = first; entry <= last; entry += entrysize) in pcre2_substring_copy_byname() 165 int failrc, entrysize; in pcre2_substring_get_byname() local 168 entrysize = pcre2_substring_nametable_scan(match_data->code, stringname, in pcre2_substring_get_byname() 170 if (entrysize < 0) return entrysize; in pcre2_substring_get_byname() 172 for (entry = first; entry <= last; entry += entrysize) in pcre2_substring_get_byname() 272 int failrc, entrysize; pcre2_substring_length_byname() local 485 uint16_t entrysize = code->name_entry_size; pcre2_substring_nametable_scan() local [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | ordered-hash-table-inl.h | 32 template <class Derived, int entrysize> 33 OrderedHashTable<Derived, entrysize>::OrderedHashTable(Address ptr) in OrderedHashTable() 36 template <class Derived, int entrysize> 37 bool OrderedHashTable<Derived, entrysize>::IsKey(ReadOnlyRoots roots, in IsKey() 123 template <class Derived, int entrysize> 124 bool OrderedHashTable<Derived, entrysize>::ToKey(ReadOnlyRoots roots, in ToKey()
|
H A D | ordered-hash-table.cc | 18 template <class Derived, int entrysize> 20 MaybeHandle<Derived> OrderedHashTable<Derived, entrysize>::Allocate( in Allocate() 47 template <class Derived, int entrysize> 48 MaybeHandle<Derived> OrderedHashTable<Derived, entrysize>::AllocateEmpty( in AllocateEmpty() 65 template <class Derived, int entrysize> 67 MaybeHandle<Derived> OrderedHashTable<Derived, entrysize>::EnsureGrowable( in EnsureGrowable() 92 template <class Derived, int entrysize> 93 Handle<Derived> OrderedHashTable<Derived, entrysize>::Shrink( in Shrink() 103 template <class Derived, int entrysize> 104 Handle<Derived> OrderedHashTable<Derived, entrysize> [all...] |
H A D | ordered-hash-table.h | 45 // where the first entrysize items are 66 template <class Derived, int entrysize> 141 static const int kEntrySize = entrysize + 1; 142 static const int kEntrySizeWithoutChain = entrysize; 143 static const int kChainOffset = entrysize;
|
/third_party/python/Lib/test/ |
H A D | test_ordered_dict.py | 773 entrysize = calcsize('n2P') 782 check(od, basicsize + keysize + 8*p + 8 + 5*entrysize + 3*nodesize) 784 check(od, basicsize + keysize + 16*p + 16 + 10*entrysize + 10*nodesize)
|
/third_party/libfuse/lib/ |
H A D | fuse_lowlevel.c | 437 size_t entrysize = req->se->conn.proto_minor < 9 ? local 440 struct fuse_open_out *oarg = (struct fuse_open_out *) (buf + entrysize); 446 entrysize + sizeof(struct fuse_open_out));
|
Completed in 12 milliseconds