Home
last modified time | relevance | path

Searched defs:LEN (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
H A Dmemcmp.c81 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
H A Dmemmove.c85 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) argument
H A Dmemcpy.c82 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE) argument
H A Dmemset.c73 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
H A Dstrncpy.c99 #define TOO_SMALL(LEN) ((LEN) < sizeof (long)) argument
H A Dmemchr.c82 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE) argument
/optee_os/core/lib/zlib/
H A Dinflate.h42 LEN, /* i: waiting for length/lit/eob code */ enumerator