| /third_party/ffmpeg/libavcodec/mips/ |
| D | hevcdsp_mips.h | 26 #define MC(PEL, DIR, WIDTH) \ argument 104 #define UNI_MC(PEL, DIR, WIDTH) \ argument 183 #define UNI_W_MC(PEL, DIR, WIDTH) \ argument 267 #define BI_MC(PEL, DIR, WIDTH) \ argument 347 #define BI_W_MC(PEL, DIR, WIDTH) \ argument 483 #define L_MC(PEL, DIR, WIDTH, TYPE) \ argument 509 #define L_BI_MC(PEL, DIR, WIDTH, TYPE) \ argument 553 #define L_UNI_MC(PEL, DIR, WIDTH, TYPE) \ argument
|
| /third_party/vulkan-loader/loader/ |
| D | dirent_on_windows.c | 25 struct DIR { struct 32 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *name) { in opendir() argument
|
| D | dirent_on_windows.h | 19 typedef struct DIR DIR; typedef
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | hevcdsp_lsx.h | 28 #define MC(PEL, DIR, WIDTH) \ argument 88 #define BI_MC(PEL, DIR, WIDTH) \ argument 145 #define UNI_MC(PEL, DIR, WIDTH) \ argument 180 #define UNI_W_MC(PEL, DIR, WIDTH) \ argument
|
| /third_party/ltp/testcases/network/ |
| D | Makefile | 10 DIR := datafiles macro
|
| /third_party/python/Tools/freeze/ |
| D | regen_frozen.py | 7 DIR = os.path.dirname(sys.argv[0]) variable
|
| /third_party/ffmpeg/libavcodec/x86/ |
| D | h264dsp_init.c | 90 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \ argument 96 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \ argument
|
| D | hevcdsp_init.c | 31 #define LFC_FUNC(DIR, DEPTH, OPT) \ argument 34 #define LFL_FUNC(DIR, DEPTH, OPT) \ argument
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | dirent.h | 20 typedef struct __dirstream DIR; typedef
|
| /third_party/musl/porting/liteos_a_newlib/kernel/include/ |
| D | dirent.h | 58 typedef struct __dirstream DIR; typedef
|
| /third_party/musl/porting/uniproton/kernel/include/ |
| D | dirent.h | 20 typedef struct __dirstream DIR; typedef
|
| /third_party/musl/porting/liteos_m/kernel/include/ |
| D | dirent.h | 20 typedef struct __dirstream DIR; typedef
|
| /third_party/musl/include/ |
| D | dirent.h | 20 typedef struct __dirstream DIR; typedef
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
| D | dirent.h | 20 typedef struct __dirstream DIR; typedef
|
| /third_party/ltp/testcases/kernel/syscalls/nftw/ |
| D | nftw64.h | 60 #define DIR 0 macro
|
| D | nftw.h | 61 #define DIR 0 macro
|
| /third_party/libwebsockets/win32port/dirent/ |
| D | dirent-win32.h | 283 struct DIR { struct 285 struct _WDIR *wdirp; argument 287 typedef struct DIR DIR; argument
|
| /third_party/mesa3d/src/mesa/math/ |
| D | m_matrix.h | 205 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \ argument
|
| /third_party/python/Misc/ |
| D | coverity_model.c | 28 typedef struct {} DIR; typedef
|
| /third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
| D | lfs64.rs | 178 dirp: *mut ::DIR, in readdir64_r()
|
| /third_party/rust/crates/libc/src/unix/haiku/ |
| D | native.rs | 1202 pub fn fs_open_attr_dir(path: *const ::c_char) -> *mut ::DIR; in fs_open_attr_dir() 1203 pub fn fs_lopen_attr_dir(path: *const ::c_char) -> *mut ::DIR; in fs_lopen_attr_dir() 1204 pub fn fs_fopen_attr_dir(fd: ::c_int) -> *mut ::DIR; in fs_fopen_attr_dir() 1207 pub fn fs_rewind_attr_dir(dir: *mut ::DIR); in fs_rewind_attr_dir() 1223 pub fn fs_open_index_dir(device: ::dev_t) -> *mut ::DIR; in fs_open_index_dir() 1226 pub fn fs_rewind_index_dir(indexDirectory: *mut ::DIR); in fs_rewind_index_dir() 1234 pub fn fs_open_query(device: ::dev_t, query: *const ::c_char, flags: u32) -> *mut ::DIR; in fs_open_query() 1241 ) -> *mut ::DIR; in fs_open_live_query()
|
| /third_party/parse5/packages/parse5/lib/common/ |
| D | html.ts | 62 DIR = 'dir', enumerator 234 DIR, enumerator
|
| /third_party/rust/crates/libc/src/unix/linux_like/linux/musl/ |
| D | lfs64.rs | 196 dirp: *mut ::DIR, in readdir64_r()
|
| /third_party/rust/crates/libc/src/ |
| D | wasi.rs | 57 pub enum DIR {} enum 606 pub fn opendir(dirname: *const c_char) -> *mut ::DIR; in opendir() 607 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() 610 pub fn rewinddir(dirp: *mut ::DIR); in rewinddir() 612 pub fn seekdir(dirp: *mut ::DIR, loc: ::c_long); in seekdir() 794 pub fn __wasilibc_nocwd_opendirat(dirfd: c_int, path: *const c_char) -> *mut ::DIR; in __wasilibc_nocwd_opendirat()
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 7 pub enum DIR {} enum 8 impl ::Copy for DIR {} implementation 9 impl ::Clone for DIR { implementation 10 fn clone(&self) -> DIR { in clone() 1202 pub fn rewinddir(dirp: *mut ::DIR); in rewinddir() 1382 pub fn readdir_r(pDir: *mut ::DIR, entry: *mut ::dirent, result: *mut *mut ::dirent) in readdir_r() 1706 pub fn opendir(name: *const ::c_char) -> *mut ::DIR; in opendir()
|