/external/smack/src/org/xbill/DNS/ |
KEYRecord.java | 95 public static final int NOKEY = 0xC000; 98 public static final int USE_MASK = 0xC000;
|
/external/stlport/stlport/stl/ |
_limits.c | 261 # define _STLP_LDOUBLE_QNAN_REP { 0, 0, 0, 0xc000, 0x7fff } 266 # define _STLP_LDOUBLE_SNAN_REP { 0, 0, 0, 0xc000, 0x7fff, 0 }
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 261 # define _STLP_LDOUBLE_QNAN_REP { 0, 0, 0, 0xc000, 0x7fff } 266 # define _STLP_LDOUBLE_SNAN_REP { 0, 0, 0, 0xc000, 0x7fff, 0 }
|
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 261 # define _STLP_LDOUBLE_QNAN_REP { 0, 0, 0, 0xc000, 0x7fff } 266 # define _STLP_LDOUBLE_SNAN_REP { 0, 0, 0, 0xc000, 0x7fff, 0 }
|
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 261 # define _STLP_LDOUBLE_QNAN_REP { 0, 0, 0, 0xc000, 0x7fff } 266 # define _STLP_LDOUBLE_SNAN_REP { 0, 0, 0, 0xc000, 0x7fff, 0 }
|
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 261 # define _STLP_LDOUBLE_QNAN_REP { 0, 0, 0, 0xc000, 0x7fff } 266 # define _STLP_LDOUBLE_SNAN_REP { 0, 0, 0, 0xc000, 0x7fff, 0 }
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_limits.c | 261 # define _STLP_LDOUBLE_QNAN_REP { 0, 0, 0, 0xc000, 0x7fff } 266 # define _STLP_LDOUBLE_SNAN_REP { 0, 0, 0, 0xc000, 0x7fff, 0 }
|
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_limits.c | 261 # define _STLP_LDOUBLE_QNAN_REP { 0, 0, 0, 0xc000, 0x7fff } 266 # define _STLP_LDOUBLE_SNAN_REP { 0, 0, 0, 0xc000, 0x7fff, 0 }
|
/external/qemu-pc-bios/vgabios/ |
vgabios.c | 247 SET_INT_VECTOR(0x10, #0xC000, #vgabios_int10_handler) 286 mov bx, #0xc000 396 mov bx, #0xc000 495 .word 0xc000 533 mov ax,#0xc000 994 write_word(BIOSMEM_SEG,BIOSMEM_VS_POINTER+2, 0xc000); 1029 SET_INT_VECTOR(0x1f, #0xC000, #_vgafont8+128*8) 1035 SET_INT_VECTOR(0x43, #0xC000, #_vgafont8) 1040 SET_INT_VECTOR(0x43, #0xC000, #_vgafont14) 1045 SET_INT_VECTOR(0x43, #0xC000, #_vgafont16 [all...] |
/bionic/libc/upstream-netbsd/libc/include/isc/ |
dst.h | 156 #define SIGN_F_NOKEY 0xC000
|
/external/chromium_org/net/dns/ |
dns_test_util.cc | 89 static_cast<uint16>(0xc000 | sizeof(*header));
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslproto.h | 171 /* Cipher Suite Values starting with 0xC000 are defined in informational
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/ |
IPerformancesConstants.java | 76 public static final int STATUS_STATISTICS_MASK = 0xC000;
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_CoreID.h | 192 #define M4HIGH_PRIORITY 0xC000
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4OSA_CoreID.h | 193 #define M4HIGH_PRIORITY 0xC000
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 268 assert(!(code[1] & 0xc000)); 271 code[1] |= 0xc000 | (u32 >> 6); 275 assert(!(code[1] & 0xc000)); 277 code[1] |= 0xc000 | (u32 >> 18); 310 assert(!(code[1] & 0xc000)); 318 assert(!(code[1] & 0xc000)); 345 assert(!(code[1] & 0xc000)); 350 assert(!(code[1] & 0xc000)); [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_emit_nvc0.cpp | 268 assert(!(code[1] & 0xc000)); 271 code[1] |= 0xc000 | (u32 >> 6); 275 assert(!(code[1] & 0xc000)); 277 code[1] |= 0xc000 | (u32 >> 18); 310 assert(!(code[1] & 0xc000)); 318 assert(!(code[1] & 0xc000)); 345 assert(!(code[1] & 0xc000)); 350 assert(!(code[1] & 0xc000)); [all...] |
/external/dnsmasq/src/ |
nameser.h | 212 #define KEYFLAG_TYPEMASK 0xC000 /* Mask for "type" bits */ 216 #define KEYFLAG_TYPE_NO_KEY 0xC000 /* No key usable for either; no key */
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmwifi_channels.h | 176 #define WL_CHANSPEC_BAND_MASK 0xc000 181 #define WL_CHANSPEC_BAND_5G 0xc000
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
asyncstuntcpsocket.cc | 48 return (msg_type & 0xC000) ? false : true;
|
/external/chromium_org/tools/android/fake_dns/ |
fake_dns.cc | 38 static_cast<uint16>(0xc000 | sizeof(net::dns_protocol::Header));
|
/external/grub/netboot/ |
i82586.c | 286 rx_cmd[1] = 0xC000; 395 || (pkt_len & 0xC000) != 0xC000) 413 shmem[1] = 0xC000;
|
etherboot.h | 482 return (assigned_rom_segment < 0xC000
|
/external/libvpx/libvpx/vp9/common/ |
vp9_postproc.c | 944 0xc000, y_stride); 959 Y, U, V, 0xc000, y_stride); 995 Y, U, V, 0xc000, y_stride);
|
/external/libvpx/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 679 ori r12, r12, 0xc000 1018 ori r12, r12, 0xc000 1045 ori r12, r12, 0xc000 1156 ori r12, r12, 0xc000 [all...] |