HomeSort by: relevance | last modified time | path
    Searched refs:dst_size (Results 1 - 25 of 25) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/mga/
mga_warp.c 120 unsigned int src_size, dst_size; local
125 dst_size = WARP_UCODE_SIZE(src_size);
127 pcbase += dst_size;
128 vcbase += dst_size;
  /src/external/gpl3/gcc.old/dist/libgfortran/caf/
single.c 442 assign_char4_from_char1 (size_t dst_size, size_t src_size, uint32_t *dst,
446 n = dst_size/4 > src_size ? src_size : dst_size/4;
449 for (; i < dst_size/4; ++i)
455 assign_char1_from_char4 (size_t dst_size, size_t src_size, unsigned char *dst,
459 n = dst_size > src_size/4 ? src_size/4 : dst_size;
462 if (dst_size > n)
463 memset (&dst[n], ' ', dst_size - n);
742 size_t dst_size = GFC_DESCRIPTOR_SIZE (dest) local
935 size_t dst_size = GFC_DESCRIPTOR_SIZE (dest); local
1216 size_t dst_size = GFC_DESCRIPTOR_SIZE (dst); local
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/caf/
single.c 440 assign_char4_from_char1 (size_t dst_size, size_t src_size, uint32_t *dst,
444 n = dst_size/4 > src_size ? src_size : dst_size/4;
447 for (; i < dst_size/4; ++i)
453 assign_char1_from_char4 (size_t dst_size, size_t src_size, unsigned char *dst,
457 n = dst_size > src_size/4 ? src_size/4 : dst_size;
460 if (dst_size > n)
461 memset (&dst[n], ' ', dst_size - n);
739 size_t dst_size = GFC_DESCRIPTOR_SIZE (dest) local
932 size_t dst_size = GFC_DESCRIPTOR_SIZE (dest); local
1213 size_t dst_size = GFC_DESCRIPTOR_SIZE (dst); local
    [all...]
  /src/external/bsd/libevent/dist/
bufferevent_pair.c 159 size_t dst_size; local
166 dst_size = evbuffer_get_length(dst->input);
167 if (dst_size < dst->wm_read.high) {
168 n = dst->wm_read.high - dst_size;
  /src/external/bsd/ntp/dist/sntp/libevent/
bufferevent_pair.c 158 size_t dst_size; local
165 dst_size = evbuffer_get_length(dst->input);
166 if (dst_size < dst->wm_read.high) {
167 n = dst->wm_read.high - dst_size;
  /src/external/gpl3/gdb.old/dist/opcodes/
aarch64-opc.h 575 int src_size = 0, dst_size = 0;
578 dst_size = aarch64_get_qualifier_esize (opcode->qualifiers_list[0][0]);
582 if (src_size == dst_size && src_size == 0)
585 if (dst_size == 0 || dst_size == src_size << 1)
571 int src_size = 0, dst_size = 0; local
  /src/external/gpl3/binutils/dist/opcodes/
aarch64-opc.h 651 int src_size = 0, dst_size = 0;
654 dst_size = aarch64_get_qualifier_esize (opcode->qualifiers_list[0][0]);
658 if (src_size == dst_size && src_size == 0)
661 if (dst_size == 0 || dst_size == src_size << 1)
647 int src_size = 0, dst_size = 0; local
  /src/external/gpl3/binutils.old/dist/opcodes/
aarch64-opc.h 613 int src_size = 0, dst_size = 0;
616 dst_size = aarch64_get_qualifier_esize (opcode->qualifiers_list[0][0]);
620 if (src_size == dst_size && src_size == 0)
623 if (dst_size == 0 || dst_size == src_size << 1)
609 int src_size = 0, dst_size = 0; local
  /src/external/gpl3/gdb/dist/opcodes/
aarch64-opc.h 602 int src_size = 0, dst_size = 0;
605 dst_size = aarch64_get_qualifier_esize (opcode->qualifiers_list[0][0]);
609 if (src_size == dst_size && src_size == 0)
612 if (dst_size == 0 || dst_size == src_size << 1)
598 int src_size = 0, dst_size = 0; local
  /src/external/lgpl3/gmp/dist/tests/devel/
try.c 327 char dst_size[NUM_DESTS]; member in struct:try_t
782 p->dst_size[1] = SIZE_2;
794 p->dst_size[1] = SIZE_4;
804 p->dst_size[1] = SIZE_6;
839 p->dst_size[0] = SIZE_PLUS_MSIZE_SUB_1;
892 p->dst_size[0] = SIZE_PLUS_MSIZE_SUB_1;
1161 p->dst_size[0] = SIZE_SUM;
1200 p->dst_size[0] = SIZE_1;
1262 p->dst_size[0] = SIZE_RETVAL;
1326 p->dst_size[0] = SIZE_SUM
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_dmac.c 1037 bus_size_t src_size, dst_size, this_size; local
1065 dst_size = dxs->dxs_loop_notify;
1067 dst_size = dst_seg->ds_len - dst_ds->ds_offset;
1073 while (src_size && dst_size &&
1083 this_size = dst_size;
1088 this_size = uimin(dst_size, src_size);
1132 dst_size -= this_size;
1135 KDASSERT(dst_size == 0);
  /src/external/mpl/dhcp/dist/common/
ns_name.c 716 * \param dst_size - size of the destination buffer
722 char* dst_buf, size_t dst_size)
727 int dst_remaining = dst_size;
  /src/external/gpl3/gcc.old/dist/gcc/
sbitmap.cc 532 unsigned int i, dst_size = dst->size; local
539 gcc_assert (a->size >= dst_size);
548 if (dst != a && i != dst_size)
549 for (; i < dst_size; i++)
  /src/external/gpl3/gcc/dist/gcc/
sbitmap.cc 532 unsigned int i, dst_size = dst->size; local
539 gcc_assert (a->size >= dst_size);
548 if (dst != a && i != dst_size)
549 for (; i < dst_size; i++)
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 1744 unsigned HOST_WIDE_INT src_size, dst_size, src_left;
1751 src_size = dst_size = biggest_move;
1754 if (dst_size > dst_mem_align && dst_size == 2)
1755 dst_size = 1;
1757 if (dst_size > src_size)
1758 dst_size = src_size;
1761 dstmode = int_mode_for_size (dst_size * BITS_PER_UNIT, 0).require ();
1782 shift = TARGET_BIG_ENDIAN ? (src_size - dst_size) * BITS_PER_UNIT : 0;
1787 if (src_size > dst_size)
1734 unsigned HOST_WIDE_INT src_size, dst_size, src_left; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 1744 unsigned HOST_WIDE_INT src_size, dst_size, src_left;
1751 src_size = dst_size = biggest_move;
1754 if (dst_size > dst_mem_align && dst_size == 2)
1755 dst_size = 1;
1757 if (dst_size > src_size)
1758 dst_size = src_size;
1761 dstmode = int_mode_for_size (dst_size * BITS_PER_UNIT, 0).require ();
1782 shift = TARGET_BIG_ENDIAN ? (src_size - dst_size) * BITS_PER_UNIT : 0;
1787 if (src_size > dst_size)
1734 unsigned HOST_WIDE_INT src_size, dst_size, src_left; local
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 7507 evax_bfd_print_dst (struct bfd *abfd, unsigned int dst_size, FILE *file)
7515 while (dst_size > 0)
7534 if (len > dst_size)
7535 len = dst_size;
7541 dst_size -= len;
8085 unsigned int dst_size = 0;
8396 dst_size = bfd_getl32 (eihs.dstsize);
8399 dst_vbn, dst_size, dst_size);
8578 evax_bfd_print_dst (abfd, dst_size, file)
8073 unsigned int dst_size = 0; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 7494 evax_bfd_print_dst (struct bfd *abfd, unsigned int dst_size, FILE *file)
7502 while (dst_size > 0)
7519 if (len > dst_size)
7520 len = dst_size;
7526 dst_size -= len;
8069 unsigned int dst_size = 0;
8374 dst_size = bfd_getl32 (eihs.dstsize);
8377 dst_vbn, dst_size, dst_size);
8556 evax_bfd_print_dst (abfd, dst_size, file)
8057 unsigned int dst_size = 0; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 7494 evax_bfd_print_dst (struct bfd *abfd, unsigned int dst_size, FILE *file)
7502 while (dst_size > 0)
7519 if (len > dst_size)
7520 len = dst_size;
7526 dst_size -= len;
8069 unsigned int dst_size = 0;
8374 dst_size = bfd_getl32 (eihs.dstsize);
8377 dst_vbn, dst_size, dst_size);
8556 evax_bfd_print_dst (abfd, dst_size, file)
8057 unsigned int dst_size = 0; local
    [all...]
  /src/external/mpl/dhcp/dist/server/
ldap.c 226 x_strxform(char *dst, const char *src, size_t dst_size,
229 if(dst && src && dst_size)
234 for(pos=0; pos < len && pos + 1 < dst_size; pos++)
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 7501 evax_bfd_print_dst (struct bfd *abfd, unsigned int dst_size, FILE *file)
7509 while (dst_size > 0)
7531 dst_size -= len;
8071 unsigned int dst_size = 0;
8368 dst_size = bfd_getl32 (eihs.dstsize);
8371 dst_vbn, dst_size, dst_size);
8545 evax_bfd_print_dst (abfd, dst_size, file);
8059 unsigned int dst_size = 0; local
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 6630 SIZE_T dst_size = REAL(wcslen)(dst);
6632 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
6633 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
6642 SIZE_T dst_size = REAL(wcslen)(dst);
6645 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
6646 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7087 SIZE_T dst_size = internal_wcslen(dst);
7089 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
7090 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
7099 SIZE_T dst_size = internal_wcslen(dst);
7102 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
7103 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc 7081 SIZE_T dst_size = internal_wcslen(dst);
7083 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
7084 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
7093 SIZE_T dst_size = internal_wcslen(dst);
7096 COMMON_INTERCEPTOR_READ_RANGE(ctx, dst, (dst_size + 1) * sizeof(wchar_t));
7097 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, dst + dst_size,
  /src/external/gpl3/gcc.old/dist/gcc/config/spu/
spu.c 482 int dst_size;
493 dst_size = GET_MODE_BITSIZE (GET_MODE (dst));
505 shift = dst_size - start - width;
531 switch (dst_size)
479 int dst_size; local

Completed in 132 milliseconds