Home
last modified time | relevance | path

Searched defs:DIR (Results 1 – 25 of 46) sorted by relevance

12

/third_party/ffmpeg/libavcodec/mips/
Dhevcdsp_mips.h26 #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/
Ddirent_on_windows.c25 struct DIR { struct
32 DIR *opendir(const VkAllocationCallbacks *pAllocator, const char *name) { in opendir() argument
Ddirent_on_windows.h19 typedef struct DIR DIR; typedef
/third_party/ltp/testcases/network/
DMakefile10 DIR := datafiles macro
/third_party/python/Tools/freeze/
Dregen_frozen.py7 DIR = os.path.dirname(sys.argv[0]) variable
/third_party/ffmpeg/libavcodec/x86/
Dh264dsp_init.c102 #define LF_FUNC(DIR, TYPE, DEPTH, OPT) \ argument
108 #define LF_IFUNC(DIR, TYPE, DEPTH, OPT) \ argument
Dhevcdsp_init.c32 #define LFC_FUNC(DIR, DEPTH, OPT) \ argument
35 #define LFL_FUNC(DIR, DEPTH, OPT) \ argument
/third_party/musl/porting/liteos_a_newlib/kernel/include/
Ddirent.h58 typedef struct __dirstream DIR; typedef
/third_party/musl/ndk_musl_include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
/third_party/musl/porting/liteos_a/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h283 struct DIR { struct
285 struct _WDIR *wdirp; argument
287 typedef struct DIR DIR; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
/third_party/musl/porting/uniproton/kernel/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
/third_party/musl/include/
Ddirent.h20 typedef struct __dirstream DIR; typedef
/third_party/ltp/testcases/kernel/syscalls/nftw/
Dnftw.h61 #define DIR 0 macro
Dnftw64.h60 #define DIR 0 macro
/third_party/libxml2/
Dcheck-xinclude-test-suite.py12 DIR="xinclude-test-suite" variable
/third_party/jsoncpp/devtools/
Dantglob.py52 DIR = 1 variable
/third_party/mesa3d/src/mesa/math/
Dm_matrix.h205 #define TRANSFORM_DIRECTION( TO, DIR, MAT ) \ argument
/third_party/libjpeg-turbo/
DCMakeLists.txt1451 set(DIR "${CMAKE_CURRENT_BINARY_DIR}/\${CMAKE_INSTALL_CONFIG_NAME}") variable
1453 set(DIR ${CMAKE_CURRENT_BINARY_DIR}) variable
1469 set(DIR "${CMAKE_CURRENT_BINARY_DIR}/\${CMAKE_INSTALL_CONFIG_NAME}") variable
1471 set(DIR ${CMAKE_CURRENT_BINARY_DIR}) variable
/third_party/python/Misc/
Dcoverity_model.c28 typedef struct {} DIR; typedef
/third_party/rust/crates/libc/src/unix/haiku/
Dnative.rs1080 pub fn fs_open_attr_dir(path: *const ::c_char) -> *mut ::DIR; in fs_open_attr_dir()
1081 pub fn fs_lopen_attr_dir(path: *const ::c_char) -> *mut ::DIR; in fs_lopen_attr_dir()
1082 pub fn fs_fopen_attr_dir(fd: ::c_int) -> *mut ::DIR; in fs_fopen_attr_dir()
1085 pub fn fs_rewind_attr_dir(dir: *mut ::DIR); in fs_rewind_attr_dir()
1101 pub fn fs_open_index_dir(device: ::dev_t) -> *mut ::DIR; in fs_open_index_dir()
1104 pub fn fs_rewind_index_dir(indexDirectory: *mut ::DIR); in fs_rewind_index_dir()
1112 pub fn fs_open_query(device: ::dev_t, query: *const ::c_char, flags: u32) -> *mut ::DIR; in fs_open_query()
1119 ) -> *mut ::DIR; in fs_open_live_query()
/third_party/parse5/packages/parse5/lib/common/
Dhtml.ts62 DIR = 'dir', enumerator
234 DIR, enumerator
/third_party/rust/crates/libc/src/unix/
Dmod.rs45 pub enum DIR {} enum
46 impl ::Copy for DIR {} implementation
47 impl ::Clone for DIR { implementation
48 fn clone(&self) -> DIR { in clone()
781 pub fn opendir(dirname: *const c_char) -> *mut ::DIR; in opendir()
806 pub fn rewinddir(dirp: *mut ::DIR); in rewinddir()

12