Searched refs:endp (Results 51 - 57 of 57) sorted by relevance

123

/haiku-fatelf/src/bin/coreutils/lib/
H A Dsha256.c447 const uint32_t *endp = words + nwords; local
483 while (words < endp)
H A Dsha512.c478 u64 const *endp = words + len / sizeof (u64); local
519 while (words < endp)
/haiku-fatelf/src/bin/gdb/bfd/
H A Dversados.c403 unsigned char *endp = (unsigned char *) otr + otr->size; local
414 for (shift = ((unsigned long) 1 << 31); shift && srcp < endp; shift >>= 1)
/haiku-fatelf/src/bin/bash/
H A Dexecute_cmd.c4509 getinterp (sample, sample_len, endp)
4511 int sample_len, *endp;
4526 if (endp)
4527 *endp = i;
/haiku-fatelf/src/bin/less/
H A Dsearch.c589 *ep = regpattern->endp[0];
/haiku-fatelf/src/libs/stdc++/legacy/
H A Diostream.cc47 int fmtch, char *startp, char *endp);
/haiku-fatelf/src/add-ons/input_server/methods/canna/lib/
H A Dcanna.h1257 void generalReplace(WCHAR_T *buf, BYTE *attr, int *startp, int *cursor, int *endp, int bytes, WCHAR_T *rplastr, int len, int attrmask);

Completed in 127 milliseconds

123