Searched refs:start_idx (Results 1 - 17 of 17) sorted by relevance

/external/oprofile/opjitconv/
H A Dcreate_bfd.c26 * from start_idx to end_idx pointing into entries_address_ascending array */
105 static int create_text_section(int start_idx, int end_idx) argument
111 int idx = start_idx;
113 entries_address_ascending[start_idx]->vma;
125 entries_address_ascending[start_idx]->section = section;
144 * Copy all code of the functions that are within start_idx and end_idx to
147 static int fill_text_section_content(asection * section, int start_idx, argument
152 entries_address_ascending[start_idx]->vma;
156 for (i = start_idx; i <= end_idx; i++) {
H A Djitsymbol.c207 static int select_one(int start_idx, int end_idx) argument
215 for (i = start_idx; i <= end_idx; i++) {
315 static unsigned long long eliminate_overlaps(int start_idx, int end_idx, argument
328 for (i = start_idx; i <= end_idx; i++) {
370 static int handle_overlap_region(int start_idx, int end_idx) argument
381 for (i = start_idx; i <= end_idx; i++) {
391 idx = select_one(start_idx, end_idx);
392 totaltime = eliminate_overlaps(start_idx, end_idx, idx);
/external/v8/src/
H A Dliveobjectlist.h94 int start_idx,
97 static MaybeObject* Info(int start_idx, int dump_limit);
278 int start_idx,
283 inline static MaybeObject* Info(int start_idx, int dump_limit) {
H A Dliveobjectlist.cc1236 int start_idx,
1263 return DumpPrivate(&writer, start_idx, dump_limit, &filter);
1519 // Note: only dumps the section starting at start_idx and only up to
1521 MaybeObject* LiveObjectList::Info(int start_idx, int dump_limit) { argument
1533 start_idx = 0; // Ensure this to get an empty list.
1534 } else if ((start_idx < 0) || (start_idx >= total_count)) {
1537 dump_count -= start_idx;
1556 while ((lol != NULL) && (idx < start_idx)) { // Skip tail entries.
1611 Smi::FromInt(start_idx),
1234 Dump(int older_id, int newer_id, int start_idx, int dump_limit, Handle<JSObject> filter_obj) argument
[all...]
/external/kernel-headers/original/linux/
H A Dbio.h230 #define __bio_for_each_segment(bvl, bio, i, start_idx) \
231 for (bvl = bio_iovec_idx((bio), (start_idx)), i = (start_idx); \
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_api.c1318 UINT8 start_idx, found_idx; local
1325 start_idx = 0;
1326 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1334 start_idx = ++found_idx;
1393 UINT8 start_idx, found_idx; local
1408 start_idx = 0;
1412 while (status && gatt_find_app_hold_link(p_tcb, start_idx, &found_idx, &temp_gatt_if))
1415 start_idx = ++found_idx;
H A Dgatt_main.c1048 UINT8 start_idx, found_idx; local
1058 start_idx =0;
1059 while (gatt_find_the_connected_bda(start_idx, bda, &found_idx))
1072 start_idx = ++found_idx;
H A Dgatt_int.h560 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx);
619 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
H A Dgatt_utils.c688 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx) argument
692 GATT_TRACE_DEBUG1("gatt_find_the_connected_bda start_idx=%d",start_idx);
694 for (i = start_idx ; i < GATT_MAX_PHY_CHANNEL; i ++)
1869 BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if) argument
1874 for (i = start_idx; i < GATT_MAX_APPS; i ++)
/external/opencv/cv/src/
H A Dcvhough.cpp998 int start_idx = nz_count - 1; local
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
1038 if( (start_idx - j)*r_best >= max_count*r_cur ||
1039 (r_best < FLT_EPSILON && start_idx - j >= max_count) )
1042 max_count = start_idx - j;
1045 start_idx = j;
/external/elfutils/libcpu/
H A Di386_disasm.c661 size_t start_idx = bufcnt; local
1000 while (bufcnt + prefix_size < start_idx + width)
/external/chromium/net/tools/flip_server/
H A Dbalsa_headers.cc220 void BalsaBuffer::CleanupBlocksStartingFrom(Blocks::size_type start_idx) { argument
221 for (Blocks::size_type i = start_idx; i < blocks_.size(); ++i) {
224 blocks_.resize(start_idx);
H A Dbalsa_headers.h193 // The block at start_idx, and all subsequent blocks
195 void CleanupBlocksStartingFrom(Blocks::size_type start_idx);
/external/opencv/cxcore/include/
H A Dcxcore.h1175 int start_idx, int end_idx,
1185 CVAPI(void) cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx );
1190 CVAPI(CvGraphEdge*) cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx );
/external/opencv/cxcore/src/
H A Dcxdatastructs.cpp3073 cvFindGraphEdge( const CvGraph* graph, int start_idx, int end_idx ) argument
3086 start_vtx = cvGetGraphVtx( graph, start_idx );
3176 int start_idx, int end_idx,
3191 start_vtx = cvGetGraphVtx( graph, start_idx );
3269 cvGraphRemoveEdge( CvGraph* graph, int start_idx, int end_idx ) argument
3281 start_vtx = cvGetGraphVtx( graph, start_idx );
3175 cvGraphAddEdge( CvGraph* graph, int start_idx, int end_idx, const CvGraphEdge* _edge, CvGraphEdge ** _inserted_edge ) argument
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h1082 extern BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT8 *p_found_idx, tBTM_SEC_DEV_REC *p_rec);
H A Dbtm_sec.c5621 BOOLEAN btm_sec_find_bonded_dev (UINT8 start_idx, UINT8 *p_found_idx, tBTM_SEC_DEV_REC *p_rec) argument
5628 if (start_idx >= BTM_SEC_MAX_DEVICE_RECORDS)
5634 p_dev_rec = &btm_cb.sec_dev_rec[start_idx];
5635 for (i = start_idx; i < BTM_SEC_MAX_DEVICE_RECORDS; i++, p_dev_rec++)

Completed in 2074 milliseconds