OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RemainingBytes
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
408
unsigned
RemainingBytes
= SrcVT.getStoreSize();
411
while (
RemainingBytes
> 0) {
415
if (
RemainingBytes
>= LoadBytes) {
422
while (
RemainingBytes
< LoadBytes) {
432
RemainingBytes
-= LoadBytes;
Completed in 87 milliseconds