Searched defs:src (Results 251 - 275 of 370) sorted by relevance

<<1112131415

/haiku-fatelf/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp499 uint32 dst, src, saved; local
516 uint32 dst, src, saved; local
576 uint32 dst, src; local
606 uint32 dst, src; local
687 uint32 dst, mask, src, saved; local
704 uint32 src, saved; local
723 uint32 dst, src; local
743 uint32 dst, src, saved; local
930 uint32 dst, src, saved; local
947 uint32 src, val, target; local
973 uint32 dst, src; local
987 uint32 dst, src, saved; local
[all...]
/haiku-fatelf/src/add-ons/input_server/methods/canna/rk/
H A Dbun.c49 usncopy(WCHAR_T *dst, WCHAR_T *src, int len) argument
130 _RkReallocBunStorage(struct nstore *src, unsigned len) argument
[all...]
H A Dngram.c238 skip_space(WCHAR_T *src) argument
249 skip_until_space(WCHAR_T *src, WCHAR_T **next) argument
270 wstowrec(struct RkKxGram *gram, WCHAR_T *src, Wrec *dst, unsigned maxdst, unsigned *yomilen, unsigned *wlen, unsigned long *lucks) argument
412 RkParseWrec(struct RkKxGram *gram, WCHAR_T *src, unsigned left, unsigned char *dst, unsigned maxdst) argument
455 RkParseOWrec(struct RkKxGram *gram, WCHAR_T *src, unsigned char *dst, unsigned maxdst, unsigned long *lucks) argument
486 RkParseGramNum(struct RkKxGram *gram, WCHAR_T *src, int *row) argument
601 _RkUparseWrec(struct RkKxGram *gram, Wrec *src, WCHAR_T *dst, int maxdst, unsigned long *lucks, int add) argument
697 RkUparseWrec(struct RkKxGram *gram, Wrec *src, WCHAR_T *dst, int maxdst, unsigned long *lucks) argument
703 RkCopyWrec(struct TW *src) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/ati/
H A Ddriver.cpp314 uint8* src = (uint8*)edid; local
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c1039 static int ntfs_ib_copy_tail(ntfs_index_context *icx, INDEX_BLOCK *src, argument
H A Drunlist.c63 static void ntfs_rl_mm(runlist_element *base, int dst, int src, int size) argument
162 static BOOL ntfs_rl_are_mergeable(runlist_element *dst, runlist_element *src) argument
81 ntfs_rl_mc(runlist_element *dstbase, int dst, runlist_element *srcbase, int src, int size) argument
196 __ntfs_rl_merge(runlist_element *dst, runlist_element *src) argument
221 ntfs_rl_append(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
288 ntfs_rl_insert(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
384 ntfs_rl_replace(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
472 ntfs_rl_split(runlist_element *dst, int dsize, runlist_element *src, int ssize, int loc) argument
1926 runlist_element *src; local
[all...]
/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathMatrix.h1221 Matrix33<T>::multVecMatrix(const Vec2<S> &src, Vec2<S> &dst) const argument
1236 multDirMatrix(const Vec2<S> &src, Vec2<S> &dst) const argument
2435 multVecMatrix(const Vec3<S> &src, Vec3<S> &dst) const argument
2451 multDirMatrix(const Vec3<S> &src, Vec3<S> &dst) const argument
[all...]
/haiku-fatelf/src/add-ons/translators/icns/openjpeg/
H A Dtcd.c1330 opj_bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno, opj_codestream_info_t *cstr_info) { argument
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Ddsp.c82 void FTransform(const uint8_t* src, const uint8_t* ref, int16_t* out) { argument
587 static inline void Copy(const uint8_t* src, uint8_t* dst, int size) { argument
596 static void Copy4x4(const uint8_t* src, uint8_ argument
597 Copy8x8(const uint8_t* src, uint8_t* dst) argument
598 Copy16x16(const uint8_t* src, uint8_t* dst) argument
[all...]
/haiku-fatelf/src/apps/showimage/
H A DFilter.cpp345 BBitmap* src; local
481 BBitmap* src; local
608 RowValues(float* sum, const uchar* src, intType srcW, intType fromX, intType toX, const float a0X, const float a1X, const int32 kBPP) argument
642 BBitmap* src; local
770 BBitmap* src; local
1048 CopyPixel(uchar* dest, int32 destX, int32 destY, const uchar* src, int32 x, int32 y) argument
1073 InvertPixel(int32 x, int32 y, uchar* dest, const uchar* src) argument
1105 const uchar* src = (uchar*)GetSrcImage()->Bits(); local
[all...]
/haiku-fatelf/src/bin/bc/bc/
H A Dscan.c1315 unsigned char *src, *dst; variable
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dregex_internal.c1031 re_node_set_init_copy(re_node_set *dest, const re_node_set *src) argument
1200 re_node_set_merge(re_node_set *dest, const re_node_set *src) argument
[all...]
H A Dstrftime.c296 fwrite_lowcase (FILE *fp, const CHAR_T *src, size_t len) argument
306 fwrite_uppcase (FILE *fp, const CHAR_T *src, size_t len) argument
316 memcpy_lowcase (CHAR_T *dest, const CHAR_T *src, argument
325 memcpy_uppcase (CHAR_T *dest, const CHAR_T *src, argument
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Ddf.c282 add_uint_with_neg_flag(uintmax_t *dest, bool *dest_neg, uintmax_t src, bool src_neg) argument
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dregex_internal.c1026 re_node_set_init_copy(re_node_set *dest, const re_node_set *src) argument
1195 re_node_set_merge(re_node_set *dest, const re_node_set *src) argument
[all...]
H A Dstrftime.c292 fwrite_lowcase (FILE *fp, const CHAR_T *src, size_t len) argument
302 fwrite_uppcase (FILE *fp, const CHAR_T *src, size_t len) argument
312 memcpy_lowcase (CHAR_T *dest, const CHAR_T *src, argument
321 memcpy_uppcase (CHAR_T *dest, const CHAR_T *src, argument
[all...]
/haiku-fatelf/src/bin/findutils/locate/
H A Dlocate.c258 lc_strcpy(char *dest, const char *src) argument
/haiku-fatelf/src/bin/gawk/missing_d/
H A Dstrftime.c384 const CHAR_T *src; variable
399 const CHAR_T *src; variable
/haiku-fatelf/src/bin/gdb/bfd/doc/
H A Dchew.c1169 char *src; local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delfcode.h174 const Elf_External_Sym *src = psrc; local
199 elf_swap_symbol_out(bfd *abfd, const Elf_Internal_Sym *src, void *cdst, void *shndx) argument
226 elf_swap_ehdr_in(bfd *abfd, const Elf_External_Ehdr *src, Elf_Internal_Ehdr *dst) argument
254 elf_swap_ehdr_out(bfd *abfd, const Elf_Internal_Ehdr *src, Elf_External_Ehdr *dst) argument
290 elf_swap_shdr_in(bfd *abfd, const Elf_External_Shdr *src, Elf_Internal_Shdr *dst) argument
317 elf_swap_shdr_out(bfd *abfd, const Elf_Internal_Shdr *src, Elf_External_Shdr *dst) argument
338 elf_swap_phdr_in(bfd *abfd, const Elf_External_Phdr *src, Elf_Internal_Phdr *dst) argument
363 elf_swap_phdr_out(bfd *abfd, const Elf_Internal_Phdr *src, Elf_External_Phdr *dst) argument
384 const Elf_External_Rel *src = (const Elf_External_Rel *) s; local
395 const Elf_External_Rela *src = (const Elf_External_Rela *) s; local
403 elf_swap_reloc_out(bfd *abfd, const Elf_Internal_Rela *src, bfd_byte *d) argument
413 elf_swap_reloca_out(bfd *abfd, const Elf_Internal_Rela *src, bfd_byte *d) argument
428 const Elf_External_Dyn *src = p; local
435 elf_swap_dyn_out(bfd *abfd, const Elf_Internal_Dyn *src, void *p) argument
[all...]
H A Doasys.c646 bfd_byte *src = record.data.data; local
889 oasys_reloc_type *src = (oasys_reloc_type *) (section->relocation); local
958 const char *src = g->name; local
[all...]
H A DpeXXigen.c430 PEAOUTHDR *src = (PEAOUTHDR *) (aouthdr_ext1); local
[all...]
H A Dpeicode.h150 PTR src; variable
169 PTR src; variable
192 PTR src; variable
H A Dsrec.c954 const bfd_byte *src = data; local
H A Dtekhex.c311 char *src = *srcp; local
330 char *src = *srcp; local
491 char *src = buffer; local
[all...]

Completed in 282 milliseconds

<<1112131415