Searched refs:cnames (Results 1 – 11 of 11) sorted by relevance
/external/llvm/lib/Support/ |
D | regcname.h | 45 } cnames[] = { variable
|
D | regcomp.c | 880 for (cp = cnames; cp->name != NULL; cp++) in p_b_coll_elem()
|
/external/javassist/src/main/javassist/compiler/ |
D | JvstTypeChecker.java | 200 String[] cnames) throws CompileError { in atMethodArgs() argument 214 cnames[i] = className; in atMethodArgs() 223 cnames[i] = className; in atMethodArgs()
|
D | TypeChecker.java | 54 String[] cnames) { in argTypesToString() argument 61 typeToString(sbuf, types[i], dims[i], cnames[i]); in argTypesToString() 701 String[] cnames = new String[nargs]; in atMethodCallCore() local 702 atMethodArgs(args, types, dims, cnames); in atMethodCallCore() 706 mname, types, dims, cnames); in atMethodCallCore() 709 String signature = argTypesToString(types, dims, cnames); in atMethodCallCore() 729 String[] cnames) throws CompileError { in atMethodArgs() argument 736 cnames[i] = className; in atMethodArgs()
|
D | MemberCodeGen.java | 545 String[] cnames = new String[nargs]; in atMethodCallCore() local 555 atMethodArgs(args, types, dims, cnames); in atMethodCallCore() 562 mname, types, dims, cnames); in atMethodCallCore() 715 String[] cnames) throws CompileError { in atMethodArgs() argument 722 cnames[i] = className; in atMethodArgs()
|
D | JvstCodeGen.java | 335 String[] cnames) throws CompileError { in atMethodArgs() argument 351 cnames[i] = className; in atMethodArgs() 360 cnames[i] = className; in atMethodArgs()
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
D | m_debug_clip.c | 50 static char *cnames[2] = { variable 389 cnames[np], psize, description ); in _math_test_all_cliptest_functions()
|
/external/mesa3d/src/mesa/math/ |
D | m_debug_clip.c | 50 static char *cnames[2] = { variable 389 cnames[np], psize, description ); in _math_test_all_cliptest_functions()
|
/external/dnsmasq/src/ |
D | cache.c | 694 for (a = daemon->cnames; a; a = a->next) in add_hosts_entry() 1099 for (a = daemon->cnames; a; a = a->next) in cache_add_dhcp_entry()
|
D | dnsmasq.h | 610 struct cname *cnames; member
|
D | option.c | 2329 for (new = daemon->cnames; new; new = new->next) in one_opt() 2333 new->next = daemon->cnames; in one_opt() 2334 daemon->cnames = new; in one_opt()
|