HomeSort by relevance Sort by last modified time
    Searched refs:Index (Results 576 - 600 of 1147) sorted by null

<<21222324252627282930>>

  /external/llvm/lib/Transforms/Instrumentation/
PGOInstrumentation.cpp 192 uint32_t Index;
195 BBInfo(unsigned IX) : Group(this), Index(IX), Rank(0) {}
199 return (Twine("Index=") + Twine(Index)).str();
253 // Compute Hash value for the CFG: the lower 32 bits are CRC32 of the index
263 uint32_t Index = getBBInfo(Succ).Index;
265 Indexes.push_back((char)(Index >> (J * 8)));
298 DEBUG(dbgs() << "Split critical edge: " << getBBInfo(SrcBB).Index << " --> "
299 << getBBInfo(DestBB).Index << "\n")
    [all...]
  /external/llvm/test/MC/Mips/
mips-reginfo-fp32.s 6 # CHECK: Index:
  /external/llvm/test/MC/Mips/mips32/
abiflags.s 12 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/mips32r2/
abiflags.s 13 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/mips32r3/
abiflags.s 13 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/mips32r5/
abiflags.s 13 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/mips64/
abiflags.s 12 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/mips64r2/
abiflags.s 12 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/mips64r3/
abiflags.s 12 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/mips64r5/
abiflags.s 12 # CHECK-OBJ: Index: 5
  /external/llvm/test/MC/Mips/msa/
abiflags.s 13 # CHECK-OBJ: Index: 5
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 99 unsigned Index, const RuntimeFunction &Entry);
102 unsigned Index, const RuntimeFunction &Entry);
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_pstipple.c 240 decl.Semantic.Index = 0;
262 * The index/position of this immediate will be pctx->numImmed
285 * We'd like to use non-normalized texcoords to index into a RECT
295 newInst.Dst[0].Register.Index = pctx->texTemp;
298 newInst.Src[0].Register.Index = wincoordInput;
300 newInst.Src[1].Register.Index = pctx->numImmed;
308 newInst.Dst[0].Register.Index = pctx->texTemp;
313 newInst.Src[0].Register.Index = pctx->texTemp;
315 newInst.Src[1].Register.Index = pctx->freeSampler;
324 newInst.Src[0].Register.Index = pctx->texTemp
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_dataflow_swizzles.c 56 mov->U.I.DstReg.Index = tempreg;
80 inst->U.I.SrcReg[src].Index = tempreg;
  /external/mesa3d/src/mesa/main/
atifragshader.h 32 GLuint Index;
39 GLuint Index;
nvprogram.c 176 _mesa_GetProgramParameterfvNV(GLenum target, GLuint index,
184 if (index < MAX_NV_VERTEX_PROGRAM_PARAMS) {
185 COPY_4V(params, ctx->VertexProgram.Parameters[index]);
189 "glGetProgramParameterfvNV(index)");
211 _mesa_GetProgramParameterdvNV(GLenum target, GLuint index,
219 if (index < MAX_NV_VERTEX_PROGRAM_PARAMS) {
220 COPY_4V(params, ctx->VertexProgram.Parameters[index]);
224 "glGetProgramParameterdvNV(index)");
357 _mesa_GetVertexAttribdvNV(GLuint index, GLenum pname, GLdouble *params)
363 if (index >= MAX_NV_VERTEX_PROGRAM_INPUTS)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
bandwidth_estimator.c 140 * - Index : integer (range 0...23) indicating bottle neck &
152 const uint16_t Index)
187 /* The function also checks if Index has a valid value */
188 errCode = WebRtcIsacfix_UpdateUplinkBwRec(bweStr, Index);
547 /* Index - integer (range 0...23) indicating bottle neck & jitter as estimated by other side */
550 const int16_t Index)
556 if ( (Index < 0) || (Index > 23) ) {
562 if ( Index > 11 ) {
563 RateInd = Index - 12
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 34 import com.android.settings.search.Index;
62 Index.getInstance(mContext).updateFromClassNameResource(
Utils.java 27 import com.android.settings.search.Index;
111 * Update the search Index for a specific class name and resources.
122 Index.getInstance(context).updateFromSearchIndexableData(data);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winusb.h 63 USHORT Index;
73 WINBOOL WINAPI WinUsb_GetDescriptor (WINUSB_INTERFACE_HANDLE InterfaceHandle, UCHAR DescriptorType, UCHAR Index, USHORT LanguageID, PUCHAR Buffer, ULONG BufferLength, PULONG LengthTransferred);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 46 /** Absolute token index. It's the index of the symbol about to be
95 // if so, it's an opportunity to start filling at index 0 again
110 * p index is data.size()-1. p+need-1 is the data index 'need' elements
153 public virtual int Index {
161 _lastMarker = _p; // track where we are in buffer, not absolute token index
186 public virtual void Seek(int index) {
187 _p = index;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 49 /** Absolute token index. It's the index of the symbol about to be
112 // if so, it's an opportunity to start filling at index 0 again
128 * p index is data.size()-1. p+need-1 is the data index 'need' elements
179 public virtual int Index
190 _lastMarker = _p; // track where we are in buffer, not absolute token index
221 public virtual void Seek( int index )
223 _p = index;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRHashMap.h 84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRHashMap.h 84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRHashMap.h 84 - (void)setptrBuffer:(ANTLRMapElement *)np Index:(int)idx;

Completed in 888 milliseconds

<<21222324252627282930>>