OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemainingBytes
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nxp/src/
phFriNfc_MifareStdMap.c
[
all
...]
phFriNfc_MifareULMap.c
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp
471
unsigned
RemainingBytes
= SrcVT.getStoreSize();
474
while (
RemainingBytes
> 0) {
478
if (
RemainingBytes
>= LoadBytes) {
486
while (
RemainingBytes
< LoadBytes) {
497
RemainingBytes
-= LoadBytes;
[
all
...]
Completed in 207 milliseconds