| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | numrange_impl.cpp | 396 const Modifier& mod = resolveModifierPlurals(*micros1.modInner, *micros2.modInner); in formatRange() local 406 const Modifier& mod = resolveModifierPlurals(*micros1.modMiddle, *micros2.modMiddle); in formatRange() local 416 const Modifier& mod = resolveModifierPlurals(*micros1.modOuter, *micros2.modOuter); formatRange() local 452 const Modifier* mod = parameters.obj->getModifier(parameters.signum, resultPlural); resolveModifierPlurals() local [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_validator.cpp | 38 HMODULE mod = LoadLibraryA("DXIL.dll"); in load_dxil_mod() local 109 get_dll_version(HMODULE mod) in get_dll_version() argument 148 get_filtered_validator_version(HMODULE mod, enum dxil_validator_version raw) in get_filtered_validator_version() argument
|
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_pipeline.c | 33 struct vn_shader_module *mod = in vn_CreateShaderModule() local 56 struct vn_shader_module *mod = vn_shader_module_from_handle(shaderModule); in vn_DestroyShaderModule() local
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_opt_mod_props.c | 129 bi_fuse_discard_fcmp(bi_instr *I, bi_instr *mod, unsigned arch) in bi_fuse_discard_fcmp() argument 168 bi_instr *mod = lut[I->src[s].value]; bi_opt_mod_prop_forward() local [all...] |
| /third_party/ltp/tools/sparse/ |
| H A D | sparse-ltp.c | 118 const unsigned long mod = sym->ctype.modifiers; in check_symbol_visibility() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| H A D | ssa.c | 138 unsigned long mod = var->ctype.modifiers; in ssa_convert_one_var() local
|
| /third_party/lwip/src/include/lwip/priv/ |
| H A D | api_msg.h | 270 enum lowpower_mod mod; member
|
| /third_party/node/deps/openssl/openssl/crypto/bn/ |
| H A D | bn_prime.c | 297 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int() local 494 BN_ULONG mod in probable_prime() local 579 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); probable_prime_dh() local [all...] |
| /third_party/python/Lib/ |
| H A D | symtable.py | 323 mod = symtable(src, os.path.split(sys.argv[0])[1], "exec") variable
|
| /third_party/openssl/crypto/bn/ |
| H A D | bn_prime.c | 297 BN_ULONG mod = BN_mod_word(w, primes[i]); in bn_is_prime_int() local 494 BN_ULONG mod in probable_prime() local 579 BN_ULONG mod = BN_mod_word(rnd, (BN_ULONG)primes[i]); probable_prime_dh() local [all...] |
| /third_party/skia/src/core/ |
| H A D | SkMathPriv.h | 33 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) { in SkTDivMod() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderArithmetic.cpp | 360 auto mod = a % b; in EmitBinaryOp() local
|
| /third_party/openssl/ohos_lite/crypto/ |
| H A D | cryptlib.c | 206 HANDLE mod = GetModuleHandle(NULL); in OPENSSL_isservice() local
|
| /third_party/skia/third_party/externals/imgui/examples/libs/usynergy/ |
| H A D | uSynergy.c | 337 uint16_t mod = sNetToNative16(message+10); in sProcessMessage() local 346 uint16_t mod = sNetToNative16(message+10); in sProcessMessage() local 357 uint16_t mod = sNetToNative16(message+10); in sProcessMessage() local
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | number_modifiers.h | 292 void adoptModifier(Signum signum, StandardPlural::Form plural, const Modifier *mod) { in adoptModifier() argument 301 void adoptModifierWithoutPlural(Signum signum, const Modifier *mod) { in adoptModifierWithoutPlural() argument
|
| H A D | numrange_impl.cpp | 371 const Modifier& mod = resolveModifierPlurals(*micros1.modInner, *micros2.modInner); in formatRange() local 381 const Modifier& mod = resolveModifierPlurals(*micros1.modMiddle, *micros2.modMiddle); in formatRange() local 391 const Modifier& mod = resolveModifierPlurals(*micros1.modOuter, *micros2.modOuter); formatRange() local 427 const Modifier* mod = parameters.obj->getModifier(parameters.signum, resultPlural); resolveModifierPlurals() local [all...] |
| /third_party/python/Modules/_ctypes/ |
| H A D | callbacks.c | 479 PyObject *mod, *func, *result; in Call_GetClassObject() local 552 PyObject *mod, *func, *result; in Call_CanUnloadNow() local [all...] |
| /third_party/python/Modules/ |
| H A D | _curses_panel.c | 33 _curses_panel_clear(PyObject *mod) in _curses_panel_clear() argument 42 _curses_panel_traverse(PyObject *mod, visitproc visit, void *arg) in _curses_panel_traverse() argument 52 _curses_panel_free(void *mod) in _curses_panel_free() argument 650 _curses_panel_exec(PyObject *mod) in _curses_panel_exec() argument [all...] |
| H A D | getpath.c | 704 winmodule_to_dict(PyObject *dict, const char *key, HMODULE mod) in winmodule_to_dict() argument
|
| H A D | termios.c | 1230 termios_exec(PyObject *mod) in termios_exec() argument
|
| /third_party/python/Modules/_io/ |
| H A D | _iomodule.c | 575 PyObject *mod = PyState_FindModule(&_PyIO_Module); _PyIO_get_module_state() local 587 iomodule_traverse(PyObject *mod, visitproc visit, void *arg) iomodule_traverse() argument 598 iomodule_clear(PyObject *mod) iomodule_clear() argument 609 iomodule_free(PyObject *mod) iomodule_free() argument
|
| /third_party/skia/third_party/externals/tint/src/transform/ |
| H A D | zero_init_workgroup_memory.cc | 348 auto* mod = in DeclareArrayIndices() local
|
| /third_party/python/Python/clinic/ |
| H A D | import.c.h | 469 _imp_exec_dynamic(PyObject *module, PyObject *mod) in _imp_exec_dynamic() argument 499 _imp_exec_builtin(PyObject *module, PyObject *mod) in _imp_exec_builtin() argument
|
| /third_party/python/Python/ |
| H A D | modsupport.c | 637 PyModule_AddObjectRef(PyObject *mod, const char *name, PyObject *value) in PyModule_AddObjectRef() argument 670 PyModule_AddObject(PyObject *mod, const char *name, PyObject *value) in PyModule_AddObject() argument
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | keywords.h | 29 int mod; variable
|