HomeSort by relevance Sort by last modified time
    Searched refs:x3 (Results 326 - 350 of 574) sorted by null

<<11121314151617181920>>

  /system/core/include/system/
audio.h 93 AUDIO_FORMAT_PCM_SUB_32_BIT = 0x3, /* PCM signed .31 fixed point */
  /system/core/libpixelflinger/codeflinger/
armreg.h 250 #define CPU_CT_xSIZE_LEN(x) ((x) & 0x3) /* line size */
  /system/core/libpixelflinger/
t32cb16blend.S 146 tst r0, #0x3
  /frameworks/base/services/input/tests/
InputReader_test.cpp 3907 int32_t x3 = 700, y3 = 300; local
4124 int32_t x3 = 700, y3 = 300; local
4296 int32_t x3 = 700, y3 = 300; local
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 73 : Data1(const_cast<void*>(Ptr1), ((unsigned) kind) & 0x3),
74 Data2(const_cast<void*>(Ptr2), (((unsigned) kind) >> 2) & 0x3) {}
  /external/grub/stage2/
shared.h 177 #define BOOTSEC_BPB_OFFSET 0x3
179 #define BOOTSEC_BPB_SYSTEM_ID 0x3
  /external/libpng/
pngconf.h     [all...]
  /external/oprofile/events/mips/25K/
events 9 event:0x3 counters:0,1 um:zero minimum:500 name:INT_INSNS_ISSUED : Integer instructions issued
  /external/oprofile/events/mips/sb1/
events 42 event:0x3 counters:1,2,3 um:zero minimum:500 name:DCACHE_READ_MISS :Dcache read results in a miss
  /external/oprofile/module/x86/
op_model_p4.c 434 if (boot_cpu_data.x86_model >= 0x3) {
584 if (boot_cpu_data.x86_model < 0x3) {
  /external/qemu/distrib/libpng-1.2.19/
pngconf.h     [all...]
  /external/qemu/hw/
bt-hid.c 42 BT_HS_ERR_UNSUPPORTED_REQUEST = 0x3,
52 BT_HC_SUSPEND = 0x3,
  /external/skia/samplecode/
SampleWarp.cpp 107 SkScalar x3, SkScalar y3, SkScalar scale = 1) {
111 pts[3].set(x3, y3);
  /external/v8/test/mjsunit/
smi-ops-inlined.js 238 var x3 = 0x40000000; variable
239 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
245 x3 = 2
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
smi-ops.js 245 var x3 = 0x40000000; variable
246 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<1(1)");
252 x3 = 2
253 assertEquals(0x40000000, x1 << (x2 - x3), "0x10000000<<2(2)");
  /frameworks/base/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.cpp 798 stream->oBSize &= (~0x3); // make it multiple of 4
827 stream->oBSize &= (~0x3); // make it multiple of 4
  /bionic/libc/kernel/common/linux/
msm_vidc_dec.h 188 VDEC_CODECTYPE_MPEG4 = 0x3,
msm_vidc_enc.h 79 #define VEN_LEVEL_MPEG4_2 0x3
  /cts/tests/tests/os/src/android/os/cts/
ParcelFileDescriptorTest.java 289 fout.write(new byte[] { 0x0, 0x1, 0x2, 0x3 });
  /dalvik/vm/compiler/codegen/arm/
ArchUtility.cpp 100 sprintf(tbuf, ", %s %d",shiftNames[operand & 0x3],
  /external/chromium/net/base/
ssl_cipher_suite_names.cc 34 {0x3, 0x109}, // TLS_RSA_EXPORT_WITH_RC4_40_MD5
  /external/chromium/third_party/libjingle/source/talk/base/
base64.cc 211 c = (qbuf[0] << 2) | ((qbuf[1] >> 4) & 0x3);
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExplodedGraph.h 63 enum { Size1 = 0x0, SizeOther = 0x1, AuxFlag = 0x2, Mask = 0x3 };
  /external/kernel-headers/original/linux/
msm_vidc_dec.h 255 VDEC_CODECTYPE_MPEG4 = 0x3,
msm_vidc_enc.h 106 #define VEN_LEVEL_MPEG4_2 0x3/* MPEG4 Level 2 */

Completed in 3854 milliseconds

<<11121314151617181920>>