HomeSort by relevance Sort by last modified time
    Searched refs:pages (Results 126 - 150 of 242) sorted by null

1 2 3 4 56 7 8 910

  /external/libcups/filter/
pstops.c 78 slow_duplex, /* Duplex pages slowly? */
79 slow_order, /* Reverse pages slowly? */
81 cups_array_t *pages; /* Pages in document */ member in struct:__anon27885
96 fit_to_page; /* Fit pages to media */
103 int mirror, /* doc->mirror/mirror pages */
104 number_up, /* Number of pages on each sheet */
105 number_up_layout, /* doc->number_up_layout of N-up pages */
107 page_border; /* doc->page_border around pages */
400 * 'add_page()' - Add a page to the pages array
612 int pages; \/* Number of pages *\/ local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 698 unsigned pages, lines; local
700 pages = size >> 12;
701 size -= (pages << 12);
707 while (pages) {
708 lines = (pages > 2047) ? 2047 : pages;
709 pages -= lines;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmltok.c 48 #define UCS2_GET_NAMING(pages, hi, lo) \
49 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
53 pages, 3 bits to add to that index and 5 bits to generate the mask.
55 #define UTF8_GET_NAMING2(pages, byte) \
56 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
63 into pages, 3 bits to add to that index and 5 bits to generate the
66 #define UTF8_GET_NAMING3(pages, byte) \
67 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
74 #define UTF8_GET_NAMING(pages, p, n) \
76 ? UTF8_GET_NAMING2(pages, (const unsigned char *)(p)) \
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmltok.c 46 #define UCS2_GET_NAMING(pages, hi, lo) \
47 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1 << ((lo) & 0x1F)))
51 pages, 3 bits to add to that index and 5 bits to generate the mask.
53 #define UTF8_GET_NAMING2(pages, byte) \
54 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
61 into pages, 3 bits to add to that index and 5 bits to generate the
64 #define UTF8_GET_NAMING3(pages, byte) \
65 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
72 #define UTF8_GET_NAMING(pages, p, n) \
74 ? UTF8_GET_NAMING2(pages, (const unsigned char *)(p)) \
    [all...]
  /external/expat/lib/
xmltok.c 80 #define UCS2_GET_NAMING(pages, hi, lo) \
81 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1u << ((lo) & 0x1F)))
85 pages, 3 bits to add to that index and 5 bits to generate the mask.
87 #define UTF8_GET_NAMING2(pages, byte) \
88 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
95 into pages, 3 bits to add to that index and 5 bits to generate the
98 #define UTF8_GET_NAMING3(pages, byte) \
99 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
106 #define UTF8_GET_NAMING(pages, p, n) \
108 ? UTF8_GET_NAMING2(pages, (const unsigned char *)(p))
    [all...]
  /external/python/cpython2/Modules/expat/
xmltok.c 80 #define UCS2_GET_NAMING(pages, hi, lo) \
81 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1u << ((lo) & 0x1F)))
85 pages, 3 bits to add to that index and 5 bits to generate the mask.
87 #define UTF8_GET_NAMING2(pages, byte) \
88 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
95 into pages, 3 bits to add to that index and 5 bits to generate the
98 #define UTF8_GET_NAMING3(pages, byte) \
99 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
106 #define UTF8_GET_NAMING(pages, p, n) \
108 ? UTF8_GET_NAMING2(pages, (const unsigned char *)(p))
    [all...]
  /external/python/cpython3/Modules/expat/
xmltok.c 83 #define UCS2_GET_NAMING(pages, hi, lo) \
84 (namingBitmap[(pages[hi] << 3) + ((lo) >> 5)] & (1u << ((lo) & 0x1F)))
88 pages, 3 bits to add to that index and 5 bits to generate the mask.
90 #define UTF8_GET_NAMING2(pages, byte) \
91 (namingBitmap[((pages)[(((byte)[0]) >> 2) & 7] << 3) \
98 into pages, 3 bits to add to that index and 5 bits to generate the
101 #define UTF8_GET_NAMING3(pages, byte) \
102 (namingBitmap[((pages)[((((byte)[0]) & 0xF) << 4) \
109 #define UTF8_GET_NAMING(pages, p, n) \
111 ? UTF8_GET_NAMING2(pages, (const unsigned char *)(p))
    [all...]
  /external/u-boot/cmd/
bootefi.c 201 uint64_t addr, size, pages; local
210 pages = ALIGN(size, EFI_PAGE_SIZE) >> EFI_PAGE_SHIFT;
211 efi_add_memory_map(addr, pages, EFI_RESERVED_MEMORY_TYPE,
  /build/make/tools/droiddoc/templates-ndk/
sampleindex.cs 71 <?cs # Remove project structure from landing pages for now
80 so don't show src links (we dont have the pages!) ?>
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
LinuxBzimage.h 120 UINT16 pages; /* 0x32 */ member in struct:screen_info
  /external/ImageMagick/MagickCore/
random.c 394 pages;
396 pages=(ssize_t) sysconf(_SC_PHYS_PAGES);
397 SetStringInfoLength(chaos,sizeof(pages));
398 SetStringInfoDatum(chaos,(unsigned char *) &pages);
386 pages; local
    [all...]
resource.c 1098 pages, local
    [all...]
  /external/ImageMagick/PerlMagick/
Magick.pm 123 It was originally developed to be used by CGI scripts for Web pages.
  /external/ImageMagick/PerlMagick/quantum/
quantum.pm 122 It was originally developed to be used by CGI scripts for Web pages.
  /external/curl/scripts/
updatemanpages.pl 24 # Update man pages.
322 Updates the man pages with the version number and optional date. If the date
  /external/doclava/res/assets/templates-sdk/
sampleindex.cs 66 <?cs # Remove project structure from landing pages for now
75 so don't show src links (we dont have the pages!) ?>
  /external/libjpeg-turbo/doc/html/search/
search.css 246 .pages b {
254 .pages {
  /external/tinyxml2/docs/search/
search.css 246 .pages b {
254 .pages {
  /device/linaro/bootloader/edk2/OvmfPkg/ResetVector/Ia32/
PageTables64.asm 53 ; At the end of PEI, the pages tables will be rebuilt into a
  /external/tinyxml2/docs/
menudata.js 3 {text:"Related Pages",url:"pages.html"},
  /external/u-boot/lib/efi_loader/
efi_runtime.c 378 u64 pages = (len + EFI_PAGE_MASK) >> EFI_PAGE_SHIFT; local
382 retaddr = efi_add_memory_map(addr, pages, EFI_MMAP_IO, false);
  /cts/tests/tests/print/printTestUtilLib/src/android/print/test/
BasePrintTest.java 880 PageRange[] pages = (PageRange[]) args[0]; external variable declarations
887 callback.onWriteFinished(pages); external variable declarations
    [all...]
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 377 // If not a micro app, create some wearable pages for
379 ArrayList<Notification> pages = new ArrayList<Notification>(); local
387 pages.add(new NotificationCompat.Builder(this)
396 builder.extend(new NotificationCompat.WearableExtender().addPages(pages));
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Application/src/main/java/com/example/android/xyztouristattractions/service/
UtilityService.java 378 // If not a micro app, create some wearable pages for
380 ArrayList<Notification> pages = new ArrayList<Notification>(); local
388 pages.add(new NotificationCompat.Builder(this)
397 builder.extend(new NotificationCompat.WearableExtender().addPages(pages));
  /development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
UtilityService.java 376 // If not a micro app, create some wearable pages for
378 ArrayList<Notification> pages = new ArrayList<Notification>(); local
386 pages.add(new NotificationCompat.Builder(this)
395 builder.extend(new NotificationCompat.WearableExtender().addPages(pages));

Completed in 510 milliseconds

1 2 3 4 56 7 8 910