/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir.cpp | 87 if (src->mod) { 90 m *= src->mod; 105 if (src->mod) 133 mod = ref.mod; 166 // @rep.mod. 170 if (!rep.mod) 194 if (!target->isModSupported(insn, s, rep.mod)) 211 ref->mod *= repVal.mod; [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir.cpp | 87 if (src->mod) { 90 m *= src->mod; 105 if (src->mod) 133 mod = ref.mod; 166 // @rep.mod. 170 if (!rep.mod) 194 if (!target->isModSupported(insn, s, rep.mod)) 211 ref->mod *= repVal.mod; [all...] |
/libcore/luni/src/main/java/java/util/ |
GregorianCalendar.java | 1079 private int mod(int value, int mod) { method in class:GregorianCalendar 1119 int days, day, mod, maxWeeks, newWeek; local [all...] |
/art/runtime/ |
disassembler_x86.cc | 619 uint8_t mod = modrm >> 6; local 623 if (mod == 0 && rm == 5) { // fixed address 627 } else if (rm == 4 && mod != 3) { // SIB 634 if (base != 5 || mod != 0) { 646 if (mod == 1) { 649 } else if (mod == 2) { 655 if (mod == 3) { 662 if (mod == 1) { 665 } else if (mod == 2) {
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
tracer.c | 680 PyObject * mod = PyModule_Create(&moduledef); local 681 if (mod == NULL) { 687 Py_DECREF(mod); 692 PyModule_AddObject(mod, "CTracer", (PyObject *)&CTracerType); 694 return mod; 702 PyObject * mod; local 704 mod = Py_InitModule3("coverage.tracer", NULL, MODULE_DOC); 705 if (mod == NULL) { 715 PyModule_AddObject(mod, "CTracer", (PyObject *)&CTracerType);
|
/external/elfutils/libdwfl/ |
dwfl_segment_report_module.c | 544 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, name, local 546 if (likely (mod != NULL) && build_id != NULL 547 && unlikely (INTUSE(dwfl_module_report_build_id) (mod, 552 mod->gc = true; 553 mod = NULL; 561 if (unlikely (mod == NULL)) 578 if ((*read_eagerly) (MODCB_ARGS (mod), &buffer, &buffer_available, 641 mod->main.elf = elf; 642 mod->main.bias = bias;
|
dwfl_report_elf.c | 278 Dwfl_Module *mod = __libdwfl_report_elf (dwfl, name, file_name, local 280 if (mod == NULL) 287 return mod;
|
linux-proc-maps.c | 141 Dwfl_Module *mod = INTUSE(dwfl_report_module) (dwfl, last_file, local 145 if (unlikely (mod == NULL)) 291 dwfl_linux_proc_find_elf (Dwfl_Module *mod __attribute__ ((unused)),
|
/dalvik/vm/compiler/codegen/x86/libenc/ |
dec_base.cpp | 474 if (modrm.mod == 3) { 498 if (sib.base != 5 || modrm.mod != 0) { 501 // (sib.base == 5 && modrm.mod == 0) => no base 505 if (modrm.mod != 0 || modrm.rm != 5) { 509 // mod=0 && rm == 5 => only disp32 514 if (modrm.mod == 2) { 519 else if (modrm.mod == 1) { 525 assert(modrm.mod == 0);
|
/external/oprofile/daemon/ |
opd_ibs_trans.c | 568 static char const * mod = NULL; local 587 mod = vmlinux; 593 mod = find_cookie(trans->cookie); 608 static char const * mod = NULL; local 624 mod = vmlinux; 630 mod = find_cookie(trans->cookie);
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MultimapsTest.java | 82 ListMultimap<String, Integer> mod = ArrayListMultimap.create(); local 83 ListMultimap<String, Integer> unmod = Multimaps.unmodifiableListMultimap(mod); 84 assertNotSame(mod, unmod); 95 SetMultimap<String, Integer> mod = HashMultimap.create(); local 96 SetMultimap<String, Integer> unmod = Multimaps.unmodifiableSetMultimap(mod); 97 assertNotSame(mod, unmod); 108 Multimap<String, Integer> mod = HashMultimap.create(); local 109 Multimap<String, Integer> unmod = Multimaps.unmodifiableMultimap(mod); 110 assertNotSame(mod, unmod); 226 Multimap<String, Integer> mod = HashMultimap.create() local 236 Multimap<String, Integer> mod = HashMultimap.create(); local [all...] |
/cts/suite/audio_quality/test_description/processing/ |
check_spectrum_playback.py | 118 mod = __import__("gen_random") variable 124 data = getattr(mod, "do_gen_random")(peakAmpl, durationInMSec, samplingRate, fHigh,\
|
/external/chromium_org/ppapi/cpp/ |
module.cc | 204 bool Module::InternalInit(PP_Module mod, 206 pp_module_ = mod;
|
/external/chromium_org/third_party/libjingle/overrides/talk/base/ |
logging.h | 201 #define LOG_GLEM(sev, mod) LOG_E(sev, HRESULT, GetLastError(), mod)
|
/external/fsck_msdos/ |
fat.c | 664 int mod = FSOK; local 678 mod |= ret = reconnect(dosfs, boot, fat, head); 679 if (mod & FSFATAL) { 682 mod &= ~FSFATAL; 684 mod |= FSFATMOD; 689 mod |= FSFATMOD; 738 mod |= writefsinfo(dosfs, boot); 741 return mod;
|
/external/javassist/src/main/javassist/bytecode/ |
ClassFilePrinter.java | 45 int mod local 50 out.println(Modifier.toString(mod) + " class "
|
/external/pixman/test/ |
stress-test.c | 847 run_test (uint32_t seed, pixman_bool_t verbose, uint32_t mod) 854 if (mod == 0 || (seed % mod) == 0) 970 uint32_t mod = 0; local 989 get_int (argv[i + 1], &mod); 1028 # pragma omp parallel for default(none) shared(verbose, n_tests, mod, seed) 1031 run_test (seed + i, verbose, mod); 1036 run_test (seed + i, verbose, mod);
|
/external/skia/bench/ |
SortBench.cpp | 24 int mod = N / 10; local 26 array[i] = rand.nextU() % mod;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 244 mod = imp.new_module('module_to_skip') variable 245 exec 'def foo_pony(callback): x = 1; callback(); return None' in mod.__dict__ 255 ... mod.foo_pony(callback) 268 -> mod.foo_pony(callback) 283 -> mod.foo_pony(callback)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pdb.py | 244 mod = imp.new_module('module_to_skip') variable 245 exec 'def foo_pony(callback): x = 1; callback(); return None' in mod.__dict__ 255 ... mod.foo_pony(callback) 268 -> mod.foo_pony(callback) 283 -> mod.foo_pony(callback)
|
/external/guava/guava-gwt/src-super/com/google/common/math/super/com/google/common/math/ |
IntMath.java | 82 * Returns {@code x mod m}. This differs from {@code x % m} in that it always returns a 87 * mod(7, 4) == 3 88 * mod(-7, 4) == 1 89 * mod(-1, 4) == 3 90 * mod(-8, 4) == 0 91 * mod(8, 4) == 0}</pre> 95 public static int mod(int x, int m) { method in class:IntMath
|
/libcore/crypto/src/main/java/org/conscrypt/ |
HandshakeProtocol.java | 506 BigInteger mod; local 508 mod = ((RSAKey) pk).getModulus(); 511 mod = kf.getKeySpec(pk, RSAPublicKeySpec.class) 514 return mod.bitLength();
|
/external/elfutils/tests/ |
dwflmodtest.c | 166 list_module (Dwfl_Module *mod __attribute__ ((unused)), 175 if (dwfl_module_info (mod, NULL, &start, &end, 185 print_module (Dwfl_Module *mod __attribute__ ((unused)),
|
/external/linux-tools-perf/util/ |
trace-event-parse.c | 127 char *mod; member in struct:func_map 150 char *mod; member in struct:func_list 162 item->mod = NULL; 167 (float *)(void *)&item->mod); 172 if (item->mod) 173 item->mod[strlen(item->mod) - 1] = 0; 188 func_list[i].mod = list->mod; 202 func_list[func_count].mod = NULL [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
__init__.py | 64 mod = __import__(modname, globals(), locals(), ['*']) 70 for name in dir(mod): 73 o = getattr(mod, name)
|