| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | thread_test.cpp | 30 auto affinity = marl::Thread::Affinity( in TEST_F() local 42 auto affinity = marl::Thread::Affinity( in TEST_F() local 71 auto affinity = marl::Thread::Affinity( TEST_F() local 95 auto affinity = marl::Thread::Affinity::all(allocator); TEST_F() local [all...] |
| H A D | thread.cpp | 81 KAFFINITY affinity; // affinity mask. member 186 Affinity affinity; in anyOf() member 182 anyOf( Affinity&& affinity, Allocator* allocator ) anyOf() argument 213 oneOf( Affinity&& affinity, Allocator* allocator ) oneOf() argument 217 Affinity affinity; oneOf() member 283 Thread(Affinity&& affinity, Func&& func) Thread() argument 362 Impl(Affinity&& affinity, Thread::Func&& f) Impl() argument 368 Affinity affinity; global() member in marl::Thread::Impl 401 Thread(Affinity&& affinity, Func&& func) Thread() argument [all...] |
| H A D | scheduler.cpp | 375 auto affinity = affinityPolicy->get(id, allocator); in start() local
|
| /third_party/lzma/C/ |
| H A D | LzmaEnc.h | 36 UInt64 affinity;
member
|
| H A D | Threads.c | 83 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask affinity)
in Thread_Create_With_Affinity() argument 301 WRes Thread_Create_With_Affinity(CThread *p, THREAD_FUNC_TYPE func, LPVOID param, CAffinityMask affinity)
in Thread_Create_With_Affinity() argument [all...] |
| H A D | LzFindMt.h | 16 UInt64 affinity;
member
|
| /third_party/lzma/CPP/Windows/ |
| H A D | Thread.h | 25 WRes Create_With_Affinity(THREAD_FUNC_TYPE startAddress, LPVOID param, CAffinityMask affinity)
in Create_With_Affinity() argument
|
| /third_party/ltp/testcases/kernel/irq/ |
| H A D | irqbalance01.c | 46 enum affinity { enum
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | CPUID.hpp | 62 static int affinity; member in sw::CPUID
|
| H A D | CPUID.cpp | 40 int CPUID::affinity = detectAffinity(); member in sw::CPUID
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_pullup.h | 34 int affinity; member
|
| /third_party/skia/modules/skparagraph/include/ |
| H A D | DartTypes.h | 74 Affinity affinity; member
|
| /third_party/skia/third_party/externals/angle2/util/posix/ |
| H A D | test_utils_posix.cpp | 381 cpu_set_t affinity; in StabilizeCPUForBenchmarking() local
|
| /third_party/nghttp2/src/ |
| H A D | shrpx_worker.h | 228 AffinityConfig affinity; member
|
| H A D | shrpx_worker.cc | 130 auto &affinity = shared_addr->affinity; in create_downstream_key() local [all...] |
| H A D | shrpx_config.cc | 952 AffinityConfig affinity; member [all...] |
| H A D | shrpx_config.h | 592 AffinityConfig affinity; global() member [all...] |
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_ra.c | 34 uint64_t *affinity; member 270 uint64_t affinity = bi_make_affinity(preload_live, count, split_file) >> offset; bi_mark_interference() local 438 uint64_t affinity = l->affinity[node]; bi_allocate_registers() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_register_allocation.cpp | 58 uint32_t affinity = 0; member 1614 assignment& affinity = ctx.assignments[ctx.assignments[def.tempId()].affinity]; in get_reg() local 1627 assignment& affinity = ctx.assignments[ctx.assignments[temp.id()].affinity]; in get_reg() local 2097 assignment& affinity = ctx.assignments[ctx.assignments[definition.tempId()].affinity]; get_regs_for_phis() local 2570 assignment& affinity = ctx.assignments[ctx.assignments[def_id].affinity]; optimize_encoding_vop2() local 2625 assignment& affinity = ctx.assignments[ctx.assignments[def_id].affinity]; optimize_encoding_sopk() local [all...] |
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 17578 char affinity; /* One of the SQLITE_AFF_... values */ member 82102 valueFromExpr( sqlite3 *db, const Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal, struct ValueNewStat4Ctx *pCtx ) global() argument 82257 sqlite3ValueFromExpr( sqlite3 *db, const Expr *pExpr, u8 enc, u8 affinity, sqlite3_value **ppVal ) global() argument 82286 stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, struct ValueNewStat4Ctx *pAlloc, sqlite3_value **ppVal ) global() argument 82406 sqlite3Stat4ValueFromExpr( Parse *pParse, Expr *pExpr, u8 affinity, sqlite3_value **ppVal ) global() argument 90651 applyAffinity( Mem *pRec, char affinity, u8 enc ) global() argument 90704 sqlite3ValueApplyAffinity( sqlite3_value *pVal, u8 affinity, u8 enc ) global() argument 92488 char affinity; /* Affinity to use for comparison */ global() local 108989 char affinity; /* Affinity of the LHS of the IN */ global() local 118978 char affinity = SQLITE_AFF_BLOB; global() local [all...] |