HomeSort by relevance Sort by last modified time
    Searched refs:mod (Results 151 - 175 of 998) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/asus/fugu/power/
power.c 96 struct intel_power_module *mod = (struct intel_power_module *) module; local
109 mod->pulse_duration = atoi(boostpulse_duration);
111 clock_gettime(CLOCK_MONOTONIC, &mod->last_boost_time);
114 boost_freq, mod->pulse_duration);
142 struct intel_power_module *mod = (struct intel_power_module *) module; local
152 timespec_sub(&diff_time, &curr_time, &mod->last_boost_time);
157 if (diff > mod->pulse_duration) {
159 mod->last_boost_time = curr_time;
  /external/elfutils/libdwfl/
relocate.c 38 __libdwfl_relocate_value (Dwfl_Module *mod, Elf *elf, size_t *shstrndx,
65 if ((*mod->dwfl->callbacks->section_address) (MODCB_ARGS (mod),
85 *value += dwfl_adjusted_address (mod, refshdr->sh_addr);
106 the symbol table in RELOCATED itself when it has one, not MOD->symfile. */
108 relocate_getsym (Dwfl_Module *mod,
114 if (mod->symfile == NULL || mod->symfile->elf != relocated)
160 if (unlikely (mod->symfile == NULL)
161 && unlikely (INTUSE(dwfl_module_getsymtab) (mod) < 0)
    [all...]
dwfl_module_getsrc.c 33 dwfl_module_getsrc (Dwfl_Module *mod, Dwarf_Addr addr)
36 if (INTUSE(dwfl_module_getdwarf) (mod, &bias) == NULL)
40 Dwfl_Error error = __libdwfl_addrcu (mod, addr, &cu);
  /external/llvm/test/MC/Mips/
set-mips-directives.s 27 mod $2, $4, $6
39 mod $2, $4, $6
63 # CHECK: mod $2, $4, $6
75 # CHECK: mod $2, $4, $6
  /external/mesa3d/src/gallium/drivers/radeon/
loader.cpp 32 Module * mod = M.get(); local
34 radeon_llvm_compile(wrap(mod), &bytes, &byte_count, TargetGPUName.c_str(), 1);
  /external/selinux/libsepol/tests/
test-deps.c 141 policydb_t mod; local
142 policydb_t *mods[] = { &mod };
162 CU_ASSERT_FATAL(test_load_policy(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);
168 policydb_destroy(&mod);
223 policydb_t mod; local
224 policydb_t *mods[] = { &mod };
242 CU_ASSERT_FATAL(test_load_policy(&mod, POLICY_MOD, mls, "test-deps", policy) == 0);
248 policydb_destroy(&mod);
  /external/vulkan-validation-layers/demos/smoke/
ShellWin32.cpp 117 HMODULE mod; local
120 mod = LoadLibrary(filename);
121 if (mod) {
123 mod, "vkGetInstanceProcAddr"));
126 if (!mod || !get_proc) {
130 if (mod)
131 FreeLibrary(mod);
136 hmodule_ = mod;
  /external/vulkan-validation-layers/libs/glm/gtx/
integer.hpp 72 GLM_FUNC_DECL int mod(int x, int y);
93 GLM_FUNC_DECL uint mod(uint x, uint y);
  /hardware/broadcom/wlan/
.gitignore 20 *.mod.c
  /external/elfutils/tests/
backtrace.c 56 dump_modules (Dwfl_Module *mod, void **userdata __attribute__ ((unused)),
61 dwfl_module_info (mod, NULL, NULL, &end, NULL, NULL, NULL, NULL);
92 Dwfl_Module *mod; local
120 mod = dwfl_addrmodule (dwfl, pc - 1);
121 if (mod)
122 symname2 = dwfl_module_addrname (mod, pc - 1);
133 mod = dwfl_addrmodule (dwfl, pc);
134 if (mod)
135 symname2 = dwfl_module_addrname (mod, pc);
170 Dwfl_Module *mod = dwfl_addrmodule (dwfl, pc_adjusted) local
232 Dwfl_Module *mod; member in struct:see_exec_module
    [all...]
dwfl-addr-sect.c 35 Dwfl_Module *mod = dwfl_addrmodule (dwfl, address); local
38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
47 dwfl_module_info (mod, NULL, NULL, NULL, NULL, NULL, NULL, NULL),
  /hardware/libhardware/modules/camera/
CameraHAL.h 42 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pyclbr.py 237 for mod, _mod2 in modules:
241 _readmodule(mod, path)
244 _readmodule(mod, path, inpackage)
246 _readmodule(mod, [])
252 mod, token = _getname(g)
253 if not mod or token != "import":
258 d = _readmodule(mod, path, inpackage)
321 mod = sys.argv[1]
322 if os.path.exists(mod):
323 path = [os.path.dirname(mod)]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
pyclbr.py 237 for mod, _mod2 in modules:
241 _readmodule(mod, path)
244 _readmodule(mod, path, inpackage)
246 _readmodule(mod, [])
252 mod, token = _getname(g)
253 if not mod or token != "import":
258 d = _readmodule(mod, path, inpackage)
321 mod = sys.argv[1]
322 if os.path.exists(mod):
323 path = [os.path.dirname(mod)]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 39 mod = sys.modules[name]
40 if mod is None or not hasattr(mod, "__file__"):
42 fn = mod.__file__
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pyclbr.py 237 for mod, _mod2 in modules:
241 _readmodule(mod, path)
244 _readmodule(mod, path, inpackage)
246 _readmodule(mod, [])
252 mod, token = _getname(g)
253 if not mod or token != "import":
258 d = _readmodule(mod, path, inpackage)
321 mod = sys.argv[1]
322 if os.path.exists(mod):
323 path = [os.path.dirname(mod)]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
pytree_idempotency.py 39 mod = sys.modules[name]
40 if mod is None or not hasattr(mod, "__file__"):
42 fn = mod.__file__
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pyclbr.py 237 for mod, _mod2 in modules:
241 _readmodule(mod, path)
244 _readmodule(mod, path, inpackage)
246 _readmodule(mod, [])
252 mod, token = _getname(g)
253 if not mod or token != "import":
258 d = _readmodule(mod, path, inpackage)
321 mod = sys.argv[1]
322 if os.path.exists(mod):
323 path = [os.path.dirname(mod)]
    [all...]
  /external/autotest/client/tests/kvm/tests/
module_probe.py 30 logging.debug("mod list will be: %r", mod_list)
33 logging.debug("mod list from installer: %r", mod_list)
50 for mod in reversed(mod_list):
51 r = utils.system("rmmod %s" % (mod), ignore_status=True)
54 "exit status: %d" % (mod, r))
  /external/google-breakpad/src/third_party/libdisasm/
ia32_modrm.c 18 #define MODRM_MOD_NODISP 0x00 /* mod == 00 */
19 #define MODRM_MOD_DISP8 0x01 /* mod == 01 */
20 #define MODRM_MOD_DISP32 0x02 /* mod == 10 */
21 #define MODRM_MOD_NOEA 0x03 /* mod == 11 */
45 unsigned int mod : 2; member in struct:modRM_byte
96 modrm->mod = b >> 6; /* top 2 bits */
103 unsigned int mod ) {
118 if ( sib.base == SIB_BASE_EBP && ! mod ) { /* if base == 101 (ebp) */
174 if ( modrm->mod != MOD16_MOD_NODISP ) {
189 if ( modrm->mod == MOD16_MOD_DISP8 )
    [all...]
  /external/libnl/src/
nl-cls-add.c 41 struct cls_module *mod; local
100 if (!(mod = lookup_cls_mod(ops)))
103 mod->parse_argv(cls, argc, argv);
  /external/v8/test/mjsunit/regress/
regress-166379.js 30 function mod(a, b) { return a % b; } function
33 assertEquals(0, mod(4, 2));
34 assertEquals(1, mod(3, 2));
35 %OptimizeFunctionOnNextCall(mod);
37 // Surprise mod with overflow.
38 assertEquals(-Infinity, 1/mod(-2147483648, -1));
  /frameworks/av/media/common_time/
local_clock.cpp 36 const hw_module_t* mod; local
43 res = hw_get_module_by_class(LOCAL_TIME_HARDWARE_MODULE_ID, NULL, &mod);
47 res = local_time_hw_device_open(mod, &dev_);
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
__init__.py 82 mod = sys.modules[self.__name__]
83 self.__dict__.update(mod.__dict__)
84 return getattr(mod, name)
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
__init__.py 82 mod = sys.modules[self.__name__]
83 self.__dict__.update(mod.__dict__)
84 return getattr(mod, name)

Completed in 2502 milliseconds

1 2 3 4 5 67 8 91011>>