OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:portable
(Results
301 - 325
of
1828
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/native_client_sdk/src/doc/reference/
pnacl-c-cpp-language-support.rst
191
Inline assembly isn't supported by PNaCl because it isn't
portable
. The
199
PNaCl supports :ref:`
Portable
SIMD Vectors <portable_simd_vectors>`,
209
Portable
SIMD Vectors
213
very hardware-specific.
Portable
Native Client offers a
portable
version
218
SIMD vector support was added to
Portable
Native Client for version 37 of Chrome
226
The initial vector support in
Portable
Native Client adds `LLVM vectors
385
Auto-vectorization is currently not enabled for
Portable
Native Client,
/external/chromium_org/third_party/icu/source/config/
mh-hpux-acc
22
# 749 This operation is non-
portable
and potentially unsafe.
23
# (Ironically the solution to fix this warning is non-
portable
)
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
mem_ops.h
15
* \brief Provides
portable
memory access primitives
17
* This function provides
portable
primitives for getting and setting of
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
plhash.h
13
* The Original Code is the Netscape
Portable
Runtime (NSPR).
38
* API to
portable
hash table code.
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
pa_memorybarrier.h
3
*
Portable
Audio I/O Library
8
* This program uses the PortAudio
Portable
Audio Library.
/external/icu/icu4c/source/config/
mh-hpux-acc
22
# 749 This operation is non-
portable
and potentially unsafe.
23
# (Ironically the solution to fix this warning is non-
portable
)
/external/jsmn/
README.md
9
jsmn is designed to be robust (it should work fine even with erroneous data), fast (it should parse data on the fly),
portable
(no superfluous dependencies or non-standard C extensions). An of course, simplicity is a key feature - simple code style, simple algorithm, simple integration into other projects.
13
highly
portable
(tested on x86/amd64, ARM, AVR)
/external/jsoncpp/src/lib_json/
json_valueiterator.inl
111
// Usage of std::distance is not
portable
(does not compile with Sun Studio 12 RogueWave STL,
113
// Using a
portable
hand-made version for non random iterator instead:
/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
15
* \brief Provides
portable
memory access primitives
17
* 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() */
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
mem_ops.h
15
* \brief Provides
portable
memory access primitives
17
* This function provides
portable
primitives for getting and setting of
/hardware/intel/img/libdrm/libdrm/
xf86drmRandom.c
35
* This implementation is intended to provide a reliable,
portable
PRNG
56
* [LE88] Pierre L'Ecuyer. "Efficient and
Portable
Combined Random Number
/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/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! */
/external/chromium_org/native_client_sdk/doc_generated/devguide/coding/
application-structure.html
32
<li>a Native Client module, written in C or C++, and compiled into a
portable
65
<dd>specifies the MIME type of the embedded content; for
Portable
Native Client
79
module (executable) to load. For PNaCl it specifies a single
portable
89
"
portable
": {
140
the module (either
portable
, or specific to the end-user’s architecture). A
/external/chromium_org/native_client_sdk/doc_generated/reference/
pnacl-undefined-behavior.html
174
the target architecture to specify behavior.
Portable
Native Client
175
instead exposed <a class="reference internal" href="/native-client/reference/pnacl-c-cpp-language-support.html#
portable
-simd-vectors"><em>
Portable
SIMD Vectors</em></a> and
212
JITs aren’t
portable
.</li>
213
<li>PNaCl could offer “
portable
” JIT capabilities where the code hands
/art/runtime/mirror/
art_method.cc
150
//
Portable
doesn't use the machine pc, we just use dex pc instead.
300
have_quick_code ? "quick" : "
portable
",
333
have_quick_code ? "quick" : "
portable
",
/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:
Completed in 1935 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>