HomeSort by relevance Sort by last modified time
    Searched refs:use (Results 176 - 200 of 4394) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/main/callgrind/
sim.c 49 /* additional structures for cache use info, separated
82 /* for cache use */
87 line_use* use; member in struct:__anon16634
92 * We use a 2-level hierarchy,
118 /* Cache use offsets */
120 * the "Use" set added first !
160 if (c->use) {
166 c->use[i].mask = 0;
167 c->use[i].count = 0;
208 c->use = 0
843 line_use* use = &(LL.use[idx]); local
    [all...]
  /frameworks/support/v7/mediarouter/
Android.mk 4 # you may not use this file except in compliance with the License.
33 # A helper sub-library that makes direct use of JellyBean APIs.
40 # A helper sub-library that makes direct use of JellyBean MR1 APIs.
48 # A helper sub-library that makes direct use of JellyBean MR2 APIs.
58 # Applications that use this library must specify LOCAL_RESOURCE_DIR
  /external/libvorbis/doc/
Vorbis_I_spec.tex 39 % Normally, one can not use the underscore character in LaTeX without
40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
41 % we use the underscore package to change this default behavior.
47 % don't use \begin{figure}...\end{figure}, but rather a center environment.
48 % To still be able to use captions, we use the capt-of package.
122 % TODO: Use a bibliography, as in the example below?
126 The use of multirate filter banks for coding of high quality digital audio,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val)
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurrin
1017 tree use = USE_FROM_PTR (head); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val)
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurrin
1017 tree use = USE_FROM_PTR (head); local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow-inline.h 233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val)
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurrin
1017 tree use = USE_FROM_PTR (head); local
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow-inline.h 233 if (linknode->use)
234 gcc_checking_assert (*(linknode->use) == def);
239 /* Set the value of a use pointed to by USE to VAL. */
241 set_ssa_use_from_ptr (use_operand_p use, tree val)
243 delink_imm_use (use);
244 *(use->use) = val;
245 link_imm_use (use, val);
248 /* Link ssa_imm_use node LINKNODE into the chain for DEF, with use occurrin
1017 tree use = USE_FROM_PTR (head); local
    [all...]
  /external/bluetooth/bluedroid/stack/a2dp/
a2d_sbc.c 6 * you may not use this file except in compliance with the License.
52 * Derive 2 items from the CRC byte; one is the "use" bit, the other is the "index".
54 * SBC keeps 2 sets of "use" & "index"; derived the current and the previous frame.
56 * The "use" bit is any bit in SBC_PRTC_USE_MASK is set.
95 UINT8 use; member in struct:__anon3022
157 p_last->use = p_cur->use;
159 p_cur->use = p_pkt[A2D_SBC_CRC_IDX] & A2D_SBC_USE_MASK;
161 a2d_sbc_ds_cb.index = (p_cur->use)?A2D_SBC_CIDX:A2D_SBC_LIDX;
163 printf("%05d: ar[%02d]: x%02x, msk: x%02x, use: %s, idx: %02d, "
    [all...]
  /system/extras/showslab/
showslab.c 28 unsigned long use; /* percent full: total / active */ member in struct:slab_info
129 p->use = 100 * p->nr_active_objs / p->nr_objs;
132 p->use = 0;
239 BUILD_SORT_FUNC(use)
334 "OBJS", "ACTIVE", "USE", "OBJ SIZE", "SLABS",
340 p->nr_objs, p->nr_active_objs, p->use,
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
ActionScriptTarget.java 6 * Redistribution and use in source and binary forms, with or without
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
46 // use ints for predefined types;
65 * nor will "/ud800". To keep things as compact as possible we use the following encoding
67 * If the int is between 255 and 0x7fff we use a single unicode literal with the value
68 * If the int is above 0x7fff, we use a unicode literal of 0x80hh, where hh is the high-order
  /external/elfutils/libdwfl/
dwfl_module.c 27 of Non-GPL Code may instantiate templates or use macros or inline
141 inline Dwfl_Module *use (Dwfl_Module *mod) function
164 return use (m);
188 return use (mod);
  /external/valgrind/main/memcheck/tests/
addressable.stderr.exp 4 in use at exit: ... bytes in ... blocks
33 in use at exit: ... bytes in ... blocks
42 in use at exit: ... bytes in ... blocks
56 in use at exit: ... bytes in ... blocks
75 in use at exit: ... bytes in ... blocks
81 Use --track-origins=yes to see where uninitialised values come from
85 in use at exit: ... bytes in ... blocks
  /external/bison/
maint.mk 24 # Diagnostic for continued use of deprecated variable.
54 # Use --rsyncable if available.
116 # If RELEASE_TYPE is undefined, but RELEASE is, use its second word.
128 # Use alpha.gnu.org for alpha and beta releases.
129 # Use ftp.gnu.org for stable releases.
146 # If you want to search only line 3 or only lines 20-22, use "3" or "20,22".
224 # by "find $(srcdir)". When neither is specified, use all files that
271 dummy=; : so we do not need a semicolon before each use; \
276 dummy=; : so we do not need a semicolon before each use; \
286 && { msg='Use of exclude requires a prohibit pattern'
    [all...]
  /external/ceres-solver/jni/
Application.mk 5 # Redistribution and use in source and binary forms, with or without
23 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
36 # Don't use GNU libstdc++; instead use STLPort, which is free of GPL3 issues.
  /external/v8/test/mjsunit/regress/
regress-1973.js 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
36 get: function() { "use strict"; assertSame(strict_type, typeof this); },
37 set: function() { "use strict"; assertSame(strict_type, typeof this); }
  /bootable/recovery/minelf/
Android.mk 4 # you may not use this file except in compliance with the License.
  /build/tools/check_prereq/
Android.mk 4 # you may not use this file except in compliance with the License.
  /build/tools/droiddoc/
Android.mk 4 # you may not use this file except in compliance with the License.
  /build/tools/droiddoc/templates-pdk/assets/
customizations.js 4 + "<p>To use this " + thing + ", your application must specify API Level " + minLevel + " or higher in its manifest "
  /build/tools/fs_config/
Android.mk 4 # you may not use this file except in compliance with the License.
  /cts/build/
config.mk 4 # you may not use this file except in compliance with the License.
  /cts/hostsidetests/appsecurity/test-apps/
Android.mk 4 # you may not use this file except in compliance with the License.
  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/
Android.mk 4 # you may not use this file except in compliance with the License.
  /cts/hostsidetests/appsecurity/test-apps/MultiUserStorageApp/
Android.mk 4 # you may not use this file except in compliance with the License.
  /cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/
Android.mk 4 # you may not use this file except in compliance with the License.

Completed in 399 milliseconds

1 2 3 4 5 6 78 91011>>