HomeSort by relevance Sort by last modified time
    Searched defs:start_page (Results 1 - 8 of 8) sorted by null

  /external/curl/docs/examples/
crawler.c 28 char *start_page = "https://www.reuters.com"; variable
163 curl_multi_add_handle(multi_handle, make_handle(start_page));
  /external/u-boot/drivers/net/
ne2000_base.c 216 dp83902a_start_xmit(int start_page, int len)
224 printf("Tx pkt %d len %d\n", start_page, len);
233 DP_OUT(base, DP_TPSR, start_page);
248 int len, start_page, pkt_len, i, isr; local
259 start_page = dp->tx_next;
261 dp->tx1 = start_page;
266 dp->tx2 = start_page;
273 printf("TX prep page %d len %d\n", start_page, pkt_len);
288 DP_OUT(base, DP_RSAH, (start_page - 1) & 0xff);
305 DP_OUT(base, DP_RSAH, start_page);
    [all...]
  /art/dexlayout/
dexdiag.cc 290 uint64_t start_page = (dex_file_start - vdex_start) / kPageSize; local
291 uint64_t start_address = start_page * kPageSize;
296 map_start + start_page * kPageSize,
310 ProcessPageMap(pagemap, start_page, end_page, sections, &section_resident_pages);
311 DisplayDexStatistics(start_page, end_page, section_resident_pages, sections, printer);
  /external/v8/src/mips/
simulator-mips.cc 797 intptr_t start_page = (start & ~CachePage::kPageMask); local
799 return start_page == end_page;
    [all...]
  /external/v8/src/ppc/
simulator-ppc.cc 653 intptr_t start_page = (start & ~CachePage::kPageMask); local
655 return start_page == end_page;
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 563 intptr_t start_page = (start & ~CachePage::kPageMask); local
565 return start_page == end_page;
    [all...]
  /external/v8/src/mips64/
simulator-mips64.cc 729 intptr_t start_page = (start & ~CachePage::kPageMask); local
731 return start_page == end_page;
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 654 intptr_t start_page = (start & ~CachePage::kPageMask); local
656 return start_page == end_page;
    [all...]

Completed in 514 milliseconds