/external/libunwind/include/ |
libunwind-common.h | 39 #define UNW_OBJ(fn) UNW_PASTE(UNW_PREFIX, fn) 40 #define UNW_ARCH_OBJ(fn) UNW_PASTE(UNW_PASTE(UNW_PASTE(_U,UNW_TARGET),_), fn)
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
cache.h | 23 extern int perf_config(config_fn_t fn, void *);
|
/external/llvm/test/Bindings/Ocaml/ |
linker.ml | 35 let fn = define_function ("fn_" ^ name) fty m in 36 ignore (build_ret_void (builder_at_end context (entry_block fn)));
|
/external/okhttp/website/static/ |
jquery.smooth-scroll.min.js | 7 (function(l){function t(l){return l.replace(/(:|\.)/g,"\\$1")}var e="1.4.10",o={exclude:[],excludeWithin:[],offset:0,direction:"top",scrollElement:null,scrollTarget:null,beforeScroll:function(){},afterScroll:function(){},easing:"swing",speed:400,autoCoefficent:2},r=function(t){var e=[],o=!1,r=t.dir&&"left"==t.dir?"scrollLeft":"scrollTop";return this.each(function(){if(this!=document&&this!=window){var t=l(this);t[r]()>0?e.push(this):(t[r](1),o=t[r]()>0,o&&e.push(this),t[r](0))}}),e.length||this.each(function(){"BODY"===this.nodeName&&(e=[this])}),"first"===t.el&&e.length>1&&(e=[e[0]]),e};l.fn.extend({scrollable:function(l){var t=r.call(this,{dir:l});return this.pushStack(t)},firstScrollable:function(l){var t=r.call(this,{el:"first",dir:l});return this.pushStack(t)},smoothScroll:function(e){e=e||{};var o=l.extend({},l.fn.smoothScroll.defaults,e),r=l.smoothScroll.filterPath(location.pathname);return this.unbind("click.smoothscroll").bind("click.smoothscroll",function(e){var n=this,s=l(this),c=o.exclude,i=o.excludeWithin,a=0,f=0,h=!0,u={},d=location.hostname===n.hostname||!n.hostname,m=o.scrollTarget||(l.smoothScroll.filterPath(n.pathname)||r)===r,p=t(n.hash);if(o.scrollTarget||d&&m&&p){for(;h&&c.length>a;)s.is(t(c[a++]))&&(h=!1);for(;h&&i.length>f;)s.closest(i[f++]).length&&(h=!1)}else h=!1;h&&(e.preventDefault(),l.extend(u,o,{scrollTarget:o.scrollTarget||p,link:n}),l.smoothScroll(u))}),this}}),l.smoothScroll=function(t,e){var o,r,n,s,c=0,i="offset",a="scrollTop",f={},h={};"number"==typeof t?(o=l.fn.smoothScroll.defaults,n=t):(o=l.extend({},l.fn.smoothScroll.defaults,t||{}),o.scrollElement&&(i="position","static"==o.scrollElement.css("position")&&o.scrollElement.css("position","relative"))),o=l.extend({link:null},o),a="left"==o.direction?"scrollLeft":a,o.scrollElement?(r=o.scrollElement,c=r[a]()):r=l("html, body").firstScrollable(),o.beforeScroll.call(r,o),n="number"==typeof t?t:e||l(o.scrollTarget)[i]()&&l(o.scrollTarget)[i]()[o.direction]||0,f[a]=n+c+o.offset,s=o.speed,"auto"===s&&(s=f[a]||r.scrollTop(),s/=o.autoCoefficent),h={duration:s,easing:o.easing,complete:function(){o.afterScroll.call(o.link,o)}},o.step&&(h.step=o.step),r.length?r.stop().animate(f,h):o.afterScroll.call(o.link,o)},l.smoothScroll.version=e,l.smoothScroll.filterPath=function(l){return l.replace(/^\//,"").replace(/(index|default).[a-zA-Z]{3,4}$/,"").replace(/\/$/,"")},l.fn.smoothScroll.defaults=o})(jQuery)
|
/external/openssl/crypto/lhash/ |
lhash.h | 220 #define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) 221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ 222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
|
/external/openssl/include/openssl/ |
lhash.h | 220 #define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) 221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ 222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
stdio.h | 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
stdio.h | 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/ |
stdio.h | 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/ |
stdio.h | 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/ |
stdio.h | 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/include/isl/ |
band.h | 41 int (*fn)(__isl_keep isl_band *band, void *user), void *user);
|
schedule.h | 56 int (*fn)(__isl_keep isl_band *band, void *user), void *user);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/isl/ |
band.h | 41 int (*fn)(__isl_keep isl_band *band, void *user), void *user);
|
schedule.h | 56 int (*fn)(__isl_keep isl_band *band, void *user), void *user);
|
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/ |
stdio.h | 354 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 355 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/ |
stdio.h | 367 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 368 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include-fixed/ |
stdio.h | 370 #define fropen(cookie, fn) funopen(cookie, fn, 0, 0, 0) 371 #define fwopen(cookie, fn) funopen(cookie, 0, fn, 0, 0)
|