Home
last modified time | relevance | path

Searched refs:HDRSIZE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/RISCOS/Modules/
Ddrawfmodule.c11 #define HDRSIZE 40 macro
79 size+=HDRSIZE; in new()
114 size-=HDRSIZE; in DrawF_Load()
440 if(n==1) SetBlock(d,self->size-HDRSIZE,type,offset,value); in SetWord()
505 { int size=b->size+c->size-2*HDRSIZE; in drawf_concat()
514 memcpy(d,(char*)(c->drawf)+HDRSIZE,c->size-HDRSIZE); in drawf_concat()
/external/libnl/lib/genl/
Dfamily.c161 diff |= FAM_DIFF(HDRSIZE, a->gf_hdrsize != b->gf_hdrsize); in family_compare()