Searched refs:workp (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/libiberty/
H A Dregex.c887 wchar_t *workp = p;
889 (re_opcode_t) *(workp - 1) == charset_not ? "^" : "");
891 length = *workp++; /* the length of char_classes */
894 length = *workp++; /* the length of collating_symbol */
903 length = *workp++; /* the length of equivalence_class */
912 length = *workp++; /* the length of char_range */
919 length = *workp++; /* the length of char */
6187 CHAR_T *workp, *workp2, *charset_top;
6214 workp = p;
6223 uintptr_t alignedp = ((uintptr_t)workp
881 wchar_t *workp = p; local
6170 CHAR_T *workp, *workp2, *charset_top; local
[all...]
/haiku-buildtools/gcc/libiberty/
H A Dregex.c889 wchar_t *workp = p;
891 (re_opcode_t) *(workp - 1) == charset_not ? "^" : "");
893 length = *workp++; /* the length of char_classes */
896 length = *workp++; /* the length of collating_symbol */
905 length = *workp++; /* the length of equivalence_class */
914 length = *workp++; /* the length of char_range */
921 length = *workp++; /* the length of char */
6192 CHAR_T *workp, *workp2, *charset_top;
6219 workp = p;
6228 uintptr_t alignedp = ((uintptr_t)workp
883 wchar_t *workp = p; local
6175 CHAR_T *workp, *workp2, *charset_top; local
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dregex.c889 wchar_t *workp = p;
891 (re_opcode_t) *(workp - 1) == charset_not ? "^" : "");
893 length = *workp++; /* the length of char_classes */
896 length = *workp++; /* the length of collating_symbol */
905 length = *workp++; /* the length of equivalence_class */
914 length = *workp++; /* the length of char_range */
921 length = *workp++; /* the length of char */
6193 CHAR_T *workp, *workp2, *charset_top;
6220 workp = p;
6229 uintptr_t alignedp = ((uintptr_t)workp
883 wchar_t *workp = p; local
6176 CHAR_T *workp, *workp2, *charset_top; local
[all...]
/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c2802 Int workp; /* working precision */ local
2886 workp=MAXI(set->digits+1, rhs->digits); /* actual rounding precision */
2887 workp=MAXI(workp, 7); /* at least 7 for low cases */
2888 maxp=workp+2; /* largest working precision */
2924 workset.digits=workp; /* p for initial calculation */
3055 /* it is short enough so that squaring it could fit in workp */
3058 if (b->digits*2-1 > workp) { /* cannot fit */

Completed in 224 milliseconds