OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_i
(Results
1 - 6
of
6
) sorted by null
/external/opencv3/samples/cpp/tutorial_code/features2D/
AKAZE_match.cpp
57
int
new_i
= static_cast<int>(inliers1.size());
local
60
good_matches.push_back(DMatch(
new_i
,
new_i
, 0));
/external/opencv3/samples/cpp/tutorial_code/xfeatures2D/
LATCH_match.cpp
75
int
new_i
= static_cast<int>(inliers1.size());
local
78
good_matches.push_back(DMatch(
new_i
,
new_i
, 0));
/external/opencv3/samples/cpp/tutorial_code/features2D/AKAZE_tracking/
planar_tracking.cpp
86
int
new_i
= static_cast<int>(inliers1.size());
local
89
inlier_matches.push_back(DMatch(
new_i
,
new_i
, 0));
/toolchain/binutils/binutils-2.25/gas/
listing.c
303
list_info_type *
new_i
= NULL;
local
336
new_i
= (list_info_type *) xmalloc (sizeof (list_info_type));
391
new_i
->line_contents = copy;
394
new_i
->line_contents = NULL;
398
new_i
= (list_info_type *) xmalloc (sizeof (list_info_type));
399
new_i
->line_contents = ps;
408
listing_tail->next =
new_i
;
410
head =
new_i
;
412
listing_tail =
new_i
;
414
new_i
->frag = frag_now
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
options.cc
1461
int
new_i
= i;
local
[
all
...]
/toolchain/binutils/binutils-2.25/bfd/
elf32-xtensa.c
4600
int
new_i
= i;
local
[
all
...]
Completed in 277 milliseconds