Searched refs:First (Results 176 - 200 of 294) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
250 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c519 unsigned first = decl->Range.First;
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Ddownsample_fast_neon.S56 @ First part, unroll the loop 8 times, with 3 subcases (factor == 2, 4, others)
/external/clang/include/clang/Sema/
H A DOverload.h144 /// First -- The first conversion can be an lvalue-to-rvalue
147 ImplicitConversionKind First : 8;
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp514 First = false;
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h670 virtual bool shouldScheduleAdjacent(MachineInstr* First, argument
/external/llvm/lib/Support/
H A DYAMLParser.cpp1182 wasEscaped(StringRef::iterator First, StringRef::iterator Position);
1185 // 'First' specifies the position of the first character in the string.
1186 static bool wasEscaped(StringRef::iterator First, argument
1188 assert(Position - 1 >= First);
1192 while (I >= First && *I == '\\') --I;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_sanity.c410 for (i = decl->Range.First; i <= decl->Range.Last; i++) {
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c214 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
232 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
241 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
250 for (idx = decl->Range.First; idx <= decl->Range.Last; idx++) {
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_decl_sm30.c519 unsigned first = decl->Range.First;
/external/openfst/src/include/fst/
H A Dmatcher-fst.h154 return match_type == MATCH_INPUT ? data->First() : data->Second();
/external/clang/lib/AST/
H A DExpr.cpp3834 Designator &First = local
3836 if (First.isFieldDesignator()) {
3838 StartLoc = SourceLocation::getFromRawEncoding(First.Field.FieldLoc);
3840 StartLoc = SourceLocation::getFromRawEncoding(First.Field.DotLoc);
3843 SourceLocation::getFromRawEncoding(First.ArrayOrRange.LBracketLoc);
3872 /// of designators in [First, Last).
3874 const Designator *First,
3876 unsigned NumNewDesignators = Last - First;
3884 Designators[Idx] = *First;
3891 std::copy(First, Las
3873 ExpandDesignator(const ASTContext &C, unsigned Idx, const Designator *First, const Designator *Last) argument
[all...]
H A DDecl.cpp555 const T *First = D->getFirstDecl(); local
556 return First->isInExternCContext();
1882 VarDecl *First = getFirstDecl(); local
1883 for (auto I : First->redecls()) {
1894 VarDecl *First = getFirstDecl(); local
1895 for (auto I : First->redecls()) {
1905 const VarDecl *First = getFirstDecl(); local
1906 for (auto I : First->redecls()) {
2543 /// \c [1,Builtin::First), or a target-specific builtin value.
/external/chromium_org/sync/engine/
H A Dsync_scheduler_impl.cc267 for (ModelTypeSet::Iterator iter = types_to_download.First(); iter.Good();
583 for (ModelTypeSet::Iterator iter = types.First(); iter.Good(); iter.Inc()) {
/external/chromium_org/sync/sessions/
H A Dnudge_tracker_unittest.cc796 for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good();
803 for (ModelTypeSet::Iterator iter = protocol_types.First(); iter.Good();
/external/clang/include/clang/AST/
H A DComment.h188 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance8x8_neon.asm38 ;First pass: output_height lines x output_width columns (9x8)
/external/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp547 unsigned First = E->getFirstResultSlot(); local
549 OS << " #" << First+i;
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1748 DAG.getConstant(JTH.First, VT));
1770 DAG.getConstant(JTH.Last - JTH.First,VT),
1801 // First create the loads to the guard/stack slot for the comparison.
1871 DAG.getConstant(B.First, VT));
2226 static APInt ComputeRange(const APInt &First, const APInt &Last) {
2227 uint32_t BitWidth = std::max(Last.getBitWidth(), First.getBitWidth()) + 1;
2228 APInt LastExt = Last.sext(BitWidth), FirstExt = First.sext(BitWidth);
2241 const APInt &First = cast<ConstantInt>(FrontCase.Low)->getValue();
2244 APInt TSize(First.getBitWidth(), 0);
2252 APInt Range = ComputeRange(First, Las
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c914 unsigned idx = fdec->Range.First;
953 unsigned idx = fdec->Range.First;
987 unsigned idx = fdec->Range.First;
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnvfx_fragprog.c914 unsigned idx = fdec->Range.First;
953 unsigned idx = fdec->Range.First;
987 unsigned idx = fdec->Range.First;
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.cc705 for (syncer::ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) {
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc820 // First, we spin down the backend to stop change processing as soon as
1184 for (syncer::ModelTypeSet::Iterator it = to_register.First();
1266 // First time request without delay. Currently invalid token is used
1518 // First handle the abort case.
1619 return "First time sync setup incomplete";
1749 syncer::ModelTypeSet::Iterator it = type_set.First();
2042 for (ModelTypeSet::Iterator it = registered.First(); it.Good(); it.Inc()) {
2427 for (ModelTypeSet::Iterator it = directory_types.First();
H A Dprofile_sync_service_startup_unittest.cc419 for (syncer::ModelTypeSet::Iterator iter = user_types.First();
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_setup_handler.cc117 syncer::ModelTypeSet::Iterator it = type_set.First();

Completed in 860 milliseconds

1234567891011>>