| /netbsd-src/lib/libc/citrus/modules/ |
| H A D | citrus_johab.c | 279 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 D | unwind-dw2-fde.c | 430 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 D | unwind-dw2-fde.c | 430 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 D | Makefile.sub | 5 linear.$(OBJEXT) \ 11 $(srcdir)/linear.cpp \
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
| H A D | memmem.m4 | 50 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 D | strstr.m4 | 40 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 D | acorn | 43 >(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 D | alpha_pci_mem.c | 59 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 D | loopwatch.config.SAMPLE | 24 # 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 D | proposal-dm.txt | 3 /* constant dm_target structures for error, zero, linear, stripes etc. */ 59 /* for linear : */
|
| /netbsd-src/external/mit/libcbor/dist/docs/doxygen/ |
| H A D | customdoxygen.css | 44 -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 D | doxygen.css | 36 -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 D | jensenio_bus_intio.c | 142 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 D | tc_bus_mem.c | 272 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 D | isl_local_space.c | 1404 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 D | doxygen.css | 40 -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 D | doxygen.css | 40 -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 D | doxygen.css | 40 -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 D | doxygen.css | 40 -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 D | doxygen.css | 40 -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 D | doxygen.css | 40 -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 D | doxygen.css | 40 -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 D | doxygen.css | 40 -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 D | Makefile | 12 SRCS= common.cpp index.cpp linear.cpp search.cpp map.c
|
| /netbsd-src/sys/modules/audio/ |
| H A D | Makefile | 11 linear.c \
|