Home
last modified time | relevance | path

Searched refs:a_base (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/board/boundarydevices/common/
H A Dboot.cmd6 a_base=0x10000000
12 a_base=0x90000000
14 a_base=0x70000000
16 a_base=0x80000000
18 a_base=0x40000000
27 setexpr a_script ${a_base} + 0x00800000
28 setexpr a_zImage ${a_base} + 0x00800000
29 setexpr a_fdt ${a_base} + 0x03000000
30 setexpr a_initrd ${a_base} + 0x03100000
31 setexpr a_reset_cause_marker ${a_base} + 0x80
[all …]
H A Dupgrade.cmd9 a_base=0x12000000
16 a_base=0x92000000
18 a_base=0x72000000
20 a_base=0x82000000
22 a_base=0x42000000
33 setexpr a_qspi1 ${a_base}
37 setexpr a_script ${a_base}
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/layers/
H A Dfill_extrusion_layer_properties.hpp39 struct FillExtrusionBase : DataDrivenPaintProperty<float, attributes::a_base, uniforms::u_base> {
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/
H A Dattributes.hpp114 struct a_base { struct
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h119 u32 *a_base; /* Pointer to script A template */ member
H A Dsym_hipd.c5704 memcpy(np->scripta0, fw->a_base, np->scripta_sz);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/polkit/polkit/
H A D0003-Added-support-for-duktape-as-JS-engine.patch1239 + const gchar *a_base;
1242 + a_base = strrchr (a, '/');
1245 + g_assert (a_base != NULL);
1247 + a_base += 1;
1250 + ret = g_strcmp0 (a_base, b_base);
2658 - const gchar *a_base;
2661 - a_base = strrchr (a, '/');
2664 - g_assert (a_base != NULL);
2666 - a_base += 1;
2669 - ret = g_strcmp0 (a_base, b_base);