Home
last modified time | relevance | path

Searched defs:idata (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/clang/test/CodeGen/X86/
Dkeylocker.c78 unsigned char test_mm_aesenc256kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesenc256kl_u8()
87 unsigned char test_mm_aesdec256kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesdec256kl_u8()
96 unsigned char test_mm_aesenc128kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesenc128kl_u8()
105 unsigned char test_mm_aesdec128kl_u8(__m128i *odata, __m128i idata, const void *h) { in test_mm_aesdec128kl_u8()
/external/webrtc/modules/audio_coding/codecs/ilbc/
Denhancer.c31 int16_t *idata, /* (i) data buffer used for enhancing */ in WebRtcIlbcfix_Enhancer()
Dget_sync_seq.c29 int16_t *idata, /* (i) original data */ in WebRtcIlbcfix_GetSyncSeq()
Drefiner.c34 int16_t *idata, /* (i) original data buffer */ in WebRtcIlbcfix_Refiner()
/external/llvm-project/mlir/lib/ExecutionEngine/
DSparseUtils.cpp158 extern "C" void readMatrixItemC(uint64_t *idata, uint64_t *jdata, in readMatrixItemC()
168 extern "C" void readMatrixItem(uint64_t *ibase, uint64_t *idata, int64_t ioff, in readMatrixItem()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_glue.c628 struct wpa_auth_ft_iface_iter_data *idata = ctx; in hostapd_wpa_auth_ft_iter() local
705 struct wpa_auth_ft_iface_iter_data idata; in hostapd_wpa_auth_send_ether() local
807 struct wpa_auth_oui_iface_iter_data *idata = ctx; in hostapd_wpa_auth_oui_iter() local
888 struct wpa_auth_oui_iface_iter_data idata; in hostapd_wpa_auth_send_oui() local
Dwpa_auth_ie.c950 struct wpa_auth_okc_iter_data idata; in wpa_validate_wpa_ie() local
Dwpa_auth.c5284 struct wpa_auth_fils_iter_data idata; in wpa_auth_pmksa_get_fils_cache_id() local
/external/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_shader_dump.c271 static void dump_idata( struct sh_idata idata ) in dump_idata()
Dsvga_shader.h93 struct sh_idata idata; member
/external/skia/tests/
DDataRefTest.cpp59 const int idata[] = { 1, 4, 9, 16, 25, 63 }; in test_simpletable() local
/external/libldac/src/
Dpack_ldac.c23 int idata, in pack_store_ldac()
/external/skqp/tests/
DDataRefTest.cpp61 const int idata[] = { 1, 4, 9, 16, 25, 63 }; in test_simpletable() local
/external/erofs-utils/include/erofs/
Dinternal.h154 void *idata; member
/external/mesa3d/src/egl/drivers/dri2/
Dplatform_x11.c197 uint8_t *idata = xcb_get_image_data(reply); in swrastGetImage() local
/external/google-breakpad/src/tools/linux/md2core/
Dminidump-2-core.cc204 writea(int fd, const void* idata, size_t length) { in writea()
/external/llvm-project/lld/COFF/
DWriter.cpp261 IdataContents idata; member in __anon8c8ce84c0111::Writer
/external/deqp/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp3285 GLint* idata; in RunIteration() local
3443 GLint* idata; in RunIteration() local
Des31cShaderStorageBufferObjectTests.cpp2724 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 32, GL_MAP_READ_BIT); in Run() local
2809 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc908 void Reorder5(const nvinfer1::Dims& shape, const T* idata, in Reorder5()
931 void Reorder4(const nvinfer1::DimsNCHW& shape, const T* idata, in Reorder4()
948 void Reorder2(const nvinfer1::DimsHW& shape, const T* idata, in Reorder2()
/external/deqp/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp3634 std::vector<GLint> idata(kBufferSize); in RunIteration() local
3785 std::vector<GLint> idata(kBufferSize); in RunIteration() local
Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp2708 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
2795 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
Dgl4cShaderStorageBufferObjectTests.cpp2954 GLint idata[8]; in Run() local
3039 GLint* idata = (GLint*)glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 32, 32, GL_MAP_READ_BIT); in Run() local
/external/iproute2/lib/
Dbpf.c1988 Elf_Data *idata = data_insn->sec_data; in bpf_apply_relo_data() local
/external/python/cpython3/Objects/
Dunicodeobject.c12945 const void *idata; in unicode_repr() local