HomeSort by: relevance | last modified time | path
    Searched defs:notempty (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_cmdbuf.c 390 int *notempty)
434 (*notempty)++;
449 int notempty; local in function:vmw_cmdbuf_man_process
456 notempty = 0;
458 vmw_cmdbuf_ctx_process(man, ctx, &notempty);
460 if (man->irq_on && !notempty) {
465 } else if (!man->irq_on && notempty) {
  /src/games/canfield/canfield/
canfield.c 214 static bool notempty(const struct cardtype *);
808 notempty(const struct cardtype *cp) function in typeref:typename:bool
1171 if (notempty(*cp)) {
1229 if (notempty(tableau[sour])) {
1285 if (notempty(*cp)) {

Completed in 13 milliseconds