HomeSort by relevance Sort by last modified time
    Searched full:used (Results 2251 - 2275 of 64207) sorted by null

<<919293949596979899100>>

  /external/llvm/test/Transforms/ConstantMerge/
dont-merge.ll 32 ; PR8144 - Don't merge globals marked attribute(used)
38 @llvm.used = appending global [2 x i32*] [i32* @T3A, i32* @T3B], section
  /external/llvm/utils/crosstool/
create-snapshots.sh 4 # where $REV is an SVN revision of LLVM. This is used for creating stable
5 # tarballs which can be used to build known-to-work crosstools.
  /external/mesa3d/docs/
MESA_release_buffers.spec 37 The glxMesaReleaseBuffers() function can be used to explicitly indicate
67 drawable should no longer be used for GL rendering. Results of
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_mm.c 22 struct list_head used; member in struct:mm_bucket
177 if (!LIST_IS_EMPTY(&bucket->used)) {
178 slab = LIST_ENTRY(struct mm_slab, bucket->used.next, head);
186 LIST_ADD(&slab->head, &bucket->used);
223 LIST_ADDTAIL(&slab->head, &bucket->used);
252 LIST_INITHEAD(&cache->bucket[i].used);
280 if (!LIST_IS_EMPTY(&cache->bucket[i].used) ||
286 nouveau_mm_free_slabs(&cache->bucket[i].used);
  /external/netperf/
nettest_unix.h 29 /* is used to put it into the proper order on */
45 /* is used to put it into the proper order on */
74 /* is used to put it into the proper order on */
88 /* is used to put it into the proper order on */
114 /* is used to put it into the proper order on */
128 /* is used to put it into the proper order on */
158 /* is used to put it into the proper order on */
173 /* is used to put it into the proper order on */
  /external/okhttp/src/main/java/com/squareup/okhttp/
ResponseSource.java 26 * network. The cache result will be used if it is still valid; otherwise
27 * the network's response will be used.
  /external/oprofile/daemon/
opd_interface.h 27 /* Code 9 used to be TRACE_END_CODE which is not used anymore */
  /external/ppp/pppd/plugins/radius/
options.h 20 #define OT_ANY ((unsigned int)~0) /* used internally */
38 /* internally used options */
  /external/qemu/
charpipe.h 17 /* open two connected character drivers that can be used to communicate by internal
18 * QEMU components. For Android, this is used to connect an emulated serial port
shaper.h 17 /* a NetShaper object is used to limit the throughput of data packets
36 /* a NetDelay object is used to simulate network connection latencies */
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.h 58 Display *X11_Display; /* Used for events and window management */
59 Display *GFX_Display; /* Used for graphics and colormap stuff */
60 Visual *SDL_Visual; /* The visual used by our window */
66 XIM X11_IM; /* Used to communicate with the input method (IM) server */
67 XIC X11_IC; /* Used for retaining the state, properties, and semantics of communication with the input method (IM) server */
80 /* The variables used for displaying graphics */
114 /* Variables used by the X11 video mode code */
153 short *iconcolors; /* List of colors used by the icon */
  /external/skia/include/core/
SkTileGridPicture.h 33 * them to tile-grid space. This can be used to adjust the "phase"
35 * used to search into the tile grid. As long as the offset is smaller
  /external/skia/src/ports/
SkFontConfigParser_android.h 29 * used internally to determine the order in which to place fallback fonts as
38 int order; // only used internally by SkFontConfigParser
  /external/skia/src/utils/mac/
SkStream_mac.cpp 11 // This is used by CGDataProviderCreateWithData
18 // These are used by CGDataProviderSequentialCallbacks
  /external/smali/deodexerant/
README 9 This can be used in cases where a particular built of dalvik has a non-standard
11 to be used with the -T option for baksmali
  /external/svox/pico/lib/
picoapid.h 19 * Pico api definitions commonly used by picoapi and picoapiext
51 picoos_uint32 magic; /* magic number used to validate handles */
  /external/v8/src/
log-utils.h 13 // contributors may be used to endorse or promote products derived
48 // When a temporary file is used for the log, returns its stream descriptor,
57 // Size of buffer used for formatting log messages.
60 // This mode is only used in tests, as temporary files are automatically
89 // When logging is active output_handle_ is used to store a pointer to log
93 // Used when low-level profiling is active.
96 // mutex_ is a Mutex used for enforcing exclusive
100 // Buffer used for formatting log messages. This is a singleton buffer and
  /external/valgrind/main/memcheck/tests/
sigkill.c 22 // Skip signals 32 and 33, since these are used by LinuxThreads. Some
26 // to catch 32 because it's used internally by Valgrind", others say
  /external/webrtc/
android-webrtc.mk 17 # The following macros are used by modules,
25 # '-DWEBRTC_DETECT_ARM_NEON' # only used in a build configuration without Neon
  /external/webrtc/src/common_audio/vad/
vad_gmm.h 11 // Gaussian probability calculations internally used in vad_core.c.
28 // - delta : input used when updating the model, Q11.
  /external/webrtc/src/system_wrappers/interface/
constructor_magic.h 26 // This should be used in the private: declarations for a class
42 // This should be used in the private: declarations for a class
  /external/wpa_supplicant_8/src/ap/
ap_list.h 16 * received because these are used to find the least recently used
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_i.h 51 /* The prime modulus used for Diffie-Hellman */
54 /* The generator used for Diffie-Hellman */
  /external/yaffs2/yaffs2/
yaffs_ecc.h 17 * This code implements the ECC algorithm used in SmartMedia.
22 * blocks are used on a 512-byte NAND page.
  /frameworks/av/libvideoeditor/vss/common/inc/
M4_Utils.h 31 This type is used internally by some shell components */
36 This macro is used by the 3GP reader*/

Completed in 1317 milliseconds

<<919293949596979899100>>