HomeSort by: relevance | last modified time | path
    Searched refs:little (Results 1 - 18 of 18) sorted by relevancy

  /src/lib/libc/string/
wcsstr.c 41 wcswcs(const wchar_t *big, const wchar_t *little)
43 wcsstr(const wchar_t *big, const wchar_t *little)
51 _DIAGASSERT(little != NULL);
53 if (!*little)
55 if (wcslen(big) < wcslen(little))
59 q = little;
61 q = little;
  /src/sys/dev/splash/
splash.mk 14 BFD_ENDIANNESS=${TARGET_ENDIANNESS:S/1234/little/C/4321/big/}
  /src/games/warp/
util.c 128 /* return ptr to little string in big string, NULL if not found */
131 instr(const char *big, const char *little)
139 for (x=t,s=little; *s; x++,s++) {
  /src/tests/bin/sh/
t_cmdsub.sh 401 ` echo little; echo lamb `
415 little
424 little
445 atf_check -s exit:0 -o inline:'Mary had a little lamb\n' -e empty \
448 little
635 little
644 little
665 atf_check -s exit:0 -o inline:'Mary had a little lamb\n' -e empty \
668 little
  /src/usr.bin/make/unit-tests/
posix-varassign.mk 11 # little benefit.
varmod-indirect.mk 64 # M.little-endian= S,1234,4321,
  /src/sys/arch/mac68k/mac68k/
pramasm.s 63 link %a6,#-4 | create a little home for ourselves
86 link %a6,#-4 | create a little home for ourselves
111 link %a6,#-4 | create a little home for ourselves
122 link %a6,#-4 | create a little home for ourselves
133 link %a6,#-4 | create a little home for ourselves
140 link %a6,#-4 | create a little home for ourselves
161 link %a6,#-4 | create a little home for ourselves
173 link %a6,#-4 | create a little home for ourselves
185 link %a6,#-4 | create a little home for ourselves
197 link %a6,#-4 | create a little home for ourselve
    [all...]
  /src/lib/libc/citrus/modules/
citrus_utf1632.c 380 MATCH(little, ei->preffered_endian = _ENDIAN_LITTLE);
  /src/lib/libc/gen/
arc4random.c 260 # error Byte order must be little-endian or big-endian.
348 # error Byte order must be little-endian or big-endian.
476 # error Byte order must be little-endian or big-endian.
  /src/sys/external/isc/libsodium/dist/
config.sub 1001 ppcle | powerpclittle | ppc-le | powerpc-little)
1011 ppc64le | powerpc64little | ppc64-le | powerpc64-little)
configure 9607 # Make teststring a little bigger before we do anything with it.
9955 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
14192 # does not break anything, and helps significantly (at the cost of a little
18054 /* Are we little or big endian? From Harbison&Steele. */
18249 # error libsodium currently expects a little endian CPU for the 128-bit type
  /src/usr.sbin/sysinst/
msg.mi.en 214 the sizes. On most disks, there is little to gain from
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc 7991 const __sanitizer_cap_rights *little) {
7993 COMMON_INTERCEPTOR_ENTER(ctx, cap_rights_contains, big, little);
7994 if (little)
7995 COMMON_INTERCEPTOR_READ_RANGE(ctx, little, sizeof(*little));
7999 return REAL(cap_rights_contains)(big, little);
  /src/tools/compat/
configure 4190 /* Are we little or big endian? From Harbison&Steele. */
4417 has little cost and some practical benefit (sr 110532). */
4540 has little cost and some practical benefit (sr 110532). */
4608 has little cost and some practical benefit (sr 110532). */
7329 has little cost and some practical benefit (sr 110532). */
7379 has little cost and some practical benefit (sr 110532). */
7448 has little cost and some practical benefit (sr 110532). */
  /src/sys/arch/hp300/hp300/
locore.s 830 addl #50,%d1 | get the timing a little closer
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 208 # it was a divs.l, so ccode setting is a little more complicated...
  /src/sys/dev/audio/
audio.c 9235 bool little; local
9245 little = arg->dstfmt->encoding == AUDIO_ENCODING_SLINEAR_LE;
9251 if (little) {
9319 if (little) {
  /src/sys/arch/sparc/sparc/
locore.s 2604 ! because the register is little-endian

Completed in 1247 milliseconds