webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Namespaces | Macros | Functions | Variables
int128.cc File Reference
#include <google/protobuf/stubs/int128.h>
#include <iomanip>
#include <ostream>
#include <sstream>

Namespaces

 google
 
 google::protobuf
 

Macros

#define STEP(T, n, pos, sh)
 

Functions

std::ostream & google::protobuf::operator<< (std::ostream &o, const uint128 &b)
 

Variables

const uint128_pod google::protobuf::kuint128max
 

Macro Definition Documentation

◆ STEP

#define STEP (   T,
  n,
  pos,
  sh 
)
Value:
do { \
if ((n) >= (static_cast<T>(1) << (sh))) { \
(n) = (n) >> (sh); \
(pos) |= (sh); \
} \
} while (0)
return static_cast< T >(x *y)
EGLStreamKHR EGLint n
Definition: eglext.h:984
Definition: ShaderLang.h:40