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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A Dcheckkconfigsymbols.sh28 symb=separate[1];
29 printf "%s ", symb;
34 for (i=0; i < count[symb]; i++) {
35 names[map[symb, i]] = 1;
36 # Unfortunately, we may still encounter symb, i in the
38 delete map[symb, i];
51 while read symb files; do
55 symb_bare=`echo $symb | sed -e 's/_MODULE//'`
57 /bin/echo -e "$files: \t$symb"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A Dcheckkconfigsymbols.sh28 symb=separate[1];
29 printf "%s ", symb;
34 for (i=0; i < count[symb]; i++) {
35 names[map[symb, i]] = 1;
36 # Unfortunately, we may still encounter symb, i in the
38 delete map[symb, i];
51 while read symb files; do
55 symb_bare=`echo $symb | sed -e 's/_MODULE//'`
57 /bin/echo -e "$files: \t$symb"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dstabs.c58 and 'symb' which is a buffer of all the symbols in the sequence. This
66 const char* symb; /* The STABS characters themselves. */ member in struct:stab_link_includes_totals
299 char * symb;
307 symb = symb_rover = NULL;
342 symb = bfd_realloc (symb, buf_len);
343 if (symb == NULL)
345 symb_rover = symb + num_chars;
362 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
374 && memcmp (t->symb, sym
297 char * symb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dstabs.c58 and 'symb' which is a buffer of all the symbols in the sequence. This
66 const char* symb; /* The STABS characters themselves. */ member in struct:stab_link_includes_totals
299 char * symb;
307 symb = symb_rover = NULL;
342 symb = bfd_realloc (symb, buf_len);
343 if (symb == NULL)
345 symb_rover = symb + num_chars;
362 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
374 && memcmp (t->symb, sym
297 char * symb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dstabs.c58 and 'symb' which is a buffer of all the symbols in the sequence. This
66 const char* symb; /* The STABS characters themselves. */ member in struct:stab_link_includes_totals
299 char * symb;
307 symb = symb_rover = NULL;
342 symb = bfd_realloc (symb, buf_len);
343 if (symb == NULL)
345 symb_rover = symb + num_chars;
362 BFD_ASSERT (num_chars == (bfd_vma) (symb_rover - symb));
374 && memcmp (t->symb, sym
297 char * symb; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dstv0900_sw.c340 u32 symb; local
346 symb = srate << 4;
347 symb /= (mclk >> 12);
349 symb = srate << 6;
350 symb /= (mclk >> 10);
352 symb = srate << 9;
353 symb /= (mclk >> 7);
356 stv0900_write_reg(intp, SFRINIT1, (symb >> 8) & 0x7f);
357 stv0900_write_reg(intp, SFRINIT1 + 1, (symb & 0xff));
364 u32 symb; local
392 u32 symb; local
1532 symb, local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0900_sw.c340 u32 symb; local
346 symb = srate << 4;
347 symb /= (mclk >> 12);
349 symb = srate << 6;
350 symb /= (mclk >> 10);
352 symb = srate << 9;
353 symb /= (mclk >> 7);
356 stv0900_write_reg(intp, SFRINIT1, (symb >> 8) & 0x7f);
357 stv0900_write_reg(intp, SFRINIT1 + 1, (symb & 0xff));
364 u32 symb; local
392 u32 symb; local
1532 symb, local
[all...]

Completed in 97 milliseconds