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

  /external/chromium_org/third_party/libusb/src/libusb/
descriptor.c 41 /* set host_endian if the w values are already in host endian format,
44 void *dest, int host_endian)
60 if (host_endian) {
72 if (host_endian) {
101 int size, int host_endian)
127 usbi_parse_descriptor(buffer, "bbbbwbbb", endpoint, host_endian);
129 usbi_parse_descriptor(buffer, "bbbbwb", endpoint, host_endian);
216 int host_endian)
335 host_endian);
378 int size, int host_endian)
522 int r, host_endian = 0; local
580 int host_endian = 0; local
629 int host_endian = 0; local
673 int host_endian; local
710 int r, idx, host_endian; local
908 const int host_endian = 0; local
982 const int host_endian = 0; local
1040 const int host_endian = 0; local
1097 const int host_endian = 0; local
    [all...]
libusbi.h 429 void *dest, int host_endian);
645 * set the host_endian output parameter to "1".
650 unsigned char *buffer, int *host_endian);
665 * set the host_endian output parameter to "1".
673 unsigned char *buffer, size_t len, int *host_endian);
692 * set the host_endian output parameter to "1".
698 int *host_endian);
714 int *host_endian);
    [all...]
  /external/libusb/libusb/
descriptor.c 39 /* set host_endian if the w values are already in host endian format,
42 int host_endian)
56 if (host_endian) {
79 int size, int host_endian)
103 usbi_parse_descriptor(buffer, "bbbbwbbb", endpoint, host_endian);
105 usbi_parse_descriptor(buffer, "bbbbwb", endpoint, host_endian);
184 int host_endian)
292 host_endian);
331 int host_endian)
340 usbi_parse_descriptor(buffer, "bbwbbbbb", config, host_endian);
436 int host_endian = 0; local
474 int host_endian = 0; local
539 int host_endian = 0; local
600 int host_endian; local
    [all...]
libusbi.h 308 int host_endian);
472 * set the host_endian output parameter to "1".
477 unsigned char *buffer, int *host_endian);
492 * set the host_endian output parameter to "1".
500 unsigned char *buffer, size_t len, int *host_endian);
519 * set the host_endian output parameter to "1".
525 int *host_endian);
core.c 532 int host_endian; local
534 r = usbi_backend->get_device_descriptor(dev, raw_desc, &host_endian);
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
openbsd_usb.c 286 int *host_endian)
294 *host_endian = 0;
301 unsigned char *buf, size_t len, int *host_endian)
312 *host_endian = 0;
319 unsigned char *buf, size_t len, int *host_endian)
342 *host_endian = 0;
wince_usb.c 428 unsigned char *buffer, int *host_endian)
432 *host_endian = 1;
439 unsigned char *buffer, size_t len, int *host_endian)
443 *host_endian = 0;
453 unsigned char *buffer, size_t len, int *host_endian)
457 *host_endian = 0;
    [all...]
linux_usbfs.c 553 unsigned char *buffer, int *host_endian)
557 *host_endian = sysfs_has_descriptors ? 0 : 1;
733 uint8_t value, unsigned char **buffer, int *host_endian)
743 *host_endian = 0;
765 unsigned char *buffer, size_t len, int *host_endian)
783 host_endian);
793 uint8_t config_index, unsigned char *buffer, size_t len, int *host_endian)
800 *host_endian = 0;
    [all...]
darwin_usb.c 63 static int darwin_get_config_descriptor(struct libusb_device *dev, uint8_t config_index, unsigned char *buffer, size_t len, int *host_endian);
456 static int darwin_get_device_descriptor(struct libusb_device *dev, unsigned char *buffer, int *host_endian) {
462 *host_endian = 0;
489 static int darwin_get_active_config_descriptor(struct libusb_device *dev, unsigned char *buffer, size_t len, int *host_endian) {
500 return darwin_get_config_descriptor (dev, config_index, buffer, len, host_endian);
503 static int darwin_get_config_descriptor(struct libusb_device *dev, uint8_t config_index, unsigned char *buffer, size_t len, int *host_endian) {
521 *host_endian = 0;
    [all...]
windows_usb.c 46 static int windows_get_active_config_descriptor(struct libusb_device *dev, unsigned char *buffer, size_t len, int *host_endian);
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 52 static int darwin_get_config_descriptor(struct libusb_device *dev, uint8_t config_index, unsigned char *buffer, size_t len, int *host_endian);
349 static int darwin_get_device_descriptor(struct libusb_device *dev, unsigned char *buffer, int *host_endian) {
355 *host_endian = 0;
382 static int darwin_get_active_config_descriptor(struct libusb_device *dev, unsigned char *buffer, size_t len, int *host_endian) {
396 return darwin_get_config_descriptor (dev, config_index, buffer, len, host_endian);
399 static int darwin_get_config_descriptor(struct libusb_device *dev, uint8_t config_index, unsigned char *buffer, size_t len, int *host_endian) {
429 *host_endian = 0;
    [all...]
linux_usbfs.c 324 unsigned char *buffer, int *host_endian)
329 *host_endian = 1;
392 int host_endian)
410 usbi_parse_descriptor(tmp, "bbwbb", &config, host_endian);
516 unsigned char *buffer, size_t len, int *host_endian)
562 uint8_t config_index, unsigned char *buffer, size_t len, int *host_endian)
    [all...]
  /external/libvorbis/lib/
vorbisfile.c 1850 int host_endian = host_is_big_endian(); local
    [all...]

Completed in 1443 milliseconds