OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernel
(Results
1 - 25
of
1391
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/Sema/
attr-kernel.c
3
int __attribute__((
kernel
)) g; // expected-warning {{'
kernel
' attribute only applies to functions}}
5
int __attribute__((
kernel
)) f1(void) { // expected-warning {{'
kernel
' attribute ignored}}
9
int __attribute__((
kernel
(1, 2))) f2(void) { // expected-error {{'
kernel
' attribute takes no more than 1 argument}}
/external/elfutils/config/
10-default-yama-scope.conf
1
# When yama is enabled in the
kernel
it might be used to filter any user
22
# For more information see Documentation/security/Yama.txt in the
kernel
24
# is enabled in a
kernel
build (currently 1 for ptrace_scope).
26
# This runtime
kernel
parameter can be set to the following options:
34
kernel
.yama.ptrace_scope = 0
/external/autotest/client/tests/kernelbuild/
kernelbuild.py
1
from autotest_lib.client.bin import test,
kernel
namespace
8
kernel
= self.job.
kernel
(base_tree, self.outputdir)
10
kernel
.patch(*patches)
11
kernel
.config(config, config_list)
13
kernel
.build()
/device/intel/edison/
AndroidBoard.mk
20
include device/generic/brillo/
kernel
.mk
/development/ndk/samples/hello-neon/jni/
helloneon-intrinsics.h
20
void fir_filter_neon_intrinsics(short *output, const short* input, const short*
kernel
, int width, int kernelSize);
/external/e2fsprogs/debugfs/
jfs_user.h
6
#include <ext2fs/
kernel
-jbd.h>
/external/e2fsprogs/misc/
jfs_user.h
6
#include <ext2fs/
kernel
-jbd.h>
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestAbs.rs
23
uchar __attribute__((
kernel
)) testAbsCharUchar(char inV) {
27
uchar2 __attribute__((
kernel
)) testAbsChar2Uchar2(char2 inV) {
31
uchar3 __attribute__((
kernel
)) testAbsChar3Uchar3(char3 inV) {
35
uchar4 __attribute__((
kernel
)) testAbsChar4Uchar4(char4 inV) {
39
ushort __attribute__((
kernel
)) testAbsShortUshort(short inV) {
43
ushort2 __attribute__((
kernel
)) testAbsShort2Ushort2(short2 inV) {
47
ushort3 __attribute__((
kernel
)) testAbsShort3Ushort3(short3 inV) {
51
ushort4 __attribute__((
kernel
)) testAbsShort4Ushort4(short4 inV) {
55
uint __attribute__((
kernel
)) testAbsIntUint(int inV) {
59
uint2 __attribute__((
kernel
)) testAbsInt2Uint2(int2 inV)
[
all
...]
TestFastLength.rs
23
float __attribute__((
kernel
)) testFastLengthFloatFloat(float inV) {
27
float __attribute__((
kernel
)) testFastLengthFloat2Float(float2 inV) {
31
float __attribute__((
kernel
)) testFastLengthFloat3Float(float3 inV) {
35
float __attribute__((
kernel
)) testFastLengthFloat4Float(float4 inV) {
TestFastNormalize.rs
23
float __attribute__((
kernel
)) testFastNormalizeFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testFastNormalizeFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testFastNormalizeFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testFastNormalizeFloat4Float4(float4 inV) {
TestHalfRecip.rs
23
float __attribute__((
kernel
)) testHalfRecipFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testHalfRecipFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testHalfRecipFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testHalfRecipFloat4Float4(float4 inV) {
TestHalfRsqrt.rs
23
float __attribute__((
kernel
)) testHalfRsqrtFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testHalfRsqrtFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testHalfRsqrtFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testHalfRsqrtFloat4Float4(float4 inV) {
TestHalfSqrt.rs
23
float __attribute__((
kernel
)) testHalfSqrtFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testHalfSqrtFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testHalfSqrtFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testHalfSqrtFloat4Float4(float4 inV) {
TestIlogb.rs
23
int __attribute__((
kernel
)) testIlogbFloatInt(float inV) {
27
int2 __attribute__((
kernel
)) testIlogbFloat2Int2(float2 inV) {
31
int3 __attribute__((
kernel
)) testIlogbFloat3Int3(float3 inV) {
35
int4 __attribute__((
kernel
)) testIlogbFloat4Int4(float4 inV) {
TestAcos.rs
23
float __attribute__((
kernel
)) testAcosFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAcosFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAcosFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAcosFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAcosHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAcosHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAcosHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAcosHalf4Half4(half4 inV) {
TestAcosh.rs
23
float __attribute__((
kernel
)) testAcoshFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAcoshFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAcoshFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAcoshFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAcoshHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAcoshHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAcoshHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAcoshHalf4Half4(half4 inV) {
TestAcospi.rs
23
float __attribute__((
kernel
)) testAcospiFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAcospiFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAcospiFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAcospiFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAcospiHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAcospiHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAcospiHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAcospiHalf4Half4(half4 inV) {
TestAsin.rs
23
float __attribute__((
kernel
)) testAsinFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAsinFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAsinFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAsinFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAsinHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAsinHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAsinHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAsinHalf4Half4(half4 inV) {
TestAsinh.rs
23
float __attribute__((
kernel
)) testAsinhFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAsinhFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAsinhFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAsinhFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAsinhHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAsinhHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAsinhHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAsinhHalf4Half4(half4 inV) {
TestAsinpi.rs
23
float __attribute__((
kernel
)) testAsinpiFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAsinpiFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAsinpiFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAsinpiFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAsinpiHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAsinpiHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAsinpiHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAsinpiHalf4Half4(half4 inV) {
TestAtan.rs
23
float __attribute__((
kernel
)) testAtanFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAtanFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAtanFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAtanFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAtanHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAtanHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAtanHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAtanHalf4Half4(half4 inV) {
TestAtanh.rs
23
float __attribute__((
kernel
)) testAtanhFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAtanhFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAtanhFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAtanhFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAtanhHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAtanhHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAtanhHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAtanhHalf4Half4(half4 inV) {
TestAtanpi.rs
23
float __attribute__((
kernel
)) testAtanpiFloatFloat(float inV) {
27
float2 __attribute__((
kernel
)) testAtanpiFloat2Float2(float2 inV) {
31
float3 __attribute__((
kernel
)) testAtanpiFloat3Float3(float3 inV) {
35
float4 __attribute__((
kernel
)) testAtanpiFloat4Float4(float4 inV) {
39
half __attribute__((
kernel
)) testAtanpiHalfHalf(half inV) {
43
half2 __attribute__((
kernel
)) testAtanpiHalf2Half2(half2 inV) {
47
half3 __attribute__((
kernel
)) testAtanpiHalf3Half3(half3 inV) {
51
half4 __attribute__((
kernel
)) testAtanpiHalf4Half4(half4 inV) {
/hardware/qcom/msm8x27/
clean.sh
3
CLEAN_HEADER=../../../bionic/libc/
kernel
/tools/clean_header.py
4
ORIGINAL=original-
kernel
-headers
5
NEW=
kernel
-headers
/external/clang/test/Frontend/
stdlang.c
8
kernel
void func(void);
Completed in 441 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>