Searched refs:CHUNK (Results 1 - 2 of 2) sorted by relevance

/netgear-R7800-V1.0.2.28/package/disktype/src/
H A Dbuffer.c67 } CHUNK; typedef in typeref:struct:chunk
71 CHUNK *hashtab[HASHSIZE];
80 static CHUNK * ensure_chunk(SOURCE *s, CACHE *cache, u8 start);
81 static CHUNK * get_chunk_alloc(CACHE *cache, u8 start);
105 CHUNK *c;
229 static CHUNK * ensure_chunk(SOURCE *s, CACHE *cache, u8 start)
231 CHUNK *c;
332 static CHUNK * get_chunk_alloc(CACHE *cache, u8 start)
335 CHUNK *chain, *trav, *c;
343 c = (CHUNK *)mallo
[all...]
/netgear-R7800-V1.0.2.28/tools/firmware-utils/src/
H A Dtrx2usr.c31 #define CHUNK (64*1024) macro
95 static char buf[CHUNK];
120 while ((n = fread(buf, 1, CHUNK, trx)))

Completed in 36 milliseconds