Searched refs:dir (Results 1 - 25 of 353) sorted by path

1234567891011>>

/haiku/headers/build/os/kernel/
H A Dfs_attr.h41 extern int fs_close_attr_dir(DIR *dir);
42 extern struct dirent *fs_read_attr_dir(DIR *dir);
43 extern void fs_rewind_attr_dir(DIR *dir);
/haiku/headers/libs/agg/
H A Dagg_color_rgba.h397 r = gamma.dir(r);
398 g = gamma.dir(g);
399 b = gamma.dir(b);
659 r = gamma.dir(r);
660 g = gamma.dir(g);
661 b = gamma.dir(b);
H A Dagg_gamma_lut.h101 HiResT dir(LoResT v) const function in class:agg::gamma_lut
H A Dagg_pixfmt_gray.h86 *p = m_gamma.dir(*p);
H A Dagg_pixfmt_rgb.h45 p[Order::R] = m_gamma.dir(p[Order::R]);
46 p[Order::G] = m_gamma.dir(p[Order::G]);
47 p[Order::B] = m_gamma.dir(p[Order::B]);
156 calc_type r = m_gamma->dir(p[Order::R]);
157 calc_type g = m_gamma->dir(p[Order::G]);
158 calc_type b = m_gamma->dir(p[Order::B]);
159 p[Order::R] = m_gamma->inv((((m_gamma->dir(cr) - r) * alpha) >> base_shift) + r);
160 p[Order::G] = m_gamma->inv((((m_gamma->dir(cg) - g) * alpha) >> base_shift) + g);
161 p[Order::B] = m_gamma->inv((((m_gamma->dir(cb) - b) * alpha) >> base_shift) + b);
H A Dagg_pixfmt_rgb_packed.h134 calc_type r = m_gamma->dir((rgb >> 7) & 0xF8);
135 calc_type g = m_gamma->dir((rgb >> 2) & 0xF8);
136 calc_type b = m_gamma->dir((rgb << 3) & 0xF8);
138 (((m_gamma->inv(((m_gamma->dir(cr) - r) * alpha + (r << 8)) >> 8) << 7) & 0x7C00) |
139 ((m_gamma->inv(((m_gamma->dir(cg) - g) * alpha + (g << 8)) >> 8) << 2) & 0x03E0) |
140 (m_gamma->inv(((m_gamma->dir(cb) - b) * alpha + (b << 8)) >> 8) >> 3) | 0x8000);
261 calc_type r = m_gamma->dir((rgb >> 8) & 0xF8);
262 calc_type g = m_gamma->dir((rgb >> 3) & 0xFC);
263 calc_type b = m_gamma->dir((rgb << 3) & 0xF8);
265 (((m_gamma->inv(((m_gamma->dir(c
[all...]
H A Dagg_pixfmt_rgba.h91 p[Order::R] = m_gamma.dir(p[Order::R]);
92 p[Order::G] = m_gamma.dir(p[Order::G]);
93 p[Order::B] = m_gamma.dir(p[Order::B]);
/haiku/headers/libs/print/libprint/
H A DDbgMsg.h22 void DUMP_BDIRECTORY(BDirectory *dir);
28 #define DUMP_BDIRECTORY(dir) (void)0
/haiku/headers/os/drivers/pcmcia/
H A Dds.h93 #define _IOC(dir,tag,num,sz) (((tag)<<24)|((num)<<16)|((sz)<<2)|(dir))
/haiku/headers/os/kernel/
H A Dfs_attr.h40 extern int fs_close_attr_dir(DIR *dir);
41 extern struct dirent *fs_read_attr_dir(DIR *dir);
42 extern void fs_rewind_attr_dir(DIR *dir);
/haiku/headers/os/mail/
H A DMailMessage.h115 status_t RenderTo(BDirectory* dir,
/haiku/headers/os/storage/
H A DDirectory.h22 BDirectory(const BDirectory &dir);
27 BDirectory(const BDirectory *dir, const char *path);
35 status_t SetTo(const BDirectory *dir, const char *path);
56 status_t CreateDirectory(const char *path, BDirectory *dir);
62 BDirectory &operator=(const BDirectory &dir);
H A DEntry.h22 entry_ref(dev_t dev, ino_t dir,
42 BEntry(const BDirectory* dir, const char* path,
57 status_t SetTo(const BDirectory* dir, const char* path,
67 status_t GetParent(BDirectory* dir) const;
71 status_t MoveTo(BDirectory* dir, const char* path = NULL,
95 status_t _SetTo(int dir, const char* path,
H A DFile.h24 BFile(const BDirectory *dir, const char *path, uint32 openMode);
30 status_t SetTo(const BDirectory *dir, const char *path, uint32 openMode);
H A DNode.h39 BNode(const BDirectory* dir, const char* path);
50 status_t SetTo(const BDirectory* dir, const char* path);
H A DPath.h26 BPath(const char* dir, const char* leaf = NULL,
28 BPath(const BDirectory* dir,
40 status_t SetTo(const BDirectory* dir,
H A DSymLink.h23 BSymLink(const BDirectory* dir,
31 ssize_t MakeLinkedPath(const BDirectory* dir,
/haiku/headers/private/firewire/
H A Diec13213.h207 struct csrdirectory *dir; member in struct:crom_ptr
/haiku/headers/private/fs_shell/
H A Dfssh_fs_attr.h42 extern int fssh_fs_close_attr_dir(fssh_DIR *dir);
43 extern struct fssh_dirent *fssh_fs_read_attr_dir(fssh_DIR *dir);
44 extern void fssh_fs_rewind_attr_dir(fssh_DIR *dir);
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h79 typedef int op_create(void *ns, void *dir, const char *name,
81 typedef int op_mkdir(void *ns, void *dir, const char *name, int perms);
82 typedef int op_symlink(void *ns, void *dir, const char *name,
84 typedef int op_link(void *ns, void *dir, const char *name, void *node);
88 typedef int op_unlink(void *ns, void *dir, const char *name);
89 typedef int op_rmdir(void *ns, void *dir, const char *name);
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp37 BDirectory dir; local
38 volume.GetRootDirectory(&dir);
39 fDataBasePath.SetTo(&dir);
/haiku/src/add-ons/input_server/filters/screen_saver/
H A DScreenSaverFilter.cpp163 BEntry dir; local
164 if (entry.GetParent(&dir) == B_OK
165 && dir.GetNodeRef(&fNodeRef) == B_OK
/haiku/src/add-ons/kernel/busses/scsi/usb/freecom/
H A Dfreecom.c488 \param dir: direction of data transfer
503 EDirection dir,
558 if(transfer_len != 0x0 && dir != eDirNone){
560 &residue, &fst, (eDirIn == dir));
497 freecom_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, iovec*sg_data, int32 sg_count, int32 transfer_len, EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb) argument
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dproto_bulk.c75 int32 transfer_len, EDirection dir,
310 \param dir: direction of data transfer
321 EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb)
332 .flags = (dir == eDirIn) ? CBW_FLAGS_IN : CBW_FLAGS_OUT,
350 status = process_data_io(udi, sg_data, sg_count, dir);
319 bulk_only_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, iovec *sg_data,int32 sg_count, int32 transfer_len, EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb) argument
H A Dproto_cbi.c69 EDirection dir, CCB_SCSIIO *ccbio, ud_transfer_callback cb);
211 EDirection dir,CCB_SCSIIO *ccbio, ud_transfer_callback cb)
230 status = process_data_io(udi, sg_data, sg_count, dir);
208 cbi_transfer(usb_device_info *udi, uint8 *cmd, uint8 cmdlen, iovec *sg_data, int32 sg_count, int32 transfer_len, EDirection dir,CCB_SCSIIO *ccbio, ud_transfer_callback cb) argument

Completed in 231 milliseconds

1234567891011>>