Searched refs:offs (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/network/
H A Ddn_comp.c8 static int getoffs(short *offs, const unsigned char *base, const unsigned char *s) argument
18 offs[i++] = s-base;
41 short offs[128]; local
42 int noff = getoffs(offs, base, dn);
46 o = offs[--noff];
/seL4-refos-master/libs/libmuslc/src/regex/
H A Dglob.c162 size_t offs = (flags & GLOB_DOOFFS) ? g->gl_offs : 0; local
177 g->gl_offs = offs;
200 char **pathv = realloc(g->gl_pathv, (offs + g->gl_pathc + cnt + 1) * sizeof(char *));
206 offs += g->gl_pathc;
208 g->gl_pathv = malloc((offs + cnt + 1) * sizeof(char *));
213 for (i=0; i<offs; i++)
217 g->gl_pathv[offs + i] = tail->name;
218 g->gl_pathv[offs + i] = NULL;
222 qsort(g->gl_pathv+offs, cnt, sizeof(char *), sort);
H A Dregcomp.c2458 int *counts, int *offs)
2480 trans = transitions + offs[p1->position];
2509 trans->state = transitions + offs[p2->position];
2611 int *counts, int *offs)
2625 errcode = tre_ast_to_tnfa(uni->left, transitions, counts, offs);
2628 errcode = tre_ast_to_tnfa(uni->right, transitions, counts, offs);
2636 transitions, counts, offs);
2639 errcode = tre_ast_to_tnfa(cat->left, transitions, counts, offs);
2642 errcode = tre_ast_to_tnfa(cat->right, transitions, counts, offs);
2655 transitions, counts, offs);
2456 tre_make_trans(tre_pos_and_tags_t *p1, tre_pos_and_tags_t *p2, tre_tnfa_transition_t *transitions, int *counts, int *offs) argument
2610 tre_ast_to_tnfa(tre_ast_node_t *node, tre_tnfa_transition_t *transitions, int *counts, int *offs) argument
2682 int *counts = NULL, *offs = NULL; local
[all...]
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-arm/drivers/
H A Dsmp-imx6.c21 #define REG(base, offs) ((volatile word_t *)(((uintptr_t)base) + (offs)))
H A Dsmp-zynq7000.c21 #define REG(base, offs) ((volatile uint32_t *)(((uintptr_t)base) + (offs)))
/seL4-refos-master/tools/elfloader/src/arch-arm/drivers/
H A Dsmp-zynq7000.c21 #define REG(base, offs) ((volatile uint32_t *)(((uintptr_t)base) + (offs)))
H A Dsmp-imx6.c21 #define REG(base, offs) ((volatile word_t *)(((uintptr_t)base) + (offs)))

Completed in 46 milliseconds