Home
last modified time | relevance | path

Searched defs:table (Results 901 - 925 of 2979) sorted by relevance

1...<<31323334353637383940>>...120

/third_party/ltp/docparse/
H A Dtestinfo.pl145 sub table subroutine
/third_party/libwebsockets/win32port/zlib/
H A Dzutil.c208 local ptr_table table[MAX_PTR]; variable
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc162 auto table = get_export_table(exports, i++); in run() local
H A Dtable.c45 void check_table(wasm_table_t* table, int32_t i, bool expect_set) { in check_table() argument
125 wasm_table_t* table = get_export_table(&exports, i++); in main() local
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dzutil.c209 local ptr_table table[MAX_PTR]; variable
/third_party/node/deps/zlib/
H A Dinftrees.c32 inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, code FAR * FAR *table, unsigned FAR *bits, unsigned short FAR *work) inflate_table() argument
[all...]
H A Dzutil.c194 local ptr_table table[MAX_PTR]; variable
/third_party/nghttp2/lib/
H A Dnghttp2_map.c151 static int insert(nghttp2_map_bucket *table, uint32_t tablelen, in insert() argument
[all...]
/third_party/node/deps/brotli/c/dec/
H A Dhuffman.c80 static BROTLI_INLINE void ReplicateValue(HuffmanCode* table, in ReplicateValue() argument
104 void BrotliBuildCodeLengthsHuffmanTable(HuffmanCode* table, in BrotliBuildCodeLengthsHuffmanTable() argument
174 HuffmanCode* table; /* next available space in table */ BrotliBuildHuffmanTable() local
261 BrotliBuildSimpleHuffmanTable(HuffmanCode* table, int root_bits, uint16_t* val, uint32_t num_symbols) BrotliBuildSimpleHuffmanTable() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducol_data.h81 uint32_t table; member
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdata.cpp222 uint8_t table[MAX_NUM_SCRIPT_RANGES]; in makeReorderRanges() local
365 addLowScriptRange(uint8_t table[], int32_t index, int32_t lowStart) const addLowScriptRange() argument
377 addHighScriptRange(uint8_t table[], int32_t index, int32_t highLimit) const addHighScriptRange() argument
[all...]
H A Dcollationsettings.cpp156 uint8_t table[256]; in setReordering() local
85 aliasReordering(const CollationData &data, const int32_t *codes, int32_t length, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) aliasReordering() argument
191 setReorderArrays(const int32_t *codes, int32_t codesLength, const uint32_t *ranges, int32_t rangesLength, const uint8_t *table, UErrorCode &errorCode) setReorderArrays() argument
247 reorderTableHasSplitBytes(const uint8_t table[256]) reorderTableHasSplitBytes() argument
[all...]
/third_party/mesa3d/src/mapi/
H A Dstub.c148 search_table_by_slot(const struct mapi_stub *table, size_t num_entries, in search_table_by_slot() argument
H A Dmapi_glapi.c238 struct _glapi_table *table; in _glapi_new_nop_table() local
[all...]
/third_party/mesa3d/src/mapi/glapi/tests/
H A Dcheck_table.cpp1544 glGetColorTableEXT(GLenum target, GLenum format, GLenum type, GLvoid *table) glGetColorTableEXT() argument
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dhash.c53 struct _mesa_HashTable *table = CALLOC_STRUCT(_mesa_HashTable); in _mesa_NewHashTable() local
85 _mesa_DeleteHashTable(struct _mesa_HashTable *table) _mesa_DeleteHashTable() argument
103 init_name_reuse(struct _mesa_HashTable *table) init_name_reuse() argument
113 _mesa_HashEnableNameReuse(struct _mesa_HashTable *table) _mesa_HashEnableNameReuse() argument
125 _mesa_HashLookup_unlocked(struct _mesa_HashTable *table, GLuint key) _mesa_HashLookup_unlocked() argument
154 _mesa_HashLookup(struct _mesa_HashTable *table, GLuint key) _mesa_HashLookup() argument
176 _mesa_HashLookupLocked(struct _mesa_HashTable *table, GLuint key) _mesa_HashLookupLocked() argument
183 _mesa_HashInsert_unlocked(struct _mesa_HashTable *table, GLuint key, void *data) _mesa_HashInsert_unlocked() argument
220 _mesa_HashInsertLocked(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName) _mesa_HashInsertLocked() argument
239 _mesa_HashInsert(struct _mesa_HashTable *table, GLuint key, void *data, GLboolean isGenName) _mesa_HashInsert() argument
260 _mesa_HashRemove_unlocked(struct _mesa_HashTable *table, GLuint key) _mesa_HashRemove_unlocked() argument
289 _mesa_HashRemoveLocked(struct _mesa_HashTable *table, GLuint key) _mesa_HashRemoveLocked() argument
295 _mesa_HashRemove(struct _mesa_HashTable *table, GLuint key) _mesa_HashRemove() argument
312 _mesa_HashDeleteAll(struct _mesa_HashTable *table, void (*callback)(void *data, void *userData), void *userData) _mesa_HashDeleteAll() argument
350 hash_walk_unlocked(const struct _mesa_HashTable *table, void (*callback)(void *data, void *userData), void *userData) hash_walk_unlocked() argument
366 _mesa_HashWalk(const struct _mesa_HashTable *table, void (*callback)(void *data, void *userData), void *userData) _mesa_HashWalk() argument
379 _mesa_HashWalkLocked(const struct _mesa_HashTable *table, void (*callback)(void *data, void *userData), void *userData) _mesa_HashWalkLocked() argument
392 _mesa_HashPrint(const struct _mesa_HashTable *table) _mesa_HashPrint() argument
418 _mesa_HashFindFreeKeyBlock(struct _mesa_HashTable *table, GLuint numKeys) _mesa_HashFindFreeKeyBlock() argument
453 _mesa_HashFindFreeKeys(struct _mesa_HashTable *table, GLuint* keys, GLuint numKeys) _mesa_HashFindFreeKeys() argument
475 _mesa_HashNumEntries(const struct _mesa_HashTable *table) _mesa_HashNumEntries() argument
[all...]
/third_party/mesa3d/src/mesa/program/
H A Dsymbol_table.c87 _mesa_symbol_table_pop_scope(struct _mesa_symbol_table *table) in _mesa_symbol_table_pop_scope() argument
119 _mesa_symbol_table_push_scope(struct _mesa_symbol_table *table) _mesa_symbol_table_push_scope() argument
134 find_symbol(struct _mesa_symbol_table *table, const char *name) find_symbol() argument
150 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, const char *name) _mesa_symbol_table_symbol_scope() argument
165 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, const char *name) _mesa_symbol_table_find_symbol() argument
177 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, const char *name, void *declaration) _mesa_symbol_table_add_symbol() argument
217 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table *table, const char *name, void *declaration) _mesa_symbol_table_replace_symbol() argument
232 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, const char *name, void *declaration) _mesa_symbol_table_add_global_symbol() argument
292 struct _mesa_symbol_table *table = calloc(1, sizeof(*table)); _mesa_symbol_table_ctor() local
306 _mesa_symbol_table_dtor(struct _mesa_symbol_table *table) _mesa_symbol_table_dtor() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_map.c149 static int insert(ngtcp2_map_bucket *table, uint32_t tablelen, in insert() argument
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_map.c149 static int insert(nghttp2_map_bucket *table, uint32_t tablelen, in insert() argument
[all...]
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_map.c150 static int insert(nghttp3_map_bucket *table, uint32_t tablelen, in insert() argument
[all...]
/third_party/libexif/libexif/canon/
H A Dmnote-canon-entry.c440 canon_search_table_value (const struct canon_entry_table_t table[], in canon_search_table_value() argument
462 canon_search_table_bitfield(const struct canon_entry_table_t table[], unsigned int t, ExifShort vs, char *val, unsigned int maxlen) canon_search_table_bitfield() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.cc98 BuildLookupTable(const StringPiece& characters_wanted, bool* table) BuildLookupTable() argument
/third_party/node/deps/v8/src/ic/
H A Dstub-cache.h54 SCTableReference key_reference(StubCache::Table table) { in key_reference() argument
59 SCTableReference map_reference(StubCache::Table table) { in map_reference() argument
64 SCTableReference value_reference(StubCache::Table table) { in value_reference() argument
69 StubCache::Entry* first_entry(StubCache::Table table) { in first_entry() argument
129 entry(Entry* table, int offset) entry() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dordered-hash-table-inl.h180 inline bool OrderedHashSet::Is(Handle<HeapObject> table) { in Is() argument
184 inline bool OrderedHashMap::Is(Handle<HeapObject> table) { in Is() argument
188 inline bool OrderedNameDictionary::Is(Handle<HeapObject> table) { in Is() argument
192 Is(Handle<HeapObject> table) Is() argument
196 Is(Handle<HeapObject> table) Is() argument
200 Is(Handle<HeapObject> table) Is() argument
215 TableType table = TableType::cast(this->table()); CurrentKey() local
[all...]
H A Dscope-info-inl.h94 NameToIndexHashTable table() const { in table() function in v8::internal::ScopeInfo::LocalNamesRange::Iterator

Completed in 13 milliseconds

1...<<31323334353637383940>>...120