HomeSort by relevance Sort by last modified time
    Searched refs:x1F (Results 1 - 25 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
byte_array_utils.cpp 23 const uint8_t ByteArrayUtils::CHARACTER_ARRAY_TERMINATOR = 0x1F;
  /libcore/luni/src/main/java/javax/crypto/spec/
DESKeySpec.java 48 {(byte) 0xFE, (byte) 0x1F, (byte) 0xFE, (byte) 0x1F,
51 {(byte) 0x1F, (byte) 0xFE, (byte) 0x1F, (byte) 0xFE,
54 {(byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F,
57 {(byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0,
66 {(byte) 0x01, (byte) 0x1F, (byte) 0x01, (byte) 0x1F,
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
sigm_Q15.c 63 return( sigm_LUT_neg_Q15[ ind ] - silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
72 return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
  /external/libopus/silk/
sigm_Q15.c 63 return( sigm_LUT_neg_Q15[ ind ] - silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
72 return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
  /external/icu/icu4c/source/layout/
CanonData.cpp 50 0x00, 0x02, 0x00, 0x1C, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x02, 0x00, 0x1E, 0x00, 0x1F, 0x00, 0x00,
199 0x00, 0x02, 0xFE, 0xF2, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0C, 0xFD, 0x1F, 0x00, 0x02, 0xFE, 0xF0,
209 0xFC, 0x1F, 0x00, 0x02, 0xFE, 0xE2, 0xFD, 0x61, 0x00, 0x03, 0xFE, 0xE4, 0xFE, 0xA0, 0xFD, 0x60,
    [all...]
  /frameworks/base/include/androidfw/
ZipUtils.h 70 timespec->tm_mday = date & 0x1F;
72 timespec->tm_hour = (when >> 11) & 0x1F;
74 timespec->tm_sec = (when & 0x1F) << 1;
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 51 { (byte) 0xFE, (byte) 0x1F, (byte) 0xFE, (byte) 0x1F,
54 { (byte) 0x1F, (byte) 0xFE, (byte) 0x1F, (byte) 0xFE,
57 { (byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F,
60 { (byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0,
69 { (byte) 0x01, (byte) 0x1F, (byte) 0x01, (byte) 0x1F,
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.h 17 const SkAlpha kSigninConfirmationPromptBarBorderAlpha = 0x1F;
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 51 {(byte) 0xFE, (byte) 0x1F, (byte) 0xFE, (byte) 0x1F,
54 {(byte) 0x1F, (byte) 0xFE, (byte) 0x1F, (byte) 0xFE,
57 {(byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F,
60 {(byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0,
69 {(byte) 0x01, (byte) 0x1F, (byte) 0x01, (byte) 0x1F,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv40_vertprog.h 79 #define NV40_VP_INST_VEC_OPCODE_MASK (0x1F << 22)
81 #define NV40_VP_INST_SCA_OPCODE_MASK (0x1F << 27)
125 #define NV40_VP_INST_SCA_DEST_TEMP_MASK (0x1F << 7)
137 # define NV40_VP_INST_DEST_TEMP 0x1F
168 #define NV40_VP_SRC_TEMP_SRC_MASK (0x1F << 2)
nv30_vertprog.h 74 #define NV30_VP_INST_VEC_DEST_TEMP_MASK (0x1F << 16)
97 #define NV30_VP_INST_VEC_OPCODE_MASK (0x1F << 23)
131 #define NV30_VP_INST_DEST_MASK (0x1F << 2)
  /external/mesa3d/src/gallium/drivers/nv30/
nv40_vertprog.h 79 #define NV40_VP_INST_VEC_OPCODE_MASK (0x1F << 22)
81 #define NV40_VP_INST_SCA_OPCODE_MASK (0x1F << 27)
125 #define NV40_VP_INST_SCA_DEST_TEMP_MASK (0x1F << 7)
137 # define NV40_VP_INST_DEST_TEMP 0x1F
168 #define NV40_VP_SRC_TEMP_SRC_MASK (0x1F << 2)
nv30_vertprog.h 74 #define NV30_VP_INST_VEC_DEST_TEMP_MASK (0x1F << 16)
97 #define NV30_VP_INST_VEC_OPCODE_MASK (0x1F << 23)
131 #define NV30_VP_INST_DEST_MASK (0x1F << 2)
  /system/core/libpixelflinger/arch-arm64/
t32cb16blend.S 72 and w6, w6, #0x1F
74 cmp w16, #0x1F
75 orr w17, \FB, #(0x1F<<(16 + 11))
90 and w16, \DREG, #(0x1F << 16)
94 and w6, w6, #0x1F
96 cmp w16, #0x1F
97 orr w17, \FB, #(0x1F << 16)
105 and w16, w16, #0x1F
108 and w6, w6, #0x1F
110 cmp w16, #0x1F
    [all...]
  /system/core/libpixelflinger/
t32cb16blend.S 59 and r6, r6, #0x1F
61 cmp lr, #0x1F
62 orrhs \FB, \FB, #(0x1F<<(16 + 11))
76 and lr, \DREG, #(0x1F << 16)
79 and r6, r6, #0x1F
81 cmp lr, #0x1F
82 orrhs \FB, \FB, #(0x1F << 16)
89 and lr, lr, #0x1F
92 and r6, r6, #0x1F
94 cmp lr, #0x1F
    [all...]
  /system/core/libpixelflinger/tests/arch-arm64/t32cb16blend/
t32cb16blend_test.c 71 int dstR = (d>>11)&0x1f;
73 int dstB = (d)&0x1f;
74 int srcR = (s >> ( 3))&0x1F;
76 int srcB = (s >> (16+3))&0x1F;
84 srcR = srcR > 0x1F? 0x1F: srcR;
86 srcB = srcB > 0x1F? 0x1F: srcB;
  /cts/tools/dex-tools/src/dex/structure/
DexEncodedValueType.java 155 * VALUE_BOOLEAN 0x1f boolean (0...1) (none)
161 VALUE_BOOLEAN((byte) 0x1f);
188 if (type.value == (value & 0x1F)) {
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
3dfx_mmio.h 40 while ( (tdfx_in8(TDFX_STATUS) & 0x1F) < space ) \
  /external/smack/src/org/jivesoftware/smack/util/
Base32Encoder.java 125 t[0] = (byte) ((s[0] >> 3) & 0x1F);
129 t[2] = (byte) ((s[1] >> 1) & 0x1F);
135 t[5] = (byte) ((s[3] >> 2) & 0x1F);
139 t[7] = (byte) (s[4] & 0x1F);
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
hamt.c 153 Size &= 0x1F;
229 keypart = key & 0x1F;
275 keypart = (key >> keypartbits) & 0x1F;
276 keypart2 = (key2 >> keypartbits) & 0x1F;
328 keypart = (key >> keypartbits) & 0x1F;
338 Size &= 0x1F;
345 Map &= 0x1F; /* Clamp to <32 */
367 Map &= 0x1F; /* Clamp to <32 */
385 keypart = key & 0x1F;
408 keypart = (key >> keypartbits) & 0x1F;
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/usetperf/
bitset.cpp 32 int32_t bitInLong = bitIndex & 0x1F;
39 int32_t bitInLong = bitIndex & 0x1F;
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.cpp 32 int32_t bitInLong = bitIndex & 0x1F;
39 int32_t bitInLong = bitIndex & 0x1F;
  /bionic/libc/kernel/uapi/linux/caif/
caif_socket.h 35 CAIF_PRIO_MAX = 0x1F
  /bionic/libc/kernel/uapi/linux/
ppp-comp.h 41 #define BSD_NBITS(x) ((x) & 0x1F)
  /development/ndk/platforms/android-L/include/linux/caif/
caif_socket.h 35 CAIF_PRIO_MAX = 0x1F

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>