Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 19 of 19) sorted by relevance

/frameworks/av/services/audioflinger/
DFastMixerState.cpp77 unsigned long ul = strtoul(value, &endptr, 0); in sMaxFastTracksInit() local
78 if (*endptr == '\0' && kMinFastTracks <= ul && ul <= kMaxFastTracks) { in sMaxFastTracksInit()
79 sMaxFastTracks = (unsigned) ul; in sMaxFastTracksInit()
DThreads.cpp271 unsigned long ul = strtoul(value, &endptr, 0); in sFastTrackMultiplierInit() local
272 if (*endptr == '\0' && kFastTrackMultiplierMin <= ul && ul <= kFastTrackMultiplierMax) { in sFastTrackMultiplierInit()
273 sFastTrackMultiplier = (int) ul; in sFastTrackMultiplierInit()
3154 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l() local
3155 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l()
10000 unsigned long ul = strtoul(value, &endptr, 0); in checkSilentMode_l() local
10001 if (*endptr == '\0' && ul != 0) { in checkSilentMode_l()
/frameworks/rs/script_api/
Drs_allocation_data.spec22 <ul>
28 </ul>
Drs_io.spec20 These functions are used to:<ul>
23 <li>Send the processed allocation or receive the next allocation to process.</li></ul>
Drs_value_types.spec41 Single entries can be accessed by following the variable name with a dot and:<ul>
44 <li>The letter s or S, followed by a zero based index.</li></ul>
Drs_vector_math.spec28 functions. Functions with a name starting with<ul>
34 </ul>
Drs_math.spec42 functions. Functions with a name starting with<ul>
48 </ul>
/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dsetelementat.rscript19 ulong ul = 4;
33 rsSetElementAt(A, &ul, 0, 0);
/frameworks/compile/slang/tests/P_export_types_v20/
Dexport_types.rscript16 unsigned long ul = 13;
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rscript17 unsigned long ul = 13;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_agree.rscript42 DECLARE_INPUT_SET(ulong, ul);
65 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
308 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul)
309 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul)
310 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul)
311 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul)
381 DECLARE_TEMP_SET(ulong, ul);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dmath_agree.rscript44 DECLARE_INPUT_SET(ulong, ul);
67 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
310 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul)
311 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul)
312 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul)
313 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul)
383 DECLARE_TEMP_SET(ulong, ul);
Dapitest.rscript76 volatile ulong ul;
323 ul = rsGetElementAt_ulong(aULong, 0);
324 rsSetElementAt_ulong(aULong, ul, 0);
325 ul = rsGetElementAt_ulong(aULong, 0, 0);
326 rsSetElementAt_ulong(aULong, ul, 0, 0);
327 ul = rsGetElementAt_ulong(aULong, 0, 0, 0);
328 rsSetElementAt_ulong(aULong, ul, 0, 0, 0);
1159 rsDebug("", ul);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dmath_agree.rscript26 DECLARE_INPUT_SET(ulong, ul);
49 DECLARE_REFERENCE_SET_VEC_VEC(ulong, ul, func);
292 #define TEST_UL1_UL1(func) TEST_VEC1_VEC1(func, ul)
293 #define TEST_UL2_UL2(func) TEST_VEC2_VEC2(func, ul)
294 #define TEST_UL3_UL3(func) TEST_VEC3_VEC3(func, ul)
295 #define TEST_UL4_UL4(func) TEST_VEC4_VEC4(func, ul)
Dapitest.rscript58 volatile ulong ul;
303 ul = rsGetElementAt_ulong(aULong, 0);
304 rsSetElementAt_ulong(aULong, ul, 0);
305 ul = rsGetElementAt_ulong(aULong, 0, 0);
306 rsSetElementAt_ulong(aULong, ul, 0, 0);
307 ul = rsGetElementAt_ulong(aULong, 0, 0, 0);
308 rsSetElementAt_ulong(aULong, ul, 0, 0, 0);
1142 rsDebug("", ul);
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Component.h201 inline WorkQueue() : mFlush(false), mGeneration(0ul) {} in WorkQueue()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rscript74 volatile ulong ul;
321 ul = rsGetElementAt_ulong(aULong, 0);
322 rsSetElementAt_ulong(aULong, ul, 0);
323 ul = rsGetElementAt_ulong(aULong, 0, 0);
324 rsSetElementAt_ulong(aULong, ul, 0, 0);
325 ul = rsGetElementAt_ulong(aULong, 0, 0, 0);
326 rsSetElementAt_ulong(aULong, ul, 0, 0, 0);
1157 rsDebug("", ul);
/frameworks/minikin/libs/minikin/
DLocale.h90 mSubScriptBits(0ul), in Locale()
/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/
Dcompute_benchmark.rscript108 BENCH_BASIC_OP_TYPE(op, ul) \
131 BENCH_CVT(to, ul, type); \
299 BENCH_CVT_MATRIX(ul, ulong);