Home
last modified time | relevance | path

Searched defs:PAD (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/rbug/
Drbug_internal.h46 #define PAD(from, to) \ macro
/third_party/skia/tests/
DMemsetTest.cpp21 #define PAD 32 macro
/third_party/node/deps/icu-small/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/icu/icu4c/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/skia/third_party/externals/icu/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/FreeBSD/sys/crypto/sha2/
Dsha256c.c188 static unsigned char PAD[64] = { variable
/third_party/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c151 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dtjunittest.c278 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dturbojpeg.c53 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
/third_party/ffmpeg/libavfilter/
Df_ebur128.c302 #define PAD 8 in config_video_output() macro
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp7033 const float PAD = 10.0f; local