Home
last modified time | relevance | path

Searched defs:PAD (Results 1 – 21 of 21) 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/flutter/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/flutter/skia/third_party/externals/icu/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/icu/icu4c/source/common/
Duenum.cpp30 static const int32_t PAD = 8; variable
/third_party/node/deps/npm/node_modules/boxen/
Dindex.js100 const PAD = ' '; constant
/third_party/FreeBSD/sys/crypto/sha2/
Dsha256c.c190 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/libjpeg-turbo/
Djcphuff.c153 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dtjunittest.c276 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dturbojpeg.c52 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djcphuff.c146 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dtjunittest.c271 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dturbojpeg-jni.c40 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
Dturbojpeg.c52 #define PAD(v, p) ((v + (p) - 1) & (~((p) - 1))) macro
/third_party/ffmpeg/libavfilter/
Df_ebur128.c309 #define PAD 8 in config_video_output() macro
/third_party/skia/third_party/externals/imgui/
Dimgui_demo.cpp7033 const float PAD = 10.0f; local