Searched refs:sb (Results 1 - 22 of 22) sorted by relevance

/hardware/intel/bootstub/
H A Dsfi.c94 struct sfi_table *sb; local
107 sb = (struct sfi_table *)sfi_search_mmap(SFI_BASE_ADDR, SFI_LENGTH);
108 if (!sb) {
113 num = SFI_GET_ENTRY_NUM(sb, sfi_mem_entry);
114 mentry = (struct sfi_mem_entry *)sb->pentry;
/hardware/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c611 __gl_stat_t sb; local
631 if (g_lstat(pathbuf, &sb, pglob))
642 pathend[-1] != SEP) && (S_ISDIR(sb.st_mode) ||
643 (S_ISLNK(sb.st_mode) &&
644 (g_stat(pathbuf, &sb, pglob) == 0) &&
645 S_ISDIR(sb.st_mode)))) {
1068 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob) argument
1073 _DIAGASSERT(sb != NULL);
1079 return (*pglob->gl_lstat)(buf, sb);
1080 return lstat(buf, sb);
1084 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Deboled.cxx387 sb = 0; local
400 b = x0 + sb / dy02;
402 sb += dx02;
414 sb = dx02 * (y - y0);
417 b = x0 + sb / dy02;
419 sb += dx02;
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmwifi_channels.h308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
H A Dnestegg.c1605 struct sniff_buffer * sb = user_data; local
1608 size_t available = sb->length - (size_t)sb->offset;
1613 memcpy(buffer, sb->buffer + sb->offset, length);
1614 sb->offset += length;
1622 struct sniff_buffer * sb = user_data; local
1623 int64_t o = sb->offset;
1633 o = sb->length + offset;
1637 if (o < 0 || o > (int64_t) sb
1647 struct sniff_buffer * sb = user_data; local
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/
H A Dmraa.c208 mraa_count_iio_devices(const char* path, const struct stat* sb, int flag, struct FTW* ftwb) argument
704 mraa_count_i2c_files(const char* path, const struct stat* sb, int flag, struct FTW* ftwb) argument
706 switch (sb->st_mode & S_IFMT) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
H A DG722EncTest.c380 struct stat sb = {0}; local
381 int status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c402 struct stat sb = {0}; local
403 int status = stat(argv[1], &sb);
/hardware/libhardware_legacy/wifi/
H A Dwifi.c381 struct stat sb; local
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c536 struct stat sb = {0}; local
537 OMX_S16 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c464 struct stat sb = {0}; local
465 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c572 struct stat sb = {0}; local
573 int status = stat(sArgv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c516 struct stat sb = {0}; local
517 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c487 struct stat sb = {0}; local
488 OMX_S16 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c440 struct stat sb = {0}; local
441 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c583 struct stat sb = {0}; local
584 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c589 struct stat sb = {0}; local
590 OMX_S16 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c564 struct stat sb = {0}; local
565 status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c553 struct stat sb = {0}; local
554 int status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c822 struct stat sb = {0};
823 int status = stat(argv[1], &sb);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c617 struct stat sb = {0}; local
618 status = stat(argv[1], &sb);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h3304 inline std::ostream& operator <<(std::ostream& os, const Message& sb) { argument
3305 return os << sb.GetString();

Completed in 1800 milliseconds