/hardware/intel/bootstub/ |
sfi.c | 2 * sfi.c - driver for parsing sfi mmap table and build e820 table 24 #include "sfi.h" 106 /* search for sfi mmap table */ 109 bs_printk("Bootstub: SFI MMAP table not found\n"); 112 bs_printk("Bootstub: map SFI MMAP to e820 table\n"); 124 /* translate SFI mmap type to E820 map type */
|
VERSION | 3 1.0 fix alignment issue in SFI mmap searching. Oct 13, 2010
|
bootstub.spec | 34 - Fix SFI mmio exporting
|
bootstub.mk | 4 BOOTSTUB_SRC_FILES := bootstub.c sfi.c ssp-uart.c imr_toc.c spi-uart.c
|
bootstub.c | 28 #include "sfi.h" 143 bp->alt_mem_k = 128*1024; // hard coded 128M mem here, since SFI will override it
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
UsimPhoneBookManager.java | 55 // SFI to ADN Efid mapping table 92 // SFI (Short File Identification) of the file. 0xFF indicates invalid SFI. 97 File(int parentTag, int efid, int sfi, int index) { 100 mSfi = sfi; 307 * Byte [X + 1]: ADN file SFI (Short File Identification) 310 int sfi = emailRec[emailRec.length - 2]; local 321 if (sfi == INVALID_SFI || mSfiEfidTable.get(sfi) == 0) { 323 // If SFI is invalid or cannot be mapped to any ADN, use the ADN's efi 512 int sfi = file.getSfi(); local 640 int sfi = INVALID_SFI; local [all...] |
/external/libchrome/build/ |
build_config.h | 59 // OS_NACL comes in two sandboxing technology flavors, SFI or Non-SFI. 60 // PNaCl toolchain defines __native_client_nonsfi__ macro in Non-SFI build 61 // mode, while it does not in SFI build mode.
|
/external/libweave/third_party/chromium/build/ |
build_config.h | 36 // OS_NACL comes in two sandboxing technology flavors, SFI or Non-SFI. 37 // PNaCl toolchain defines __native_client_nonsfi__ macro in Non-SFI build 38 // mode, while it does not in SFI build mode.
|
/external/icu/icu4c/source/test/perf/leperf/ |
leperf.cpp | 93 u_printf("leperf: Running SFI...\r"); 95 u_printf("leperf: SFI .. took %.fs %.2fns/ea\nleperf: .. iter= %d\n", timeTaken, 1000000000.0*(timeTaken/(double)loopCount), (int32_t)loopCount);
|
/external/v8/src/heap/ |
object-stats.cc | 220 SharedFunctionInfo* sfi = SharedFunctionInfo::cast(obj); local 221 if (sfi->scope_info() != heap->empty_fixed_array()) { 223 SCOPE_INFO_SUB_TYPE, FixedArray::cast(sfi->scope_info())->Size());
|
/external/v8/tools/ |
trace-maps-processor.py | 94 assert words[4] == "SFI=" 95 new_map = AddMap(words[3], "SFI#%s" % words[5])
|
tickprocessor.js | 85 'sfi-move': null, 171 'sfi-move': { parsers: [parseInt, parseInt],
|
/external/libchrome/base/ |
base_nacl.gyp | 106 # Unlike libbase_nacl, for Non-SFI build, we need to use
|
/external/libchrome/base/memory/ |
aligned_memory_unittest.cc | 53 // http://www.chromium.org/nativeclient/design-documents/nacl-sfi-model-on-x86-64-systems
|
/external/libchrome/base/posix/ |
unix_domain_socket_linux.cc | 121 // The PNaCl toolchain for Non-SFI binary build does not support ucred. 149 // The PNaCl toolchain for Non-SFI binary build does not support
|
/external/v8/src/ |
log.cc | 1548 SharedFunctionInfo* sfi = SharedFunctionInfo::cast(function->shared()); local 1580 SharedFunctionInfo* sfi = SharedFunctionInfo::cast(obj); local [all...] |
log.h | 92 V(SHARED_FUNC_MOVE_EVENT, "sfi-move") \
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
MipsNaClELFStreamer.cpp | 11 // as required by NaCl's SFI sandbox. It inserts address-masking instructions
|
/external/v8/test/cctest/ |
log-eq-of-logging-and-traversal.js | 47 'sfi-move': { parsers: [parseInt, parseInt],
|
/external/libjpeg-turbo/ |
turbojpeg.c | 1704 int i, sfi, row, retval=0; JSAMPROW *outbuf[MAX_COMPONENTS]; local [all...] |
/external/llvm/utils/TableGen/ |
AsmMatcherEmitter.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/ |
libpulsecommon-0.9.21.so | |
/external/v8/src/debug/ |
debug.cc | [all...] |
/external/llvm/lib/Target/Sparc/ |
SparcISelLowering.cpp | 265 SparcMachineFunctionInfo *SFI = MF.getInfo<SparcMachineFunctionInfo>(); 266 unsigned Reg = SFI->getSRetReturnReg(); 537 SparcMachineFunctionInfo *SFI = MF.getInfo<SparcMachineFunctionInfo>(); 538 unsigned Reg = SFI->getSRetReturnReg(); 541 SFI->setSRetReturnReg(Reg); [all...] |
/external/wpa_supplicant_8/src/utils/ |
pcsc_funcs.c | 345 "Identifier (SFI) TLV", pos, len); [all...] |