/external/vixl/test/aarch64/traces/ |
sim-dup-4h-2opimm-trace-aarch64.h | 44 0xffff, 0xffff, 0xffff, 0xffff, 51 0xffff, 0xffff, 0xffff, 0xffff, 58 0xffff, 0xffff, 0xffff, 0xffff [all...] |
sim-sadalp-4h-trace-aarch64.h | 38 0x0088, 0x00fb, 0xffff, 0xff03, 40 0x00fb, 0xffff, 0xff03, 0xff2d, 42 0xffff, 0xff03, 0xff2d, 0xffc4, 46 0xff2d, 0xffc4, 0xfffb, 0xffff, 48 0xffc4, 0xfffb, 0xffff, 0x0003, 50 0xfffb, 0xffff, 0x0003, 0x003b, 52 0xffff, 0x0003, 0x003b, 0x00d2, 55 0x000a, 0x0088, 0x00fb, 0xffff,
|
sim-saddlp-4h-trace-aarch64.h | 38 0x0088, 0x00fb, 0xffff, 0xff03, 40 0x00fb, 0xffff, 0xff03, 0xff2d, 42 0xffff, 0xff03, 0xff2d, 0xffc4, 46 0xff2d, 0xffc4, 0xfffb, 0xffff, 48 0xffc4, 0xfffb, 0xffff, 0x0003, 50 0xfffb, 0xffff, 0x0003, 0x003b, 52 0xffff, 0x0003, 0x003b, 0x00d2, 55 0x000a, 0x0088, 0x00fb, 0xffff,
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_audio_amrnb.h | 22 unsigned short dtx_mode_enable; /* 0xFFFF - enable, 0- disable */ 23 unsigned short test_mode_enable; /* 0xFFFF - enable, 0- disable */
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
msm_audio_amrnb.h | 22 unsigned short dtx_mode_enable; /* 0xFFFF - enable, 0- disable */ 23 unsigned short test_mode_enable; /* 0xFFFF - enable, 0- disable */
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
msp430.h | 62 MSP_INSN (setz, 0, 0, 0xd322, 0xffff), 63 MSP_INSN (setc, 0, 0, 0xd312, 0xffff), 64 MSP_INSN (eint, 0, 0, 0xd232, 0xffff), 65 MSP_INSN (setn, 0, 0, 0xd222, 0xffff), 67 MSP_INSN (clrz, 0, 0, 0xc322, 0xffff), 68 MSP_INSN (clrc, 0, 0, 0xc312, 0xffff), 69 MSP_INSN (dint, 0, 0, 0xc232, 0xffff), 70 MSP_INSN (clrn, 0, 0, 0xc222, 0xffff), 89 MSP_INSN (nop, 0, 0, 0x4303, 0xffff), 115 MSP_INSN (beq, 4, 0, 0, 0xffff), [all...] |
/dalvik/dx/tests/003-magic-version-access/ |
class-version-45.65535.txt | 2 # classfile with the valid version 45.65535 (0x2d.0xffff)
|
class-version-48.65535.txt | 2 # classfile with the valid version 48.65535 (0x30.0xffff)
|
class-version-49.65535.txt | 2 # classfile with the valid version 49.65535 (0x31.0xffff)
|
class-version-50.65535.txt | 2 # classfile with the valid version 50.65535 (0x32.0xffff)
|
class-version-51.65535.txt | 2 # classfile with the valid version 51.65535 (0x33.0xffff)
|
class-version-52.65535.txt | 2 # classfile with the valid version 52.65535 (0x34.0xffff)
|
class-version-53.65535.txt | 3 # as the highest valid version. 53.65535 (0x35.0xffff)
|
/external/dtc/tests/ |
sized_cells.dts | 9 cells-one-16b = /bits/ 16 <0x1234 0x5678 0x0 0xffff>;
|
/external/e2fsprogs/tests/f_bad_gdt_csum/ |
expect.1 | 3 Group descriptor 0 checksum is 0xffff, should be 0x4972. FIXED.
|
/external/fec/ |
peak_mmx_assist.s | 42 andl $0xffff,%eax 46 andl $0xffff,%edx 53 andl $0xffff,%edx 59 andl $0xffff,%edx
|
peakval_mmx_assist.s | 42 andl $0xffff,%eax 46 andl $0xffff,%edx 53 andl $0xffff,%edx 59 andl $0xffff,%edx
|
/external/fio/ |
td_error.h | 19 ERROR_TYPE_ANY = 0xffff,
|
/external/pdfium/xfa/fgas/font/ |
cfgas_defaultfontmanager.cpp | 21 pFontMgr->LoadFont(wsFontName.c_str(), dwFontStyles, 0xFFFF); 42 pFont = pFontMgr->LoadFont(wsReplace.c_str(), dwStyle, 0xFFFF); 62 pFontMgr->LoadFont(L"Arial Narrow", dwFontStyles, 0xFFFF); 65 dwFontStyles, 0xFFFF);
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
dmisc.c | 157 ys = (si & 0xffff) * q + carry; 160 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; 162 z = (*bx >> 16) - (zs & 0xffff) - borrow; 168 y = *bx - (ys & 0xffff) - borrow; 170 *bx++ = y & 0xffff; 198 ys = (si & 0xffff) + carry; 201 y = (*bx & 0xffff) - (ys & 0xffff) - borrow; 203 z = (*bx >> 16) - (zs & 0xffff) - borrow [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
dmisc.c | 158 ys = (si & 0xffff) * q + carry;
161 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
163 z = (*bx >> 16) - (zs & 0xffff) - borrow;
169 y = *bx - (ys & 0xffff) - borrow;
171 *bx++ = y & 0xffff;
201 ys = (si & 0xffff) + carry;
204 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
206 z = (*bx >> 16) - (zs & 0xffff) - borrow; [all...] |
/external/icu/icu4c/source/i18n/ |
number_grouping.cpp | 31 auto grouping1 = static_cast<int8_t> (patternInfo.positive.groupingSizes & 0xffff); 32 auto grouping2 = static_cast<int8_t> ((patternInfo.positive.groupingSizes >> 16) & 0xffff); 33 auto grouping3 = static_cast<int8_t> ((patternInfo.positive.groupingSizes >> 32) & 0xffff);
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
test_pkt_md_access.c | 37 TEST_FIELD(__u16, len, 0xFFFF); 39 TEST_FIELD(__u16, protocol, 0xFFFF); 42 TEST_FIELD(__u16, hash, 0xFFFF);
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cr16/ |
and_test.s | 10 andb $0xffff,r2 28 andw $0xffff,r2 46 andd $0xffff,(r2,r1)
|
cmp_test.s | 10 #cmpb $0xffff,r2 // CHCEFK WITH CRASM 4.1 30 #cmpw $0xffff,r2 // CHECK WITH CRASM 4.1 50 cmpd $0xffff,(r2,r1)
|