Searched refs:page_size (Results 1 - 25 of 68) sorted by path

123

/macosx-10.10.1/BerkeleyDB-21/db/os/
H A Dos_open.c21 __os_open(env, name, page_size, flags, mode, fhpp)
24 u_int32_t page_size, flags;
32 COMPQUIET(page_size, 0);
/macosx-10.10.1/BerkeleyDB-21/db/os_brew/
H A Dos_open.c18 __os_open(env, name, page_size, flags, mode, fhpp)
21 u_int32_t page_size, flags;
28 COMPQUIET(page_size, 0);
/macosx-10.10.1/BerkeleyDB-21/db/os_windows/
H A Dos_open.c18 __os_open(env, name, page_size, flags, mode, fhpp)
21 u_int32_t page_size, flags;
149 if (LF_ISSET(DB_OSO_DIRECT) && page_size != 0 && name[0] != '\0') {
162 page_size % sector_size == 0)
/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c[all...]
/macosx-10.10.1/IOAudioFamily-200.6/
H A DIOAudioEngine.cpp415 reserved->statusDescriptor = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn | kIOMemoryKernelUserShared, round_page_32(sizeof(IOAudioEngineStatus)), page_size);
1310 reserved->bytesInOutputBufferArrayDescriptor = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn | kIOMemoryKernelUserShared, round_page(outputStreams->getCount() * sizeof(UInt32)), page_size);
1322 reserved->bytesInInputBufferArrayDescriptor = IOBufferMemoryDescriptor::withOptions(kIODirectionOutIn | kIOMemoryKernelUserShared, round_page(inputStreams->getCount() * sizeof(UInt32)), page_size);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp4034 __private->saveFramebuffer = IOMallocPageable( __private->saveLength, page_size );
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A Dballoc.c310 #define page_size 4096 macro
H A Dvtd.c647 kr = bf->table_map->wireRange(kIODirectionOutIn, index << 3, page_size);
935 alloc, page_size);
1000 IOSetProcessorCacheMode(kernel_task, (IOVirtualAddress) &bf->tables[0][0], page_size, kIOCopybackCache); local
1054 if (mapSpecification->alignment > page_size) align = atop_64(mapSpecification->alignment);
1263 for (; count; addr += page_size, count--)
1277 2 * page_size, page_size);
1310 root_entry_t * root_entry_table = (typeof(root_entry_table)) (fContextTableMap->getAddress() + page_size);
1333 kQIPageCount * page_size, page_size);
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dmark.c63 *page_size, /* PageSize option */ local
89 page_size = cupsGetOption("PageSize", num_options, options);
138 if (!page_size || !page_size[0])
H A Dppd-cache.c2080 const char *page_size) /* I - PPD PageSize */
2091 if (!pc || !page_size)
2094 if (!_cups_strncasecmp(page_size, "Custom.", 7))
2112 w = (float)_cupsStrScand(page_size + 7, &ptr, loc);
2162 if (!_cups_strcasecmp(page_size, size->map.ppd) ||
2163 !_cups_strcasecmp(page_size, size->map.pwg))
2170 if ((media = pwgMediaForPPD(page_size)) == NULL)
2171 if ((media = pwgMediaForLegacy(page_size)) == NULL)
2172 media = pwgMediaForPWG(page_size);
2078 _ppdCacheGetSize( _ppd_cache_t *pc, const char *page_size) argument
H A Dppd-private.h183 const char *page_size);
/macosx-10.10.1/cups-408/cups/filter/
H A Dpstops.c104 *page_size; /* PageSize value */ member in struct:__anon6981
1326 pageinfo->num_options = cupsAddOption("PageSize", doc->page_size,
2360 doc->page_size = choice->choice;
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c3081 ppd_option_t *page_size, /* PageSize option */ local
3099 if ((page_size = ppdFindOption(ppd, "PageSize")) == NULL && warn != 2)
3173 if (warn != 2 && !ppdFindChoice(page_size, size->name))
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Daout-adobe.c188 adata (abfd).page_size = 1; /* Not applicable. */
256 adata (abfd).page_size = 1; /* Not applicable. */
H A Daout-cris.c279 adata (abfd).page_size = TARGET_PAGE_SIZE;
H A Daout-target.h252 adata(abfd).page_size = TARGET_PAGE_SIZE;
H A Daout-tic30.c93 adata (abfd).page_size = TARGET_PAGE_SIZE;
H A Daoutf1.h722 adata (abfd).page_size = 0x2000;
727 adata (abfd).page_size = 0x2000;
H A Daoutx.h572 adata (abfd)->page_size = TARGET_PAGE_SIZE;
958 & (adata (abfd).page_size - 1));
961 & (adata (abfd).page_size - 1));
968 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
972 /* Note that if page_size == zmagic_disk_block_size, then
973 filepos == page_size, and this case is the same as the ztih
976 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
1017 adata (abfd).page_size);
H A Dbout.c172 adata (abfd).page_size = 1; /* Not applicable. */
H A Dcoffcode.h2989 int page_size;
2993 page_size = pe_data (abfd)->pe_opthdr.FileAlignment;
2997 if (page_size == 0)
2998 page_size = 1;
3001 page_size = PE_DEF_FILE_ALIGNMENT;
3004 int page_size = COFF_PAGE_SIZE;
3199 sofar += (current->vma - (bfd_vma) sofar) % page_size;
3205 current->size = (current->size + page_size -1) & -page_size;
2988 int page_size; local
3003 int page_size = COFF_PAGE_SIZE; local
H A Dgen-aout.c33 int page_size; local
53 page_size = N_TXTOFF(my_exec);
54 if (page_size == 0)
73 if (page_size == 0)
74 page_size = PAGSIZ;
76 if (page_size != 0)
77 printf("#define TARGET_PAGE_SIZE %d\n", page_size);
H A Di386os9k.c110 adata (abfd).page_size = 1; /* Not applicable. */
H A Dlibaout.h375 unsigned long page_size;
381 section in ZMAGIC binaries. Normally the same as page_size. */
373 unsigned long page_size; member in struct:aoutdata
H A Dpdp11.c584 adata(abfd)->page_size = TARGET_PAGE_SIZE;
897 & (adata (abfd).page_size - 1));
900 & (adata (abfd).page_size - 1));
907 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
911 /* Note that if page_size == zmagic_disk_block_size, then
912 filepos == page_size, and this case is the same as the ztih
915 text_pad += BFD_ALIGN (text_end, adata (abfd).page_size) - text_end;
953 adata(abfd).page_size);

Completed in 621 milliseconds

123