/bionic/libc/kernel/common/linux/ |
aio_abi.h | 36 #define PADDED(x,y) x, y 38 #define PADDED(x,y) y, x 46 __u32 PADDED(aio_key, aio_reserved1);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
aio_abi.h | 36 #define PADDED(x,y) x, y 38 #define PADDED(x,y) y, x 46 __u32 PADDED(aio_key, aio_reserved1);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
aio_abi.h | 36 #define PADDED(x,y) x, y 38 #define PADDED(x,y) y, x 46 __u32 PADDED(aio_key, aio_reserved1);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
aio_abi.h | 36 #define PADDED(x,y) x, y 38 #define PADDED(x,y) y, x 46 __u32 PADDED(aio_key, aio_reserved1);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
aio_abi.h | 36 #define PADDED(x,y) x, y 38 #define PADDED(x,y) y, x 46 __u32 PADDED(aio_key, aio_reserved1);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
aio_abi.h | 36 #define PADDED(x,y) x, y 38 #define PADDED(x,y) y, x 46 __u32 PADDED(aio_key, aio_reserved1);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
aio_abi.h | 36 #define PADDED(x,y) x, y 38 #define PADDED(x,y) y, x 46 __u32 PADDED(aio_key, aio_reserved1);
|
/external/kernel-headers/original/linux/ |
aio_abi.h | 55 #define PADDED(x,y) x, y 57 #define PADDED(x,y) y, x 71 __u32 PADDED(aio_key, aio_reserved1);
|
msm_mdp.h | 25 MDP_XRGB_8888, // RGB 888 padded
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LinearLayout2.java | 28 * A simple linear layout that fills the screen vertically, but the children are not padded.
|
LinearLayout3.java | 28 * A simple linear layout that fills the screen vertically, and the middle child is padded with extra space.
|
/external/icu4c/common/ |
ustrfmt.c | 14 * uint32_t number padded with zeroes to minwidth. The result
|
/external/kernel-headers/original/asm-arm/ |
stat.h | 53 * Note: The kernel zero's the padded region because glibc might read them
|
/external/ppp/pppd/ |
spinlock.h | 19 /* We should make sure these are padded to a cache line */
|
chap_ms.h | 64 * in case this struct gets padded. 74 * in case this struct gets padded.
|
/external/opencore/fileformats/mp4/composer/include/ |
copyrightatom.h | 59 uint16 _language; // (15bits) padded with a single bit when rendering
|
/external/opencore/fileformats/mp4/parser/include/ |
copyrightatom.h | 52 uint16 _language_code; // (15bits) padded with a single bit when rendering
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpabuf.c | 171 * @buf: Buffer to be padded 172 * @len: Length for the padded buffer 173 * Returns: wpabuf padded to len octets or %NULL on failure
|
/frameworks/base/libs/binder/ |
Parcel.cpp | 526 const size_t padded = PAD_SIZE(len); local 529 if (mDataPos+padded < mDataPos) { 533 if ((mDataPos+padded) <= mDataCapacity) { 535 //printf("Writing %ld bytes, padded to %ld\n", len, padded); 539 if (padded != len) { 550 //printf("Applying pad mask: %p to %p\n", (void*)mask[padded-len], 551 // *reinterpret_cast<void**>(data+padded-4)); 552 *reinterpret_cast<uint32_t*>(data+padded-4) &= mask[padded-len] [all...] |
/frameworks/base/libs/utils/ |
BackupData.cpp | 35 * - The name of the package, utf-8, null terminated, padded to 4-byte boundary. 38 * - The key, utf-8, null terminated, padded to 4-byte boundary. 39 * - The value, padded to 4 byte boundary
|
/external/opencore/codecs_v2/video/m4v_h263/dec/include/ |
mp4dec_api.h | 138 int16 realWidth; /* Non-padded width, not a multiple of 16. */ 139 int16 realHeight; /* Non-padded height, not a multiple of 16. */
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/ |
mp4dec_api.h | 132 int16 realWidth; /* Non-padded width, not a multiple of 16. */ 133 int16 realHeight; /* Non-padded height, not a multiple of 16. */
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
CanvasTexture.java | 100 // Compute the power-of-2 padded size for the texture. 104 // Reallocate the bitmap only if the padded size has changed.
|
/external/dropbear/ |
rsa.c | 249 /* create the magic PKCS padded value */ 290 /* the actual signing of the padded data */ 368 /* format to be padded to is:
|
/bionic/libc/include/sys/ |
stat.h | 41 * Note: The kernel zero's the padded region because glibc might read them
|