HomeSort by relevance Sort by last modified time
    Searched refs:pad (Results 276 - 300 of 833) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_flatshade.c 119 tmp.pad = header->pad;
137 tmp.pad = header->pad;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_program.h 37 unsigned pad : 3; member in struct:nv50_varying
  /external/dropbear/libtomcrypt/src/modes/ctr/
ctr_start.c 84 return cipher_descriptor[ctr->cipher].ecb_encrypt(ctr->ctr, ctr->pad, &ctr->key);
  /external/iproute2/include/linux/
inet_diag.h 41 __u8 pad; member in struct:inet_diag_req_v2
  /external/kernel-headers/original/asm-x86/
alternative_32.h 14 u8 pad; member in struct:alt_instr
69 * replacement maake sure to pad to the worst case length.
  /external/llvm/test/MC/X86/AlignedBundling/
pad-align-to-bundle-end.s 26 # Here we have to pad until the end of the *next* boundary because
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_flatshade.c 119 tmp.pad = header->pad;
137 tmp.pad = header->pad;
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 37 unsigned pad : 3; member in struct:nv50_varying
  /external/sfntly/cpp/src/sfntly/data/
writable_font_data.cc 78 byte_t pad) {
85 written += WritePadding(written + index, length - written, pad);
94 byte_t pad) {
96 array_->Put(index + i, pad);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XWDFile.h 108 CARD8 pad; member in struct:__anon38414
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
mce.h 41 __u32 pad; member in struct:mce
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/spi/
spidev.h 92 __u32 pad; member in struct:spi_ioc_transfer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
printf.h 51 wchar_t pad; /* Padding character. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 108 CARD8 pad; member in struct:__anon40004
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 41 __u32 pad; member in struct:mce
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 92 __u32 pad; member in struct:spi_ioc_transfer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 51 wchar_t pad; /* Padding character. */ member in struct:printf_info
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XWDFile.h 108 CARD8 pad; member in struct:__anon41519
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
mce.h 41 __u32 pad; member in struct:mce
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/spi/
spidev.h 92 __u32 pad; member in struct:spi_ioc_transfer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
printf.h 51 wchar_t pad; /* Padding character. */ member in struct:printf_info
  /external/chromium_org/third_party/freetype/src/base/
ftbitmap.c 398 FT_Int pad; local
410 pad = 0;
413 pad = source->width % alignment;
414 if ( pad != 0 )
415 pad = alignment - pad;
418 target->pitch = source->width + pad;
  /external/chromium_org/third_party/skia/src/gpu/
GrBufferAllocPool.cpp 165 size_t pad = GrSizeAlignUpPad(usedBytes, local
167 if ((size + pad) <= back.fBytesFree) {
168 usedBytes += pad;
171 back.fBytesFree -= size + pad;
172 fBytesInUse += size + pad;
205 size_t pad = GrSizeAlignUpPad(usedBytes, itemSize); local
206 return (back.fBytesFree - pad) / itemSize;
  /external/skia/src/gpu/
GrBufferAllocPool.cpp 165 size_t pad = GrSizeAlignUpPad(usedBytes, local
167 if ((size + pad) <= back.fBytesFree) {
168 usedBytes += pad;
171 back.fBytesFree -= size + pad;
172 fBytesInUse += size + pad;
205 size_t pad = GrSizeAlignUpPad(usedBytes, itemSize); local
206 return (back.fBytesFree - pad) / itemSize;
  /external/grub/netboot/
3c595.c 170 int pad; local
181 pad = padmap[len & 3];
188 if (len + pad > ETH_FRAME_LEN) {
202 while (inw(BASE + VX_W1_FREE_TX) < len + pad + 4) {
217 while (pad--)

Completed in 3475 milliseconds

<<11121314151617181920>>