/external/valgrind/memcheck/tests/amd64/ |
insn-pmovmskb.c | 39 /* Use a value that we know is invalid. */ 40 static void use(int index, int invalid) function 58 copy that we can use without generating a memcheck warning. */ 69 else use(bit, result & mask); 73 else use(bit, result & mask); 77 else use(bit, result & mask); 81 else use(bit, result & mask); 85 else use(bit, result & mask); 89 else use(bit, result & mask); 93 else use(bit, result & mask) [all...] |
/external/clang/test/Analysis/inlining/ |
inline-defensive-checks.c | 90 void use(char *p) { function 97 use(buffer);
|
path-notes.cpp | 7 static void use(int *p) { function in class:Foo 13 use(p); 15 // expected-note@-2 {{Calling 'Foo::use'}} 761 // CHECK-NEXT: <string>Calling 'Foo::use'</string> 763 // CHECK-NEXT: <string>Calling 'Foo::use'</string> [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/ |
p1.cpp | 10 int use = old; // expected-warning {{'old' is deprecated}} variable
|
/external/deqp/modules/glshared/ |
glsMemoryStressCase.hpp | 10 * you may not use this file except in compliance with the License. 55 bool use; member in struct:deqp::gls::MemObjectConfig 61 MemoryStressCase (tcu::TestContext& testCtx, glu::RenderContext& renderContext, deUint32 objectTypes, int minTextureSize, int maxTextureSize, int minBufferSize, int maxBufferSize, bool write, bool use, bool useDummyData, bool clearAfterOOM, const char* name, const char* desc);
|
/external/libnl/src/lib/ |
ct.c | 82 uint32_t use = nl_cli_parse_u32(arg); local 83 nfnl_ct_set_use(ct, use);
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_live_variables.cpp | 7 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 20 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS 43 * Sets up the use[] and def[] arrays. 65 /* Set use[] for this instruction */ 71 bd[b].use[reg] = true; 85 if (!bd[b].use[reg]) 111 if (bd[b].use[i] || (bd[b].liveout[i] && !bd[b].def[i])) { 145 bd[i].use = rzalloc_array(mem_ctx, bool, num_vars); 170 int *use = ralloc_array(mem_ctx, int, num_vars); local 174 this->virtual_grf_use = use; [all...] |
/external/webrtc/src/system_wrappers/interface/ |
scoped_ptr.h | 4 // Permission to copy, use, modify, sell and distribute this software 15 // use shared_ptr or std::auto_ptr if your needs are more complex. 20 // use than any other specializations. 22 // release() added in by Google. Use this to conditionally 104 T** use() { function in class:webrtc::scoped_ptr 119 // reset(). Use shared_array or std::vector if your needs are more complex.
|
/frameworks/base/libs/hwui/ |
Program.cpp | 5 * you may not use this file except in compliance with the License. 146 // use a fixed size instead 166 // This offset value is based on an assumption that some hardware may use as 188 void Program::use() { function in class:android::uirenderer::Program
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Program.cpp | 5 * you may not use this file except in compliance with the License. 83 void Program::use() { function in class:android::Program 88 // TODO: maybe use a local cache 93 // TODO: maybe use a local cache 105 // use a fixed size instead
|
/external/clang/test/CXX/class.access/class.protected/ |
p1.cpp | 457 void use() { function in class:test14::B
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-vtables-single-inheritance.cpp | 23 void use(A *obj) { obj->f(); } function 43 void use(B *obj) { obj->f(); } function 58 void use(C *obj) { obj->f(); } function 73 void use(D *obj) { obj->f(); } function 93 void use(E *obj) { obj->i(); } function 111 void use(F *obj) { obj->i(); } function 132 void use(G *obj) { obj->j(); } function 152 void use(I *obj) { obj->f(); } function 171 void use(J *obj) { obj->foo(42); } function 190 void use(K *obj) { obj->foo(42.0f); function 213 void use(L *obj) { obj->foo(42.0f); } function 238 void use(M *obj) { obj->foo(42.0f); } function 253 void use(N *obj) { obj->operator+(42); } function 258 void use(O *obj) { obj->f(); } function 259 void use(P *obj) { obj->f(); } function 277 void use(Q *obj) { obj->foo(42); } function 291 void use(R *obj) { obj->foo(42l); } function [all...] |
microsoft-abi-vtables-virtual-inheritance-vtordisps.cpp | 77 void use(A *obj) { obj->f(); } function in namespace:simple 113 void use(B *obj) { obj->f(); } function in namespace:simple 159 void use(C *obj) { obj->f(); } function in namespace:simple 227 // In this case, we should use the extended form of vtordisp thunks, called 259 void use(A *obj) { delete obj; } function in namespace:extended 280 void use(B *obj) { delete obj; } function in namespace:extended 300 void use(C *obj) { delete obj; } function in namespace:extended 326 void use(E *obj) { delete obj; } function in namespace:extended 346 void use(F *obj) { delete obj; } function in namespace:extended 372 void use(G *obj) { obj->g(); function in namespace:extended 393 void use(H *obj) { delete obj; } function in namespace:extended 416 void use(A *obj) { delete obj; } function in namespace:pr17738 [all...] |
visibility-inlines-hidden.cpp | 39 void use(X0 *x0, X1<int> *x1, X2 *x2, X1<float> *x3) { function
|
/external/clang/test/SemaCXX/ |
cxx0x-defaulted-functions.cpp | 112 // Any odr-use causes the exception specification to be evaluated. 118 OdrUse use; // expected-note {{implicit default constructor for 'DefaultedFnExceptionSpec::OdrUse' first required here}} member in namespace:DefaultedFnExceptionSpec
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXLowerAggrCopies.cpp | 153 User *use = load->user_back(); local 154 if (StoreInst *store = dyn_cast<StoreInst>(use)) {
|
/external/v8/src/compiler/ |
generic-node-inl.h | 2 // Use of this source code is governed by a BSD-style license that can be 61 for (Use* use = first_use_; use != NULL; use = use->next) { 62 use->from->GetInputRecordPtr(use->input_index)->to = replace_to; 84 for (Use* use = first_use_; use != NULL;) 237 Use* use = local [all...] |
/external/zlib/src/examples/ |
enough.c | 9 1.1 4 Jan 2007 Use faster incremental table usage computation 16 Use a macro to compute the history index 39 properties are: we cannot use more bit patterns than are available; and when 207 int least; /* least number of syms to use at this juncture */ 208 int most; /* most number of syms to use at this juncture */ 209 int use; /* number of bit patterns to use in next call */ local 225 /* we need to use at least this many bit patterns so that the code won't be 231 /* we can use at most this many bit patterns, lest there not be enough 239 for (use = least; use <= most; use++) 326 int use; \/* number of bit patterns to use in next call *\/ local [all...] |
/system/bt/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:__anon69289 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...] |
/art/compiler/optimizing/ |
graph_checker.cc | 5 * you may not use this file except in compliance with the License. 174 // and the entry in the use list is consistent. 177 HInstruction* use = use_it.Current()->GetUser(); local 178 const HInstructionList& list = use->IsPhi() 179 ? use->GetBlock()->GetPhis() 180 : use->GetBlock()->GetInstructions(); 181 if (!list.Contains(use)) { 184 use->DebugName(), 185 use->GetId(), 189 if ((use_index >= use->InputCount()) || (use->InputAt(use_index) != instruction)) 201 HEnvironment* use = use_it.Current()->GetUser(); local 402 HInstruction* use = use_it.Current()->GetUser(); local [all...] |
ssa_liveness_analysis.cc | 5 * you may not use this file except in compliance with the License. 68 // ensure the resulting order is reverse post order. We could use the 358 UsePosition* use = first_use_; local 361 while (use != nullptr && use->GetPosition() <= end) { 362 size_t use_position = use->GetPosition(); 363 if (use_position >= start && !use->IsSynthesized()) { 364 HInstruction* user = use->GetUser(); 365 size_t input_index = use->GetInputIndex(); 367 // If the phi has a register, try to use the same [all...] |
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
Gles2ColoredTriangleList.java | 5 * you may not use this file except in compliance with the License. 95 // Use the device hardware's native byte order. 135 * <p><em>Note</em> This is quite slow so it's best to use it sparingly in production builds. 251 * Tells OpenGL to use this program. Call this method before drawing a sequence of 254 public void use() { method in class:Gles2ColoredTriangleList.Program
|
/developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/ |
Gles2ColoredTriangleList.java | 5 * you may not use this file except in compliance with the License. 95 // Use the device hardware's native byte order. 135 * <p><em>Note</em> This is quite slow so it's best to use it sparingly in production builds. 251 * Tells OpenGL to use this program. Call this method before drawing a sequence of 254 public void use() { method in class:Gles2ColoredTriangleList.Program
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
Gles2ColoredTriangleList.java | 5 * you may not use this file except in compliance with the License. 95 // Use the device hardware's native byte order. 135 * <p><em>Note</em> This is quite slow so it's best to use it sparingly in production builds. 251 * Tells OpenGL to use this program. Call this method before drawing a sequence of 254 public void use() { method in class:Gles2ColoredTriangleList.Program
|
/external/clang/test/Analysis/ |
reference.cpp | 166 extern void use(int &ref); 167 use(*ptr); 202 void use(int &x) { function 207 use(*maybeNull());
|