Searched refs:woffset (Results 1 – 6 of 6) sorted by relevance
/external/bison/lib/ |
D | ebitset.c | 576 bitset_windex woffset; in ebitset_list_reverse() local 597 woffset = windex - eindex * EBITSET_ELT_WORDS; in ebitset_list_reverse() 620 word = srcp[woffset] << (BITSET_WORD_BITS - 1 - bcount); in ebitset_list_reverse() 638 while (woffset--); in ebitset_list_reverse() 641 woffset = EBITSET_ELT_WORDS - 1; in ebitset_list_reverse() 684 bitset_windex woffset; in ebitset_list() local 688 woffset = eindex * EBITSET_ELT_WORDS; in ebitset_list() 690 for (; (windex - woffset) < EBITSET_ELT_WORDS; windex++) in ebitset_list() 692 word = srcp[windex - woffset] >> (bitno % BITSET_WORD_BITS); in ebitset_list() 858 bitset_windex woffset; in ebitset_unused_clear() local [all …]
|
/external/skia/gm/ |
D | strokerects.cpp | 42 SkScalar woffset = rand.nextSScalar1(); in rnd_rect() local 45 r->offset(-w/2 + woffset, -h/2 + hoffset); in rnd_rect()
|
D | strokes.cpp | 28 SkScalar woffset = rand.nextSScalar1(); in rnd_rect() local 31 r->offset(-w/2 + woffset, -h/2 + hoffset); in rnd_rect()
|
/external/ltp/testcases/kernel/fs/doio/ |
D | doio.c | 1603 off_t offset, woffset; in do_write() local 1614 woffset = 0; in do_write() 1779 if ((woffset = wlog_record_write(&Wlog, &wrec, -1)) == -1) { in do_write() 1938 wlog_record_write(&Wlog, &wrec, woffset); in do_write() 2089 long offset, woffset; in do_listio() local 3061 off_t woffset; in do_rw() local 3075 woffset = 0; in do_rw() 3297 if ((woffset = wlog_record_write(&Wlog, &wrec, -1)) == -1) { in do_rw() 3468 wlog_record_write(&Wlog, &wrec, woffset); in do_rw()
|
/external/swiftshader/include/GL/ |
D | glext.h | 10419 … target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, G… 10422 … target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, G…
|
/external/mesa3d/include/GL/ |
D | glext.h | 11419 … target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, G… 11422 … target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint woffset, GLsizei width, G…
|