HomeSort by relevance Sort by last modified time
    Searched refs:unsigned (Results 1 - 25 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
hb-version.h.in 51 hb_version (unsigned int *major,
52 unsigned int *minor,
53 unsigned int *micro);
59 hb_version_atleast (unsigned int major,
60 unsigned int minor,
61 unsigned int micro);
  /external/jemalloc/include/jemalloc/
jemalloc_typedefs.h.in 4 * bool *commit, unsigned arena_ind);
6 typedef void *(chunk_alloc_t)(void *, size_t, size_t, bool *, bool *, unsigned);
10 * chunk_dalloc(void *chunk, size_t size, bool committed, unsigned arena_ind);
12 typedef bool (chunk_dalloc_t)(void *, size_t, bool, unsigned);
17 * unsigned arena_ind);
19 typedef bool (chunk_commit_t)(void *, size_t, size_t, size_t, unsigned);
24 * unsigned arena_ind);
26 typedef bool (chunk_decommit_t)(void *, size_t, size_t, size_t, unsigned);
31 * unsigned arena_ind);
33 typedef bool (chunk_purge_t)(void *, size_t, size_t, size_t, unsigned);
    [all...]
  /external/e2fsprogs/lib/uuid/
uuid_types.h.in 9 typedef unsigned char uint8_t;
14 typedef unsigned int uint64_t;
17 typedef unsigned long uint64_t;
24 typedef unsigned long long uint64_t;
29 typedef unsigned int uint16_t;
32 typedef unsigned short uint16_t;
39 typedef unsigned int uint32_t;
42 typedef unsigned long uint32_t;
45 typedef unsigned short uint32_t;
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/
AArch64GenFastISel.inc 97 unsigned fastEmit_AArch64ISD_THREAD_POINTER_MVT_i64_(MVT RetVT) {
103 unsigned fastEmit_AArch64ISD_THREAD_POINTER_(MVT VT, MVT RetVT) {
112 unsigned fastEmit_(MVT VT, MVT RetVT, unsigned Opcode) override {
121 unsigned fastEmit_AArch64ISD_CALL_MVT_i64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
127 unsigned fastEmit_AArch64ISD_CALL_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) {
136 unsigned fastEmit_AArch64ISD_CMEQz_MVT_v8i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/ARM/
ARMGenFastISel.inc 75 unsigned fastEmit_ARMISD_CALL_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
84 unsigned fastEmit_ARMISD_CALL_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) {
93 unsigned fastEmit_ARMISD_CALL_NOLINK_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
108 unsigned fastEmit_ARMISD_CALL_NOLINK_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill) {
117 unsigned fastEmit_ARMISD_CALL_PRED_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill)
    [all...]
  /external/python/cpython3/Modules/_sha3/kcp/
PlSnP-Fallback.inc 50 #define stateWithIndex(i) ((unsigned char *)states+((i)*SnP_stateOffset))
73 unsigned int i;
83 void PlSnP_AddByte(void *states, unsigned int instanceIndex, unsigned char byte, unsigned int offset)
92 void PlSnP_AddBytes(void *states, unsigned int instanceIndex, const unsigned char *data, unsigned int offset, unsigned int length)
101 void PlSnP_AddLanesAll(void *states, const unsigned char *data, unsigned int laneCount, unsigned int laneOffset
    [all...]
  /art/compiler/driver/
compiler_options_map.def 41 COMPILER_OPTIONS_KEY (unsigned int, HugeMethodMaxThreshold)
42 COMPILER_OPTIONS_KEY (unsigned int, LargeMethodMaxThreshold)
43 COMPILER_OPTIONS_KEY (unsigned int, SmallMethodMaxThreshold)
44 COMPILER_OPTIONS_KEY (unsigned int, TinyMethodMaxThreshold)
45 COMPILER_OPTIONS_KEY (unsigned int, NumDexMethodsThreshold)
46 COMPILER_OPTIONS_KEY (unsigned int, InlineMaxCodeUnitsThreshold)
68 COMPILER_OPTIONS_KEY (unsigned int, MaxImageBlockSize)
  /cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
TestStep.rs 24 float __attribute__((kernel)) testStepFloatFloatFloat(float inEdge, unsigned int x) {
29 float2 __attribute__((kernel)) testStepFloat2Float2Float2(float2 inEdge, unsigned int x) {
34 float3 __attribute__((kernel)) testStepFloat3Float3Float3(float3 inEdge, unsigned int x) {
39 float4 __attribute__((kernel)) testStepFloat4Float4Float4(float4 inEdge, unsigned int x) {
44 half __attribute__((kernel)) testStepHalfHalfHalf(half inEdge, unsigned int x) {
49 half2 __attribute__((kernel)) testStepHalf2Half2Half2(half2 inEdge, unsigned int x) {
54 half3 __attribute__((kernel)) testStepHalf3Half3Half3(half3 inEdge, unsigned int x) {
59 half4 __attribute__((kernel)) testStepHalf4Half4Half4(half4 inEdge, unsigned int x) {
64 float2 __attribute__((kernel)) testStepFloat2FloatFloat2(float2 inEdge, unsigned int x) {
69 float3 __attribute__((kernel)) testStepFloat3FloatFloat3(float3 inEdge, unsigned int x)
    [all...]
TestFmax.rs 24 float __attribute__((kernel)) testFmaxFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFmaxFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFmaxFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFmaxFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFmaxHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFmaxHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFmaxHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFmaxHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFmaxFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFmaxFloat3FloatFloat3(float3 inA, unsigned int x)
    [all...]
TestFmin.rs 24 float __attribute__((kernel)) testFminFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFminFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFminFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFminFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFminHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFminHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFminHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFminHalf4Half4Half4(half4 inA, unsigned int x) {
64 float2 __attribute__((kernel)) testFminFloat2FloatFloat2(float2 inA, unsigned int x) {
69 float3 __attribute__((kernel)) testFminFloat3FloatFloat3(float3 inA, unsigned int x)
    [all...]
TestAtan2.rs 24 float __attribute__((kernel)) testAtan2FloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testAtan2Float2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testAtan2Float3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testAtan2Float4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testAtan2HalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testAtan2Half3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {
TestAtan2pi.rs 24 float __attribute__((kernel)) testAtan2piFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testAtan2piFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testAtan2piFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testAtan2piFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testAtan2piHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testAtan2piHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testAtan2piHalf4Half4Half4(half4 inNumerator, unsigned int x) {
TestCopysign.rs 24 float __attribute__((kernel)) testCopysignFloatFloatFloat(float inMagnitudeValue, unsigned int x) {
29 float2 __attribute__((kernel)) testCopysignFloat2Float2Float2(float2 inMagnitudeValue, unsigned int x) {
34 float3 __attribute__((kernel)) testCopysignFloat3Float3Float3(float3 inMagnitudeValue, unsigned int x) {
39 float4 __attribute__((kernel)) testCopysignFloat4Float4Float4(float4 inMagnitudeValue, unsigned int x) {
44 half __attribute__((kernel)) testCopysignHalfHalfHalf(half inMagnitudeValue, unsigned int x) {
49 half2 __attribute__((kernel)) testCopysignHalf2Half2Half2(half2 inMagnitudeValue, unsigned int x) {
54 half3 __attribute__((kernel)) testCopysignHalf3Half3Half3(half3 inMagnitudeValue, unsigned int x) {
59 half4 __attribute__((kernel)) testCopysignHalf4Half4Half4(half4 inMagnitudeValue, unsigned int x) {
TestDistance.rs 24 float __attribute__((kernel)) testDistanceFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float __attribute__((kernel)) testDistanceFloat2Float2Float(float2 inLeftVector, unsigned int x) {
34 float __attribute__((kernel)) testDistanceFloat3Float3Float(float3 inLeftVector, unsigned int x) {
39 float __attribute__((kernel)) testDistanceFloat4Float4Float(float4 inLeftVector, unsigned int x) {
44 half __attribute__((kernel)) testDistanceHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testDistanceHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testDistanceHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testDistanceHalf4Half4Half(half4 inLeftVector, unsigned int x) {
TestDot.rs 24 float __attribute__((kernel)) testDotFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float __attribute__((kernel)) testDotFloat2Float2Float(float2 inLeftVector, unsigned int x) {
34 float __attribute__((kernel)) testDotFloat3Float3Float(float3 inLeftVector, unsigned int x) {
39 float __attribute__((kernel)) testDotFloat4Float4Float(float4 inLeftVector, unsigned int x) {
44 half __attribute__((kernel)) testDotHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testDotHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testDotHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testDotHalf4Half4Half(half4 inLeftVector, unsigned int x) {
TestFdim.rs 24 float __attribute__((kernel)) testFdimFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testFdimFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testFdimFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testFdimFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testFdimHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testFdimHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testFdimHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testFdimHalf4Half4Half4(half4 inA, unsigned int x) {
TestFmod.rs 24 float __attribute__((kernel)) testFmodFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testFmodFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testFmodFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testFmodFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testFmodHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testFmodHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testFmodHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testFmodHalf4Half4Half4(half4 inNumerator, unsigned int x) {
TestHypot.rs 24 float __attribute__((kernel)) testHypotFloatFloatFloat(float inA, unsigned int x) {
29 float2 __attribute__((kernel)) testHypotFloat2Float2Float2(float2 inA, unsigned int x) {
34 float3 __attribute__((kernel)) testHypotFloat3Float3Float3(float3 inA, unsigned int x) {
39 float4 __attribute__((kernel)) testHypotFloat4Float4Float4(float4 inA, unsigned int x) {
44 half __attribute__((kernel)) testHypotHalfHalfHalf(half inA, unsigned int x) {
49 half2 __attribute__((kernel)) testHypotHalf2Half2Half2(half2 inA, unsigned int x) {
54 half3 __attribute__((kernel)) testHypotHalf3Half3Half3(half3 inA, unsigned int x) {
59 half4 __attribute__((kernel)) testHypotHalf4Half4Half4(half4 inA, unsigned int x) {
TestNativeAtan2.rs 24 float __attribute__((kernel)) testNativeAtan2FloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testNativeAtan2Float2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testNativeAtan2Float3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testNativeAtan2Float4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testNativeAtan2HalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testNativeAtan2Half2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testNativeAtan2Half3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testNativeAtan2Half4Half4Half4(half4 inNumerator, unsigned int x) {
TestNativeAtan2pi.rs 24 float __attribute__((kernel)) testNativeAtan2piFloatFloatFloat(float inNumerator, unsigned int x) {
29 float2 __attribute__((kernel)) testNativeAtan2piFloat2Float2Float2(float2 inNumerator, unsigned int x) {
34 float3 __attribute__((kernel)) testNativeAtan2piFloat3Float3Float3(float3 inNumerator, unsigned int x) {
39 float4 __attribute__((kernel)) testNativeAtan2piFloat4Float4Float4(float4 inNumerator, unsigned int x) {
44 half __attribute__((kernel)) testNativeAtan2piHalfHalfHalf(half inNumerator, unsigned int x) {
49 half2 __attribute__((kernel)) testNativeAtan2piHalf2Half2Half2(half2 inNumerator, unsigned int x) {
54 half3 __attribute__((kernel)) testNativeAtan2piHalf3Half3Half3(half3 inNumerator, unsigned int x) {
59 half4 __attribute__((kernel)) testNativeAtan2piHalf4Half4Half4(half4 inNumerator, unsigned int x) {
TestNativeDistance.rs 24 float __attribute__((kernel)) testNativeDistanceFloatFloatFloat(float inLeftVector, unsigned int x) {
29 float __attribute__((kernel)) testNativeDistanceFloat2Float2Float(float2 inLeftVector, unsigned int x) {
34 float __attribute__((kernel)) testNativeDistanceFloat3Float3Float(float3 inLeftVector, unsigned int x) {
39 float __attribute__((kernel)) testNativeDistanceFloat4Float4Float(float4 inLeftVector, unsigned int x) {
44 half __attribute__((kernel)) testNativeDistanceHalfHalfHalf(half inLeftVector, unsigned int x) {
49 half __attribute__((kernel)) testNativeDistanceHalf2Half2Half(half2 inLeftVector, unsigned int x) {
54 half __attribute__((kernel)) testNativeDistanceHalf3Half3Half(half3 inLeftVector, unsigned int x) {
59 half __attribute__((kernel)) testNativeDistanceHalf4Half4Half(half4 inLeftVector, unsigned int x) {
  /external/clang/test/SemaObjC/
foreach.m 29 unsigned long state;
31 unsigned long *mutationsPtr;
32 unsigned long extra[5];
37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(unsigned long)len;
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/Mips/
MipsGenFastISel.inc 67 unsigned fastEmit_ISD_BITCAST_MVT_i32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
82 unsigned fastEmit_ISD_BITCAST_MVT_i64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
91 unsigned fastEmit_ISD_BITCAST_MVT_f32_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
106 unsigned fastEmit_ISD_BITCAST_MVT_f64_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
115 unsigned fastEmit_ISD_BITCAST_r(MVT VT, MVT RetVT, unsigned Op0, bool Op0IsKill)
    [all...]
  /external/antlr/runtime/ObjC/Framework/examples/LL-star/
SimpleCParser.m 154 static const unsigned long long FOLLOW_declaration_in_program28_data[] = { 0x0000000000068012LL};
156 static const unsigned long long FOLLOW_variable_in_declaration50_data[] = { 0x0000000000000002LL};
158 static const unsigned long long FOLLOW_functionHeader_in_declaration60_data[] = { 0x0000000000000800LL};
160 static const unsigned long long FOLLOW_11_in_declaration62_data[] = { 0x0000000000000002LL};
162 static const unsigned long long FOLLOW_functionHeader_in_declaration75_data[] = { 0x0000000000080000LL};
164 static const unsigned long long FOLLOW_block_in_declaration77_data[] = { 0x0000000000000002LL};
166 static const unsigned long long FOLLOW_type_in_variable99_data[] = { 0x0000000000000010LL};
168 static const unsigned long long FOLLOW_declarator_in_variable101_data[] = { 0x0000000000000800LL};
170 static const unsigned long long FOLLOW_11_in_variable103_data[] = { 0x0000000000000002LL};
172 static const unsigned long long FOLLOW_ID_in_declarator122_data[] = { 0x0000000000000002LL}
    [all...]
  /external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
X86GenFastISel.inc 42 unsigned fastEmit_ISD_ABS_MVT_v16i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
57 unsigned fastEmit_ISD_ABS_MVT_v32i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
69 unsigned fastEmit_ISD_ABS_MVT_v64i8_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
78 unsigned fastEmit_ISD_ABS_MVT_v8i16_r(MVT RetVT, unsigned Op0, bool Op0IsKill) {
93 unsigned fastEmit_ISD_ABS_MVT_v16i16_r(MVT RetVT, unsigned Op0, bool Op0IsKill)
    [all...]

Completed in 966 milliseconds

1 2 3 4 5 6 7 8 91011>>