Home
last modified time | relevance | path

Searched refs:WIDTH (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/sell/seq/
H A Dsell.h90 #define MatSeqXSELLReallocateSELL(Amat, AM, BS2, WIDTH, SIDX, SH, SID, ROW, COL, COLIDX, VAL, CP, V… argument
92 if (WIDTH >= (SIDX[SID + 1] - SIDX[SID]) / SH) { \
120 if (WIDTH >= Ain->maxallocrow) Ain->maxallocrow += MUL; \
121 if (WIDTH >= Ain->rlenmax) Ain->rlenmax++; \
/petsc/doc/manualpages/doctext/
H A Dhtml.def31 s_arg_inlist %n<TR><TD WIDTH=40></TD><TD ALIGN=LEFT VALIGN=TOP><B>
/petsc/src/sys/yaml/src/
H A Dyaml_private.h385 #define WIDTH(string) WIDTH_AT((string),0) macro
391 #define MOVE(string) ((string).pointer += WIDTH((string)))
H A Dscanner.c499 parser->buffer.pointer += WIDTH(parser->buffer))
513 parser->buffer.pointer += WIDTH(parser->buffer)) : NULL)