webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros | Variables
table_tags.cc File Reference
#include "./table_tags.h"

Namespaces

 woff2
 

Macros

#define TAG(a, b, c, d)   ((a << 24) | (b << 16) | (c << 8) | d)
 

Variables

const uint32_t woff2::kKnownTags [63]
 

Macro Definition Documentation

◆ TAG

#define TAG (   a,
  b,
  c,
  d 
)    ((a << 24) | (b << 16) | (c << 8) | d)