Home
last modified time | relevance | path

Searched refs:linear (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/netbsd-src/lib/libc/citrus/modules/
H A Dcitrus_johab.c279 int m, l, t, linear; in _citrus_JOHAB_stdenc_wctocs() local
297 linear = l - 0xD9; in _citrus_JOHAB_stdenc_wctocs()
300 linear = l - 0xE0; in _citrus_JOHAB_stdenc_wctocs()
305 linear *= 188; in _citrus_JOHAB_stdenc_wctocs()
307 linear += t - 0x31; in _citrus_JOHAB_stdenc_wctocs()
309 linear += t - 0x43; in _citrus_JOHAB_stdenc_wctocs()
313 l = (linear / 94) + m; in _citrus_JOHAB_stdenc_wctocs()
314 t = (linear % 94) + 0x21; in _citrus_JOHAB_stdenc_wctocs()
329 int m, n, l, t, linear; in _citrus_JOHAB_stdenc_cstowc() local
351 linear = (l * 94) + t; in _citrus_JOHAB_stdenc_cstowc()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2-fde.c430 struct fde_vector *linear; member
442 if ((accu->linear = malloc (size))) in start_fde_sort()
444 accu->linear->count = 0; in start_fde_sort()
456 if (accu->linear) in fde_insert()
457 accu->linear->array[accu->linear->count++] = this_fde; in fde_insert()
474 struct fde_vector *linear, struct fde_vector *erratic) in fde_split() argument
477 size_t count = linear->count; in fde_split()
491 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split()
494 chain_end = (const fde *const*) erratic->array[probe - linear->array]; in fde_split()
495 erratic->array[probe - linear->array] = NULL; in fde_split()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2-fde.c430 struct fde_vector *linear; member
442 if ((accu->linear = malloc (size))) in start_fde_sort()
444 accu->linear->count = 0; in start_fde_sort()
456 if (accu->linear) in fde_insert()
457 accu->linear->array[accu->linear->count++] = this_fde; in fde_insert()
474 struct fde_vector *linear, struct fde_vector *erratic) in fde_split() argument
477 size_t count = linear->count; in fde_split()
491 probe != &marker && fde_compare (ob, linear->array[i], *probe) < 0; in fde_split()
494 chain_end = (const fde *const*) erratic->array[probe - linear->array]; in fde_split()
495 erratic->array[probe - linear->array] = NULL; in fde_split()
[all …]
/netbsd-src/external/gpl2/groff/dist/src/libs/libbib/
H A DMakefile.sub5 linear.$(OBJEXT) \
11 $(srcdir)/linear.cpp \
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Dmemmem.m450 dnl Assume that it works on all other platforms (even if not linear).
85 dnl Additionally, check that memmem has linear performance characteristics
90 AC_CACHE_CHECK([whether memmem works in linear time],
124 dnl memmem that works in linear time.
H A Dstrstr.m440 dnl linear.
77 AC_CACHE_CHECK([whether strstr works in linear time],
120 dnl linear time.
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dacorn43 >(9.b+19) byte =1 LZW-compressed linear
44 >(9.b+19) byte =2 8-bit linear signed
45 >(9.b+19) byte =3 16-bit linear signed
46 >(9.b+19) byte =4 SigmaDelta-compressed linear
/netbsd-src/lib/libarch/alpha/
H A Dalpha_pci_mem.c59 int linear = flags & BUS_SPACE_MAP_LINEAR; in alpha_pci_mem_map() local
66 if (linear && !prefetchable) in alpha_pci_mem_map()
/netbsd-src/external/bsd/ntp/dist/scripts/monitoring/
H A Dloopwatch.config.SAMPLE24 # showoreg: yes/no control display of linear regression of offset values
27 # showfreg: yes/no control display of linear regression of frequency values
30 # timebase: dynamic/ISO_DATE_TIME point of zero for linear regression
/netbsd-src/sys/dev/dm/doc/
H A Dproposal-dm.txt3 /* constant dm_target structures for error, zero, linear, stripes etc. */
59 /* for linear : */
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Dcustomdoxygen.css44 -webkit-transition: text-shadow 0.5s linear;
45 -moz-transition: text-shadow 0.5s linear;
46 -ms-transition: text-shadow 0.5s linear;
47 -o-transition: text-shadow 0.5s linear;
48 transition: text-shadow 0.5s linear;
282 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
283 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
575 -webkit-transition: box-shadow 0.5s linear;
576 -moz-transition: box-shadow 0.5s linear;
577 -ms-transition: box-shadow 0.5s linear;
[all …]
H A Ddoxygen.css36 -webkit-transition: text-shadow 0.5s linear;
37 -moz-transition: text-shadow 0.5s linear;
38 -ms-transition: text-shadow 0.5s linear;
39 -o-transition: text-shadow 0.5s linear;
40 transition: text-shadow 0.5s linear;
258 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
259 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
560 -webkit-transition: box-shadow 0.5s linear;
561 -moz-transition: box-shadow 0.5s linear;
562 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/sys/arch/alpha/jensenio/
H A Djensenio_bus_intio.c142 int linear = flags & BUS_SPACE_MAP_LINEAR; in jensenio_intio_map() local
148 if (linear) in jensenio_intio_map()
/netbsd-src/sys/arch/alpha/tc/
H A Dtc_bus_mem.c272 int linear = flags & BUS_SPACE_MAP_LINEAR; in tc_mem_map() local
275 if (linear && !cacheable) in tc_mem_map()
345 int linear = flags & BUS_SPACE_MAP_LINEAR; in tc_mem_mmap() local
348 if (linear) in tc_mem_mmap()
/netbsd-src/external/mit/isl/dist/
H A Disl_local_space.c1404 isl_bool linear; in isl_local_space_is_div_constraint() local
1406 linear = is_linear_div_constraint(ls, constraint, div, &sign); in isl_local_space_is_div_constraint()
1407 if (linear < 0 || !linear) in isl_local_space_is_div_constraint()
1408 return linear; in isl_local_space_is_div_constraint()
1448 isl_bool linear; in isl_local_space_is_div_equality() local
1450 linear = is_linear_div_constraint(ls, constraint, div, &sign); in isl_local_space_is_div_equality()
1451 if (linear < 0 || !linear) in isl_local_space_is_div_equality()
1452 return linear; in isl_local_space_is_div_equality()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
H A Ddoxygen.css40 -webkit-transition: text-shadow 0.5s linear;
41 -moz-transition: text-shadow 0.5s linear;
42 -ms-transition: text-shadow 0.5s linear;
43 -o-transition: text-shadow 0.5s linear;
44 transition: text-shadow 0.5s linear;
352 …background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(…
353 background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000 110%);
661 -webkit-transition: box-shadow 0.5s linear;
662 -moz-transition: box-shadow 0.5s linear;
663 -ms-transition: box-shadow 0.5s linear;
[all …]
/netbsd-src/external/gpl2/groff/lib/libbib/
H A DMakefile12 SRCS= common.cpp index.cpp linear.cpp search.cpp map.c
/netbsd-src/sys/modules/audio/
H A DMakefile11 linear.c \

12345678910>>...13