HomeSort by relevance Sort by last modified time
    Searched refs:fdc (Results 1 - 8 of 8) sorted by null

  /external/openssl/crypto/
pariscid.pl 150 fdc 0($out)
159 fdc 0($out)
185 fdc 0($out)
195 fdc 0($out)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fdreg.h 10 #define FD_IOPORT fdc_state[fdc].address
12 /* It would be a lot saner just to force fdc_state[fdc].address to always
32 #define STATUS_BUSY 0x10 /* FDC busy */
34 #define STATUS_DIR 0x40 /* 0- cpu->fdc */
82 #define FD_DUMPREGS 0x0E /* dump the contents of the fdc regs */
95 #define FD_SAVE 0x2e /* save fdc regs for later restore */
101 #define FD_POWERDOWN 0x27 /* configure FDC's powersave features */
110 /* FDC version return types */
115 #define FDC_765ED 0x30 /* Non-Intel 1MB-compatible FDC, can't detect */
122 #define FDC_82078_1 0x61 /* 82078-1 (2Mbps fdc) */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 10 #define FD_IOPORT fdc_state[fdc].address
12 /* It would be a lot saner just to force fdc_state[fdc].address to always
32 #define STATUS_BUSY 0x10 /* FDC busy */
34 #define STATUS_DIR 0x40 /* 0- cpu->fdc */
82 #define FD_DUMPREGS 0x0E /* dump the contents of the fdc regs */
95 #define FD_SAVE 0x2e /* save fdc regs for later restore */
101 #define FD_POWERDOWN 0x27 /* configure FDC's powersave features */
110 /* FDC version return types */
115 #define FDC_765ED 0x30 /* Non-Intel 1MB-compatible FDC, can't detect */
122 #define FDC_82078_1 0x61 /* 82078-1 (2Mbps fdc) */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fdreg.h 10 #define FD_IOPORT fdc_state[fdc].address
12 /* It would be a lot saner just to force fdc_state[fdc].address to always
32 #define STATUS_BUSY 0x10 /* FDC busy */
34 #define STATUS_DIR 0x40 /* 0- cpu->fdc */
82 #define FD_DUMPREGS 0x0E /* dump the contents of the fdc regs */
95 #define FD_SAVE 0x2e /* save fdc regs for later restore */
101 #define FD_POWERDOWN 0x27 /* configure FDC's powersave features */
110 /* FDC version return types */
115 #define FDC_765ED 0x30 /* Non-Intel 1MB-compatible FDC, can't detect */
122 #define FDC_82078_1 0x61 /* 82078-1 (2Mbps fdc) */
    [all...]
  /external/quake/quake/src/QW/client/
gl_model.c 1382 else if (pos[off] != 255) fdc = pos[off]; \
1418 int fdc = filledcolor; local
1427 skin[x + skinwidth * y] = fdc;
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 1357 else if (pos[off] != 255) fdc = pos[off]; \
1393 int fdc = filledcolor; local
1402 skin[x + skinwidth * y] = fdc;
    [all...]
  /gdk/samples/quake/jni/
gl_model.cpp 1357 else if (pos[off] != 255) fdc = pos[off]; \
1393 int fdc = filledcolor; local
1402 skin[x + skinwidth * y] = fdc;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c 919 Int fdc = (cm->cmsg_len - VKI_CMSG_ALIGN(sizeof(struct vki_cmsghdr))) local
923 for (i = 0; i < fdc; i++)
    [all...]

Completed in 416 milliseconds