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

<<31323334353637383940>>

  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 175 // is the vector and the second is the index of the element to replicate.
346 // Only the lower 12 bits of an element index are used, so we don't
502 unsigned Index, DAGCombinerInfo &DCI,
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 143 static bit_value_t bitFromBits(const BitsInit &bits, unsigned index) {
144 if (BitInit *bit = dyn_cast<BitInit>(bits.getBit(index)))
152 for (unsigned index = bits.getNumBits(); index > 0; --index) {
153 switch (bitFromBits(bits, index - 1)) {
327 // Index of the best filter from Filters.
802 // Decoder index.
872 // input predicate index.
878 OS.indent(Indentation) << "default: llvm_unreachable(\"Invalid index!\");\n"
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 447 unsigned char _BitScanForward(unsigned long* Index, unsigned long Mask);
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r500_fragprog.c 174 inst_if->U.I.SrcReg[0].Index = RC_SPECIAL_ALU_RESULT;
  /external/mesa3d/src/mesa/main/
ffvertex_prog.c 298 /* sizeof(idx) should == sizeof(prog_src_reg::Index) */
530 src->Index = reg.idx;
536 ASSERT(src->Index == reg.idx);
544 dst->Index = reg.idx;
551 ASSERT(dst->Index == reg.idx);
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/
utility.hpp 224 /** @brief Returns the index of the currently executed thread within the current parallel region. Always
233 - `C=` ? The index of the current parallel task.
455 union Index{
686 /** @brief Access positional arguments by index
706 @param index index of the argument
711 T get(int index, bool space_delete = true) const
714 getByIndex(index, space_delete, ParamType<T>::type, (void*)&val);
753 void getByIndex(int index, bool space_delete, int type, void* dst) const;
871 template<> inline std::string CommandLineParser::get<std::string>(int index, bool space_delete) cons
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
powrprof.h 213 ULONG Index,
d3dx9shader.h 135 STDMETHOD_(D3DXHANDLE, GetConstant)(THIS_ D3DXHANDLE hConstant, UINT Index) PURE;
137 STDMETHOD_(D3DXHANDLE, GetConstantElement)(THIS_ D3DXHANDLE hConstant, UINT Index) PURE;
lmaccess.h 630 NET_API_STATUS WINAPI NetQueryDisplayInformation(LPCWSTR ServerName,DWORD Level,DWORD Index,DWORD EntriesRequested,DWORD PreferredMaximumLength,LPDWORD ReturnedEntryCount,PVOID *SortedBuffer);
631 NET_API_STATUS WINAPI NetGetDisplayInformationIndex(LPCWSTR ServerName,DWORD Level,LPCWSTR Prefix,LPDWORD Index);
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/
ObjC.stg 396 state.tokenStartCharIndex = input.index;
756 state.ruleMemo = [[ANTLRRuleStack newANTLRRuleStack:<numRules>+1] retain];<\n> <! index from 1..n !>
777 [self traceIn:\@"<ruleName>_fragment" Index:<ruleDescriptor.index>];
782 [self traceOut:\@"<ruleName>_fragment" Index:<ruleDescriptor.index>];
819 if ( state.backtracking > 0 && [self alreadyParsedRule:input RuleIndex:<ruleDescriptor.index>] ) { return <ruleReturnValue()>; }
844 <if(trace)>[self traceIn:\@"<ruleName>" Index:<ruleDescriptor.index>];<endif>
869 <if(trace)>[self traceOut:@"<ruleName>" Index:<ruleDescriptor.index>];<endif
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 93 //Index of element
  /external/clang/include/clang/AST/
Comment.h 719 /// Parameter index in the function declaration.
797 void setParamIndex(unsigned Index) {
798 ParamIndex = Index;
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 702 /* Glyph index number, same as uint16 (length = 16 bits) */
708 /* Script/language-system/feature index */
709 struct Index : USHORT {
712 DEFINE_NULL_DATA (Index, "\xff\xff");
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 517 // .. else use frame index.
791 unsigned Index) {
794 Die.addValue(DIEValueAllocator, Attribute, Form, DIELocList(Index));
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 71 /// printing frame index machine operands.
325 "Invalid stack object index");
336 "Invalid stack object index");
355 "Invalid stack object index");
638 "Invalid frame index");
717 static const char *getTargetIndexName(const MachineFunction &MF, int Index) {
722 if (I.first == Index) {
778 OS << "target-index(";
  /external/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 359 unsigned Index = It - Lits.begin();
360 Srcs[i].first->setReg(LiteralRegs[Index]);
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 610 SDValue Index = Op.getOperand(2);
615 Ops.push_back(Index);
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SeparateConstOffsetFromGEP.cpp 83 // multiple indices to either multiple GEPs with a single index or arithmetic
100 // We can not do CSE for to the common part related to index "i64 %i". Lowering
126 // with multiple indices into multiple GEPs with a single index:
150 // indices if one of the index is variant. If we lower such GEP into invariant
198 /// \brief A helper class for separating a constant offset from a GEP index.
200 /// In real programs, a GEP index may be more complicated than a simple addition
203 /// constant offset, so that we can separate the index to (a << 3) + b and 5.
206 /// index, and tries to find a constant integer that can be hoisted to the
213 /// Extracts a constant offset from the given GEP index. It returns the
214 /// new index representing the remainder (equal to the original index minu
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 446 /// MAttributes - The set of attributes by index. Index zero in the
    [all...]
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSettings.java 60 import com.android.settings.search.Index;
327 Index.getInstance(getActivity()).updateFromClassNameResource(
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 331 } Index;
517 #define Index(a0, a1) _Py_Index(a0, a1)
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 331 } Index;
517 #define Index(a0, a1) _Py_Index(a0, a1)
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
Python-ast.h 331 } Index;
517 #define Index(a0, a1) _Py_Index(a0, a1)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
Python-ast.h 331 } Index;
517 #define Index(a0, a1) _Py_Index(a0, a1)

Completed in 858 milliseconds

<<31323334353637383940>>