Searched refs:tab_size (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dexpand.c39 static void expand(FILE *file, unsigned tab_size, unsigned opt) argument
46 /* Increment tab_size by 1 locally.*/
47 tab_size++;
56 for (; pos < tab_size; pos++) {
65 if (pos == tab_size) {
76 static void unexpand(FILE *file, unsigned int tab_size, unsigned opt) argument
91 pos += (*line == ' ') ? 1 : tab_size;
94 if ((opt & OPT_ALL) && column == tab_size) {
100 i = pos / tab_size;
107 for (i = pos % tab_size;
134 unsigned tab_size; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-sel-eng.c1348 gulong tab_size = 0, local
1368 tab_size = stmts_chunck_size;
1369 tab_len = tab_size;
1375 (tab_size + stmts_chunck_size)
1382 tab_size += stmts_chunck_size;
1384 tab_len = tab_size - index;
1387 tab_len = tab_size - stmts_chunck_size + tab_len;
1414 gulong tab_size = 0, local
1430 if (tab_size - index < 1) {
1432 (stmts_tab, (tab_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-sel-eng.c1348 gulong tab_size = 0, local
1368 tab_size = stmts_chunck_size;
1369 tab_len = tab_size;
1375 (tab_size + stmts_chunck_size)
1382 tab_size += stmts_chunck_size;
1384 tab_len = tab_size - index;
1387 tab_len = tab_size - stmts_chunck_size + tab_len;
1414 gulong tab_size = 0, local
1430 if (tab_size - index < 1) {
1432 (stmts_tab, (tab_size
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dves1x93.c47 u8 tab_size; member in struct:ves1x93_state
271 for (i = 0; i < state->tab_size; i++) {
474 state->tab_size = sizeof(init_1893_tab);
482 state->tab_size = sizeof(init_1893_tab);
490 state->tab_size = sizeof(init_1993_tab);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.h175 unsigned int tab_size; member in struct:planb
H A Dplanb.c344 size = (pb->tab_size*(2+MAX_GBUFFERS*TAB_FACTOR)+1+MAX_GBUFFERS
353 pb->overlay_last2 = pb->ch2_cmd = pb->ch1_cmd + pb->tab_size;
355 pb->cap_cmd[0] = pb->ch2_cmd + pb->tab_size;
356 pb->pre_cmd[0] = pb->cap_cmd[0] + pb->tab_size * TAB_FACTOR;
359 pb->pre_cmd[i] = pb->cap_cmd[i] + pb->tab_size * TAB_FACTOR;
420 unsigned int size = pb->tab_size * sizeof(struct dbdma_cmd);
634 memset ((void *) pb->ch1_cmd, 0, 2 * pb->tab_size
2054 pb->tab_size = PLANB_MAXLINES + 40;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh263.c589 #define tab_size ((signed)FF_ARRAY_ELEMS(s->direct_scale_mv[0])) macro
590 #define tab_bias (tab_size/2)
594 for(i=0; i<tab_size; i++){
607 if((unsigned)(p_mx + tab_bias) < tab_size){
617 if((unsigned)(p_my + tab_bias) < tab_size){
628 #undef tab_size macro

Completed in 190 milliseconds