HomeSort by relevance Sort by last modified time
    Searched refs:ncall (Results 1 - 6 of 6) sorted by null

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug111.go 9 var ncall int; var
20 ncall++;
29 if ncall != 3 {
  /prebuilts/go/linux-x86/test/fixedbugs/
bug111.go 9 var ncall int; var
20 ncall++;
29 if ncall != 3 {
  /external/regex-re2/re2/testing/
unicode_test.py 85 ncall = [0] # can't assign to ordinary int in DoLine
89 ncall[0] += 1
90 self.assertEquals("Line %d" % (ncall[0],), fields[2])
91 if ncall[0] == 1:
95 elif ncall[0] == 2:
99 elif ncall[0] == 3:
103 elif ncall[0] == 4:
107 elif ncall[0] == 5:
113 self.assertEquals(5, ncall[0])
  /external/mesa3d/src/compiler/nir/
nir_clone.c 488 nir_call_instr *ncall = nir_call_instr_create(state->ns, ncallee); local
490 for (unsigned i = 0; i < ncall->num_params; i++)
491 ncall->params[i] = clone_deref_var(state, call->params[i], &ncall->instr);
493 ncall->return_deref = clone_deref_var(state, call->return_deref,
494 &ncall->instr);
496 return ncall;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py     [all...]
  /external/python/cpython2/Lib/pydoc_data/
topics.py     [all...]

Completed in 109 milliseconds