Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/media/libvpx/libvpx/vp9/decoder/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 705 B image not shown  

Impressum os.h

  Sprache: C
 

/* SPDX-License-Identifier: MIT */
#ifndef __NVKM_OS_H__
#define __NVKM_OS_H__
#include <nvif/os.h>

struct nvkm_blob {
 void *data;
 u32 size;
};

static inline void
nvkm_blob_dtor(struct nvkm_blob *blob)
{
 kfree(blob->data);
 blob->data = NULL;
 blob->size = 0;
}

#define nvkm_list_find_next(p,h,m,c) ({                                                      \
 typeof(p) _p = NULL;                                                                 \
 list_for_each_entry_continue(p, (h), m) {                                            \
  if (c) {                                                                     \
   _p = p;                                                              \
   break;                                                               \
  }                                                                            \
 }                                                                                    \
 _p;                                                                                  \
})
#define nvkm_list_find(p,h,m,c)                                                              \
 (p = container_of((h), typeof(*p), m), nvkm_list_find_next(p, (h), m, (c)))
#define nvkm_list_foreach(p,h,m,c)                                                           \
 for (p = nvkm_list_find(p, (h), m, (c)); p; p = nvkm_list_find_next(p, (h), m, (c)))
#endif

Messung V0.5 in Prozent
C=96 H=95 G=95

¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.0.1Bemerkung:  (vorverarbeitet am  2026-06-07) ¤

*Bot Zugriff






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.