OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:top1
(Results
1 - 6
of
6
) sorted by null
/external/fio/
cconv.c
467
struct thread_options_pack
top1
, top2;
local
469
memset(&
top1
, 0, sizeof(
top1
));
472
convert_thread_options_to_net(&
top1
, __o);
474
convert_thread_options_to_cpu(&o, &
top1
);
479
return memcmp(&
top1
, &top2, sizeof(
top1
));
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
cldutil.cc
406
uint8
top1
= (probs >> 8) & 0xff;
local
407
if (
top1
> 0) {tote->Add(
top1
, cld::LgProb3(prob123_entry, 0));}
compact_lang_det_impl.cc
1796
uint8
top1
= (probs >> 8) & 0xff;
local
1818
uint8
top1
= (probs >> 8) & 0xff;
local
1839
uint8
top1
= (probs >> 8) & 0xff;
local
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
image.c
618
VGfloat
top1
= dst->y + dst->height;
local
622
top2 > bottom1 || bottom2 <
top1
);
/external/mesa3d/src/gallium/state_trackers/vega/
image.c
618
VGfloat
top1
= dst->y + dst->height;
local
622
top2 > bottom1 || bottom2 <
top1
);
/external/chromium_org/ui/views/widget/
widget_unittest.cc
266
Widget*
top1
= CreateTopLevelPlatformWidget();
local
268
top1
->GetInputMethod();
269
top1
->Show();
276
top1
->Activate();
284
top1
->Activate();
287
top1
->CloseNow();
[
all
...]
Completed in 207 milliseconds