Home
last modified time | relevance | path

Searched defs:w1 (Results 1 – 25 of 117) sorted by relevance

12345

/external/tcpdump/
Dprint-tipc.c67 uint32_t w1; member
74 #define TIPC_MTYPE(w1) (((w1) >> 29) & 0x07) argument
75 #define TIPC_BROADCAST_ACK(w1) (((w1) >> 0) & 0xFFFF) argument
111 uint32_t w1; member
125 uint32_t w1; member
136 #define TIPC_SEQ_GAP(w1) (((w1) >> 16) & 0x1FFF) argument
147 uint32_t w1; member
155 #define TIPC_NODE_SIG(w1) (((w1) >> 0) & 0xFFFF) argument
161 uint32_t w0, w1, w2; in print_payload() local
226 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local
[all …]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
DSpdy3.java126 int w1; in nextFrame() local
193 int w1 = source.readInt(); in readSynStream() local
207 int w1 = source.readInt(); in readSynReply() local
226 int w1 = source.readInt(); in readHeaders() local
234 int w1 = source.readInt(); in readWindowUpdate() local
267 int w1 = source.readInt(); in readSettings() local
/external/lzma/CPP/Common/
DMyGuidDef.h49 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
52 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ argument
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
Dnot_less_than.fail.cpp23 const std::weak_ptr<int> w1(p1); in main() local
Downer_before_shared_ptr.pass.cpp24 const std::weak_ptr<int> w1(p1); in main() local
Downer_before_weak_ptr.pass.cpp24 const std::weak_ptr<int> w1(p1); in main() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
Downer_before_weak_ptr.pass.cpp24 const std::weak_ptr<int> w1(p1); in main() local
/external/opencv3/modules/cudaimgproc/src/cuda/
Dblend.cu61 float w1 = weights1.ptr(y)[x_]; in blendLinearKernel() local
94 float w1 = weights1.ptr(y)[x]; in blendLinearKernel8UC4() local
/external/libunwind/src/mips/
DGis_signal_frame.c33 unw_word_t w0, w1, ip; in unw_is_signal_frame() local
/external/libunwind/src/ppc/
DGis_signal_frame.c34 unw_word_t w0, w1, ip; in unw_is_signal_frame() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
Downer_less.pass.cpp42 const std::weak_ptr<int> w1(p1); in main() local
/external/libunwind/src/hppa/
DGis_signal_frame.c33 unw_word_t w0, w1, w2, w3, ip; in unw_is_signal_frame() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
Dreset.pass.cpp34 std::weak_ptr<A> w1(p1); in main() local
Dswap.pass.cpp36 std::weak_ptr<A> w1(p1); in main() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) in appendSlot()
221 void writeSlot(int position, int w0, int w1, int w2, int w3) in writeSlot()
DDTMDocumentImpl.java206 private final int appendNode(int w0, int w1, int w2, int w3) in appendNode()
2097 int w1 = currentParent; in appendTextChild() local
2120 int w1 = currentParent; in appendComment() local
2156 int w1 = currentParent; in appendStartElement() local
2203 int w1 = currentParent; in appendNSDeclaration() local
2240 int w1 = currentParent; in appendAttribute() local
/external/v8/test/mjsunit/asm/
Dinfinite-loops.js14 function w1(a) { function in Module
Dinfinite-loops-taken.js18 function w1(f) { function in Module
/external/opencv/cvaux/src/
Dcvmorphcontours.cpp384 double w1,w2; in _cvWorkEast() local
422 double w1,w2,w3; in _cvWorkSouthEast() local
482 double w1,w2; in _cvWorkSouth() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.spec/
Dswap.pass.cpp36 std::weak_ptr<A> w1(p1); in main() local
/external/opencv3/modules/imgproc/test/
Dtest_emd.cpp75 static float w1[] = { 50, 60, 50, 50 }, in run() local
/external/v8/test/cctest/compiler/
Dtest-loop-analysis.cc335 While w1(t, t.p0); in TEST() local
363 While w1(t, t.p0); in TEST() local
394 While w1(t, t.p0); in TEST() local
429 While w1(t, t.p0); in TEST() local
450 While w1(t, t.p0); in TEST() local
475 While w1(t, t.p0); in TEST() local
510 While w1(t, t.p0); in TEST() local
542 While w1(t, t.p0); in TEST() local
572 While w1(t, t.p0); in TEST() local
/external/libunwind/src/x86_64/
DGstep.c38 unw_word_t w0, w1; in is_plt_entry() local
DGos-freebsd.c41 unw_word_t w0, w1, w2, b0, ip; in unw_is_signal_frame() local
/external/opencv3/3rdparty/include/dshow/
Duuids.h7 #define OUR_GUID_ENTRY(name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) DEFINE_GUID(name,l,w1,w2,b1,b2,b3,b4,b… argument

12345