Searched defs:lists (Results 1 - 18 of 18) sorted by relevance

/external/zopfli/src/zopfli/
H A Dkatajainen.c63 lists: If given, used to mark in-use nodes during garbage collection.
64 maxbits: Size of lists.
67 static Node* GetFreeNode(Node* (*lists)[2], int maxbits, NodePool* pool) { argument
75 if (lists) {
78 for (node = lists[i / 2][i % 2]; node; node = node->tail) {
96 lists: The lists of chains.
97 maxbits: Number of lists.
105 static void BoundaryPM(Node* (*lists)[2], int maxbits, argument
109 int lastcount = lists[inde
145 InitLists( NodePool* pool, const Node* leaves, int maxbits, Node* (*lists)[2]) argument
[all...]
/external/qemu/util/
H A Dqemu-config.c470 static QemuOptsList *find_list(QemuOptsList **lists, const char *group) argument
474 for (i = 0; lists[i] != NULL; i++) {
475 if (strcmp(lists[i]->name, group) == 0)
478 if (lists[i] == NULL) {
481 return lists[i];
586 QemuOptsList **lists = vm_config_groups; local
590 for (i = 0; lists[i] != NULL; i++) {
591 data.list = lists[i];
596 int qemu_config_parse(FILE *fp, QemuOptsList **lists, const char *fname) argument
617 list = find_list(lists, grou
[all...]
/external/bison/lib/
H A Dbitset_stats.c68 bitset_stats_info->types[BITSET_TYPE_ (BSET)].lists++
81 unsigned int lists; member in struct:bitset_type_info_struct
190 fprintf (file, _("%u bitset_lists\n"), stats->lists);
/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_manager.cc591 const std::vector<SBListChunkRanges>& lists, bool database_error) {
604 for (size_t i = 0; i < lists.size(); ++i) {
605 update_list_data_.append(safe_browsing::FormatList(lists[i]));
606 if (lists[i].name == safe_browsing_util::kPhishingList)
609 if (lists[i].name == safe_browsing_util::kMalwareList)
614 // lists.
616 // lists in GetChunks(). Refactor the unit tests so that this code can be
590 OnGetChunksComplete( const std::vector<SBListChunkRanges>& lists, bool database_error) argument
H A Dsafe_browsing_database_unittest.cc245 void GetListsInfo(std::vector<SBListChunkRanges>* lists) { argument
246 lists->clear();
247 ASSERT_TRUE(database_->UpdateStarted(lists));
282 std::vector<SBListChunkRanges> lists; local
289 ASSERT_TRUE(database_->UpdateStarted(&lists));
293 GetListsInfo(&lists);
294 ASSERT_LE(1U, lists.size());
295 EXPECT_EQ(safe_browsing_util::kMalwareList, lists[0].name);
296 EXPECT_EQ("1-3", lists[0].adds);
297 EXPECT_TRUE(lists[
364 std::vector<SBListChunkRanges> lists; local
429 std::vector<SBListChunkRanges> lists; local
658 std::vector<SBListChunkRanges> lists; local
754 std::vector<SBListChunkRanges> lists; local
806 std::vector<SBListChunkRanges> lists; local
1017 std::vector<SBListChunkRanges> lists; local
1089 std::vector<SBListChunkRanges> lists; local
1220 std::vector<SBListChunkRanges> lists; local
1375 std::vector<SBListChunkRanges> lists; local
1452 std::vector<SBListChunkRanges> lists; local
1502 std::vector<SBListChunkRanges> lists; local
1555 std::vector<SBListChunkRanges> lists; local
1621 std::vector<SBListChunkRanges> lists; local
[all...]
H A Ddatabase_manager.cc770 std::vector<SBListChunkRanges> lists; local
774 if (database_->UpdateStarted(&lists)) {
783 this, lists, database_error, callback));
787 const std::vector<SBListChunkRanges>& lists, bool database_error,
791 callback.Run(lists, database_error);
786 OnGetAllChunksFromDatabase( const std::vector<SBListChunkRanges>& lists, bool database_error, GetChunksCallback callback) argument
H A Dsafe_browsing_database.cc109 // other lists. We'll also always add a pattern for the empty path.
246 // Helper function to create chunk range lists for Browse related
247 // lists.
250 std::vector<SBListChunkRanges>* lists) {
262 // The loop below will only load as many into |lists| as |listnames|
275 lists->push_back(SBListChunkRanges(listname));
276 lists->back().adds.swap(adds[i]);
277 lists->back().subs.swap(subs[i]);
284 std::vector<SBListChunkRanges>* lists) {
288 UpdateChunkRanges(store, listnames, lists);
248 UpdateChunkRanges(SafeBrowsingStore* store, const std::vector<std::string>& listnames, std::vector<SBListChunkRanges>* lists) argument
281 UpdateChunkRangesForLists(SafeBrowsingStore* store, const std::string& listname0, const std::string& listname1, std::vector<SBListChunkRanges>* lists) argument
291 UpdateChunkRangesForList(SafeBrowsingStore* store, const std::string& listname, std::vector<SBListChunkRanges>* lists) argument
973 UpdateStarted( std::vector<SBListChunkRanges>* lists) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddlist.c29 * Display lists management functions.
101 * Used by device drivers to hook new commands into display lists.
1436 save_CallLists(GLsizei num, GLenum type, const GLvoid * lists) argument
1462 GLint list = translate_id(i, type, lists);
1476 CALL_CallLists(ctx->Exec, (num, type, lists));
8953 * Delete a sequence of consecutive display lists.
8974 * Return a display list number, n, such that lists n through n+range-1
9000 /* reserve the list IDs by with empty/dummy lists */
9149 * Execute glCallLists: call multiple display lists.
9152 _mesa_CallLists(GLsizei n, GLenum type, const GLvoid * lists) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Ddlist.c29 * Display lists management functions.
101 * Used by device drivers to hook new commands into display lists.
1436 save_CallLists(GLsizei num, GLenum type, const GLvoid * lists) argument
1462 GLint list = translate_id(i, type, lists);
1476 CALL_CallLists(ctx->Exec, (num, type, lists));
8953 * Delete a sequence of consecutive display lists.
8974 * Return a display list number, n, such that lists n through n+range-1
9000 /* reserve the list IDs by with empty/dummy lists */
9149 * Execute glCallLists: call multiple display lists.
9152 _mesa_CallLists(GLsizei n, GLenum type, const GLvoid * lists) argument
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dindirect.c332 void __indirect_glCallLists(GLsizei n, GLenum type, const GLvoid * lists) argument
349 (void) memcpy((void *)(gc->pc + 12), (void *)(lists), (compsize * n));
361 __glXSendLargeCommand(gc, pc, 16, lists, (compsize * n));
H A Dglapi_mapi_tmp.h25 GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists);
1421 GLAPI void APIENTRY GLAPI_PREFIX(CallLists)(GLsizei n, GLenum type, const GLvoid *lists) argument
1425 ((void (APIENTRY *)(GLsizei n, GLenum type, const GLvoid *lists)) _func)(n, type, lists);
H A Dglapi_mapi_tmp_shared.h17 void APIENTRY shared_dispatch_stub_3(GLsizei n, GLenum type, const GLvoid *lists);
1072 static void APIENTRY noopCallLists(GLsizei n, GLenum type, const GLvoid *lists) argument
1074 (void) n; (void) type; (void) lists;
12824 void APIENTRY shared_dispatch_stub_3(GLsizei n, GLenum type, const GLvoid *lists) argument
12828 ((void (APIENTRY *)(GLsizei n, GLenum type, const GLvoid *lists)) _func)(n, type, lists);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h102 KEYWORD1 void KEYWORD2 NAME(CallLists)(GLsizei n, GLenum type, const GLvoid * lists) argument
104 (void) n; (void) type; (void) lists;
105 DISPATCH(CallLists, (n, type, lists), (F, "glCallLists(%d, 0x%x, %p);\n", n, type, (const void *) lists));
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 6651 milliseconds