Searched refs:little (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dle_error.l2 .*invalid when little-endian
3 .*invalid when little-endian
4 .*invalid when little-endian
5 .*invalid when little-endian
6 .*invalid when little-endian
7 .*invalid when little-endian
8 .*invalid when little-endian
9 .*invalid when little-endian
/netbsd-current/lib/libc/string/
H A Dwcsstr.c41 wcswcs(const wchar_t *big, const wchar_t *little) argument
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;
/netbsd-current/crypto/external/bsd/openssl/dist/include/internal/
H A Dendian.h32 # error "B_ENDIAN defined on a little endian machine"
44 char little; \
47 # define IS_LITTLE_ENDIAN (ossl_is_endian.little != 0)
48 # define IS_BIG_ENDIAN (ossl_is_endian.little == 0)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dreloc-boundaries.d2 [^:]*: file format elf32-(little|big)arm.*
H A Dvfp11-fix-none.d2 .*: .*file format elf32-(big|little)arm.*
H A Djump19.d2 .*jump19: file format elf32-(big|little)arm.*
H A Ddata-only-map.d2 [^:]*: file format elf32-(big|little)arm.*
H A Dvfp11-fix-scalar.d2 .*: .*file format elf32-(big|little)arm.*
H A Dvfp11-fix-vector.d2 .*: .*file format elf32-(big|little)arm.*
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mmix/
H A Dloc-3.s1 # Check that a little bit of LOC:ing back and forward between code and
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arm/
H A Dle-fpconst.s2 # These need ARM specific support because 8 byte fp constants in little
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-sh/
H A Drefdbg-0-dso.d2 #as: -little
H A Drefdbg-1.d2 #as: -little
H A Dtlsbin-0-dso.d2 #as: -little
H A Dtlstpoff-2.d3 #as: -little
H A Dsub2l.s2 .little
H A Dld-r-1.d3 #as: -little
H A Dshared-1.d3 #as: -little
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/sh/
H A Dsign-extension.d1 #as: -little
H A Derr-le.s3 ! { dg-error "-little required" "" { target sh*-*-elf } 0 }
8 .little
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/blake2/
H A Dblake2_impl.h23 char little; member in union:__anon33
26 if (is_endian.little) {
43 char little; member in union:__anon34
46 if (is_endian.little) {
67 char little; member in union:__anon35
70 if (is_endian.little) {
85 char little; member in union:__anon36
88 if (is_endian.little) {
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackendWinCOFF.h20 : ARMAsmBackend(T, STI, support::little) {}
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mep/
H A Dbranch1.le.d6 .*: *file format elf32-mep-little
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-aarch64/
H A Difunc-22.d8 .*: file format elf64-(little|big)aarch64
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-bpf/
H A Dreloc-insn64-le.d5 #name: reloc INSN64 little-endian

Completed in 146 milliseconds

1234567891011>>