| /third_party/FreeBSD/sbin/fsck_msdosfs/ |
| H A D | dir.c | 546 int mod = FSOK; in readDosDirSection() local 1034 int mod; handleDirTree() local [all...] |
| H A D | fat.c | 1248 int mod = FSOK; in checklost() local
|
| /third_party/NuttX/drivers/usbdev/gadget/ |
| H A D | f_dfu.c | 1229 int usbdev_dfu_initialize(struct module *mod, int n, void *arg) in usbdev_dfu_initialize() argument
|
| H A D | f_hid.c | 1015 int usbdev_hid_initialize(struct module *mod, int n, void *arg) in usbdev_hid_initialize() argument
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_android.c | 79 radv_hal_open(const struct hw_module_t *mod, const char *id, struct hw_device_t **dev) in radv_hal_open() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3d_resource.c | 865 const uint64_t mod = DRM_FORMAT_MOD_INVALID; in v3d_resource_create() local
|
| /third_party/node/src/ |
| H A D | node_binding.cc | 619 static Local<Object> InitInternalBinding(Realm* realm, node_module* mod) { in InitInternalBinding() argument 644 node_module* mod = FindModule(modlist_internal, *module_v, NM_F_INTERNAL); GetInternalBinding() local 677 node_module* mod = nullptr; GetLinkedBinding() local [all...] |
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares__buf.c | 1031 size_t mod; in ares__buf_append_num_dec() local
|
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_signature.c | 439 fill_SV_param_nodes(struct dxil_module *mod, unsigned record_id, in fill_SV_param_nodes() argument 509 fill_psv_signature_element(struct dxil_psv_signature_element *psv_elm, struct semantic_info *semantic, struct dxil_module *mod) fill_psv_signature_element() argument 548 fill_io_signature(struct dxil_module *mod, int id, struct semantic_info *semantic, struct dxil_signature_record *rec, struct dxil_psv_signature_element *psv_elm) fill_io_signature() argument 563 get_input_signature_group(struct dxil_module *mod, unsigned num_inputs, nir_shader *s, nir_variable_mode modes, semantic_info_proc get_semantics, unsigned *row_iter, unsigned input_clip_size) get_input_signature_group() argument 595 process_input_signature(struct dxil_module *mod, nir_shader *s, unsigned input_clip_size) process_input_signature() argument 632 process_output_signature(struct dxil_module *mod, nir_shader *s) process_output_signature() argument 712 process_patch_const_signature(struct dxil_module *mod, nir_shader *s) process_patch_const_signature() argument 759 preprocess_signatures(struct dxil_module *mod, nir_shader *s, unsigned input_clip_size) preprocess_signatures() argument 771 get_signature_metadata(struct dxil_module *mod, const struct dxil_signature_record *recs, const struct dxil_psv_signature_element *psvs, unsigned num_elements, bool is_input) get_signature_metadata() argument 789 get_signatures(struct dxil_module *mod) get_signatures() argument [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | disassemble.c | 243 dump_pc_imm(FILE *fp, uint64_t imm, unsigned branch_offset, enum bi_constmod mod, bool high32) in dump_pc_imm() argument 423 decode_M(enum bi_constmod *mod, unsigned M1, unsigned M2, bool single) in decode_M() argument [all...] |
| /third_party/mesa3d/src/util/ |
| H A D | disk_cache_os.c | 49 HMODULE mod = NULL; in disk_cache_get_function_identifier() local
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_resource.c | 245 const uint64_t mod = DRM_FORMAT_MOD_INVALID; in lima_resource_create() local
|
| /third_party/mesa3d/src/panfrost/lib/ |
| H A D | pan_cs.c | 36 mod_to_block_fmt(uint64_t mod) in mod_to_block_fmt() argument
|
| /third_party/python/Lib/ |
| H A D | operator.py | 100 def mod(a, b): function
|
| H A D | smtpd.py | 862 mod = __import__(classname[:lastdot], globals(), locals(), [""]) variable 865 import __main__ as mod namespace
|
| /third_party/skia/tests/ |
| H A D | MathTest.cpp | 576 T div, mod; in test_divmod() local 589 T div, mod; in test_divmod() local
|
| /third_party/toybox/kconfig/ |
| H A D | expr.h | 31 no, mod, yes enumerator
|
| /third_party/toybox/toys/pending/ |
| H A D | modprobe.c | 56 static char *path2mod(char *file, char *mod) in path2mod() argument 136 static struct module_s *get_mod(char *mod, uint8_t add) in get_mod() argument 310 struct module_s *mod; in find_dep() local 363 struct module_s *mod = get_mod(name, 1); add_mod() local [all...] |
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | message.c | 818 VALUE mod = rb_define_module_id( in build_module_from_enumdesc() local
|
| /third_party/python/Python/ |
| H A D | ast_opt.c | 1079 _PyAST_Optimize(mod_ty mod, PyArena *arena, _PyASTOptimizeState *state) in _PyAST_Optimize() argument
|
| H A D | codecs.c | 1496 PyObject *mod; in _PyCodecRegistry_Init() local
|
| /third_party/python/Python/clinic/ |
| H A D | bltinmodule.c.h | 752 PyObject *mod = Py_None; in builtin_pow() local
|
| /third_party/python/Lib/test/ |
| H A D | test_pdb.py | 813 mod = types.ModuleType('module_to_skip') variable [all...] |
| /third_party/python/Modules/cjkcodecs/ |
| H A D | cjkcodecs.h | 248 PyObject *mod = PyImport_ImportModuleNoBlock("_multibytecodec"); in getmultibytecodec() local 365 PyObject *o, *mod; in importmap() local [all...] |
| /third_party/python/Modules/ |
| H A D | cmathmodule.c | 1265 cmath_exec(PyObject *mod) in cmath_exec() argument
|