Home
last modified time | relevance | path

Searched refs:sb (Results 1 – 25 of 30) sorted by relevance

12

/hal_espressif-3.6.0/components/bt/host/bluedroid/external/sbc/decoder/srce/
Dbitalloc.c149 OI_UINT sb; in computeBitneed() local
156 for (sb = 0; sb < nrof_subbands; sb++) { in computeBitneed()
157 OI_INT bits = scale_factor[sb]; in computeBitneed()
161 if ((bitneeds[sb] = bits) > 1) { in computeBitneed()
173 for (sb = 0; sb < nrof_subbands; sb++) { in computeBitneed()
174 OI_INT bits = scale_factor[sb]; in computeBitneed()
180 bits -= offset[sb]; in computeBitneed()
186 if ((bitneeds[sb] = bits) > 1) { in computeBitneed()
360 OI_UINT sb; in oneChannelBitAllocation() local
377 sb = 0; in oneChannelBitAllocation()
[all …]
Dreadsamplesjoint.inc71 OI_UINT sb;
75 sb = NROF_SUBBANDS;
85 } while (--sb);
89 sb = NROF_SUBBANDS;
109 } while (--sb);
/hal_espressif-3.6.0/components/freertos/test/
Dtest_stream_buffers.c13 StreamBufferHandle_t sb; member
29 BaseType_t result = xStreamBufferSend(tc->sb, &produced, 1, 0); in producer_task()
54 uint32_t result = xStreamBufferReceive(tc->sb, &read_byte, 1, 1000); in receiver_task()
78 tc.sb = xStreamBufferCreate(128, 1);
81 TEST_ASSERT(tc.sb);
101 vStreamBufferDelete(tc.sb);
/hal_espressif-3.6.0/components/spiffs/test_spiffs_host/
Dtest_spiffs.cpp111 struct stat sb; in check_spiffs_files() local
112 stat(path, &sb); in check_spiffs_files()
114 if (S_ISDIR(sb.st_mode)) { in check_spiffs_files()
/hal_espressif-3.6.0/components/esp_common/
Dcommon.lf24 .gnu.linkonce.sb+
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Dlibtommath.h423 int sa, sb, res; in mp_add() local
427 sb = b->sign; in mp_add()
430 if (sa == sb) { in mp_add()
441 c->sign = sb; in mp_add()
456 int sa, sb, res; in mp_sub() local
459 sb = b->sign; in mp_sub()
461 if (sa != sb) { in mp_sub()
/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dlibtommath.h421 int sa, sb, res; in mp_add() local
425 sb = b->sign; in mp_add()
428 if (sa == sb) { in mp_add()
439 c->sign = sb; in mp_add()
454 int sa, sb, res; in mp_sub() local
457 sb = b->sign; in mp_sub()
459 if (sa != sb) { in mp_sub()
/hal_espressif-3.6.0/tools/ldgen/samples/
Dtemplate.ld126 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/tools/ldgen/test/data/
Dlinker_script.ld126 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld78 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32h2/
Dbootloader.ld76 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld90 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld78 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld78 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/esp_system/ld/esp32s2/
Dsections.ld.in259 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/esp_system/ld/esp32c3/
Dsections.ld.in198 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/esp_system/ld/esp32h2/
Dsections.ld.in206 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/components/esp_system/ld/esp32s3/
Dsections.ld.in241 *(.gnu.linkonce.sb.*)
/hal_espressif-3.6.0/tools/test_idf_size/
Dbootloader_esp32s2.map2700 *(.gnu.linkonce.sb.*)
Dbootloader.map3420 *(.gnu.linkonce.sb.*)
Dapp_esp32c3.map7464 …*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.link…
7642 *(.gnu.linkonce.sb.*)
Dapp_esp32h2.map7342 …*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.link…
7519 *(.gnu.linkonce.sb.*)
Dapp_esp32s3.map10480 …*(.dynbss .dynsbss .gnu.linkonce.b .gnu.linkonce.b.* .gnu.linkonce.sb .gnu.linkonce.sb.* .gnu.link…
10503 *(.gnu.linkonce.sb.*)
Dapp_esp32s2.map9794 *(.gnu.linkonce.sb.*)
Dapp2.map11199 *(.gnu.linkonce.sb.*)

12