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

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadmod.c73 regex_t rex; member in struct:_pattern
235 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) {
236 regerror(e, &p->rex, errmsg, sizeof(errmsg));
254 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) {
255 regerror(e, &p->rex, errmsg, sizeof(errmsg));
521 if (regexec(&p->rex, dp->d_name, 2, match, 0) == 0 &&
1235 if (regexec(&p->rex, s, 2, match, 0) == 0 && match[1].rm_so != -1) {
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
H A Dloadmod.c67 regex_t rex; member in struct:_pattern
219 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) {
220 regerror(e, &p->rex, errmsg, sizeof(errmsg));
238 if ((e = regcomp(&p->rex, p->pattern, REG_EXTENDED)) != 0) {
239 regerror(e, &p->rex, errmsg, sizeof(errmsg));
387 if (regexec(&p->rex, dp->d_name, 2, match, 0) == 0 &&
983 if (regexec(&p->rex, s, 2, match, 0) == 0 && match[1].rm_so != -1) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c657 uint8_t rex = 0x40; local in function:x86_mov
660 rex |= 4;
665 rex |= 1;
668 emit_1ub(p, rex);
694 uint8_t rex = 0x48; local in function:x64_mov64
703 rex |= 4;
708 rex |= 1;
712 emit_1ub(p, rex);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_x86sse.c657 uint8_t rex = 0x40; local in function:x86_mov
660 rex |= 4;
665 rex |= 1;
668 emit_1ub(p, rex);
694 uint8_t rex = 0x48; local in function:x64_mov64
703 rex |= 4;
708 rex |= 1;
712 emit_1ub(p, rex);

Completed in 10 milliseconds