Searched refs:vals (Results 1 - 15 of 15) sorted by relevance

/haiku-fatelf/src/libs/print/libgutenprint/src/testpattern/
H A Dtestpattern.h41 double vals[32]; member in struct:__anon5176::__anon5178::__anon5179
H A Dtestpattern.c154 p->d.pattern.vals[i] = 0;
813 double vals[STP_CHANNEL_LIMIT]; \
828 vals[j] = p->d.pattern.vals[j] == -2 ? \
829 global_levels[j] : p->d.pattern.vals[j]; \
832 vals[j] -= mins[j]; \
845 xvals[j] = mins[j] + val * vals[j]; \
929 double vals[4]; \
940 vals[0] = p->d.pattern.vals[
[all...]
H A Dtestpatterny.y469 current_testpattern->d.pattern.vals[current_index] = $2;
493 current_testpattern->d.pattern.vals[channel] = $3;
506 current_testpattern->d.pattern.vals[$2] = $4;
H A Drun-testpattern-2.in497 my (@vals) = build_list($nkey, $printer);
498 $opt_vals{$nkey} = \@vals;
/haiku-fatelf/src/libs/print/libgutenprint/src/foomatic/
H A Dfoomatic-generator.in651 my @vals = ();
674 push (@vals,
692 push (@vals,
702 push (@vals,
709 @vals,
948 my @vals = ();
961 push (@vals,
979 push (@vals,
987 push (@vals,
994 @vals,
[all...]
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dconfigure1920 # Transform confdefs.h into a sed script conftest.vals that substitutes
1924 rm -f conftest.vals
1932 sed -n -f conftest.hdr confdefs.h > conftest.vals
1938 cat >> conftest.vals <<\EOF
1942 # Break up conftest.vals because some shells have a limit on
1948 ac_lines=`grep -c . conftest.vals`
1953 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
1959 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
1960 rm -f conftest.vals
1961 mv conftest.tail conftest.vals
[all...]
/haiku-fatelf/src/bin/gdb/gdb/
H A Daix-thread.c1021 supply_gprs64 (uint64_t *vals) argument
1028 (char *) (vals + regno));
1042 supply_fprs (double *vals) argument
1053 (char *) (vals + regno));
1280 fill_gprs64 (uint64_t *vals) argument
1288 vals + regno);
1292 fill_gprs32 (uint32_t *vals) argument
1300 vals + regno);
1305 fill_fprs (double *vals) argument
1318 regcache_raw_collect (current_regcache, regno, vals
[all...]
H A Dconfigure11644 # Transform confdefs.h into a sed script conftest.vals that substitutes
11648 rm -f conftest.vals
11656 sed -n -f conftest.hdr confdefs.h > conftest.vals
11662 cat >> conftest.vals <<\EOF
11666 # Break up conftest.vals because some shells have a limit on
11672 ac_lines=`grep -c . conftest.vals`
11677 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
11683 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
11684 rm -f conftest.vals
11685 mv conftest.tail conftest.vals
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/finepix_webcam/FinePixJpeg/
H A Dfinepix-jpeg.c65 unsigned char vals[256]; member in struct:dec_hufftbl
477 i = hu->vals[hu->valptr[i] + c - hu->maxcode[i - 1] * 2];
565 hu->vals[k] = *huffvals++;
568 v = hu->vals[k] & 0x0f; /* size */
575 vals[k] & 0xf0)
580 vals[k] & 0xf0)
/haiku-fatelf/src/bin/sharutils/
H A Dconfigure3841 # Transform confdefs.h into a sed script conftest.vals that substitutes
3845 rm -f conftest.vals
3853 sed -n -f conftest.hdr confdefs.h > conftest.vals
3859 cat >> conftest.vals <<\EOF
3863 # Break up conftest.vals because some shells have a limit on
3871 ac_lines=`grep -c . conftest.vals`
3876 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
3882 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
3883 rm -f conftest.vals
3884 mv conftest.tail conftest.vals
[all...]
/haiku-fatelf/src/add-ons/translators/webp/libwebp/dec/
H A Ddsp.c257 const uint8_t vals[4] = { local
265 memcpy(dst + i * BPS, vals, sizeof(vals));
/haiku-fatelf/src/add-ons/translators/webp/libwebp/enc/
H A Ddsp.c299 const uint8_t vals[4] = { local
307 memcpy(dst + i * BPS, vals, 4);
/haiku-fatelf/src/libs/ncurses/test/
H A Dconfigure4922 sort confdefs.h >conftest.vals
4924 # Break up conftest.vals because some shells have a limit on
4931 ac_lines=`grep -c . conftest.vals`
4936 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
4938 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
4939 rm -f conftest.vals
4940 mv conftest.tail conftest.vals
4942 rm -f conftest.vals
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dcgen.h175 const CGEN_ATTR_ENTRY * vals;
173 const CGEN_ATTR_ENTRY * vals; member in struct:__anon4151
/haiku-fatelf/src/libs/ncurses/
H A Dconfigure14835 cat confdefs.h | uniq >conftest.vals
14837 # Break up conftest.vals because some shells have a limit on
14842 while grep . conftest.vals >/dev/null
14846 sed ${ac_max_here_lines}q conftest.vals >> $CONFIG_STATUS
14848 sed 1,${ac_max_here_lines}d conftest.vals > conftest.tail
14849 rm -f conftest.vals
14850 mv conftest.tail conftest.vals
14852 rm -f conftest.vals

Completed in 287 milliseconds