Home
last modified time | relevance | path

Searched refs:_mod (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_compile.h12 struct _mod; // Type defined in pycore_ast.h
16 struct _mod *mod,
22 struct _mod * mod,
37 struct _mod *,
H A Dpycore_parser.h11 extern struct _mod* _PyParser_ASTFromString(
17 extern struct _mod* _PyParser_ASTFromFile(
H A Dpycore_symtable.h11 struct _mod; // Type defined in pycore_ast.h
86 struct _mod *mod,
H A Dpycore_ast.h15 typedef struct _mod *mod_ty;
153 struct _mod { struct
/third_party/elfutils/libdwfl/
H A Ddwfl_module_addrsym.c244 __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/
H A Dlibwebp.py30 _mod = imp.load_module('_libwebp', fp, pathname, description)
34 return _mod
/third_party/FreeBSD/stand/kshim/
H A Dbsd_kernel.h84 /* static */struct debug_module_data debug_##name##_mod = { \
/third_party/python/Lib/
H A Dfractions.py534 def _mod(a, b): member in Fraction
539 __mod__, __rmod__ = _operator_fallbacks(_mod, operator.mod)
/third_party/FreeBSD/sys/sys/
H A Dbus.h470 /*static */moduledata_t name##_##busname##_mod = { \
475 DECLARE_MODULE(name##_##busname, name##_##busname##_mod, \
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp1986 _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(fp6 in create_builtins()
6026 builtin_builder::_mod(builtin_available_predicate avail, _mod() function in builtin_builder
[all...]
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dpngvalid.c7028 image_transform_png_set_##name##_mod,\
8959 image_transform_png_set_@_mod(const image_transform *this, in _mod() function

Completed in 26 milliseconds