Searched refs:used (Results 76 - 78 of 78) sorted by relevance

1234

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c441 `used' to the length of the compiled pattern;
482 preg->used = 0;
578 /* This static array is used for the map to single-byte characters when
579 UTF-8 is used. Otherwise we would allocate memory just to initialize
638 /* Free dynamically allocated space used by PREG. */
747 preg->used = 0;
766 preg->used = sizeof (re_dfa_t);
929 character used by some operators like "\<", "\>", etc. */
943 /* Free the work area which are only used while compiling. */
1721 /* Functions for token which are used i
[all...]
H A Dregexec.c655 if (BE (preg->used == 0 || dfa->init_state == NULL
/haiku/src/libs/iconv/
H A Dcns11643_inv.h15392 unsigned short used = summary->used; local
15394 if (used & ((unsigned short) 1 << i)) {
15395 /* Keep in `used' only the bits 0..i-1. */
15396 used &= ((unsigned short) 1 << i) - 1;
15397 /* Add `summary->indx' and the number of bits set in `used'. */
15398 used = (used & 0x5555) + ((used & 0xaaaa) >> 1);
15399 used
[all...]

Completed in 94 milliseconds

1234