HomeSort by relevance Sort by last modified time
    Searched defs:ctrl (Results 101 - 108 of 108) sorted by null

1 2 3 45

  /external/bluetooth/bluez/tools/
sdptool.c 2251 static const uint16_t ctrl = 0x11; local
2414 uint16_t ctrl = 0x11, intr = 0x13; local
    [all...]
  /external/qemu/hw/
usb-ohci.c 58 uint32_t ctrl; member in struct:OHCIPort
334 uint32_t old_state = port->ctrl;
341 port->ctrl |= OHCI_PORT_CCS | OHCI_PORT_CSC;
345 port->ctrl |= OHCI_PORT_LSDA;
347 port->ctrl &= ~OHCI_PORT_LSDA;
359 if (port->ctrl & OHCI_PORT_CCS) {
360 port->ctrl &= ~OHCI_PORT_CCS;
361 port->ctrl |= OHCI_PORT_CSC;
364 if (port->ctrl & OHCI_PORT_PES) {
365 port->ctrl &= ~OHCI_PORT_PES
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cdk.h 352 unsigned long ctrl; member in struct:asynotify
454 cdkctrl_t ctrl; member in struct:cdkasy
  /external/openssl/crypto/bio/
bio.h 277 long (*ctrl)(BIO *, int, long, void *); member in struct:bio_method_st
533 /* ctrl macros for dgram */
  /external/openssl/crypto/evp/
evp.h 215 /* Custom handling via ctrl */
224 /* Minimum Algorithm specific ctrl value */
315 int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); /* Miscellaneous operations */ member in struct:evp_cipher_st
335 /* Call ctrl() to init cipher parameters */
350 /* ctrl() values */
    [all...]
  /external/openssl/include/openssl/
bio.h 277 long (*ctrl)(BIO *, int, long, void *); member in struct:bio_method_st
533 /* ctrl macros for dgram */
evp.h 215 /* Custom handling via ctrl */
224 /* Minimum Algorithm specific ctrl value */
315 int (*ctrl)(EVP_CIPHER_CTX *, int type, int arg, void *ptr); /* Miscellaneous operations */ member in struct:evp_cipher_st
335 /* Call ctrl() to init cipher parameters */
350 /* ctrl() values */
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 244 milliseconds

1 2 3 45