/third_party/python/Include/internal/ |
D | pycore_compile.h | 12 struct _mod; // Type defined in pycore_ast.h 16 struct _mod *mod, 22 struct _mod * mod, 37 struct _mod *,
|
D | pycore_parser.h | 11 extern struct _mod* _PyParser_ASTFromString( 17 extern struct _mod* _PyParser_ASTFromFile(
|
D | pycore_symtable.h | 11 struct _mod; // Type defined in pycore_ast.h 85 struct _mod *mod,
|
D | pycore_ast.h | 15 typedef struct _mod *mod_ty; 153 struct _mod { struct
|
/third_party/elfutils/libdwfl/ |
D | dwfl_module_addrsym.c | 244 __libdwfl_addrsym (Dwfl_Module *_mod, GElf_Addr _addr, GElf_Off *off, in __libdwfl_addrsym() argument 248 int syments = INTUSE(dwfl_module_getsymtab) (_mod); in __libdwfl_addrsym() 255 .mod = _mod, in __libdwfl_addrsym()
|
/third_party/skia/third_party/externals/libwebp/swig/ |
D | libwebp.py | 30 _mod = imp.load_module('_libwebp', fp, pathname, description) 34 return _mod
|
/third_party/FreeBSD/stand/kshim/ |
D | bsd_kernel.h | 85 /* static */struct debug_module_data debug_##name##_mod = { \
|
/third_party/python/Lib/ |
D | fractions.py | 533 def _mod(a, b): member in Fraction 538 __mod__, __rmod__ = _operator_fallbacks(_mod, operator.mod)
|
/third_party/FreeBSD/sys/sys/ |
D | bus.h | 472 /*static */moduledata_t name##_##busname##_mod = { \ 477 DECLARE_MODULE(name##_##busname, name##_##busname##_mod, \
|
/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_functions.cpp | 1986 _mod(always_available, glsl_type::float_type, glsl_type::float_type), in create_builtins() 1987 _mod(always_available, glsl_type::vec2_type, glsl_type::float_type), in create_builtins() 1988 _mod(always_available, glsl_type::vec3_type, glsl_type::float_type), in create_builtins() 1989 _mod(always_available, glsl_type::vec4_type, glsl_type::float_type), in create_builtins() 1991 _mod(always_available, glsl_type::vec2_type, glsl_type::vec2_type), in create_builtins() 1992 _mod(always_available, glsl_type::vec3_type, glsl_type::vec3_type), in create_builtins() 1993 _mod(always_available, glsl_type::vec4_type, glsl_type::vec4_type), in create_builtins() 1995 _mod(fp64, glsl_type::double_type, glsl_type::double_type), in create_builtins() 1996 _mod(fp64, glsl_type::dvec2_type, glsl_type::double_type), in create_builtins() 1997 _mod(fp64, glsl_type::dvec3_type, glsl_type::double_type), in create_builtins() [all …]
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a7.rst | 907 Remove the compiler and parser functions using ``struct _mod`` type, because
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngvalid.c | 7028 image_transform_png_set_##name##_mod,\ 8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 2283 * Remove the compiler and parser functions using ``struct _mod`` type, because
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V5.md | 1406 …* CVE-2015-3193 "BN\_mod\_exp may produce incorrect results on x86\_64", an attack may be possible…
|
D | CHANGELOG_V4.md | 2930 …* CVE-2015-3193 "BN\_mod\_exp may produce incorrect results on x86\_64", an attack may be possible…
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 50056 qtdemux: add tag mappings for _swr, _mak and _mod tags
|