/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15_common.h | 197 /* 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 D | mpegaudiodsp_neon.S | 105 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 D | seq_midi_event.c | 322 * 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 D | brkiter.cpp | 60 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 D | common.c | 305 { 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 D | brkiter.cpp | 61 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 D | SkWGL_win.cpp | 18 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 D | gen_interface.go | 67 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 D | brkiter.cpp | 59 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 D | audio_dsp_base_test.cpp | 13 using namespace testing::ext;
|
/drivers/hdf_core/adapter/uhdf2/hdi/test/object_collector/ |
H A D | object_collector_test.cpp | 23 using namespace testing::ext;
|
/drivers/hdf_core/framework/model/audio/core/test/unittest/common/ |
H A D | audio_parse_test.cpp | 13 using namespace testing::ext;
|
H A D | audio_host_test.cpp | 13 using namespace testing::ext;
|
/drivers/hdf_core/framework/support/platform/test/unittest/common/ |
H A D | hdf_emmc_test.cpp | 20 using namespace testing::ext;
|
H A D | hdf_platform_queue_test.cpp | 19 using namespace testing::ext;
|
/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | device_ability_uttest.cpp | 20 using namespace testing::ext;
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/ |
H A D | pin_db_ops_v0_test.cpp | 26 using namespace testing::ext;
|
/drivers/peripheral/usb/test/moduletest/common/liteos/ |
H A D | usb_host_serial_loopback.cpp | 25 using namespace testing::ext;
|
H A D | usb_device_serial_loopback.cpp | 24 using namespace testing::ext;
|
/drivers/peripheral/pin_auth/test/unittest/pin_auth/adaptor/src/ |
H A D | adaptor_memory_test.cpp | 26 using namespace testing::ext;
|
H A D | adaptor_file_test.cpp | 26 using namespace testing::ext;
|
/drivers/peripheral/user_auth/test/unittest/base_test/src/ |
H A D | adaptor_memory_test.cpp | 24 using namespace testing::ext;
|
H A D | adaptor_file_test.cpp | 24 using namespace testing::ext;
|
/drivers/peripheral/wlan/test/unittest/chip/ |
H A D | interface_tool_test.cpp | 20 using namespace testing::ext;
|
H A D | wifi_vendor_hal_list_test.cpp | 20 using namespace testing::ext;
|