HomeSort by relevance Sort by last modified time
    Searched refs:fn (Results 426 - 450 of 2092) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/netfilter_bridge/
ebtables.h 165 #define EBT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry_match *__match; for (__i = sizeof(struct ebt_entry); __i < (e)->watchers_offset; __i += __match->match_size + sizeof(struct ebt_entry_match)) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } if (__ret == 0) { if (__i != (e)->watchers_offset) __ret = -EINVAL; } __ret; })
166 #define EBT_WATCHER_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry_watcher *__watcher; for (__i = e->watchers_offset; __i < (e)->target_offset; __i += __watcher->watcher_size + sizeof(struct ebt_entry_watcher)) { __watcher = (void *)(e) + __i; __ret = fn(__watcher , ## args); if (__ret != 0) break; } if (__ret == 0) { if (__i != (e)->target_offset) __ret = -EINVAL; } __ret; })
167 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry *__entry; for (__i = 0; __i < (size);) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; if (__entry->bitmask != 0) __i += __entry->next_offset; else __i += sizeof(struct ebt_entries); } if (__ret == 0) { if (__i != (size)) __ret = -EINVAL; } __ret; })
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter/
x_tables.h 109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
110 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) ({ unsigned int __i, __n; int __ret = 0; type *__entry; for (__i = 0, __n = 0; __i < (size); __i += __entry->next_offset, __n++) { __entry = (void *)(entries) + __i; if (__n < n) continue; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
111 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/netfilter_bridge/
ebtables.h 165 #define EBT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry_match *__match; for (__i = sizeof(struct ebt_entry); __i < (e)->watchers_offset; __i += __match->match_size + sizeof(struct ebt_entry_match)) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } if (__ret == 0) { if (__i != (e)->watchers_offset) __ret = -EINVAL; } __ret; })
166 #define EBT_WATCHER_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry_watcher *__watcher; for (__i = e->watchers_offset; __i < (e)->target_offset; __i += __watcher->watcher_size + sizeof(struct ebt_entry_watcher)) { __watcher = (void *)(e) + __i; __ret = fn(__watcher , ## args); if (__ret != 0) break; } if (__ret == 0) { if (__i != (e)->target_offset) __ret = -EINVAL; } __ret; })
167 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry *__entry; for (__i = 0; __i < (size);) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; if (__entry->bitmask != 0) __i += __entry->next_offset; else __i += sizeof(struct ebt_entries); } if (__ret == 0) { if (__i != (size)) __ret = -EINVAL; } __ret; })
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter/
x_tables.h 109 #define XT_MATCH_ITERATE(type, e, fn, args...) ({ unsigned int __i; int __ret = 0; struct xt_entry_match *__m; for (__i = sizeof(type); __i < (e)->target_offset; __i += __m->u.match_size) { __m = (void *)e + __i; __ret = fn(__m , ## args); if (__ret != 0) break; } __ret; })
110 #define XT_ENTRY_ITERATE_CONTINUE(type, entries, size, n, fn, args...) ({ unsigned int __i, __n; int __ret = 0; type *__entry; for (__i = 0, __n = 0; __i < (size); __i += __entry->next_offset, __n++) { __entry = (void *)(entries) + __i; if (__n < n) continue; __ret = fn(__entry , ## args); if (__ret != 0) break; } __ret; })
111 #define XT_ENTRY_ITERATE(type, entries, size, fn, args...) XT_ENTRY_ITERATE_CONTINUE(type, entries, size, 0, fn, args)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/netfilter_bridge/
ebtables.h 165 #define EBT_MATCH_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry_match *__match; for (__i = sizeof(struct ebt_entry); __i < (e)->watchers_offset; __i += __match->match_size + sizeof(struct ebt_entry_match)) { __match = (void *)(e) + __i; __ret = fn(__match , ## args); if (__ret != 0) break; } if (__ret == 0) { if (__i != (e)->watchers_offset) __ret = -EINVAL; } __ret; })
166 #define EBT_WATCHER_ITERATE(e, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry_watcher *__watcher; for (__i = e->watchers_offset; __i < (e)->target_offset; __i += __watcher->watcher_size + sizeof(struct ebt_entry_watcher)) { __watcher = (void *)(e) + __i; __ret = fn(__watcher , ## args); if (__ret != 0) break; } if (__ret == 0) { if (__i != (e)->target_offset) __ret = -EINVAL; } __ret; })
167 #define EBT_ENTRY_ITERATE(entries, size, fn, args...) ({ unsigned int __i; int __ret = 0; struct ebt_entry *__entry; for (__i = 0; __i < (size);) { __entry = (void *)(entries) + __i; __ret = fn(__entry , ## args); if (__ret != 0) break; if (__entry->bitmask != 0) __i += __entry->next_offset; else __i += sizeof(struct ebt_entries); } if (__ret == 0) { if (__i != (size)) __ret = -EINVAL; } __ret; })
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_linecache.py 86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
91 cached_empty = [fn for fn in cached if fn in linecache.cache]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_linecache.py 86 cached_empty = [fn for fn in cached if fn not in linecache.cache]
91 cached_empty = [fn for fn in cached if fn in linecache.cache]
  /bionic/libc/arch-mips64/bionic/
__bionic_clone.S 44 // pid_t __bionic_clone(int flags, void* child_stack, pid_t* parent_tid, void* tls, pid_t* child_tid, int (*fn)(void*), void* arg);
53 PTR_L t0,FRAMESZ+5*REGSZ(sp) # fn
55 PTR_S t0,FRAME_FN(a1) # fn
60 PTR_S a5,FRAME_FN(a1) # fn
82 PTR_L a0,FRAME_FN(sp) # fn
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
strsrchperf.h 18 StrSrchFn fn; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
35 fn = func;
  /external/chromium_org/v8/test/promises-aplus/lib/
global.js 36 function PostMicrotask(fn) {
39 fn();
45 setInterval = function(fn, delay) {
53 fn();
68 setTimeout = function(fn, delay) {
70 fn();
  /external/clang/test/SemaCXX/
warn-assignment-condition.cpp 125 void (*fn)(); variable
128 if ((fn == test2)) {} // expected-warning {{equality comparison with extraneous parentheses}} \
131 if ((test2 == fn)) {}
  /external/fio/crc/
test.c 29 uint64_t (*fn)(void); member in struct:test_type
267 .fn = t_md5,
272 .fn = t_crc64,
277 .fn = t_crc32,
282 .fn = t_crc32c,
287 .fn = t_crc16,
292 .fn = t_crc7,
297 .fn = t_sha1,
302 .fn = t_sha256,
307 .fn = t_sha512
    [all...]
  /external/icu/icu4c/source/test/perf/strsrchperf/
strsrchperf.h 18 StrSrchFn fn; member in class:StringSearchPerfFunction
27 (*fn)(srch, src, srcLen, pttrn, pttrnLen, status);
35 fn = func;
  /external/openssl/crypto/engine/
tb_pkmeth.c 123 ENGINE_PKEY_METHS_PTR fn = ENGINE_get_pkey_meths(e); local
124 if(!fn || !fn(e, &ret, NULL, nid))
  /bionic/libc/arch-arm64/bionic/
__bionic_clone.S 31 // pid_t __bionic_clone(int flags, void* child_stack, pid_t* parent_tid, void* tls, pid_t* child_tid, int (*fn)(void*), void* arg);
34 # Copy 'fn' and 'arg' onto the child stack.
56 # ...and call __start_thread with the 'fn' and 'arg' we stored on the child stack.
  /bionic/libc/bionic/
vdso.cpp 39 void* fn; member in struct:vdso_entry
55 (int (*)(int, timespec*)) vdso_entries[VDSO_CLOCK_GETTIME].fn;
61 (int (*)(timeval*, struct timezone*)) vdso_entries[VDSO_GETTIMEOFDAY].fn;
118 vdso_entries[j].fn = reinterpret_cast<void*>(vdso_addr + symtab[i].st_value);
  /bionic/libc/kernel/uapi/linux/netfilter_ipv4/
ip_tables.h 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  /bootable/recovery/edify/
expr.h 61 Function fn; member in struct:Expr
97 Expr* Build(Function fn, YYLTYPE loc, int count, ...);
114 Function fn; member in struct:__anon1103
119 void RegisterFunction(const char* name, Function fn);
  /cts/suite/cts/deviceTests/browserbench/assets/octane/js/
bootstrap-collapse.js 31 this.options = $.extend({}, $.fn.collapse.defaults, options)
126 $.fn.collapse = function (option) {
136 $.fn.collapse.defaults = {
140 $.fn.collapse.Constructor = Collapse
  /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/
ip_tables.h 60 #define IPT_MATCH_ITERATE(e, fn, args...) XT_MATCH_ITERATE(struct ipt_entry, e, fn, ## args)
61 #define IPT_ENTRY_ITERATE(entries, size, fn, args...) XT_ENTRY_ITERATE(struct ipt_entry, entries, size, fn, ## args)
  /external/chromium_org/chrome/renderer/resources/extensions/
notifications_test_util.js 50 bind: function (fn, context) {
51 return fn.bind(context);
  /external/chromium_org/media/base/
vector_math_perftest.cc 35 void RunBenchmark(void (*fn)(const float[], float, int, float[]),
41 fn(input_vector_.get(),
57 std::pair<float, float> (*fn)(float, const float[], int, float),
63 fn(0.5f, input_vector_.get(), len, 0.1f);
  /external/chromium_org/tools/generate_library_loader/
generate_library_loader.py 177 for fn in args:
179 'function_name': fn,
183 'function_name': fn,
187 'function_name': fn,
  /external/chromium_org/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/clang/test/PCH/
cxx0x-default-delete.cpp 32 void fn() { function

Completed in 1853 milliseconds

<<11121314151617181920>>