Home
last modified time | relevance | path

Searched refs:a_offset (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/perf/req-gen/
H A Dperf.h66 #define __array_(r_name, r_value, r_idx_1, a_offset, a_bytes, a_name) \ argument
82 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) \ argument
83 __field_(r_name, r_value, r_idx_1, a_offset, a_size, a_name)
112 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) argument
138 #define __array_(r_name, r_value, r_idx_1, a_offset, a_size, a_name) argument
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64.S13 #define a_offset 0 macro
217 input_whitening(R1,%r11,a_offset)
244 output_whitening(%r10,%r11,a_offset)
270 output_whitening(R1,%r11,a_offset)
296 input_whitening(%r10,%r11,a_offset)
H A Dtwofish-i586-asm_32.S19 #define a_offset 0 macro
224 input_whitening(%eax,%ebp,a_offset)
250 output_whitening(%ecx,%ebp,a_offset)
281 output_whitening(%eax,%ebp,a_offset)
307 input_whitening(%ecx,%ebp,a_offset)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dattributes.hpp47 struct a_offset { struct
130 struct a_offset<1> { struct
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dline_layer_properties.hpp59 struct LineOffset : DataDrivenPaintProperty<float, attributes::a_offset<1>, uniforms::u_offset> {