Searched defs:page_offset (Results 1 - 8 of 8) sorted by relevance

/external/kernel-headers/original/linux/
H A Dpagemap.h119 static inline loff_t page_offset(struct page *page) function
H A Dskbuff.h127 __u16 page_offset; member in struct:skb_frag_struct
809 frag->page_offset = off;
1222 off == frag->page_offset + frag->size;
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_messages.h199 WriteParam(m, p.page_offset());
204 int page_offset; local
207 !ReadParam(m, iter, &page_offset))
209 *p = TemplateURLRef(url, index_offset, page_offset);
342 suggestions_url.page_offset());
343 p->SetURL(url.url(), url.index_offset(), url.page_offset());
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url.cc80 int page_offset)
83 page_offset_(page_offset),
91 int page_offset) {
94 page_offset_ = page_offset;
612 int page_offset) {
613 suggestions_url_.Set(suggestions_url, index_offset, page_offset);
618 int page_offset) {
619 url_.Set(url, index_offset, page_offset);
624 int page_offset) {
625 instant_url_.Set(url, index_offset, page_offset);
78 TemplateURLRef(const std::string& url, int index_offset, int page_offset) argument
89 Set(const std::string& url, int index_offset, int page_offset) argument
610 SetSuggestionsURL(const std::string& suggestions_url, int index_offset, int page_offset) argument
616 SetURL(const std::string& url, int index_offset, int page_offset) argument
622 SetInstantURL(const std::string& url, int index_offset, int page_offset) argument
[all...]
H A Dtemplate_url.h55 TemplateURLRef(const std::string& url, int index_offset, int page_offset);
96 int page_offset() const { return page_offset_; } function in class:TemplateURLRef
180 void Set(const std::string& url, int index_offset, int page_offset);
324 int page_offset);
332 void SetURL(const std::string& url, int index_offset, int page_offset);
341 // TemplateURLRef for a description of |index_offset| and |page_offset|.
342 void SetInstantURL(const std::string& url, int index_offset, int page_offset);
H A Dtemplate_url_parser.cc301 int page_offset = 1; local
316 base::StringToInt(XMLCharToString(value), &page_offset); local
317 page_offset = std::max(1, page_offset);
324 turl->SetURL(template_url, index_offset, page_offset);
329 turl->SetSuggestionsURL(template_url, index_offset, page_offset);
444 t_url_ref->page_offset());
448 t_url_ref->page_offset());
/external/linux-tools-perf/util/
H A Dsession.c1013 u64 head, page_offset, file_offset, file_pos, progress_next; local
1025 page_offset = page_size * (data_offset / page_size);
1026 file_offset = page_offset;
1027 head = data_offset - page_offset;
1070 page_offset = page_size * (head / page_size);
1071 file_offset += page_offset;
1072 head -= page_offset;
/external/qemu/target-i386/
H A Dhelper.c988 uint32_t page_offset; local
1243 page_offset = (addr & TARGET_PAGE_MASK) & (page_size - 1);
1244 paddr = (pte & TARGET_PAGE_MASK) + page_offset;
1245 vaddr = virt_addr + page_offset;
1276 uint32_t page_offset; local
1360 page_offset = (addr & TARGET_PAGE_MASK) & (page_size - 1);
1361 paddr = (pte & TARGET_PAGE_MASK) + page_offset;

Completed in 136 milliseconds