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

  /external/compiler-rt/lib/builtins/ppc/
multc3.c 37 int recalc = 0; local
50 recalc = 1;
59 recalc = 1;
62 if (!recalc)
76 recalc = 1;
80 if (recalc)
  /external/fonttools/Lib/fontTools/ttLib/tables/
_v_h_e_a.py 36 self.recalc(ttFont)
39 def recalc(self, ttFont): member in class:table__v_h_e_a
66 # XXX CFF recalc...
_h_h_e_a.py 39 self.recalc(ttFont)
42 def recalc(self, ttFont): member in class:table__h_h_e_a
79 # XXX CFF recalc...
_m_a_x_p.py 45 self.recalc(ttFont)
56 def recalc(self, ttFont): member in class:table__m_a_x_p
  /external/valgrind/main/drd/
drd_bitmap.c 1050 /** Clear bitmap2::recalc. */
1059 bm2->recalc = False;
1064 * Report whether bitmap2::recalc has been set for the second level bitmap
1072 return bm2 && bm2->recalc;
1076 * Set bitmap2::recalc in bml for each second level bitmap in bmr that contains
1092 bm2l->recalc = True;
1096 /** Clear all second-level bitmaps for which bitmap2::recalc == True. */
1105 if (bm2->recalc)
1110 /** Merge the second level bitmaps from *rhs into *lhs for which recalc == True. */
1129 if (bm2l && bm2l->recalc)
    [all...]
drd_bitmap.h 336 Bool recalc;
559 * @note bitmap2::recalc isn't initialized here on purpose.
  /external/chromium_org/third_party/icu/source/i18n/
simpletz.cpp 530 UBool recalc = FALSE; local
537 recalc = TRUE;
543 recalc = TRUE;
546 if (recalc) {
    [all...]
  /external/icu/icu4c/source/i18n/
simpletz.cpp 530 UBool recalc = FALSE; local
537 recalc = TRUE;
543 recalc = TRUE;
546 if (recalc) {
    [all...]