HomeSort by relevance Sort by last modified time
    Searched refs:myMax (Results 1 - 2 of 2) sorted by null

  /external/clang/test/Index/
cursor-ref-names.cpp 12 inline T myMax(T a, T b)
23 myMax<int>(1, 2);
46 // CHECK: cursor-ref-names.cpp:23:5: CallExpr=myMax:12:10 Extent=[23:5 - 23:21]
47 // CHECK: cursor-ref-names.cpp:23:5: DeclRefExpr=myMax:12:10 RefName=[23:5 - 23:10] RefName=[23:10 - 23:15] Extent=[23:5 - 23:15]
  /external/srec/tools/grxmlcompile/
grxmlcompile.cpp 444 ESR_ReturnCode FstPushSlotLikeOLabels( fst::StdVectorFst& fst_, int myMin, int myMax)
462 if(arc.olabel >= myMin && arc.olabel < myMax) {
490 int *num_pclg_arcs_using_slot = new int[myMax];
491 for(i=0;i<myMax;i++) num_pclg_arcs_using_slot[i] = 0;
499 if(arc.olabel >= myMin && arc.olabel < myMax)
503 for(i=0; i<myMax; i++) {
516 /* gets the range of slot numbers, myMin inclusive, myMax is exclusive */
518 void get_slot_olabel_range( const fst::SymbolTable* syms, int* myMin, int* myMax)
522 *myMin = *myMax = 0;
527 *myMax = iter.Value()+1
    [all...]

Completed in 48 milliseconds