Home
last modified time | relevance | path

Searched refs:ext (Results 1326 - 1350 of 9039) sorted by relevance

1...<<51525354555657585960>>...362

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dsoc15_common.h197 /* inst equals to ext for some IPs */
198 #define RREG32_SOC15_EXT(ip, inst, reg, ext) \
200 + adev->asic_funcs->encode_ext_smn_addressing(ext)) \
202 #define WREG32_SOC15_EXT(ip, inst, reg, ext, value) \
204 + adev->asic_funcs->encode_ext_smn_addressing(ext), \
/third_party/ffmpeg/libavcodec/aarch64/
H A Dmpegaudiodsp_neon.S105 ext v28.16b, v29.16b, v28.16b, #8
123 ext v18.16b, v18.16b, v18.16b, #8
191 ext v28.16b, v28.16b, v29.16b, #8
193 ext v28.16b, v29.16b, v28.16b, #8
/third_party/alsa-lib/src/seq/
H A Dseq_midi_event.c322 * is #SND_SEQ_EVENT_SYSEX), the data pointer (\a ev->data.ext.ptr) points into
452 ev->data.ext.len = dev->read; in snd_midi_event_encode_byte()
453 ev->data.ext.ptr = dev->buf; in snd_midi_event_encode_byte()
523 * have any length (as specified by \a ev->data.ext.len).
588 qlen = ev->data.ext.len; in snd_midi_event_decode()
595 memcpy(buf, ev->data.ext.ptr, qlen); in snd_midi_event_decode()
/third_party/icu/icu4c/source/common/
H A Dbrkiter.cpp60 char ext[4]={'\0'}; in buildInstance() local
102 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff in buildInstance()
112 UDataMemory* file = udata_open(U_ICUDATA_BRKITR, ext, fnbuff, &status); in buildInstance()
/third_party/libsnd/programs/
H A Dcommon.c305 { const char *ext ; member
368 { if ((format_map [k].len > 0 && strncmp (buffer, format_map [k].ext, format_map [k].len) == 0) || in sfe_file_type_of_ext()
369 (strcmp (buffer, format_map [k].ext) == 0)) in sfe_file_type_of_ext()
389 printf (" %-10s : %s", format_map [k].ext, info.name == NULL ? "????" : info.name) ; in sfe_dump_format_map()
/third_party/node/deps/icu-small/source/common/
H A Dbrkiter.cpp61 char ext[4]={'\0'}; in buildInstance() local
103 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff in buildInstance()
113 UDataMemory* file = udata_open(U_ICUDATA_BRKITR, ext, fnbuff, &status); in buildInstance()
/third_party/skia/src/utils/win/
H A DSkWGL_win.cpp18 bool SkWGLExtensions::hasExtension(HDC dc, const char* ext) const { in hasExtension()
22 if (!strcmp("WGL_ARB_extensions_string", ext)) { in hasExtension()
26 size_t extLength = strlen(ext); in hasExtension()
30 if (n == extLength && 0 == strncmp(ext, extensionString, n)) { in hasExtension()
/third_party/skia/tools/gpu/gl/interface/
H A Dgen_interface.go67 Extension string `json:"ext"` // required
247 abort("ERROR: requirement must have ext")
253 func deriveSuffix(ext string) string {
256 ext = strings.TrimPrefix(ext, "GL_")
257 return strings.Split(ext, "_")[0]
/third_party/skia/third_party/externals/icu/source/common/
H A Dbrkiter.cpp59 char ext[4]={'\0'}; in buildInstance() local
101 u_UCharsToChars(extStart+1, ext, sizeof(ext)); // nul terminates the buff in buildInstance()
111 UDataMemory* file = udata_open(U_ICUDATA_BRKITR, ext, fnbuff, &status); in buildInstance()
/drivers/hdf_core/framework/model/audio/common/test/unittest/common/
H A Daudio_dsp_base_test.cpp13 using namespace testing::ext;
/drivers/hdf_core/adapter/uhdf2/hdi/test/object_collector/
H A Dobject_collector_test.cpp23 using namespace testing::ext;
/drivers/hdf_core/framework/model/audio/core/test/unittest/common/
H A Daudio_parse_test.cpp13 using namespace testing::ext;
H A Daudio_host_test.cpp13 using namespace testing::ext;
/drivers/hdf_core/framework/support/platform/test/unittest/common/
H A Dhdf_emmc_test.cpp20 using namespace testing::ext;
H A Dhdf_platform_queue_test.cpp19 using namespace testing::ext;
/drivers/peripheral/camera/test/hdi/v1_0/src/
H A Ddevice_ability_uttest.cpp20 using namespace testing::ext;
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_ops_v0_test.cpp26 using namespace testing::ext;
/drivers/peripheral/usb/test/moduletest/common/liteos/
H A Dusb_host_serial_loopback.cpp25 using namespace testing::ext;
H A Dusb_device_serial_loopback.cpp24 using namespace testing::ext;
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/
H A Dadaptor_memory_test.cpp26 using namespace testing::ext;
H A Dadaptor_file_test.cpp26 using namespace testing::ext;
/drivers/peripheral/user_auth/test/unittest/base_test/src/
H A Dadaptor_memory_test.cpp24 using namespace testing::ext;
H A Dadaptor_file_test.cpp24 using namespace testing::ext;
/drivers/peripheral/wlan/test/unittest/chip/
H A Dinterface_tool_test.cpp20 using namespace testing::ext;
H A Dwifi_vendor_hal_list_test.cpp20 using namespace testing::ext;

Completed in 15 milliseconds

1...<<51525354555657585960>>...362