Searched refs:Tab (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dv_exp_tail.h18 #define Tab __v_exp_tail_data macro
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dstack_depot.h48 // into the Tab array, which stores an index into the Ring array where the
58 // The insert() function is potentially racy in its accesses to the Tab and
72 atomic_u32 Tab[TabSize] = {}; member in class:scudo::StackDepot
93 u32 RingPos = atomic_load_relaxed(&Tab[Pos]);
101 atomic_store_relaxed(&Tab[Pos], RingPos);
116 u32 RingPos = atomic_load_relaxed(&Tab[Pos]);
H A Dsize_class_map.h128 Tab[i] = computeClassId(Pos + Config::SizeDelta);
144 u8 Tab[getTableSize()] = {}; member in struct:scudo::TableSizeClassMap::SizeTable
155 Tab[I] = Bit;
171 CompressedValue |= u64(Tab[I] - Min) << (I * 2);
174 u8 Tab[ClassesSize] = {}; member in struct:scudo::TableSizeClassMap::LSBTable
201 return LTable.Tab[ClassId - 1];
215 return SzTable.Tab[scaledLog2(Size - 1, Config::MidSizeLog, S)];
/freebsd-current/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp.c38 #define Tab __v_exp_data macro
114 u = (uint64x2_t){ Tab[u[0] & IndexMask], Tab[u[1] & IndexMask] };

Completed in 119 milliseconds