HomeSort by: relevance | last modified time | path
    Searched defs:n_bytes (Results 1 - 25 of 49) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/
sparseset.cc 30 unsigned int n_bytes = sizeof (struct sparseset_def) local
33 sparseset set = XNEWVAR (struct sparseset_def, n_bytes);
39 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_DEFINED (set, n_bytes));
  /src/external/gpl3/gcc.old/dist/gcc/
sparseset.cc 30 unsigned int n_bytes = sizeof (struct sparseset_def) local
33 sparseset set = XNEWVAR (struct sparseset_def, n_bytes);
39 VALGRIND_DISCARD (VALGRIND_MAKE_MEM_DEFINED (set, n_bytes));
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_image.c 52 int n_bytes = width * bytes_per_pixel; local
53 if (n_bytes > src_stride)
54 n_bytes = src_stride;
57 memcpy (dest_line, src_line, n_bytes);
59 MurmurHash3_x86_32 (src_line, n_bytes, hash, &hash);
qxl_mem.c 52 unsigned long n_bytes; member in struct:qxl_mem
95 unsigned long n_bytes)
103 ErrorF ("memory space from %p to %p\n", base, (char *)base + n_bytes);
106 mem->space = create_mspace_with_base (base, n_bytes, 0, NULL);
109 mem->n_bytes = n_bytes;
138 unsigned long n_bytes,
141 void *addr = mspace_malloc (mem->space, n_bytes);
144 VALGRIND_MALLOCLIKE_BLOCK(addr, n_bytes, 0, 0);
146 fprintf(stderr, "alloc %p: %ld (%s)\n", addr, n_bytes, name)
    [all...]
  /xsrc/external/mit/pixman/dist/test/
scaling-bench.c 11 size_t n_bytes = (SOURCE_WIDTH + 2) * (SOURCE_HEIGHT + 2) * 4; local
12 uint32_t *data = malloc (n_bytes);
15 prng_randmemset (data, n_bytes, 0);
pixel-test.c 2801 int n_bytes = pixman_image_get_stride (image) * pixman_image_get_height (image); local
2807 for (i = 0; i < n_bytes / 4; ++i)
2813 for (i = 0; i < n_bytes / 2; ++i)
2819 for (i = 0; i < n_bytes; ++i)
  /src/external/gpl3/binutils/dist/opcodes/
s12z-dis.c 345 int n_bytes = local
394 return n_bytes;
  /src/external/gpl3/binutils.old/dist/opcodes/
s12z-dis.c 345 int n_bytes = local
394 return n_bytes;
  /src/external/gpl3/gdb.old/dist/opcodes/
s12z-dis.c 345 int n_bytes = local
394 return n_bytes;
  /src/external/gpl3/gdb/dist/opcodes/
s12z-dis.c 345 int n_bytes = local
394 return n_bytes;
  /src/external/gpl3/gdb.old/dist/gdb/
s12z-tdep.c 329 int n_bytes = local
384 addr += n_bytes;
  /src/external/gpl3/gdb/dist/gdb/
s12z-tdep.c 329 int n_bytes = local
384 addr += n_bytes;
  /src/common/include/rpc/
xdr.h 323 char *n_bytes; member in struct:netobj
  /src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c 118 qh->n_bytes = kmem_zalloc(sizeof(u32) * dwc2_max_desc_num(qh), KM_SLEEP);
119 if (!qh->n_bytes) {
136 kmem_free(qh->n_bytes, sizeof(u32) * dwc2_max_desc_num(qh));
137 qh->n_bytes = NULL;
550 qh->n_bytes[idx] = max_xfer_size;
552 qh->n_bytes[idx] = frame_desc->length;
555 dma_desc->status = qh->n_bytes[idx] << HOST_DMA_ISOC_NBYTES_SHIFT &
710 qh->n_bytes[n_desc] = len;
916 frame_desc->actual_length = qh->n_bytes[idx] - remain;
920 frame_desc->actual_length = qh->n_bytes[idx] - remain
1148 u32 n_bytes; local
    [all...]
dwc2_hcd.h 265 * @n_bytes: Xfer Bytes array. Each element corresponds to a transfer
307 u32 *n_bytes; member in struct:dwc2_qh
  /src/external/gpl3/binutils/dist/include/opcode/
msp430-decode.h 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon10665
rl78.h 169 int n_bytes; member in struct:__anon10676
  /src/external/gpl3/binutils.old/dist/include/opcode/
msp430-decode.h 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon12129
rl78.h 169 int n_bytes; member in struct:__anon12140
  /src/external/gpl3/gdb.old/dist/include/opcode/
msp430-decode.h 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon21517
rl78.h 169 int n_bytes; member in struct:__anon21528
  /src/external/gpl3/gdb/dist/include/opcode/
msp430-decode.h 119 int n_bytes; /* Opcode size in BYTES. */ member in struct:__anon1105
rl78.h 169 int n_bytes; member in struct:__anon1116
  /src/external/mpl/bind/dist/lib/dns/
opensslrsa_link.c 1163 static const unsigned char n_bytes[] = variable
1278 c.n = BN_bin2bn(n_bytes, sizeof(n_bytes) - 1, NULL);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
opensslrsa_link.c 1212 static const unsigned char n_bytes[] = variable
1329 n = BN_bin2bn(n_bytes, sizeof(n_bytes) - 1, NULL);

Completed in 166 milliseconds

1 2