HomeSort by relevance Sort by last modified time
    Searched refs:x20 (Results 2201 - 2225 of 5150) sorted by null

<<81828384858687888990>>

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ata.h 115 ATA_CMD_PIO_READ = 0x20,
148 XFER_MW_DMA_0 = 0x20,
263 #define ata_id_cdb_intr(id) (((id)[0] & 0x60) == 0x20)
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ata.h 115 ATA_CMD_PIO_READ = 0x20,
148 XFER_MW_DMA_0 = 0x20,
263 #define ata_id_cdb_intr(id) (((id)[0] & 0x60) == 0x20)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_3d.xml.h 107 #define NV50_3D_RT(i0) (0x00000200 + 0x20*(i0))
111 #define NV50_3D_RT_ADDRESS_HIGH(i0) (0x00000200 + 0x20*(i0))
113 #define NV50_3D_RT_ADDRESS_LOW(i0) (0x00000204 + 0x20*(i0))
115 #define NV50_3D_RT_FORMAT(i0) (0x00000208 + 0x20*(i0))
117 #define NV50_3D_RT_TILE_MODE(i0) (0x0000020c + 0x20*(i0))
125 #define NV50_3D_RT_LAYER_STRIDE(i0) (0x00000210 + 0x20*(i0))
128 #define NV50_3D_RT_UNK14(i0) (0x00000214 + 0x20*(i0))
309 #define NV50_3D_VIEWPORT_SCALE_X(i0) (0x00000a00 + 0x20*(i0))
313 #define NV50_3D_VIEWPORT_SCALE_Y(i0) (0x00000a04 + 0x20*(i0))
317 #define NV50_3D_VIEWPORT_SCALE_Z(i0) (0x00000a08 + 0x20*(i0)
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_3d.xml.h 107 #define NV50_3D_RT(i0) (0x00000200 + 0x20*(i0))
111 #define NV50_3D_RT_ADDRESS_HIGH(i0) (0x00000200 + 0x20*(i0))
113 #define NV50_3D_RT_ADDRESS_LOW(i0) (0x00000204 + 0x20*(i0))
115 #define NV50_3D_RT_FORMAT(i0) (0x00000208 + 0x20*(i0))
117 #define NV50_3D_RT_TILE_MODE(i0) (0x0000020c + 0x20*(i0))
125 #define NV50_3D_RT_LAYER_STRIDE(i0) (0x00000210 + 0x20*(i0))
128 #define NV50_3D_RT_UNK14(i0) (0x00000214 + 0x20*(i0))
309 #define NV50_3D_VIEWPORT_SCALE_X(i0) (0x00000a00 + 0x20*(i0))
313 #define NV50_3D_VIEWPORT_SCALE_Y(i0) (0x00000a04 + 0x20*(i0))
317 #define NV50_3D_VIEWPORT_SCALE_Z(i0) (0x00000a08 + 0x20*(i0)
    [all...]
  /frameworks/base/keystore/tests/src/android/security/
AndroidKeyStoreTest.java 123 (byte) 0x69, (byte) 0x6e, (byte) 0x20, (byte) 0x56, (byte) 0x69, (byte) 0x65,
127 (byte) 0x64, (byte) 0x20, (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74,
128 (byte) 0x20, (byte) 0x43, (byte) 0x61, (byte) 0x73, (byte) 0x65, (byte) 0x73,
142 (byte) 0x6e, (byte) 0x20, (byte) 0x56, (byte) 0x69, (byte) 0x65, (byte) 0x77,
146 (byte) 0x20, (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74, (byte) 0x20,
195 (byte) 0x20, (byte) 0x56, (byte) 0x69, (byte) 0x65, (byte) 0x77, (byte) 0x31,
198 (byte) 0x64, (byte) 0x72, (byte) 0x6f, (byte) 0x69, (byte) 0x64, (byte) 0x20,
199 (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74, (byte) 0x20, (byte) 0x43,
246 (byte) 0xcb, (byte) 0x20, (byte) 0x90, (byte) 0x27, (byte) 0x86, (byte) 0x8a
    [all...]
  /bionic/libc/include/netinet/
icmp6.h 236 #define ND_RA_FLAG_HOME_AGENT 0x20
279 #define ND_NA_FLAG_OVERRIDE 0x20
425 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
441 #define NI_NODEADDR_FLAG_GLOBAL 0x20
473 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /development/ndk/platforms/android-3/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /external/chromium_org/third_party/icu/source/test/intltest/
bidiconf.cpp 165 0x20, // ' ' for WS
416 els.append((UChar)0x20).append(printLevel(levels[i]));
420 als.append((UChar)0x20).append(printLevel(actualLevels[i]));
468 eord.append((UChar)0x20).append((UChar)(0x30+ordering[i]));
474 aord.append((UChar)0x20).append((UChar)(0x30+logicalIndex));
  /external/icu4c/test/intltest/
bidiconf.cpp 165 0x20, // ' ' for WS
416 els.append((UChar)0x20).append(printLevel(levels[i]));
420 als.append((UChar)0x20).append(printLevel(actualLevels[i]));
468 eord.append((UChar)0x20).append((UChar)(0x30+ordering[i]));
474 aord.append((UChar)0x20).append((UChar)(0x30+logicalIndex));
  /external/nist-sip/java/gov/nist/javax/sip/parser/
StringMsgParser.java 137 while (msgBuffer[i] < 0x20)
250 while (msgString.charAt(i) < 0x20)
345 while (i >= 0 && line.charAt(i) <= 0x20)
533 while (header.charAt(start) <= 0x20)
537 while (header.charAt(end) <= 0x20)
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
pvmp3_polyphase_filter_window_arm.s 61 mov r9, #0x20
62 mov r11, #0x20
105 ldr r2,[r1,#0x20]
178 mov r4,#0x20
179 mov r5,#0x20
pvmp3_polyphase_filter_window_gcc.s 61 mov r9, #0x20
62 mov r11, #0x20
105 ldr r2,[r1,#0x20]
178 mov r4,#0x20
179 mov r5,#0x20
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/netinet/
icmp6.h 229 #define ND_RA_FLAG_HOME_AGENT 0x20
272 #define ND_NA_FLAG_OVERRIDE 0x20
407 #define NI_NODEADDR_FLAG_ANYCAST 0x20 /* just experimental. not in spec */
423 #define NI_NODEADDR_FLAG_GLOBAL 0x20
455 #define ICMP6_RR_FLAGS_FORCEAPPLY 0x20

Completed in 1254 milliseconds

<<81828384858687888990>>