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

1 2 3 4 5 6 7 8 91011>>

  /src/crypto/external/apache2/openssl/dist/crypto/md2/
md2_one.c 39 unsigned long chunk;
42 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
43 ebcdic2ascii(temp, d, chunk);
44 MD2_Update(&c, temp, chunk);
45 n -= chunk;
46 d += chunk;
  /src/crypto/external/bsd/openssl/dist/crypto/md2/
md2_one.c 39 unsigned long chunk;
42 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
43 ebcdic2ascii(temp, d, chunk);
44 MD2_Update(&c, temp, chunk);
45 n -= chunk;
46 d += chunk;
  /src/crypto/external/bsd/openssl.old/dist/crypto/md2/
md2_one.c 33 unsigned long chunk;
36 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
37 ebcdic2ascii(temp, d, chunk);
38 MD2_Update(&c, temp, chunk);
39 n -= chunk;
40 d += chunk;
  /src/external/gpl3/gdb/dist/sim/ppc/
hw_memory.c 112 hw_memory_chunk *chunk = NULL; local
118 chunk = hw_memory->heap;
120 while (chunk != NULL) {
121 if (chunk->available)
123 ASSERT(chunk->next == NULL
124 || chunk->address < chunk->next->address);
125 ASSERT(chunk->next == NULL
126 || chunk->address + chunk->size == chunk->next->address)
253 hw_memory_chunk *chunk = NULL; local
406 hw_memory_chunk *chunk; local
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/ppc/
hw_memory.c 112 hw_memory_chunk *chunk = NULL; local
118 chunk = hw_memory->heap;
120 while (chunk != NULL) {
121 if (chunk->available)
123 ASSERT(chunk->next == NULL
124 || chunk->address < chunk->next->address);
125 ASSERT(chunk->next == NULL
126 || chunk->address + chunk->size == chunk->next->address)
253 hw_memory_chunk *chunk = NULL; local
406 hw_memory_chunk *chunk; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/md4/
md4_one.c 39 unsigned long chunk;
42 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
43 ebcdic2ascii(temp, d, chunk);
44 MD4_Update(&c, temp, chunk);
45 n -= chunk;
46 d += chunk;
  /src/crypto/external/apache2/openssl/dist/crypto/md5/
md5_one.c 39 unsigned long chunk;
42 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
43 ebcdic2ascii(temp, d, chunk);
44 MD5_Update(&c, temp, chunk);
45 n -= chunk;
46 d += chunk;
  /src/crypto/external/bsd/openssl/dist/crypto/md4/
md4_one.c 39 unsigned long chunk;
42 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
43 ebcdic2ascii(temp, d, chunk);
44 MD4_Update(&c, temp, chunk);
45 n -= chunk;
46 d += chunk;
  /src/crypto/external/bsd/openssl/dist/crypto/md5/
md5_one.c 39 unsigned long chunk;
42 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
43 ebcdic2ascii(temp, d, chunk);
44 MD5_Update(&c, temp, chunk);
45 n -= chunk;
46 d += chunk;
  /src/crypto/external/bsd/openssl.old/dist/crypto/md4/
md4_one.c 33 unsigned long chunk;
36 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
37 ebcdic2ascii(temp, d, chunk);
38 MD4_Update(&c, temp, chunk);
39 n -= chunk;
40 d += chunk;
  /src/crypto/external/bsd/openssl.old/dist/crypto/md5/
md5_one.c 33 unsigned long chunk;
36 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
37 ebcdic2ascii(temp, d, chunk);
38 MD5_Update(&c, temp, chunk);
39 n -= chunk;
40 d += chunk;
  /src/sys/rump/net/lib/libshmif/
shmif_busops.c 66 size_t chunk; local
69 chunk = MIN(len, BUSMEM_DATASIZE - off);
70 memcpy(dest, busmem->shm_data + off, chunk);
71 len -= chunk;
73 if (off + chunk == BUSMEM_DATASIZE)
77 return (off + chunk) % BUSMEM_DATASIZE;
81 memcpy((uint8_t *)dest + chunk, busmem->shm_data, len);
101 size_t chunk; local
106 chunk = MIN(len, BUSMEM_DATASIZE - off);
107 len -= chunk;
    [all...]
  /src/external/gpl2/lvm2/dist/libdm/mm/
pool-fast.c 20 struct chunk { struct
22 struct chunk *prev;
27 struct chunk *chunk, *spare_chunk; /* spare_chunk is a one entry free member in struct:dm_pool
34 void _align_chunk(struct chunk *c, unsigned alignment);
35 struct chunk *_new_chunk(struct dm_pool *p, size_t s);
53 p->chunk_size = chunk_hint + sizeof(struct chunk);
63 struct chunk *c, *pr;
65 c = p->chunk;
83 struct chunk *c = p->chunk
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
memory-block.cc 58 /* Allocate a chunk for obstack. Use the pool if requested chunk size matches
69 /* Free previously allocated obstack chunk. */
71 mempool_obstack_chunk_free (void *chunk)
73 size_t size = (reinterpret_cast<_obstack_chunk *> (chunk)->limit
74 - reinterpret_cast<char *> (chunk));
76 memory_block_pool::release (chunk);
78 XDELETEVEC (chunk);
  /src/external/gpl3/gcc.old/dist/gcc/
memory-block.cc 58 /* Allocate a chunk for obstack. Use the pool if requested chunk size matches
69 /* Free previously allocated obstack chunk. */
71 mempool_obstack_chunk_free (void *chunk)
73 size_t size = (reinterpret_cast<_obstack_chunk *> (chunk)->limit
74 - reinterpret_cast<char *> (chunk));
76 memory_block_pool::release (chunk);
78 XDELETEVEC (chunk);
  /src/sys/arch/mips/atheros/dev/
arspi.c 370 * send WREN for each chunk. These flags facilitate
393 struct spi_chunk *chunk; local
395 chunk = *chunkp;
398 while (chunk && chunk->chunk_wresid == 0)
399 chunk = chunk->chunk_next;
401 if (chunk == NULL) {
406 * chunk must be write only. SPI flash doesn't support
409 if ((chunk->chunk_rptr) || !(chunk->chunk_wptr))
432 struct spi_chunk *chunk; local
467 struct spi_chunk *chunk; local
    [all...]
  /src/sys/dev/marvell/
mvxpbm.c 278 struct mvxpbm_chunk *chunk; local
280 /* initialize chunk */
282 chunk = (struct mvxpbm_chunk *)ptr;
283 chunk->m = NULL;
284 chunk->sc = sc;
285 chunk->off = (ptr - sc->sc_buf);
286 chunk->pa = (paddr_t)(sc->sc_buf_pa + chunk->off);
287 chunk->buf_off = (ptr_data - sc->sc_buf);
288 chunk->buf_pa = (paddr_t)(sc->sc_buf_pa + chunk->buf_off)
318 struct mvxpbm_chunk *chunk = (struct mvxpbm_chunk *)arg; local
369 struct mvxpbm_chunk *chunk; local
    [all...]
  /src/external/gpl3/binutils/dist/libiberty/
objalloc.c 56 /* This structure appears at the start of each chunk. */
60 /* Next chunk. */
62 /* If this chunk contains large objects, this is the value of
63 current_ptr when this chunk was allocated. If this chunk
74 /* We ask for this much memory each time we create a chunk which is to
89 struct objalloc_chunk *chunk; local
102 chunk = (struct objalloc_chunk *) ret->chunks;
103 chunk->next = NULL;
104 chunk->current_ptr = NULL
141 struct objalloc_chunk *chunk; local
157 struct objalloc_chunk *chunk; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
objalloc.c 56 /* This structure appears at the start of each chunk. */
60 /* Next chunk. */
62 /* If this chunk contains large objects, this is the value of
63 current_ptr when this chunk was allocated. If this chunk
74 /* We ask for this much memory each time we create a chunk which is to
89 struct objalloc_chunk *chunk; local
102 chunk = (struct objalloc_chunk *) ret->chunks;
103 chunk->next = NULL;
104 chunk->current_ptr = NULL
141 struct objalloc_chunk *chunk; local
157 struct objalloc_chunk *chunk; local
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
objalloc.c 56 /* This structure appears at the start of each chunk. */
60 /* Next chunk. */
62 /* If this chunk contains large objects, this is the value of
63 current_ptr when this chunk was allocated. If this chunk
74 /* We ask for this much memory each time we create a chunk which is to
89 struct objalloc_chunk *chunk; local
102 chunk = (struct objalloc_chunk *) ret->chunks;
103 chunk->next = NULL;
104 chunk->current_ptr = NULL
141 struct objalloc_chunk *chunk; local
157 struct objalloc_chunk *chunk; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
objalloc.c 56 /* This structure appears at the start of each chunk. */
60 /* Next chunk. */
62 /* If this chunk contains large objects, this is the value of
63 current_ptr when this chunk was allocated. If this chunk
74 /* We ask for this much memory each time we create a chunk which is to
89 struct objalloc_chunk *chunk; local
102 chunk = (struct objalloc_chunk *) ret->chunks;
103 chunk->next = NULL;
104 chunk->current_ptr = NULL
141 struct objalloc_chunk *chunk; local
157 struct objalloc_chunk *chunk; local
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
objalloc.c 56 /* This structure appears at the start of each chunk. */
60 /* Next chunk. */
62 /* If this chunk contains large objects, this is the value of
63 current_ptr when this chunk was allocated. If this chunk
74 /* We ask for this much memory each time we create a chunk which is to
89 struct objalloc_chunk *chunk; local
102 chunk = (struct objalloc_chunk *) ret->chunks;
103 chunk->next = NULL;
104 chunk->current_ptr = NULL
141 struct objalloc_chunk *chunk; local
157 struct objalloc_chunk *chunk; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
objalloc.c 56 /* This structure appears at the start of each chunk. */
60 /* Next chunk. */
62 /* If this chunk contains large objects, this is the value of
63 current_ptr when this chunk was allocated. If this chunk
74 /* We ask for this much memory each time we create a chunk which is to
89 struct objalloc_chunk *chunk; local
102 chunk = (struct objalloc_chunk *) ret->chunks;
103 chunk->next = NULL;
104 chunk->current_ptr = NULL
141 struct objalloc_chunk *chunk; local
157 struct objalloc_chunk *chunk; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_dmem.c 94 struct nouveau_dmem_chunk *chunk = page->zone_device_data; local
95 unsigned long idx = page_to_pfn(page) - chunk->pfn_first;
97 return (idx << PAGE_SHIFT) + chunk->bo->bo.offset;
102 struct nouveau_dmem_chunk *chunk = page->zone_device_data; local
103 unsigned long idx = page_to_pfn(page) - chunk->pfn_first;
112 spin_lock(&chunk->lock);
113 clear_bit(idx, chunk->bitmap);
114 WARN_ON(!chunk->callocated);
115 chunk->callocated--;
117 * FIXME when chunk->callocated reach 0 we should add the chunk t
217 struct nouveau_dmem_chunk *chunk; local
264 struct nouveau_dmem_chunk *chunk; local
286 struct nouveau_dmem_chunk *chunk; local
355 struct nouveau_dmem_chunk *chunk; local
378 struct nouveau_dmem_chunk *chunk; local
396 struct nouveau_dmem_chunk *chunk, *tmp; local
540 struct nouveau_dmem_chunk *chunk; local
    [all...]
  /src/usr.bin/vis/
foldit.c 45 foldit(const char *chunk, int col, int max, int flags)
51 * if this chunk puts us over the limit.
54 cp = chunk;

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>