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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AsmParser/
directive_space.s 4 # CHECK: .space 1
6 .space 1
9 # CHECK: .space 2,3
11 .space 2, 3
14 # CHECK: .space 1
dot-symbol.s 7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org').
  /external/llvm/test/MC/MachO/
relax-recompute-align.s 26 .space 0x8a, 0x90
28 .space (0xb3 - 0x8f), 0x90
30 .space (0xcd - 0xb5), 0x90
33 .space (0x130 - 0xd0),0x90
relax-jumps.s 18 .space 200, 0x90
28 .space 200, 0x90
  /external/chromium/chrome/common/extensions/docs/css/
print.css 13 white-space: pre-wrap; /* css-3 */
14 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
15 white-space: -pre-wrap; /* Opera 4-6 */
16 white-space: -o-pre-wrap; /* Opera 7 */
  /external/chromium/net/data/proxy_resolver_v8_unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/clang/test/Analysis/
CGColorSpace.c 8 extern CGColorSpaceRef CGColorSpaceRetain(CGColorSpaceRef space);
9 extern void CGColorSpaceRelease(CGColorSpaceRef space);
  /bionic/libc/kernel/common/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
ftape.h 40 long space; member in union:__anon241
48 long space; member in union:__anon243
  /development/ndk/platforms/android-3/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
ftape.h 40 long space; member in union:__anon903
48 long space; member in union:__anon905
  /external/kernel-headers/original/linux/
efs_dir.h 30 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
matrox_mmio.h 37 /* Wait for fifo space */
38 #define mga_wait(space) \
40 while ( mga_in8(MGAREG_FIFOSTATUS) < space ) \
3dfx_mmio.h 37 /* Wait for fifo space */
38 #define tdfx_wait(space) \
40 while ( (tdfx_in8(TDFX_STATUS) & 0x1F) < space ) \
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
efs_dir.h 35 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
40 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
  /external/valgrind/main/exp-ptrcheck/tests/
bad_percentify.c 26 Int i, len, space; local
62 space = n_buf - len;
63 if (space < 0) space = 0; /* Allow for v. small field_width */
67 for ( ; i >= 0; i--) buf[i + space] = buf[i];
68 for (i = 0; i < space; i++) buf[i] = ' ';
  /external/chromium/crypto/third_party/nss/
blapi.h 61 extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space);
62 extern SHA256Context * SHA256_Resurrect(unsigned char *space, void *arg);
79 extern SECStatus SHA512_Flatten(SHA512Context *cx,unsigned char *space);
80 extern SHA512Context * SHA512_Resurrect(unsigned char *space, void *arg);
97 extern SECStatus SHA384_Flatten(SHA384Context *cx,unsigned char *space);
98 extern SHA384Context * SHA384_Resurrect(unsigned char *space, void *arg);

Completed in 893 milliseconds

1 2 3 4 5 6 7 8 91011>>