Searched refs:row (Results 76 - 90 of 90) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c1121 char *itmp, *row[DB_NUMBER],**rrow; local
1122 for (i = 0; i < DB_NUMBER; i++) row[i] = NULL;
1128 row[DB_serial] = itmp;
1130 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/misc/
H A Dphidgetkit.c139 static int change_string(struct interfacekit *kit, const char *display, unsigned char row) argument
157 dev_dbg(&kit->udev->dev, "Setting LCD line %d to %s\n", row, display);
159 form_buffer[0] = row * 0x40 + 0x80;
168 form_buffer[buf_ptr++] = row * 0x40 + 0x80 + strlen(display);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dscanner.c135 int cols, row; local
148 ret = sql_get_table(db, sql, &result, &row, &cols);
231 ret = sql_get_table(db, sql, &result, &row, &cols);
234 if( !row )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/saa7134/
H A Dsaa7134-video.c789 struct cliplist col[16], row[16]; local
794 memset(row, 0, sizeof(row));
802 row[rows].position = clip_range(clips[i].c.top / div);
803 row[rows].enable = (1 << i);
805 row[rows].position = clip_range((clips[i].c.top + clips[i].c.height)
807 row[rows].disable = (1 << i);
811 sort(row, rows, sizeof row[0], cliplist_cmp, NULL);
813 set_cliplist(dev,0x384,row,row
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dkprobes.c88 #define W(row,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,ba,bb,bc,bd,be,bf) \
93 << (row % 64))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dkprobes.c61 #define W(row,b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,ba,bb,bc,bd,be,bf) \
66 << (row % 32))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dless.c181 static void move_cursor(int line, int row) argument
183 printf("\033[%u;%uH", line, row);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dsal.h440 row : 1, member in struct:sal_log_mem_dev_err_info::__anon8880
459 u16 row; member in struct:sal_log_mem_dev_err_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dasfdec.c836 int row = off / asf_st->ds_span; local
838 int idx = row + col * asf_st->ds_packet_size / asf_st->ds_chunk_size;
839 //printf("off:%d row:%d col:%d idx:%d\n", off, row, col, idx);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djisx0213.h5863 static ucs4_t jisx0213_to_ucs4 (unsigned int row, unsigned int col) argument
5867 if (row >= 0x121 && row <= 0x17e)
5868 row -= 289;
5869 else if (row == 0x221)
5870 row -= 451;
5871 else if (row >= 0x223 && row <= 0x225)
5872 row -= 452;
5873 else if (row
[all...]
H A Duhc_2.h496 unsigned int row = c1 - 0xa1; local
498 unsigned int i = 84 * row + col;
500 *pwc = (ucs4_t) (uhc_2_2uni_main_pagea1[2*row+(col>=42?1:0)] + uhc_2_2uni_pagea1[i]);
H A Duhc_1.h814 unsigned int row = c1 - 0x81; local
816 unsigned int i = 178 * row + col;
818 *pwc = (ucs4_t) (uhc_1_2uni_main_page81[2*row+(col>=89?1:0)] + uhc_1_2uni_page81[i]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S1852 # (byte for column count and another byte for row count). These modes
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3674 % @headitem starts a heading row, which we typeset in bold.
3678 \def\headitemfont{\b}% for people to use in the template row; not changeable
3700 % @item within a multitable starts a normal row.
4790 % routine twice in a row (see the doublecol-lose test, which is
6427 % If there are two @def commands in a row, we'll have a \nobreak,
6455 % As above, allow line break if we have multiple x headers in a row.
7559 % text to a box and make the \insert when a row of the table is finished.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3441 % @headitem starts a heading row, which we typeset in bold.
3460 % @item within a multitable starts a normal row.
4548 % routine twice in a row (see the doublecol-lose test, which is
6188 % If there are two @def commands in a row, we'll have a \nobreak,
6216 % As above, allow line break if we have multiple x headers in a row.
7318 % text to a box and make the \insert when a row of the table is finished.

Completed in 619 milliseconds

1234