OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_d
(Results
1 - 3
of
3
) sorted by null
/toolchain/binutils/binutils-2.25/bfd/doc/
chew.c
1284
dict_type *
new_d
= (dict_type *) malloc (sizeof (dict_type));
local
1285
new_d
->word = word;
1286
new_d
->next = root;
1287
root =
new_d
;
1288
new_d
->code = (stinst_type *) malloc (sizeof (stinst_type));
1289
new_d
->code_length = 1;
1290
new_d
->code_end = 0;
1291
return
new_d
;
1316
dict_type *
new_d
= newentry (name);
local
1317
add_to_definition (
new_d
, func)
1325
dict_type *
new_d
= newentry (name);
local
[
all
...]
/external/opencv/cvaux/src/
cvvecfacetracking.cpp
826
double
new_d
= sqrt((double)new_v.x*new_v.x + new_v.y*new_v.y);
local
831
double scale_templ =
new_d
/ templ_d;
[
all
...]
/external/valgrind/VEX/priv/
guest_arm_toIR.c
7194
IRTemp old_m, old_d,
new_d
, new_m;
local
7264
IRTemp old_m, old_d, new_m,
new_d
;
local
7315
IRTemp old_m, old_d, new_m,
new_d
;
local
[
all
...]
Completed in 6159 milliseconds