| /third_party/ffmpeg/libavfilter/cuda/ |
| D | vector_helpers.cuh | 30 template<> struct vector_helper<uchar> { typedef float ftype; typedef int itype; }; typedef 31 template<> struct vector_helper<uchar2> { typedef float2 ftype; typedef int2 itype; }; typedef 32 template<> struct vector_helper<uchar4> { typedef float4 ftype; typedef int4 itype; }; typedef 33 template<> struct vector_helper<ushort> { typedef float ftype; typedef int itype; }; typedef 34 template<> struct vector_helper<ushort2> { typedef float2 ftype; typedef int2 itype; }; typedef 35 template<> struct vector_helper<ushort4> { typedef float4 ftype; typedef int4 itype; }; typedef 36 template<> struct vector_helper<int> { typedef float ftype; typedef int itype; }; typedef 37 template<> struct vector_helper<int2> { typedef float2 ftype; typedef int2 itype; }; typedef 38 template<> struct vector_helper<int4> { typedef float4 ftype; typedef int4 itype; }; typedef
|
| /third_party/node/deps/v8/src/flags/ |
| D | flag-definitions.h | 33 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 35 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) \ argument 42 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 45 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 53 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 59 #define FLAG_FULL(ftype, ctype, nam, def, cmt) \ argument 61 #define FLAG_ALIAS(ftype, ctype, alias, nam) \ argument 95 #define FLAG_FULL(ftype, ctype, nam, def, cmt) argument 99 #define FLAG_READONLY(ftype, ctype, nam, def, cmt) argument 103 #define FLAG_ALIAS(ftype, ctype, alias, nam) argument
|
| /third_party/ffmpeg/libavcodec/ |
| D | twinvq.c | 116 enum TwinVQFrameType ftype, in eval_lpcenv_or_interp() 152 static void eval_lpcenv_2parts(TwinVQContext *tctx, enum TwinVQFrameType ftype, in eval_lpcenv_2parts() 173 enum TwinVQFrameType ftype, in dequant() 215 enum TwinVQFrameType ftype, float *out) in dec_gain() 305 enum TwinVQFrameType ftype, float *lpc) in dec_lpc_spectrum_inv() 328 static void imdct_and_window(TwinVQContext *tctx, enum TwinVQFrameType ftype, in imdct_and_window() 379 static void imdct_output(TwinVQContext *tctx, enum TwinVQFrameType ftype, in imdct_output() 415 enum TwinVQFrameType ftype) in read_and_decode_spectrum() 584 enum TwinVQFrameType ftype) in permutate_in_line() 642 enum TwinVQFrameType ftype) in construct_perm_table()
|
| D | metasound.c | 118 enum TwinVQFrameType ftype) in dec_bark_env() 155 uint8_t *dst, enum TwinVQFrameType ftype) in read_cb_data()
|
| D | twinvqdec.c | 213 enum TwinVQFrameType ftype) in dec_bark_env() 240 uint8_t *dst, enum TwinVQFrameType ftype) in read_cb_data()
|
| D | xxan.c | 406 int ftype; in xan_decode_frame() local
|
| D | twinvq.h | 87 enum TwinVQFrameType ftype; member
|
| /third_party/f2fs-tools/fsck/ |
| D | fsck.c | 355 static int __check_inode_mode(u32 nid, enum FILE_TYPE ftype, u16 mode) in __check_inode_mode() 391 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in sanity_check_nid() 519 enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_sanity_check_nid() 554 u32 nid, enum FILE_TYPE ftype, enum NODE_TYPE ntype, in fsck_chk_node_blk() 690 enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_inode_blk() 1202 u32 nid, enum FILE_TYPE ftype, struct f2fs_node *node_blk, in fsck_chk_dnode_blk() 1267 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_idnode_blk() 1310 enum FILE_TYPE ftype, struct f2fs_node *node_blk, u32 *blk_cnt, in fsck_chk_didnode_blk() 1583 enum FILE_TYPE ftype; in __chk_dentries() local 1851 enum FILE_TYPE ftype, u32 parent_nid, u16 idx_in_node, u8 ver, in fsck_chk_data_blk() [all …]
|
| /third_party/libabigail/tools/ |
| D | kmidiff.cc | 432 file_type ftype = guess_file_type(opts.kernel_dist_root1); in main() local 459 file_type ftype = guess_file_type(opts.kernel_dist_root2); in main() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | afir_template.c | 34 #define ftype float macro 39 #define ftype double macro
|
| /third_party/musl/arch/arm/bits/ |
| D | user.h | 13 unsigned char ftype[8]; member
|
| /third_party/musl/porting/uniproton/kernel/include/bits/ |
| D | user.h | 13 unsigned char ftype[8]; member
|
| /third_party/musl/porting/liteos_m/kernel/include/bits/ |
| D | user.h | 13 unsigned char ftype[8]; member
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
| D | user.h | 13 unsigned char ftype[8]; member
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_instr_fetch.h | 57 ftype, enumerator
|
| /third_party/skia/experimental/skrive/include/ |
| D | SkRive.h | 202 void draw(SkCanvas* canvas, const SkPaint& paint, SkPathFillType ftype) const { in draw()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_gather_xfb_info.c | 250 const struct glsl_type *ftype = glsl_get_struct_field(itype, f); in nir_gather_xfb_info_with_varyings() local
|
| /third_party/python/Modules/_ctypes/ |
| D | stgdict.c | 231 PyObject *fname, *ftype, *bits; in MakeFields() local
|
| /third_party/skia/third_party/externals/egl-registry/api/ |
| D | reg.py | 930 def generateFeature(self, fname, ftype, dictionary, genProc): argument
|
| /third_party/EGL/api/ |
| D | reg.py | 919 def generateFeature(self, fname, ftype, dictionary, genProc): argument
|
| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| D | reg.py | 921 def generateFeature(self, fname, ftype, dictionary, genProc): argument
|
| /third_party/vulkan-headers/registry/ |
| D | reg.py | 1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
| D | reg.py | 1244 def generateFeature(self, fname, ftype, dictionary, explicit=False): argument
|
| /third_party/openGLES/xml/ |
| D | reg.py | 910 def generateFeature(self, fname, ftype, dictionary, genProc): argument
|
| /third_party/mesa3d/src/amd/llvm/ |
| D | ac_llvm_build.c | 423 LLVMTypeRef ftype = LLVMFunctionType(ctx->voidt, NULL, 0, false); in ac_build_optimization_barrier() local 429 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); in ac_build_optimization_barrier() local 436 LLVMTypeRef ftype = LLVMFunctionType(ctx->i16, &ctx->i16, 1, false); in ac_build_optimization_barrier() local 442 LLVMTypeRef ftype = LLVMFunctionType(type, &type, 1, false); in ac_build_optimization_barrier() local 447 LLVMTypeRef ftype = LLVMFunctionType(ctx->i32, &ctx->i32, 1, false); in ac_build_optimization_barrier() local
|