Searched refs:dot (Results 101 - 125 of 225) sorted by relevance

123456789

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/video/pwc/
H A Dpwc-if.c2030 char *s, *colon, *dot; local
2040 colon = dot = s;
2043 while (*dot != '\0' && *dot != '.')
2044 dot++;
2046 if (*dot != '\0' && dot > colon) {
2047 PWC_ERROR("Malformed camera hint: the colon must be after the dot.\n");
2053 if (*dot != '\0') {
2069 if (*dot !
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/apps/
H A Ds_server.c2287 int i,j,k,dot; local
2505 dot = 1;
2511 switch (dot)
2514 dot = (e[0] == '.') ? 2 : 0;
2517 dot = (e[0] == '.') ? 3 : 0;
2520 dot = (e[0] == '/') ? -1 : 0;
2523 if (dot == 0)
2524 dot = (e[0] == '/') ? 1 : 0;
2526 dot = (dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dwmavoice.c481 * signals, i.e. the highest dot product between the two), and then
498 float optimal_gain = 0, dot; local
505 dot = ff_dot_productf(in, ptr, size);
506 if (dot > optimal_gain) {
507 optimal_gain = dot;
514 dot = ff_dot_productf(best_hist_ptr, best_hist_ptr, size);
515 if (dot <= 0) // would be 1.0
518 if (optimal_gain <= dot) {
519 dot = dot / (do
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dwmavoice.c481 * signals, i.e. the highest dot product between the two), and then
498 float optimal_gain = 0, dot; local
505 dot = ff_dot_productf(in, ptr, size);
506 if (dot > optimal_gain) {
507 optimal_gain = dot;
514 dot = ff_dot_productf(best_hist_ptr, best_hist_ptr, size);
515 if (dot <= 0) // would be 1.0
518 if (optimal_gain <= dot) {
519 dot = dot / (do
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/apps/
H A Ds_server.c2287 int i,j,k,dot; local
2505 dot = 1;
2511 switch (dot)
2514 dot = (e[0] == '.') ? 2 : 0;
2517 dot = (e[0] == '.') ? 3 : 0;
2520 dot = (e[0] == '/') ? -1 : 0;
2523 if (dot == 0)
2524 dot = (e[0] == '/') ? 1 : 0;
2526 dot = (dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dwmavoice.c481 * signals, i.e. the highest dot product between the two), and then
498 float optimal_gain = 0, dot; local
505 dot = ff_dot_productf(in, ptr, size);
506 if (dot > optimal_gain) {
507 optimal_gain = dot;
514 dot = ff_dot_productf(best_hist_ptr, best_hist_ptr, size);
515 if (dot <= 0) // would be 1.0
518 if (optimal_gain <= dot) {
519 dot = dot / (do
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/apps/
H A Ds_server.c2287 int i,j,k,dot; local
2505 dot = 1;
2511 switch (dot)
2514 dot = (e[0] == '.') ? 2 : 0;
2517 dot = (e[0] == '.') ? 3 : 0;
2520 dot = (e[0] == '/') ? -1 : 0;
2523 if (dot == 0)
2524 dot = (e[0] == '/') ? 1 : 0;
2526 dot = (dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dparams.c765 * The "module" name (KBUILD_MODNAME) is stored before a dot, the
766 * "parameter" name is stored behind a dot in kernel_param->name. So,
777 char *dot; local
782 dot = strchr(kp->name, '.');
783 if (!dot) {
788 name_len = dot - kp->name + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dparams.c765 * The "module" name (KBUILD_MODNAME) is stored before a dot, the
766 * "parameter" name is stored behind a dot in kernel_param->name. So,
777 char *dot; local
782 dot = strchr(kp->name, '.');
783 if (!dot) {
788 name_len = dot - kp->name + 1;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Dhelper.c273 char *dot; local
280 else if ((dot = strchr(hostname, '.')))
282 domain = dot+1;
283 *dot = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Dhelper.c273 char *dot; local
280 else if ((dot = strchr(hostname, '.')))
282 domain = dot+1;
283 *dot = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Dhelper.c273 char *dot; local
280 else if ((dot = strchr(hostname, '.')))
282 domain = dot+1;
283 *dot = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/share/automake-1.11/Automake/
H A DVersion.pm50 support two-dot versions in the past.
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/
H A DMakefile.build226 $(dot-target).tmp; \
228 mv -f $(dot-target).tmp $(dot-target).cmd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/
H A DMakefile.build226 $(dot-target).tmp; \
228 mv -f $(dot-target).tmp $(dot-target).cmd
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/doc/
H A Dchew.c438 /* Remove leading dot */
898 int dot = 0; local
937 /* Ignore two newlines before a dot. */
942 /* remember that this line started with a dot. */
943 dot = 2;
947 && dot)
950 /* Ignore two newlines when last line was dot. */
958 if (dot == 2)
959 dot = 1;
961 dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/doc/
H A Dchew.c438 /* Remove leading dot */
898 int dot = 0; local
937 /* Ignore two newlines before a dot. */
942 /* remember that this line started with a dot. */
943 dot = 2;
947 && dot)
950 /* Ignore two newlines when last line was dot. */
958 if (dot == 2)
959 dot = 1;
961 dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/doc/
H A Dchew.c438 /* Remove leading dot */
898 int dot = 0; local
937 /* Ignore two newlines before a dot. */
942 /* remember that this line started with a dot. */
943 dot = 2;
947 && dot)
950 /* Ignore two newlines when last line was dot. */
958 if (dot == 2)
959 dot = 1;
961 dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Delf32-avr.c1750 bfd_vma dot, gap;
1754 dot = (sec->output_section->vma
1758 gap = value - dot;
1803 (int) dot, sec->name);
1865 bfd_vma dot;
1871 dot = (sec->output_section->vma
1900 (int) dot, sec->name);
1931 (int) dot, sec->name);
1969 address_of_ret = dot + insn_size;
1973 (int) dot);
1749 bfd_vma dot, gap; local
1864 bfd_vma dot; local
[all...]
H A Dbout.c1069 bfd_vma dot = output_addr (input_section) + r->address;
1075 gap = value - (dot - shrink);
1099 bfd_vma dot = output_addr (input_section) + r->address;
1111 old_end = ((dot + size ) & ~size) + size+1;
1114 new_end = ((dot - shrink + size) & ~size);
1117 gap = old_end - ((dot + size) & ~size);
1128 r->addend = old_end - dot + r->address;
1066 bfd_vma dot = output_addr (input_section) + r->address; local
1096 bfd_vma dot = output_addr (input_section) + r->address; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Delf32-avr.c1750 bfd_vma dot, gap;
1754 dot = (sec->output_section->vma
1758 gap = value - dot;
1803 (int) dot, sec->name);
1865 bfd_vma dot;
1871 dot = (sec->output_section->vma
1900 (int) dot, sec->name);
1931 (int) dot, sec->name);
1969 address_of_ret = dot + insn_size;
1973 (int) dot);
1749 bfd_vma dot, gap; local
1864 bfd_vma dot; local
[all...]
H A Dbout.c1069 bfd_vma dot = output_addr (input_section) + r->address;
1075 gap = value - (dot - shrink);
1099 bfd_vma dot = output_addr (input_section) + r->address;
1111 old_end = ((dot + size ) & ~size) + size+1;
1114 new_end = ((dot - shrink + size) & ~size);
1117 gap = old_end - ((dot + size) & ~size);
1128 r->addend = old_end - dot + r->address;
1066 bfd_vma dot = output_addr (input_section) + r->address; local
1096 bfd_vma dot = output_addr (input_section) + r->address; local
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Delf32-avr.c1750 bfd_vma dot, gap;
1754 dot = (sec->output_section->vma
1758 gap = value - dot;
1803 (int) dot, sec->name);
1865 bfd_vma dot;
1871 dot = (sec->output_section->vma
1900 (int) dot, sec->name);
1931 (int) dot, sec->name);
1969 address_of_ret = dot + insn_size;
1973 (int) dot);
1749 bfd_vma dot, gap; local
1864 bfd_vma dot; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/i915/
H A Dintel_display.c55 int dot; member in struct:__anon15080
73 intel_range_t dot, vco, n, m, m1, m2, p, p1; member in struct:intel_limit
346 .dot = { .min = I8XX_DOT_MIN, .max = I8XX_DOT_MAX },
360 .dot = { .min = I8XX_DOT_MIN, .max = I8XX_DOT_MAX },
374 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX },
388 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX },
406 .dot = { .min = G4X_DOT_SDVO_MIN, .max = G4X_DOT_SDVO_MAX },
422 .dot = { .min = G4X_DOT_HDMI_DAC_MIN, .max = G4X_DOT_HDMI_DAC_MAX },
438 .dot = { .min = G4X_DOT_SINGLE_CHANNEL_LVDS_MIN,
462 .dot
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c55 int dot; member in struct:__anon26773
73 intel_range_t dot, vco, n, m, m1, m2, p, p1; member in struct:intel_limit
346 .dot = { .min = I8XX_DOT_MIN, .max = I8XX_DOT_MAX },
360 .dot = { .min = I8XX_DOT_MIN, .max = I8XX_DOT_MAX },
374 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX },
388 .dot = { .min = I9XX_DOT_MIN, .max = I9XX_DOT_MAX },
406 .dot = { .min = G4X_DOT_SDVO_MIN, .max = G4X_DOT_SDVO_MAX },
422 .dot = { .min = G4X_DOT_HDMI_DAC_MIN, .max = G4X_DOT_HDMI_DAC_MAX },
438 .dot = { .min = G4X_DOT_SINGLE_CHANNEL_LVDS_MIN,
462 .dot
[all...]

Completed in 377 milliseconds

123456789