Home
last modified time | relevance | path

Searched defs:little (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSubtarget.cpp71 bool little, const MipsTargetMachine &TM, in MipsSubtarget()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h22 enum endianness {big, little, native}; enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h29 enum endianness {big, little, native}; enumerator
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftstream.h45 #define FT_MAKE_FRAME_OP( command, little, sign ) \ argument
/third_party/openssl/crypto/bn/
Dbn_lib.c478 typedef enum {big, little} endianess_t; enumerator
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_lib.c478 typedef enum {big, little} endianess_t; enumerator
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c614 int big, little; in make_dev_name() local