Searched refs:x1 (Results 601 - 625 of 1008) sorted by relevance

<<21222324252627282930>>

/external/tcpdump/
H A Dprint-bootp.c325 { 0x1, "b-node" },
334 { 0x1, "ether" },
H A Dprint-isoclns.c241 { 0x1, "Protocol procedure error"},
253 { 0x1, "Destination address unknown"},
259 { 0x1, "Syntax error in source routeing field"},
267 { 0x1, "Lifetime expired during reassembly"},
273 { 0x1, "Unsupported protocol version"},
320 { 0x1, "complete"},
451 #define ISIS_MASK_TLV_SHARED_RISK_GROUP(x) ((x)&0x1)
540 { 0x1, "Restart Request"},
H A Dprint-lmp.c707 printf("\n\t\t Direction: %s (%u)", (EXTRACT_32BITS(obj_tptr+offset+4)>>30)&0x1 ?
709 (EXTRACT_32BITS(obj_tptr+offset+4)>>30)&0x1);
/external/valgrind/main/coregrind/
H A Dm_trampoline.S220 .byte 0x1
222 .uleb128 0x1
225 .uleb128 0x1
231 .uleb128 0x1
/external/wpa_supplicant_6/wpa_supplicant/src/common/
H A Dwireless_copy.h351 #define IW_IS_SET(cmd) (!((cmd) & 0x1))
352 #define IW_IS_GET(cmd) ((cmd) & 0x1)
/external/aac/libFDK/src/
H A Dqmf.cpp496 FIXP_QMF x0, x1, y0, y1; local
499 x1 = timeIn[i+1] >> 1;
504 rSubband[i+1] = x1 - y1;
506 iSubband[i+1] = x1 + y1;
/external/aac/libPCMutils/src/
H A Dpcmutils_lib.cpp333 if (numChInGrp[CH_GROUP_FRONT] & 0x1) {
347 ch = numChInGrp[grpIdx] & 0x1;
436 if (numChInGrp[CH_GROUP_FRONT] & 0x1) {
454 chIdx = numChInGrp[grpIdx] & 0x1;
/external/bluetooth/bluedroid/stack/a2dp/
H A Da2d_sbc.c89 #define A2D_SBC_SUBBAND_BIT 0x1 /* num of subband bit: 0:4; 1: 8 */
/external/chromium/net/base/
H A Dgzip_filter.cc269 static char dummy_head[2] = { 0x78, 0x1 };
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringencode.cc165 const unsigned char URL_UNSAFE = 0x1; // 0-33 "#$%&+,/:;<=>?@[\]^`{|} 127
/external/clang/include/clang/AST/
H A DStmtIterator.h31 enum { DeclMode = 0x1, SizeOfTypeVAMode = 0x2, DeclGroupMode = 0x3,
/external/clang/test/Sema/
H A Dwarn-documentation.cpp271 /// \param x1 Aaa.
274 int test_param22(int x1, int x2, int x3);
/external/clang/test/SemaTemplate/
H A Ddefault-expr-arguments.cpp87 X1<int> x1; local
/external/elfutils/libelf/
H A Dlibelf.h137 ELF_F_DIRTY = 0x1,
/external/iproute2/include/linux/
H A Dpkt_cls.h58 #define AT_INGRESS 0x1
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java964 float x1 = x * q.w + y * q.z - z * q.y + w * q.x;
968 x = x1;
991 float x1 = x * qw + y * qz - z * qy + w * qx;
995 x = x1;
/external/kernel-headers/original/asm-mips/
H A Dmipsmtregs.h90 #define MVPCONF0_M (_ULCAST_(0x1) << MVPCONF0_M_SHIFT)
/external/kernel-headers/original/linux/
H A Dif_vlan.h340 VLAN_FLAG_REORDER_HDR = 0x1,
H A Dmsm_audio.h302 #define MSM_SNDDEV_CAP_RX 0x1
H A Dmtio.h327 #define MT_ST_BUFFER_WRITES 0x1
H A Dpkt_cls.h58 #define AT_INGRESS 0x1
/external/kernel-headers/original/linux/netfilter_ipv4/
H A Dip_conntrack.h169 #define IP_CT_EXPECT_PERMANENT 0x1
/external/libxml2/include/libxml/
H A DHTMLparser.h260 HTML_INVALID = 0x1 ,
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h379 return Allocator & 0x1 ? false : true;
383 return *reinterpret_cast<BumpPtrAllocator*>(Allocator & ~0x1);
395 : Allocator(reinterpret_cast<uintptr_t>(&Alloc) | 0x1) {}
654 enum VisitFlag { VisitedNone=0x0, VisitedLeft=0x1, VisitedRight=0x3,
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DAACTrackImpl.java51 samplingFrequencyIndexMap.put(0x1, 88200);

Completed in 3465 milliseconds

<<21222324252627282930>>