Searched refs:page (Results 1 - 25 of 1037) sorted by last modified time

1234567891011>>

/external/yaffs2/yaffs2/
H A DKconfig24 bool "512 byte / page devices"
28 Enable YAFFS1 support -- yaffs for 512 byte / page devices
54 bool "2048 byte (or larger) / page devices"
58 Enable YAFFS2 support -- yaffs for >= 2048 byte / page larger devices
69 will be used depending on the device page size.
99 512-byte page devices and >=128MB for 2k page devices). They use
H A Dyaffs_fs.c58 #define Page_Uptodate(page) test_bit(PG_uptodate, &(page)->flags)
165 static int yaffs_readpage(struct file *file, struct page *page);
167 static int yaffs_writepage(struct page *page, struct writeback_control *wbc);
169 static int yaffs_writepage(struct page *page);
171 static int yaffs_prepare_write(struct file *f, struct page *pg,
173 static int yaffs_commit_write(struct file *f, struct page *p
544 yaffs_writepage(struct page *page, struct writeback_control *wbc) argument
[all...]
H A Dyaffs_guts.c410 * Check the first page we try to write in a block.
901 /* Check sane level and page Id */
2275 /* Next page please.... */
2377 /* This page is in use and might need to be copied off */
2392 ("Collecting page %d, %d %d %d " TENDSTR),
2399 ("page %d in gc has no object "
2881 int page; local
2890 page = chunkId % dev->nChunksPerBlock;
2919 yaffs_ClearChunkBit(dev, block, page);
3149 * In Linux, the page cach
[all...]
/external/yaffs2/yaffs2/direct/
H A Dyaffs_fileem.c49 yflash_Page page[32]; // The pages in the block member in struct:__anon34291
H A Dyaffs_fileem2k.c44 yflash_Page page[PAGES_PER_BLOCK]; // The pages in the block member in struct:__anon34294
H A Dyaffs_flashif.c43 yflash_Page page[32]; // The pages in the block member in struct:__anon34297
129 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
137 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
159 memcpy(data,ramdisk.block[blk]->page[pg].data,512);
166 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(yaffs_PackedTags));
189 if(ramdisk.block[blk]->page[pg].data[i] != 0xFF)
H A Dyaffs_ramdisk.c47 yramdisk_Page page[32]; // The pages in the block member in struct:__anon34300
133 memcpy(ramdisk.block[blk]->page[pg].data,data,512);
142 memcpy(&ramdisk.block[blk]->page[pg].data[512],&pt,sizeof(pt));
164 memcpy(data,ramdisk.block[blk]->page[pg].data,512);
172 memcpy(&pt,&ramdisk.block[blk]->page[pg].data[512],sizeof(pt));
196 if(ramdisk.block[blk]->page[pg].data[i] != 0xFF)
H A Dyaffs_ramem2k.c63 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon34303
104 memset(blk->page[i],0xff,sizeof(nandemul_Page));
105 blk->page[i]->empty = 1;
159 if((blk->page[j] = YMALLOC(sizeof(nandemul_Page))) == 0)
207 x = ned.block[blk]->page[pg]->data;
214 ned.block[blk]->page[pg]->empty = 0;
220 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
250 memcpy(data,ned.block[blk]->page[pg]->data,PAGE_DATA_SIZE);
256 x = &ned.block[blk]->page[pg]->data[PAGE_DATA_SIZE];
279 if(ned.block[blk]->page[p
[all...]
/external/yaffs2/yaffs2/mtdemul/
H A Dnandemul2k.c75 nandemul_Page *page[PAGES_PER_BLOCK]; member in struct:__anon34309
101 static void nandemul2k_Read(void *buffer, int page, int start, int nBytes) argument
103 int pg = page%PAGES_PER_BLOCK;
104 int blk = page/PAGES_PER_BLOCK;
107 memcpy(buffer,&ned.block[blk]->page[pg]->data[start],nBytes);
112 static void nandemul2k_Program(const void *buffer, int page, int start, int nBytes) argument
114 int pg = page%PAGES_PER_BLOCK;
115 int blk = page/PAGES_PER_BLOCK;
119 p = &ned.block[blk]->page[pg]->data[start];
145 memset(blk->page[
321 int start, page; local
379 int col, page; local
425 int start, page; local
483 int col, page; local
[all...]
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_roboswitch.c23 #define ROBO_MII_PAGE 0x10 /* MII page register */
27 #define ROBO_MII_PAGE_ENABLE 0x01 /* MII page op code */
34 #define ROBO_ARLCTRL_PAGE 0x04 /* ARL control page */
35 #define ROBO_VLAN_PAGE 0x34 /* VLAN page */
37 /* ARL control page registers */
44 /* VLAN page registers */
117 u8 page, u8 reg, u8 op)
121 /* set page number */
123 (page << 8) | ROBO_MII_PAGE_ENABLE);
139 u8 page, u
116 wpa_driver_roboswitch_reg(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u8 op) argument
138 wpa_driver_roboswitch_read(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) argument
156 wpa_driver_roboswitch_write(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) argument
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_roboswitch.c23 #define ROBO_MII_PAGE 0x10 /* MII page register */
27 #define ROBO_MII_PAGE_ENABLE 0x01 /* MII page op code */
34 #define ROBO_ARLCTRL_PAGE 0x04 /* ARL control page */
35 #define ROBO_VLAN_PAGE 0x34 /* VLAN page */
37 /* ARL control page registers */
44 /* VLAN page registers */
117 u8 page, u8 reg, u8 op)
121 /* set page number */
123 (page << 8) | ROBO_MII_PAGE_ENABLE);
139 u8 page, u
116 wpa_driver_roboswitch_reg(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u8 op) argument
138 wpa_driver_roboswitch_read(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) argument
156 wpa_driver_roboswitch_write(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_roboswitch.c23 #define ROBO_MII_PAGE 0x10 /* MII page register */
27 #define ROBO_MII_PAGE_ENABLE 0x01 /* MII page op code */
34 #define ROBO_ARLCTRL_PAGE 0x04 /* ARL control page */
35 #define ROBO_VLAN_PAGE 0x34 /* VLAN page */
37 /* ARL control page registers */
44 /* VLAN page registers */
117 u8 page, u8 reg, u8 op)
121 /* set page number */
123 (page << 8) | ROBO_MII_PAGE_ENABLE);
139 u8 page, u
116 wpa_driver_roboswitch_reg(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u8 op) argument
138 wpa_driver_roboswitch_read(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) argument
156 wpa_driver_roboswitch_write(struct wpa_driver_roboswitch_data *drv, u8 page, u8 reg, u16 *val, int len) argument
[all...]
/external/webp/src/enc/
H A Dtoken.c30 #define MIN_PAGE_SIZE 8192 // minimum number of token per page
37 VP8Tokens* next_; // pointer to next page
67 VP8Tokens* page = NULL; local
68 const size_t size = sizeof(*page) + b->page_size_ * sizeof(token_t);
70 page = (VP8Tokens*)WebPSafeMalloc(1ULL, size);
72 if (page == NULL) {
76 page->next_ = NULL;
78 *b->last_page_ = page;
79 b->last_page_ = &page->next_;
81 b->tokens_ = TOKEN_DATA(page);
[all...]
/external/valgrind/main/auxprogs/
H A Dnightly-build-summary277 my $page = get("$url");
281 print EMAIL $page;
286 last if ($page eq "No such file.\n");
288 # Split the page into lines
289 my @lines = split(/\n/, $page);
/external/valgrind/main/memcheck/tests/
H A Datomic_incs.c3 between two processes which share a page. Valgrind 3.4.1 and
665 char* page; local
674 page = mmap( 0, sysconf(_SC_PAGESIZE),
677 if (page == MAP_FAILED) {
682 p8 = (char*)(page+0);
683 p16 = (short*)(page+256);
684 p32 = (int*)(page+512);
685 p64 = (long long int*)(page+768);
692 memset(page, 0, 1024);
/external/tremolo/Tremolo/
H A Dframing.c481 /* returns the number of packets that are completed on this page (if
482 the leading packet is begun on a previous page, but ends on this
483 page, it's counted */
486 If a page consists of a packet begun on a previous page, and a new
487 packet begun (but not completed) on this page, the return will be:
488 ogg_page_packets(page) ==1,
489 ogg_page_continued(page) !=0
491 If a page happens to be a single packet that was begun on a
492 previous page, an
695 oggbyte_buffer page; local
[all...]
/external/tcpdump/
H A Dprint-wb.c76 #define PT_PREQ 5 /* page vector request */
77 #define PT_PREP 7 /* page vector reply */
89 u_int32_t p_uid; /* page number */
122 struct PageID pd_page; /* page that operations apply to */
133 struct PageID pr_page; /* page of drawops */
154 struct PageID page; member in struct:pgstate
165 struct PageID pi_mpage; /* current page */
198 ipaddr_string(&id->pi_ps.page.p_sid),
199 EXTRACT_32BITS(&id->pi_ps.page.p_uid),
276 ipaddr_string(&ps->page
[all...]
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c64 #define MAX_CP_LEN 5 /* max code page name length */
235 static int __ParseLocaleString(const char* lname, char* lang, char* ctry, char* page);
362 /* Convert character sequence to target code page. */
1390 char* lang, char* ctry, char* page) {
1407 /* We look for the last code page separator '.' */
1419 /* No language nor country, only code page */
1449 _STLP_STRNCPY(page, MAX_CP_LEN + 1, lname, len);
1540 char lang[MAX_LANG_LEN + 1], ctry[MAX_CTRY_LEN + 1], page[MAX_CP_LEN + 1]; local
1549 memset(page, 0, MAX_CP_LEN + 1);
1550 if (__ParseLocaleString(lname, lang, ctry, page)
1389 __ParseLocaleString(const char* lname, char* lang, char* ctry, char* page) argument
[all...]
/external/stressapptest/src/
H A Dworker.cc465 // Fill this page with its pattern.
511 // Fill this page with a random pattern.
530 // Actually fill the page.
554 // Fill the page with pattern
558 // Put the page back on the queue.
1280 // cause bad data to be propogated across the page.
1424 // cause bad data to be propogated across the page.
1708 bool FileThread::SectorValidatePage(const struct PageRec &page, argument
1760 page.src, page
2401 struct page_entry page; local
[all...]
H A Dworker.h339 // Fill a page with its specified pattern.
359 // Setup tagging on an existing page.
450 virtual bool SectorValidatePage(const struct PageRec &page,
463 // Throw out a used empty page.
465 // Throw out a used, filled page.
469 struct PageRec *page_recs_; // Array of page records.
474 bool page_io_; // Use page pool for IO.
475 void *local_page_; // malloc'd page fon non-pool IO.
594 // Fill a page with the data pattern in pe->pattern.
600 // Worker thread to verify page dat
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c1179 ** file will be doing page-aligned sector reads and writes in a random
1664 ** times the database page size. ^If SQLite needs needs additional
1670 ** the database page cache with the default page cache implementation.
1671 ** This configuration should not be used if an application-define page
1674 ** memory, the size of each page buffer (sz), and the number of pages (N).
1675 ** The sz argument should be the size of the largest database page
1677 ** page header. ^The page header size is 20 to 40 bytes depending on
1683 ** page cach
38660 sqlite3_pcache_page page; member in struct:PgHdr1
[all...]
/external/sqlite/dist/
H A Dsqlite3.c1179 ** file will be doing page-aligned sector reads and writes in a random
1664 ** times the database page size. ^If SQLite needs needs additional
1670 ** the database page cache with the default page cache implementation.
1671 ** This configuration should not be used if an application-define page
1674 ** memory, the size of each page buffer (sz), and the number of pages (N).
1675 ** The sz argument should be the size of the largest database page
1677 ** page header. ^The page header size is 20 to 40 bytes depending on
1683 ** page cach
38680 sqlite3_pcache_page page; member in struct:PgHdr1
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp175 HRESULT SkXPSDevice::createXpsThumbnail(IXpsOMPage* page, argument
202 HRM(thumbnailGenerator->GenerateThumbnail(page,
213 IXpsOMPage** page) {
221 "Could not create page part uri.");
227 page),
228 "Could not create page.");
300 //Create the page.
305 SkTScopedComPtr<IXpsOMPage> page; local
306 HRB(this->createXpsPage(pageSize, &page));
309 HRBM(page
212 createXpsPage(const XPS_SIZE& pageSize, IXpsOMPage** page) argument
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp438 // on the page to optimize this.
1507 // If the content area is the entire page, then we don't need to clip
1508 // the content area (PDF area clips to the page size). Otherwise,
1706 void SkPDFDevice::appendDestinations(SkPDFDict* dict, SkPDFObject* page) { argument
1712 pdfDest->append(SkNEW_ARGS(SkPDFObjRef, (page)))->unref();
H A DSkPDFDocument.cpp63 // The page tree has both child and parent pointers, so it creates a
172 // Add the size of resources of substitute objects used on page 1.
176 // first page xref table and calculate the size.
207 // // TODO(vandebo): Save the file offset for the first page xref table.
245 SkPDFPage* page = new SkPDFPage(pdfDevice); local
247 fPages[pageNumber] = page; // Reference from new passed to fPages.
256 SkPDFPage* page = new SkPDFPage(pdfDevice); local
257 fPages.push(page); // Reference from new passed to fPages.

Completed in 641 milliseconds

1234567891011>>