Searched defs:ldm (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/i18n/
H A Dgregocal.cpp999 int32_t ldm = (monthLen - dom + dow) % 7; local
1006 int32_t limit = monthLen + 7 - ldm;
H A Dcalendar.cpp1594 int32_t ldm = (monthLen - internalGet(UCAL_DAY_OF_MONTH) + dow) % 7; local
1601 int32_t limit = monthLen + 7 - ldm;
/external/v8/src/arm/
H A Dassembler-arm.cc1197 void Assembler::ldm(BlockAddrMode am, function in class:v8::internal::Assembler
1206 // Emit the constant pool after a function return implemented by ldm ..{..pc}.
1208 // There is a slight chance that the ldm instruction was actually a call,
1211 // at the pc of the ldm instruction by a mov lr, pc instruction; if this is
H A Dassembler-thumb2.cc1177 void Assembler::ldm(BlockAddrMode am, function in class:v8::internal::Assembler
1186 // Emit the constant pool after a function return implemented by ldm ..{..pc}.
1188 // There is a slight chance that the ldm instruction was actually a call,
1191 // at the pc of the ldm instruction by a mov lr, pc instruction; if this is

Completed in 61 milliseconds