OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_idx
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc
136
u64
max_idx
= MutexTypeInvalid;
local
143
max_idx
= i;
147
if (
max_idx
== MutexTypeInvalid)
149
// Printf(" last %d @%zu\n",
max_idx
, max_seq);
150
if (!CanLockAdj[
max_idx
][t]) {
153
t, (uptr)
max_idx
);
/external/chromium_org/third_party/openssl/openssl/crypto/des/
des_opts.c
429
int
max_idx
=0,i,num=0,j;
local
507
max_idx
=0;
510
if (max < tm[1]) { max=tm[1];
max_idx
=1; }
513
if (max < tm[2]) { max=tm[2];
max_idx
=2; }
518
if (max < tm[3]) { max=tm[3];
max_idx
=3; }
521
if (max < tm[4]) { max=tm[4];
max_idx
=4; }
524
if (max < tm[5]) { max=tm[5];
max_idx
=5; }
529
if (max < tm[6]) { max=tm[6];
max_idx
=6; }
532
if (max < tm[7]) { max=tm[7];
max_idx
=7; }
535
if (max < tm[8]) { max=tm[8];
max_idx
=8;
[
all
...]
/external/e2fsprogs/debugfs/
set_fields.c
57
int
max_idx
;
member in struct:field_set_info
243
if (ss->
max_idx
> 0 && array_idx >= ss->
max_idx
)
471
if (ss->
max_idx
> 0)
472
sprintf(idx, "[%d]", ss->
max_idx
);
/external/llvm/lib/IR/
BasicBlock.cpp
238
unsigned
max_idx
= APN->getNumIncomingValues();
local
239
assert(
max_idx
!= 0 && "PHI Node in block with 0 predecessors!?!?!");
240
if (
max_idx
== 2) {
244
if (this == Other)
max_idx
= 3;
248
if (
max_idx
<= 2 && !DontDeleteUselessPHIs) {
255
if (
max_idx
== 2) {
/external/openssl/crypto/des/
des_opts.c
429
int
max_idx
=0,i,num=0,j;
local
507
max_idx
=0;
510
if (max < tm[1]) { max=tm[1];
max_idx
=1; }
513
if (max < tm[2]) { max=tm[2];
max_idx
=2; }
518
if (max < tm[3]) { max=tm[3];
max_idx
=3; }
521
if (max < tm[4]) { max=tm[4];
max_idx
=4; }
524
if (max < tm[5]) { max=tm[5];
max_idx
=5; }
529
if (max < tm[6]) { max=tm[6];
max_idx
=6; }
532
if (max < tm[7]) { max=tm[7];
max_idx
=7; }
535
if (max < tm[8]) { max=tm[8];
max_idx
=8;
[
all
...]
Completed in 435 milliseconds