Searched defs:padding (Results 51 - 75 of 267) sorted by relevance

1234567891011

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h74 uint padding:12; member in struct:lp_shader_input
/external/chromium_org/third_party/ots/src/
H A Dglyf.cc260 // TODO(yusukes): investigate whether this padding is really necessary.
262 const unsigned padding = (4 - (new_size & 3)) % 4; local
263 if (padding) {
266 static_cast<size_t>(padding)));
267 new_size += padding;
277 OTS_WARNING("2-bytes indexing is not possible (due to the padding above)");
/external/chromium_org/third_party/skia/tests/
H A DWriter32Test.cpp188 const size_t padding = 64; local
197 for (size_t i = 0; i < (padding / 4); ++i) {
205 for (size_t i = 0; i < (padding / 4); ++i) {
209 REPORTER_ASSERT(reporter, writer->readTAt<uint32_t>(padding) == uint1);
210 REPORTER_ASSERT(reporter, writer->readTAt<SkRect>(padding + sizeof(uint32_t)) == rect1);
212 padding + sizeof(uint32_t) + sizeof(SkRect)) == scalar1);
214 writer->overwriteTAt(padding, uint2);
215 writer->overwriteTAt(padding + sizeof(uint32_t), rect2);
216 writer->overwriteTAt(padding + sizeof(uint32_t) + sizeof(SkRect), scalar2);
218 REPORTER_ASSERT(reporter, writer->readTAt<uint32_t>(padding)
[all...]
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dreceive_statistics_unittest.cc238 uint32_t padding,
245 EXPECT_EQ(padding, stats_.padding_bytes);
272 // Another packet of size kPacketSize1 with 9 bytes padding.
235 ExpectMatches(uint32_t num_calls, uint32_t ssrc, uint32_t bytes, uint32_t padding, uint32_t packets, uint32_t retransmits, uint32_t fec) argument
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLCipherRSA.java79 * Current padding mode
81 private int padding = NativeCrypto.RSA_PKCS1_PADDING; field in class:OpenSSLCipherRSA
83 protected OpenSSLCipherRSA(int padding) { argument
84 this.padding = padding;
98 protected void engineSetPadding(String padding) throws NoSuchPaddingException { argument
99 final String paddingUpper = padding.toUpperCase(Locale.ROOT);
101 this.padding = NativeCrypto.RSA_PKCS1_PADDING;
105 this.padding = NativeCrypto.RSA_NO_PADDING;
109 throw new NoSuchPaddingException("padding no
[all...]
/external/icu/icu4c/source/common/
H A Ducol_data.h82 uint8_t padding[8]; member in struct:__anon21793
/external/icu/icu4c/source/tools/toolutil/
H A Dunewdata.c116 /* write the size of the header, take padding into account */
130 /* write padding bytes to align the data section to 16 bytes */
225 static const uint8_t padding[16]={ local
233 T_FileStream_write(pData->file, padding, 16);
237 T_FileStream_write(pData->file, padding, length);
/external/kernel-headers/original/uapi/linux/
H A Dbsg.h31 __u32 request_extra; /* [i] {spare, for padding} */
61 __u32 padding; member in struct:sg_io_v4
H A Ddm-log-userspace.h418 char padding[3]; /* Padding because DM_UUID_LEN = 129 */ member in struct:dm_ulog_request
H A Dpktcdvd.h101 __u32 padding; /* Not used */ member in struct:pkt_ctrl_command
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp76 size_t padding; local
81 padding = address_size - word_size;
94 if (!(cursor = ReadMemory(cursor + padding, &info.map_addr, address_size)))
103 if (!(cursor = ReadMemory(cursor + padding, &info.ldbase, address_size)))
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h74 uint padding:12; member in struct:lp_shader_input
/external/oprofile/libdb/
H A Dodb.h55 int padding[6]; /**< for padding and future use */ member in struct:__anon28430
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_audio.h80 Uint16 padding; /**< Necessary for some compile environments */ member in struct:SDL_AudioSpec
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A Dspu_common.h69 /* This padding is to fulfill the need for 16 byte alignment. On parm change, update! */
70 char padding[4]; member in struct:fb_writer_parms_t
84 /* This padding is to fulfill the need for 16 byte alignment. On parm change, update! */
85 char padding[128 - ((4 * sizeof(uint8_t *) + 2 * sizeof(unsigned int)) & 0x7F)]; member in struct:yuv2rgb_parms_t
102 /* This padding is to fulfill the need for 16 byte alignment. On parm change, update! */
103 char padding[128 - ((4 * sizeof(uint8_t *) + 4 * sizeof(unsigned int)) & 0x7F)]; member in struct:scale_parms_t
/external/skia/tests/
H A DWriter32Test.cpp188 const size_t padding = 64; local
197 for (size_t i = 0; i < (padding / 4); ++i) {
205 for (size_t i = 0; i < (padding / 4); ++i) {
209 REPORTER_ASSERT(reporter, writer->readTAt<uint32_t>(padding) == uint1);
210 REPORTER_ASSERT(reporter, writer->readTAt<SkRect>(padding + sizeof(uint32_t)) == rect1);
212 padding + sizeof(uint32_t) + sizeof(SkRect)) == scalar1);
214 writer->overwriteTAt(padding, uint2);
215 writer->overwriteTAt(padding + sizeof(uint32_t), rect2);
216 writer->overwriteTAt(padding + sizeof(uint32_t) + sizeof(SkRect), scalar2);
218 REPORTER_ASSERT(reporter, writer->readTAt<uint32_t>(padding)
[all...]
/external/valgrind/main/memcheck/tests/
H A Dmempool2.c22 char padding[16 - 2*sizeof(char*)]; member in struct:_level_list
32 char padding[24 - 3*sizeof(char*)]; member in struct:_pool
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBaseWrapCipher.java121 String padding)
124 throw new NoSuchPaddingException("Padding " + padding + " unknown.");
120 engineSetPadding( String padding) argument
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc171 // Inserts |padding|-|len| bytes worth of padding into the |buffer_|.
176 // overflowed |size_|) at any time during padding.
177 inline bool Pad(char pad, size_t padding, size_t len) { argument
179 DEBUG_CHECK(padding >= 0 && padding <= kSSizeMax);
181 for (; padding > len; --padding) {
183 if (--padding) {
184 IncrementCount(padding
278 IToASCII(bool sign, bool upcase, int64_t i, int base, char pad, size_t padding, const char* prefix) argument
446 size_t padding; local
[all...]
/external/chromium_org/build/android/rezip/
H A Drezip.cc243 // add sufficient padding to the header that the start of the file will be
253 const int padding = kPageSizeOnDevice - (pos % kPageSizeOnDevice); local
254 if (padding == kPageSizeOnDevice) {
258 assert(extra_size < kMaxExtraFieldInZip - padding);
259 memset(extra_buffer + extra_size, 0, padding);
260 return extra_size + padding;
264 // correct amount of padding by reading the zip file we just generated.
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/appmenu/
H A DAppMenu.java111 // padding of the new background, which breaks the menu height. If we still have a
112 // drawable here even though our style says @null we should use this padding instead...
193 ListPopupWindow popup, int screenRotation, Rect appRect, Rect padding) {
218 // padding of the background.
219 popup.setVerticalOffset(-padding.bottom);
291 int numMenuItems, Rect appDimensions, int screenHeight, Rect padding) {
306 availableScreenSpace -= padding.bottom;
307 if (mIsByHardwareButton) availableScreenSpace -= padding.top;
318 padding.top + padding
192 setPopupOffset( ListPopupWindow popup, int screenRotation, Rect appRect, Rect padding) argument
290 setMenuHeight( int numMenuItems, Rect appDimensions, int screenHeight, Rect padding) argument
[all...]
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_strip_unittest.cc143 // |tab| in |tab|'s coordinate space (including padding if |padding|
145 gfx::Rect GetTabCloseHitTestMask(Tab* tab, bool padding) { argument
147 if (padding)
356 // Bounds of the tab close button (without padding) in the tab's
401 // Bounds of the tab close button (without padding) in the tab's
412 // the button's padding.
444 // the button's padding.
482 // Bounds of the tab close button (without padding) in the tab's
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfuse.h36 unsigned int padding : 27; member in struct:fuse_file_info
/external/chromium_org/ppapi/c/dev/
H A Dppb_font_dev.h117 * Ensure that this struct is 48-bytes wide by padding the end. In some
120 * padding attribute. This padding makes its size consistent across
123 int32_t padding; member in struct:PP_FontDescription_Dev
/external/chromium_org/ppapi/c/trusted/
H A Dppb_browser_font_trusted.h119 * Ensure that this struct is 48-bytes wide by padding the end. In some
122 * padding attribute. This padding makes its size consistent across
125 int32_t padding; member in struct:PP_BrowserFont_Trusted_Description

Completed in 493 milliseconds

1234567891011