Searched defs:candidate (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libpp/common/
H A Dpplib.h205 int candidate; /* macro candidates */ member in struct:counter
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Drelocator.c1374 grub_uint64_t candidate; local
1377 candidate = ALIGN_UP (addr, align);
1378 if (candidate < min_addr)
1379 candidate = ALIGN_UP (min_addr, align);
1380 if (candidate + size > addr + sz
1381 || candidate > ALIGN_DOWN (max_addr, align))
1384 candidate = ALIGN_DOWN (min (addr + sz - size, max_addr), align);
1386 && candidate > chunk->target))
1387 chunk->target = candidate;
1389 && candidate < chun
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c1309 Idx candidate = edests->elems[i];
1310 if (!re_node_set_contains (cur_nodes, candidate))
1313 dest_node = candidate;
1320 return candidate;
1324 && push_fail_stack (fs, *pidx, candidate, nregs, regs,
1306 Idx candidate = edests->elems[i]; local

Completed in 29 milliseconds