Searched refs:codep (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_lzw.c308 code_t *codep, *free_entp, *maxcodep, *oldcodep; local
318 codep = sp->dec_codep;
319 residue = codep->length - sp->dec_restart;
329 codep = codep->next;
330 } while (--residue > occ && codep);
331 if (codep) {
334 *--tp = codep->value;
335 codep = codep
509 code_t *codep, *free_entp, *maxcodep, *oldcodep; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Ddhf.c275 fw->codep = (CFG_PROG_STRCT FAR*)((char *)fw->codep + (hcf_32)fw);
280 p = fw->codep;
347 CFG_PROG_STRCT *p = fw->codep;
H A Ddhf.h176 * The 'codep' field points to an array of segment_descriptor structures.
192 CFG_PROG_STRCT FAR *codep; /* */ member in struct:__anon16059
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Davstring.h336 * @param codep pointer used to return the parsed code in case of success.
337 * The value in *codep is set even in case the range check fails.
349 int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end,
H A Davstring.c310 int av_utf8_decode(int32_t *codep, const uint8_t **bufp, const uint8_t *buf_end, argument
354 *codep = code;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dtraps.c117 static int special_ill(bundle_bits bundle, int *sigp, int *codep) argument
123 *codep = TRAP_BRKPT;
194 *codep = code | __SI_FAULT;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dsharedbook.c359 ogg_uint32_t **codep=alloca(sizeof(*codep)*n); local
365 codep[i]=codes+i;
368 qsort(codep,n,sizeof(*codep),sort32a);
374 int position=codep[i]-codes;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipxfrm.c909 char *codep = NULL; local
974 codep = *argv;
1008 if (typep || codep) {

Completed in 419 milliseconds