/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/ |
types.h | 40 #include <machine/kernel.h> 46 * the kernel uses 32-bits instead.
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
plist.h | 4 *** This header was automatically generated from a Linux kernel header 6 *** call into the kernel available to libc. It contains only constants, 15 #include <linux/kernel.h>
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/ |
types.h | 40 #include <machine/kernel.h> 46 * the kernel uses 32-bits instead.
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
plist.h | 4 *** This header was automatically generated from a Linux kernel header 6 *** call into the kernel available to libc. It contains only constants, 15 #include <linux/kernel.h>
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/ |
types.h | 40 #include <machine/kernel.h> 46 * the kernel uses 32-bits instead.
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
plist.h | 4 *** This header was automatically generated from a Linux kernel header 6 *** call into the kernel available to libc. It contains only constants, 15 #include <linux/kernel.h>
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/ |
types.h | 40 #include <machine/kernel.h> 46 * the kernel uses 32-bits instead.
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
plist.h | 4 *** This header was automatically generated from a Linux kernel header 6 *** call into the kernel available to libc. It contains only constants, 15 #include <linux/kernel.h>
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/ |
types.h | 40 #include <machine/kernel.h> 46 * the kernel uses 32-bits instead.
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_backing_store.cc | 96 int UnpackEntry(SQLStatement* statement, EntryKernel** kernel) { 97 *kernel = NULL; 100 *kernel = new EntryKernel; 101 (*kernel)->clear_dirty(NULL); 105 (*kernel)->put(static_cast<Int64Field>(i), statement->column_int64(i)); 108 (*kernel)->mutable_ref(static_cast<IdField>(i)).s_ = 112 (*kernel)->put(static_cast<BitField>(i), (0 != statement->column_int(i))); 115 (*kernel)->put(static_cast<StringField>(i), 119 (*kernel)->mutable_ref(static_cast<ProtoField>(i)).ParseFromArray( 122 ZeroFields((*kernel), i) 572 EntryKernel* kernel = NULL; local [all...] |
/external/oprofile/utils/ |
opcontrol | 156 "default" or "name:count:unitmask:kernel:user", where : 161 kernel: whether to profile kernel: 0 or 1 170 kernel: same as library, plus kernel profiles 181 --vmlinux=file vmlinux kernel image 182 --no-vmlinux no kernel image (vmlinux) available 183 --kernel-range=start,end kernel range vma address in hexadecimal 184 --buffer-size=num kernel buffer size in sample units [all...] |
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 100 * stores state objects using (a copy of) their kernel item sets as keys. 106 /** Find and return state with a given a kernel item set (or null if not 107 * found). The kernel item set is the subset of items that were used to 111 * @param itms the kernel set of the state we are looking for. 245 * state. This new state would be formed by a "kernel" of items 250 * The full state would then be formed by "closing" this kernel set of 278 lalr_item_set kernel; local 297 /* create copy the item set to form the kernel */ 298 kernel = new lalr_item_set(start_items); 307 /* enter the state using the kernel as the key * [all...] |
/development/ndk/samples/hello-neon/jni/ |
helloneon.c | 45 fir_filter_c(short *output, const short* input, const short* kernel, int width, int kernelSize) 53 sum += kernel[mm]*input[nn+offset+mm];
|
/external/oprofile/daemon/liblegacy/ |
opd_sample_files.c | 75 if (image->kernel) 146 image->kernel, 0, 0, 0, image->mtime);
|
/external/oprofile/daemon/ |
opd_events.c | 90 event->kernel = 1; 113 event->kernel = copy_ulong(&c, ':');
|
/bionic/libc/kernel/tools/ |
update_all.py | 3 import sys, cpp, kernel, glob, os, re, getopt, clean_header namespace 9 usage: %(progname)s [kernel-original-path] 14 - a set of source kernel headers is located in '../original',
|
/external/kernel-headers/original/asm-x86/ |
fixmap_32.h | 27 #include <linux/kernel.h> 79 FIX_KMAP_BEGIN, /* reserved pte's for temporary kernel mappings */ 131 * kernel oops. Illegal ranges of incoming indices are caught too.
|
/external/kernel-headers/original/linux/ |
rbtree.h | 97 #include <linux/kernel.h>
|
textsearch.h | 8 #include <linux/kernel.h>
|
/external/yaffs2/yaffs2/ |
patch-ker.sh | 13 # Patch YAFFS into the kernel 15 # args: kpath : Full path to kernel sources to be patched 45 echo "Directory $LINUXDIR does not exist or is not a kernel source directory"; 49 # Get kernel version 57 echo "Cannot patch kernel version $VERSION.$PATCHLEVEL.$SUBLEVEL, must be 2.6.x or higher" 106 cp Makefile.kernel $LINUXDIR/fs/yaffs2/Makefile
|
/hardware/ti/omap3/dspbridge/inc/ |
host_os.h | 42 #include <linux/kernel.h>
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
host_os.h | 42 #include <linux/kernel.h>
|
/external/oprofile/module/ia64/ |
op_pmu.c | 152 pmc_fill_in(ulong * val, u8 kernel, u8 user, u8 event, u8 um) 172 (kernel) ? (*val |= (1 << 0)) 195 pmc_fill_in(&pmc_val, sysctl.ctr[ii].kernel, 264 /* from linux/arch/ia64/kernel/perfmon.c */ 280 * the kernel because of a user request. Given we are on a UP non preeemptive 281 * kernel we know that no other task is running, so we cna simply update their 297 * position on pt_regs saved on stack on 1st entry into the kernel 454 if (!sysctl.ctr[i].user && !sysctl.ctr[i].kernel) { 455 printk(KERN_ERR "oprofile: neither kernel nor user " 602 tab[4] = ((ctl_table) { 1, "kernel", &sysctl_parms.ctr[i].kernel, sizeof(int), 0600, NULL, lproc_dointvec, NULL, }) [all...] |
/external/blktrace/doc/ |
blktrace.tex | 36 \item[Kernel patch] A patch to the Linux kernel which includes the 37 kernel event logging interfaces, and patches to areas within the block 38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel, 41 \item[blktrace] A utility which transfers event traces from the kernel 51 The blktrace and blkparse utilities and associated kernel patch are provided 54 git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git bt 65 As noted above, the kernel patch along with the blktrace and blkparse utilities are stored in a git repository. One simple way to get going would be: 68 % git clone git://git.kernel.org/pub/scm/linux/kernel/git/axboe/blktrace.git b [all...] |
/external/opencv/ml/src/ |
mlsvm.cpp | 188 /////////////////////////////////////// SVM kernel /////////////////////////////////////// 363 kernel = 0; 419 kernel = _kernel; 423 eps = kernel->params->term_crit.epsilon; 424 max_iter = kernel->params->term_crit.max_iter; 432 svm_type = kernel->params->svm_type; 506 kernel->calc( sample_count, var_count, samples, samples[i1], row->data ); 993 sum_pos = kernel->params->nu * sample_count * 0.5; 994 sum_neg = kernel->params->nu * sample_count * 0.5; 1142 kernel = 0 [all...] |