HomeSort by relevance Sort by last modified time
    Searched full:portable (Results 176 - 200 of 1304) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/libmtp/src/
gphoto2-endian-ppc.h 88 /* with a specific endianness. This is the most portable way to generate */
92 /* Non-optimized but portable macros */
  /external/libvpx/libvpx/vpx_ports/
mem_ops.h 13 * \brief Provides portable memory access primitives
15 * This function provides portable primitives for getting and setting of
  /external/llvm/docs/tutorial/
LangImpl8.rst 117 Kaleidoscope is an example of a "portable language": any program written
120 javascript, python, etc (note that while these languages are portable,
136 C code portable, other than shipping the source code around (and of
137 course, C source code is not actually portable in general either - ever
157 That said, there are interesting subsets of C that can be made portable.
161 you can have portable code. This can make sense for specialized domains
240 Implementing portable offsetof/sizeof
253 that allows you to compute this in a portable way.
OCamlLangImpl8.rst 117 Kaleidoscope is an example of a "portable language": any program written
120 javascript, python, etc (note that while these languages are portable,
136 C code portable, other than shipping the source code around (and of
137 course, C source code is not actually portable in general either - ever
157 That said, there are interesting subsets of C that can be made portable.
161 you can have portable code. This can make sense for specialized domains
240 Implementing portable offsetof/sizeof
253 that allows you to compute this in a portable way.
  /external/srec/portable/include/
PANSIFileSystem.h 32 * Portable file-system API.
45 * Portable ANSI file-system.
  /external/srec/srec/cfront/
wav_acc.c 33 #include "portable.h"
43 #include "portable.h"
  /external/srec/srec/crec/
comp_stats.c 27 #include "portable.h"
124 /* Should use a portable clock() */
  /frameworks/compile/libbcc/tools/mcld/
Main.cpp 160 OptPortableList("portable",
162 llvm::cl::desc("Use a portable function to symbol."),
251 // 5. If given, set up portable symbols.
252 llvm::cl::list<std::string>::iterator portable, portable_end = OptPortableList.end(); local
253 for (portable = OptPortableList.begin(); portable != portable_end; ++portable) {
254 config->addPortable(*portable);
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 153 OptPortableList("portable",
155 llvm::cl::desc("Use a portable function to symbol."),
244 // 5. If given, set up portable symbols.
245 llvm::cl::list<std::string>::iterator portable, portable_end = OptPortableList.end(); local
246 for (portable = OptPortableList.begin(); portable != portable_end; ++portable) {
247 config->addPortable(*portable);
  /ndk/sources/host-tools/sed-4.2.1/lib/
verify.h 24 be portable, R should be an integer constant expression. Unlike
57 somehow be embedded into a declaration. To be portable, this
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
typeinfo 51 // where the object files are to be portable to multiple systems, some of
98 * portable between compilers! */
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
typeinfo 51 // where the object files are to be portable to multiple systems, some of
98 * portable between compilers! */
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
typeinfo 51 // where the object files are to be portable to multiple systems, some of
98 * portable between compilers! */
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
typeinfo 51 // where the object files are to be portable to multiple systems, some of
98 * portable between compilers! */
  /dalvik/vm/mterp/
README.txt 14 The original all-in-one-function C version still exists as the "portable"
70 for the portable interpreter (which is implemented completely in C).
158 code with the portable interpreter. (This is expected to be reduced in
271 what the portable interpreter does. The "FINISH" macro expands to
280 over the portable interpreter through its efficient mechanism of
NOTES.txt 42 stack for the portable interpreter, and in glue->retval for asm). It's not
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 70 * Maps a fcntl portable cmd to a native command.
259 * For 32 bit flocks we are converting a portable/ARM struct flock to a MIPS struct flock:
277 * a four byte padding in the ARM/Portable structure:
syscall.c 29 #include <asm/unistd-portable.h>
45 * Add existing portable system calls currently redirected from
516 clockid = va_arg(ap, int); /* clockid is portable */
608 * It assumes that the portable and native arguments are compatible
  /external/srec/portable/src/
pmemory_ext.c 200 /* PortMemGetPoolSize() : return size of portable memory pool, or 0 if
208 /* PortMemSetPoolSize() : set size of portable memory pool on PSOS.
300 passert(FALSE && "Call PortInit() before calling any portable functions\r\n");
  /external/wpa_supplicant_8/src/utils/
eloop.h 143 * portable code will not be able to use such an OS-specific call. The handler
253 * This function is a more portable version of eloop_register_signal() since
273 * This function is a more portable version of eloop_register_signal() since
  /frameworks/native/include/utils/
BlobCache.h 34 // serialization is non-portable and the data should only be used by the device
180 // need to make this portable, so we simply write the struct out.
199 // make this portable, so we simply write the struct out. Each EntryHeader
  /dalvik/vm/
JniInternal.h 90 * may only affect the portable interpreter.)
  /dalvik/vm/interp/
InterpDefs.h 39 * Portable interpreter.
  /development/ndk/sources/android/libportable/
Android.mk 31 # Uncomment the next line to easily enable Lib-Portable logging during development.
  /development/ndk/sources/android/libportable/common/include/
log_portable.h 35 * Also possible via the Lib-Portable Android.mk file. Example:

Completed in 3129 milliseconds

1 2 3 4 5 6 78 91011>>