Searched defs:copy_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc325 int copy_index,
333 IDS_COPY, MenuButtonBackground::CENTER_BUTTON, copy_index,
322 CutCopyPasteView(WrenchMenu* menu, MenuModel* menu_model, int cut_index, int copy_index, int paste_index) argument
/external/libnfc-nxp/src/
H A DphFriNfc_TopazDynamicMap.c2560 uint16_t copy_index = 0; local
2595 copy_index = (uint16_t)(copy_index + (
2603 copy_index = (copy_index + skip_size);
2607 while (copy_index < recv_length)
2609 copy_length = (uint16_t)(recv_length - copy_index);
2621 /* Now to check if the copy_index has surpassed the lock byte address */
2622 (TOPAZ_BYTE_ADR_FROM_SEG(ps_tpz_info->CurrentSeg, copy_index)
2645 /* Now to check if the copy_index ha
[all...]

Completed in 578 milliseconds