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/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;
  /external/one-true-awk/
run.c 225 int i, ncall, ndef; local
241 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
242 ncall++;
244 dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s, ncall, ndef, (int) (fp-frame)) );
245 if (ncall > ndef)
247 s, ncall, ndef);
248 if (ncall + ndef > NARGS)
249 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
290 if (i >= ncall) {
    [all...]
  /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 298 milliseconds