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

1 2 3 4 5 67 8 91011>>

  /external/oprofile/libpopt/
poptconfig.c 96 int poptReadConfigFile(poptContext con, const char * fn)
104 fd = open(fn, O_RDONLY);
165 char * fn, * home; local
174 fn = alloca(strlen(home) + 20);
175 strcpy(fn, home);
176 strcat(fn, "/.popt");
177 rc = poptReadConfigFile(con, fn);
  /external/valgrind/main/callgrind/
fn.c 234 obj = (obj_node*) CLG_MALLOC("cl.fn.non.1", sizeof(obj_node));
235 obj->name = di ? VG_(strdup)( "cl.fn.non.2",
293 file_node* file = (file_node*) CLG_MALLOC("cl.fn.nfn.1",
295 file->name = VG_(strdup)("cl.fn.nfn.2", filename);
336 fn_node* fn = (fn_node*) CLG_MALLOC("cl.fn.nfnnd.1", local
338 fn->name = VG_(strdup)("cl.fn.nfnnd.2", fnname);
341 fn->number = CLG_(stat).distinct_fns;
342 fn->last_cxt = 0
411 fn_node *fn = get_fn_node_infile(file, fnname); local
494 fn_node* fn; local
    [all...]
dump.c 139 p->fn = 0;
232 * tag can be "fn", "cfn", "jfn"
234 static void print_fn(Int fd, Char* buf, Char* tag, fn_node* fn)
240 if (fn_dumped[fn->number])
241 p += VG_(sprintf)(buf+p, "(%d)\n", fn->number);
244 fn->number, fn->name);
245 fn_dumped[fn->number] = True;
249 p += VG_(sprintf)(buf+p, "%s\n", fn->name);
275 CLG_ASSERT(cxt->fn[i-1]->pure_cxt != 0)
    [all...]
clo.c 318 static void update_fn_config1(fn_node* fn, fn_config* fnc)
321 fn->dump_before = (fnc->dump_before == CONFIG_TRUE);
324 fn->dump_after = (fnc->dump_after == CONFIG_TRUE);
327 fn->zero_before = (fnc->zero_before == CONFIG_TRUE);
330 fn->toggle_collect = (fnc->toggle_collect == CONFIG_TRUE);
333 fn->skip = (fnc->skip == CONFIG_TRUE);
336 fn->pop_on_jump = (fnc->pop_on_jump == CONFIG_TRUE);
339 fn->group = fnc->group;
342 fn->separate_callers = fnc->separate_callers;
345 fn->separate_recursions = fnc->separate_recursions
    [all...]
  /external/valgrind/main/memcheck/tests/
wrap6.c 172 soak up lots of int registers. And the orig fn uses TRASH_IREGS to
191 OrigFn fn; local
192 VALGRIND_GET_ORIG_FN(fn);
195 CALL_FN_W_v(r, fn);
197 CALL_FN_v_v(fn);
218 OrigFn fn; local
219 VALGRIND_GET_ORIG_FN(fn);
222 CALL_FN_W_W(r, fn, a1);
224 CALL_FN_v_W(fn, a1);
246 OrigFn fn; local
275 OrigFn fn; local
306 OrigFn fn; local
337 OrigFn fn; local
369 OrigFn fn; local
404 OrigFn fn; local
441 OrigFn fn; local
479 OrigFn fn; local
518 OrigFn fn; local
558 OrigFn fn; local
599 OrigFn fn; local
    [all...]
  /build/tools/
java-event-log-tags.py 58 fn = args[0] variable
59 tagfile = event_log_tags.TagFile(fn)
86 for fn, ln, msg in tagfile.errors:
87 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
93 " */\n\n" % (fn,))
97 basename, _ = os.path.splitext(os.path.basename(fn))
merge-event-log-tags.py 82 for fn in args:
83 tagfile = event_log_tags.TagFile(fn)
132 for fn, ln, msg in errors:
133 print >> sys.stderr, "%s:%d: error: %s" % (fn, ln, msg)
137 for fn, ln, msg in warnings:
138 print >> sys.stderr, "%s:%d: warning: %s" % (fn, ln, msg)
  /external/grub/stage2/
fsys_vstafs.c 120 char *fn, ch; local
139 fn = dirname;
140 while ((ch = *fn) && ch != '/' && ! isspace (ch)) fn++;
141 *fn = 0;
168 *(dirname = fn) = ch;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/
ebtables.h 202 * fn returns 0 to continue iteration */
203 #define EBT_MATCH_ITERATE(e, fn, args...) \
215 __ret = fn(__match , ## args); \
226 #define EBT_WATCHER_ITERATE(e, fn, args...) \
238 __ret = fn(__watcher , ## args); \
249 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) \
257 __ret = fn(__entry , ## args); \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ip_tables.h 223 /* fn returns 0 to continue iteration */
224 #define IPT_MATCH_ITERATE(e, fn, args...) \
235 __ret = fn(__match , ## args); \
242 /* fn returns 0 to continue iteration */
243 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
252 __ret = fn(__entry , ## args); \
259 /* fn returns 0 to continue iteration */
260 #define IPT_ENTRY_ITERATE_CONTINUE(entries, size, n, fn, args...) \
272 __ret = fn(__entry , ## args); \
  /system/core/sh/
mknodes.sh 165 nodeptr ) fn=calcsize;;
166 nodelist ) fn=sizenodelist;;
167 string ) fn="funcstringsize += strlen"
171 echo " ${fn}(n->$struct.$name${cl};"
199 nodeptr ) fn="copynode(";;
200 nodelist ) fn="copynodelist(";;
201 string ) fn="nodesavestr(";;
202 int ) fn=;;
206 echo " new->$f = ${fn}n->$f${fn:+)};
    [all...]
  /external/clang/test/SemaCXX/
warn-assignment-condition.cpp 119 void (*fn)(); variable
122 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
125 if ((test2 == fn)) {}
  /bionic/libm/src/
e_rem_pio2f.c 64 double w,t,r,fn; local
75 fn = (double)n;
76 r = t-fn*pio2_1;
77 w = fn*pio2_1t;
  /bootable/recovery/edify/
expr.h 57 Function fn; member in struct:Expr
93 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
110 Function fn; member in struct:__anon663
115 void RegisterFunction(const char* name, Function fn);
  /external/iproute2/include/linux/netfilter_ipv4/
ip_tables.h 220 /* fn returns 0 to continue iteration */
221 #define IPT_MATCH_ITERATE(e, fn, args...) \
222 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
224 /* fn returns 0 to continue iteration */
225 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
226 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  /external/iptables/include/
ip6tables.h 13 extern int for_each_chain6(int (*fn)(const ip6t_chainlabel, int, struct ip6tc_handle *), int verbose, int builtinstoo, struct ip6tc_handle *handle);
  /external/iptables/include/linux/netfilter_ipv4/
ip_tables.h 220 /* fn returns 0 to continue iteration */
221 #define IPT_MATCH_ITERATE(e, fn, args...) \
222 XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
224 /* fn returns 0 to continue iteration */
225 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) \
226 XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  /external/libffi/src/frv/
ffi.c 130 void (*fn)(void));
133 void (*fn)(void),
158 cif->flags, ecif.rvalue, fn);
256 unsigned long fn = (long) ffi_closure_eabi; local
263 fn = (unsigned long) ffi_closure_eabi;
268 tramp[2] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 */
270 tramp[4] = 0x8cf80000 + (fn >> 16); /* sethi hi(fn), gr6 */
275 tramp[0] = 0x8cfc0000 + (fn & 0xffff); /* setlos lo(fn), gr6 *
    [all...]
  /external/libvpx/vp8/common/
postproc.h 96 #define POSTPROC_INVOKE(ctx,fn) (ctx)->fn
98 #define POSTPROC_INVOKE(ctx,fn) vp8_postproc_##fn
  /external/stlport/src/
cxa.c 47 void (*fn)(int status, void *arg); member in struct:exit_function::__anon11276::__anon11277
51 void (*fn)(void *arg, int status); member in struct:exit_function::__anon11276::__anon11278
78 new->func.cxa.fn = (void (*) (void *, int)) func;
177 (*f->func.cxa.fn) (f->func.cxa.arg, 0);
  /external/v8/test/mjsunit/
call.js 77 function fn() { function
81 assertEquals(0, fn.call());
82 assertEquals(0, fn.call(this));
83 assertEquals(0, fn.call(null));
84 assertEquals(0, fn.call(void 0));
85 assertEquals(1, fn.call(this, 1));
86 assertEquals(2, fn.call(this, 1, 2));
87 assertEquals(3, fn.call(this, 1, 2, 3));
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/
scanner.py 59 def decorator(fn):
60 fn.pattern = pattern
61 fn.regex = re.compile(pattern, flags)
62 return fn
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 47 void (*fn)(int status, void *arg); member in struct:exit_function::__anon16701::__anon16702
51 void (*fn)(void *arg, int status); member in struct:exit_function::__anon16701::__anon16703
78 new->func.cxa.fn = (void (*) (void *, int)) func;
177 (*f->func.cxa.fn) (f->func.cxa.arg, 0);
  /system/core/include/cutils/
config_utils.h 40 void config_load_file(cnode *root, const char *fn);
  /system/core/init/
util.h 30 void *read_file(const char *fn, unsigned *_sz);

Completed in 1117 milliseconds

1 2 3 4 5 67 8 91011>>