Home
last modified time | relevance | path

Searched refs:ftl (Results 1 – 25 of 1063) sorted by relevance

12345678910>>...43

/dports/math/gap/gap-4.11.0/pkg/polycyclic-2.15.1/tst/
H A DAddToIgs.tst8 gap> SetRelativeOrder( ftl, 1, 5 );
10 gap> SetRelativeOrder( ftl, 2, 5 );
11 gap> SetPower( ftl, 2, [] );
12 gap> SetRelativeOrder( ftl, 3, 5 );
13 gap> SetPower( ftl, 3, [] );
14 gap> SetRelativeOrder( ftl, 4, 5 );
15 gap> SetPower( ftl, 4, [] );
16 gap> SetRelativeOrder( ftl, 5, 5 );
17 gap> SetPower( ftl, 5, [] );
18 gap> SetRelativeOrder( ftl, 6, 5 );
[all …]
H A Dbugfix.tst215 gap> SetRelativeOrder( ftl, 1, 5 );
217 gap> SetRelativeOrder( ftl, 2, 5 );
218 gap> SetPower( ftl, 2, [] );
219 gap> SetRelativeOrder( ftl, 3, 5 );
220 gap> SetPower( ftl, 3, [] );
221 gap> SetRelativeOrder( ftl, 4, 5 );
222 gap> SetPower( ftl, 4, [] );
223 gap> SetRelativeOrder( ftl, 5, 5 );
224 gap> SetPower( ftl, 5, [] );
225 gap> SetRelativeOrder( ftl, 6, 5 );
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/
H A Dsm_ftl.c658 0, ftl->cis_block, ftl->cis_boffset, ftl->cis_buffer, &oob)) in sm_read_cis()
664 if (!memcmp(ftl->cis_buffer + ftl->cis_page_offset, in sm_read_cis()
965 ftl->cache_block, ftl->cache_data_invalid_bitmap)) in sm_cache_flush()
983 struct sm_ftl *ftl = from_timer(ftl, t, timer); in sm_cache_flush_timer() local
1126 if (!ftl) in sm_add_mtd()
1153 ftl->cache_data = kzalloc(ftl->block_size, GFP_KERNEL); in sm_add_mtd()
1172 trans->size = (ftl->block_size * ftl->max_lba * ftl->zone_count) >> 9; in sm_add_mtd()
1190 ftl->zone_count, ftl->max_lba, in sm_add_mtd()
1191 ftl->zone_size - ftl->max_lba); in sm_add_mtd()
1211 kfree(ftl); in sm_add_mtd()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/
H A Dsm_ftl.c658 0, ftl->cis_block, ftl->cis_boffset, ftl->cis_buffer, &oob)) in sm_read_cis()
664 if (!memcmp(ftl->cis_buffer + ftl->cis_page_offset, in sm_read_cis()
965 ftl->cache_block, ftl->cache_data_invalid_bitmap)) in sm_cache_flush()
983 struct sm_ftl *ftl = from_timer(ftl, t, timer); in sm_cache_flush_timer() local
1126 if (!ftl) in sm_add_mtd()
1153 ftl->cache_data = kzalloc(ftl->block_size, GFP_KERNEL); in sm_add_mtd()
1172 trans->size = (ftl->block_size * ftl->max_lba * ftl->zone_count) >> 9; in sm_add_mtd()
1190 ftl->zone_count, ftl->max_lba, in sm_add_mtd()
1191 ftl->zone_size - ftl->max_lba); in sm_add_mtd()
1211 kfree(ftl); in sm_add_mtd()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/
H A Dsm_ftl.c658 0, ftl->cis_block, ftl->cis_boffset, ftl->cis_buffer, &oob)) in sm_read_cis()
664 if (!memcmp(ftl->cis_buffer + ftl->cis_page_offset, in sm_read_cis()
965 ftl->cache_block, ftl->cache_data_invalid_bitmap)) in sm_cache_flush()
983 struct sm_ftl *ftl = from_timer(ftl, t, timer); in sm_cache_flush_timer() local
1126 if (!ftl) in sm_add_mtd()
1153 ftl->cache_data = kzalloc(ftl->block_size, GFP_KERNEL); in sm_add_mtd()
1172 trans->size = (ftl->block_size * ftl->max_lba * ftl->zone_count) >> 9; in sm_add_mtd()
1190 ftl->zone_count, ftl->max_lba, in sm_add_mtd()
1191 ftl->zone_size - ftl->max_lba); in sm_add_mtd()
1211 kfree(ftl); in sm_add_mtd()
[all …]
/dports/devel/p5-File-Util/File-Util-4.161950/t/
H A D016_new.t11 my $ftl;
15 is ref $ftl, 'File::Util',
18 is $ftl->use_flock() , 0,
23 is ref $ftl, 'File::Util',
34 is ref $ftl, 'File::Util',
41 $ftl = File::Util->new
48 is ref $ftl, 'File::Util',
51 is $ftl->use_flock() , 1,
66 is ref $ftl, 'File::Util',
98 $ftl = File::Util->new(
[all …]
H A D014_interface_modern.t10 my $ftl = File::Util->new();
23 is $ftl->_myargs( 'a' ),
32 is $ftl->_remove_opts( 'a' ),
55 $ftl->_remove_opts(
100 $ftl->_remove_opts(
114 $ftl->_remove_opts(
140 $ftl->_remove_opts(
153 $ftl->_remove_opts(
183 $ftl->_parse_in(
196 $ftl->_parse_in(
[all …]
H A D010_unicode.t38 my $ftl = File::Util->new();
40 $ftl->use_flock( 0 ) if $^O =~ /solaris|sunos/i;
44 $ftl->touch( $tempfile => { binmode => 'utf8' } );
46 is utf8::is_utf8( $ftl->load_file( $tempfile => { binmode => 'utf8' } ) ),
51 $ftl->write_file( $tempfile => "\N{U+263A}" => { binmode => 'utf8' } );
53 is utf8::is_utf8( $ftl->load_file( $tempfile => { binmode => 'utf8' } ) ),
62 $ftl->unlock_open_handle( $utf8fh );
74 eval { $ftl->write_file( $tempfile => "\N{U+263A}" ) };
81 isnt utf8::is_utf8( $ftl->load_file( $tempfile ) ),
87 $ftl->write_file( $tempfile => "\N{U+263A}" => { binmode => 'utf8' } );
[all …]
H A D018_list_dir_advancedmatch.t14 my $ftl = File::Util->new( );
21 map { strip_path( $_ ) } $ftl->list_dir(
31 map { strip_path( $_ ) } $ftl->list_dir(
41 map { strip_path( $_ ) } $ftl->list_dir(
51 map { strip_path( $_ ) } $ftl->list_dir(
61 map { strip_path( $_ ) } $ftl->list_dir(
71 map { strip_path( $_ ) } $ftl->list_dir(
82 map { strip_path( $_ ) } $ftl->list_dir(
93 map { strip_path( $_ ) } $ftl->list_dir(
105 map { strip_path( $_ ) } $ftl->list_dir(
[all …]
H A D013_interface_classic.t10 my $ftl = File::Util->new();
13 is_deeply [ $ftl->_myargs( qw/ a b c / ) ],
17 is $ftl->_myargs( 'a' ),
21 is scalar $ftl->_myargs( qw/ a b c / ),
26 is $ftl->_remove_opts( 'a' ),
30 is $ftl->_remove_opts( undef ), undef, '...and returns undef if given undef';
32 is $ftl->_remove_opts( qw/ a b c / ),
51 $ftl->_remove_opts(
67 $ftl->_remove_opts( [ 0, '', undef, '--mcninja', undef ] ),
75 $ftl->_names_values( qw/ a a b b c c d d e e / ),
[all …]
H A D017_make_dir_list_dir.t20 my $ftl = File::Util->new( );
25 my $have_perms = $ftl->is_writable( $tempdir );
36 $ftl->touch( $testbed . SL . $tfile ) == 1,
43 [ sort $ftl->list_dir( $testbed, '--recurse' ) ],
53 $ftl->make_dir( $deeper ), $deeper,
61 $ftl->touch( $deeper . SL . $tfile ) == 1,
75 [ sort $ftl->list_dir( $deeper, '--recurse' ) ],
83 sort map { $ftl->strip_path( $_ ) } $ftl->list_dir
96 sort map { $ftl->strip_path( $_ ) } $ftl->list_dir
193 $ftl->touch( $tempdir . SL . $tfile );
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/signaling/
H A Dftl_messaging_client_unittest.cc60 ftl::ChromotingMessage crd_message; in CreateXmppMessage()
67 ftl::InboxMessage message; in CreateInboxMessage()
193 ftl::PullMessagesResponse()); in TEST_F()
217 ftl::PullMessagesResponse response; in TEST_F()
223 ftl::AckMessagesRequest request; in TEST_F()
248 ftl::AckMessagesRequest request; in TEST_F()
283 ftl::AckMessagesRequest request; in TEST_F()
313 ftl::InboxSendRequest request; in TEST_F()
332 ftl::InboxSendRequest request; in TEST_F()
426 ftl::AckMessagesRequest request; in TEST_F()
[all …]
H A Dftl_services_context.cc65 ftl::Id FtlServicesContext::CreateIdFromString(const std::string& ftl_id) { in CreateIdFromString()
66 ftl::Id id; in CreateIdFromString()
70 id.set_type(ftl::IdType_Type_EMAIL); in CreateIdFromString()
75 ftl::RequestHeader FtlServicesContext::CreateRequestHeader( in CreateRequestHeader()
77 ftl::RequestHeader header; in CreateRequestHeader()
83 ftl::ClientInfo* client_info = header.mutable_client_info(); in CreateRequestHeader()
84 client_info->set_api_version(ftl::ApiVersion_Value_V4); in CreateRequestHeader()
91 ftl::Platform_Type platform_type; in CreateRequestHeader()
93 platform_type = ftl::Platform_Type_FTL_ANDROID; in CreateRequestHeader()
95 platform_type = ftl::Platform_Type_FTL_IOS; in CreateRequestHeader()
[all …]
/dports/www/elinks/elinks-0.11.7/src/session/
H A Dsession.c89 #define file_to_load_is_active(ftl) ((ftl)->req_sent && is_in_progress_state((ftl)->download.state)) argument
314 if (ftl->cached) object_unlock(ftl->cached); in free_files()
315 if (ftl->uri) done_uri(ftl->uri); in free_files()
623 if (ftl->download.cached && ftl->cached != ftl->download.cached) { in file_loading_callback()
624 if (ftl->cached) object_unlock(ftl->cached); in file_loading_callback()
625 ftl->cached = ftl->download.cached; in file_loading_callback()
674 ftl = mem_calloc(1, sizeof(*ftl)); in request_additional_file()
680 ftl->download.data = ftl; in request_additional_file()
686 return ftl; in request_additional_file()
696 load_uri(ftl->uri, referrer, &ftl->download, ftl->pri, cache_mode, -1); in load_additional_file()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/mtd/parsers/
H A Dsharpslpart.c182 ftl->log2phy = kmalloc_array(ftl->logmax, sizeof(*ftl->log2phy), in sharpsl_nand_init_ftl()
184 if (!ftl->log2phy) { in sharpsl_nand_init_ftl()
190 for (i = 0; i < ftl->logmax; i++) in sharpsl_nand_init_ftl()
191 ftl->log2phy[i] = UINT_MAX; in sharpsl_nand_init_ftl()
214 phymax, ftl->logmax, phymax - ftl->logmax); in sharpsl_nand_init_ftl()
224 kfree(ftl->log2phy); in sharpsl_nand_cleanup_ftl()
231 struct sharpsl_ftl *ftl) in sharpsl_nand_read_laddr() argument
329 struct sharpsl_ftl ftl; in sharpsl_parse_mtd_partitions() local
348 sizeof(buf), buf, &ftl); in sharpsl_parse_mtd_partitions()
354 sizeof(buf), buf, &ftl); in sharpsl_parse_mtd_partitions()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/mtd/parsers/
H A Dsharpslpart.c182 ftl->log2phy = kmalloc_array(ftl->logmax, sizeof(*ftl->log2phy), in sharpsl_nand_init_ftl()
184 if (!ftl->log2phy) { in sharpsl_nand_init_ftl()
190 for (i = 0; i < ftl->logmax; i++) in sharpsl_nand_init_ftl()
191 ftl->log2phy[i] = UINT_MAX; in sharpsl_nand_init_ftl()
214 phymax, ftl->logmax, phymax - ftl->logmax); in sharpsl_nand_init_ftl()
224 kfree(ftl->log2phy); in sharpsl_nand_cleanup_ftl()
231 struct sharpsl_ftl *ftl) in sharpsl_nand_read_laddr() argument
329 struct sharpsl_ftl ftl; in sharpsl_parse_mtd_partitions() local
348 sizeof(buf), buf, &ftl); in sharpsl_parse_mtd_partitions()
354 sizeof(buf), buf, &ftl); in sharpsl_parse_mtd_partitions()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/mtd/parsers/
H A Dsharpslpart.c182 ftl->log2phy = kmalloc_array(ftl->logmax, sizeof(*ftl->log2phy), in sharpsl_nand_init_ftl()
184 if (!ftl->log2phy) { in sharpsl_nand_init_ftl()
190 for (i = 0; i < ftl->logmax; i++) in sharpsl_nand_init_ftl()
191 ftl->log2phy[i] = UINT_MAX; in sharpsl_nand_init_ftl()
214 phymax, ftl->logmax, phymax - ftl->logmax); in sharpsl_nand_init_ftl()
224 kfree(ftl->log2phy); in sharpsl_nand_cleanup_ftl()
231 struct sharpsl_ftl *ftl) in sharpsl_nand_read_laddr() argument
329 struct sharpsl_ftl ftl; in sharpsl_parse_mtd_partitions() local
348 sizeof(buf), buf, &ftl); in sharpsl_parse_mtd_partitions()
354 sizeof(buf), buf, &ftl); in sharpsl_parse_mtd_partitions()
[all …]
/dports/audio/bristol/bristol-0.60.10/libbrighton/
H A DbrightonFastTimer.c40 } ftl[_BRIGHTON_FT_COUNT]; member
66 brightonFTL.ftl[brightonFTL.out].win, in brightonScanTimerList()
67 brightonFTL.ftl[brightonFTL.out].panel, in brightonScanTimerList()
68 brightonFTL.ftl[brightonFTL.out].index, in brightonScanTimerList()
84 brightonFTL.ftl[brightonFTL.out].win, in brightonScanTimerList()
85 brightonFTL.ftl[brightonFTL.out].panel, in brightonScanTimerList()
86 brightonFTL.ftl[brightonFTL.out].index, in brightonScanTimerList()
100 brightonFTL.ftl[brightonFTL.out].win, in brightonScanTimerList()
101 brightonFTL.ftl[brightonFTL.out].panel, in brightonScanTimerList()
102 brightonFTL.ftl[brightonFTL.out].index, in brightonScanTimerList()
[all …]
/dports/math/gap/gap-4.11.0/pkg/lpres-1.0.1/gap/pargap/
H A Dmisc.gi19 PrintTo( file, "local ftl;\n" );
21 AppendTo( file, "ftl := FromTheLeftCollector( ",
30 AppendTo( file, "ftl![ PC_INVERSEPOWERS ][", i, "] := ",
37 AppendTo( file, "SetConjugate( ftl, ",j,", ",i,", ",
40 AppendTo( file, "SetConjugate( ftl, ",j,", ",-i,", ",
43 AppendTo( file, "SetConjugate( ftl, ",-j,", ",-i,", ",
47 AppendTo( file, "SetConjugate( ftl, ",-j,", ",i,", ",
52 AppendTo( file, "FromTheLeftCollector_SetCommute( ftl );\n");
56 # AppendTo( file, "FromTheLeftCollector_CompletePowers( ftl );\n");
58 AppendTo( file, "return( ftl );\n" );
[all …]
/dports/devel/p5-File-Util/File-Util-4.161950/xt/release/
H A Ddiesnice-fatalities.t56 my $ftl = File::Util->new();
89 $ftl->onfail( 'zero' );
92 $ftl->onfail( 'warn' );
95 $ftl->onfail( 'message' );
98 $ftl->onfail( sub { } );
101 $ftl->onfail( 'die' );
178 $ftl->write_file(
195 $ftl->open_handle
212 $ftl->open_handle
313 is $ftl->write_file(
[all …]
/dports/math/gap/gap-4.11.0/pkg/lpres-1.0.1/gap/
H A Dcover.gi21 ftl; # Collector of the covering group
44 ftl:=FromTheLeftCollector(r+NewGens);
61 SetRelativeOrder(ftl,i,orders[i]);
122 return(ftl);
142 ftl; # Collector of the covering group
164 ftl:=FromTheLeftCollector(r+NewGens);
168 SetRelativeOrder(ftl,i,orders[i]);
197 if not n-1=NumberOfGenerators(ftl) then
247 if not IsConfluent(ftl) then
250 return(PcpGroupByCollector(ftl));
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/tools/lint/fluent-lint/
H A Dexclusions.yml35 # aboutDialog.ftl: Do not add new exceptions for this file,
88 # browser/components/ion/content/ion.ftl
90 # browser/locales/en-US/browser/aboutDialog.ftl
92 # browser/locales/en-US/browser/aboutLogins.ftl
94 # browser/locales/en-US/browser/pageInfo.ftl
97 # browser/locales/en-US/browser/tabContextMenu.ftl
99 # browser/locales/en-US/browser/touchbar/touchbar.ftl
109 # toolkit/locales/en-US/toolkit/about/aboutPerformance.ftl
115 # toolkit/locales/en-US/toolkit/about/aboutPlugins.ftl
121 # toolkit/locales/en-US/toolkit/about/aboutSupport.ftl
[all …]
/dports/www/firefox/firefox-99.0/tools/lint/fluent-lint/
H A Dexclusions.yml35 # aboutDialog.ftl: Do not add new exceptions for this file,
87 # browser/components/ion/content/ion.ftl
89 # browser/locales/en-US/browser/aboutDialog.ftl
91 # browser/locales/en-US/browser/aboutLogins.ftl
93 # browser/locales/en-US/browser/pageInfo.ftl
96 # browser/locales/en-US/browser/tabContextMenu.ftl
98 # browser/locales/en-US/browser/touchbar/touchbar.ftl
108 # toolkit/locales/en-US/toolkit/about/aboutPerformance.ftl
114 # toolkit/locales/en-US/toolkit/about/aboutPlugins.ftl
120 # toolkit/locales/en-US/toolkit/about/aboutSupport.ftl
[all …]
/dports/www/firefox-esr/firefox-91.8.0/tools/lint/fluent-lint/
H A Dexclusions.yml35 # aboutDialog.ftl: Do not add new exceptions for this file,
88 # browser/components/ion/content/ion.ftl
90 # browser/locales/en-US/browser/aboutDialog.ftl
92 # browser/locales/en-US/browser/aboutLogins.ftl
94 # browser/locales/en-US/browser/pageInfo.ftl
97 # browser/locales/en-US/browser/tabContextMenu.ftl
99 # browser/locales/en-US/browser/touchbar/touchbar.ftl
109 # toolkit/locales/en-US/toolkit/about/aboutPerformance.ftl
115 # toolkit/locales/en-US/toolkit/about/aboutPlugins.ftl
121 # toolkit/locales/en-US/toolkit/about/aboutSupport.ftl
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/remoting/host/
H A Dftl_host_change_notification_listener_unittest.cc37 ftl::ChromotingMessage CreateMessageWithDirectoryState( in CreateMessageWithDirectoryState()
38 ftl::HostStatusChangeMessage_DirectoryState state) { in CreateMessageWithDirectoryState()
39 ftl::ChromotingMessage message; in CreateMessageWithDirectoryState()
61 system_sender_id_.set_type(ftl::IdType_Type_SYSTEM); in SetUp()
62 peer_sender_id_.set_type(ftl::IdType_Type_EMAIL); in SetUp()
76 ftl::Id system_sender_id_;
77 ftl::Id peer_sender_id_;
97 ftl::HostStatusChangeMessage_DirectoryState_DELETED)); in TEST_F()
109 ftl::HostStatusChangeMessage_DirectoryState_DELETED)); in TEST_F()
125 ftl::HostStatusChangeMessage_DirectoryState_DELETED)); in TEST_F()
[all …]

12345678910>>...43