Home
last modified time | relevance | path

Searched refs:scratch (Results 1 – 24 of 24) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dmap_hikey.txt5 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
7 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
9 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
11 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
12 …/scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hi…
13 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
14 …/scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hi…
15 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
16 …/scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hi…
17 /scratch/speacial_projects/sof-sdk/xtensa_tools/tools/XtDevTools/install/builds/RG-2017.5-linux/hif…
[all …]
Dxa_hikey.img307 ��� - scratch��[%s.%s] produced: %u bytes (%u samples) @%s:%d
/device/google/contexthub/firmware/lib/libc/
Dstrlen.c58 int scratch; in strlen() local
67 : "=&r" (len), "=&r" (scratch) : "r" (str) : "memory", "cc"); in strlen()
75 : "=&r" (end), "=&r" (scratch) : "0" (str) : "memory", "cc"); in strlen()
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Ddsp_debug.c54 char scratch[32]; in __xprintf() local
88 char *p = scratch + 15; in __xprintf()
94 while(p > (scratch + 7)) *--p = '0'; in __xprintf()
101 char *p = scratch + 15; in __xprintf()
120 char *p = scratch + 31; in __xprintf()
151 char *p = scratch + 15; in __xprintf()
171 char *p = scratch + 23; in __xprintf()
177 while(p > (scratch + 7)) *--p = '0'; in __xprintf()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-core.h130 void *scratch; member
/device/linaro/bootloader/edk2/OvmfPkg/Library/XenHypercallLib/Ia32/
Dhypercall.nasm12 ; Save only ebx, ecx is supposed to be a scratch register and needs to be
/device/linaro/bootloader/edk2/OvmfPkg/
DDecomprScratchEnd.fdf.inc2 # This FDF include file computes the end of the scratch buffer used in
55 # LzmaCustomDecompressLib uses a constant scratch buffer size of 64KB; see
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c96 base->scratch = XF_CORE_DATA(core)->scratch; in xa_base_postinit()
125 XA_API(base, XA_API_CMD_SET_MEM_PTR, i, base->scratch); in xa_base_postinit()
127 …NIT, _b("Mem tab %d: sz=%d al=%d ty=%d Scratch memory (%p)"), i, size, align, type, base->scratch); in xa_base_postinit()
Dxa-class-base.h90 void *scratch; member
Dxa-class-audio-codec.c461 output = base->scratch; in xa_codec_preprocess()
/device/linaro/hikey/hifi/xaf/hifi-dpf/plugins/cadence/mixer/
Dxa-mixer.c87 void *scratch; member
150 b[j] = d->scratch; in xa_mixer_do_execute_stereo_16bit()
615 d->scratch = pv_value; in xa_mixer_set_mem_ptr()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxaf-api.h69 u32 scratch; member
/device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
DLinuxBzimage.h141 UINT32 scratch; member
/device/google/cuttlefish/tools/
Dcreate_base_image_hostlib.sh96 "${PZ[@]}" "${FLAGS_dest_image}" || echo No scratch disk
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c1337 PyLongObject *scratch, *a; in long_to_decimal_string() local
1368 scratch = _PyLong_New(size); in long_to_decimal_string()
1369 if (scratch == NULL) in long_to_decimal_string()
1376 pout = scratch->ob_digit; in long_to_decimal_string()
1392 Py_DECREF(scratch); in long_to_decimal_string()
1412 Py_DECREF(scratch); in long_to_decimal_string()
1443 Py_DECREF(scratch); in long_to_decimal_string()
1531 PyLongObject *scratch; in _PyLong_Format() local
1545 scratch = _PyLong_New(size); in _PyLong_Format()
1546 if (scratch == NULL) { in _PyLong_Format()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c1337 PyLongObject *scratch, *a; in long_to_decimal_string() local
1368 scratch = _PyLong_New(size); in long_to_decimal_string()
1369 if (scratch == NULL) in long_to_decimal_string()
1376 pout = scratch->ob_digit; in long_to_decimal_string()
1392 Py_DECREF(scratch); in long_to_decimal_string()
1412 Py_DECREF(scratch); in long_to_decimal_string()
1443 Py_DECREF(scratch); in long_to_decimal_string()
1531 PyLongObject *scratch; in _PyLong_Format() local
1545 scratch = _PyLong_New(size); in _PyLong_Format()
1546 if (scratch == NULL) { in _PyLong_Format()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c1351 PyLongObject *scratch, *a; in long_to_decimal_string() local
1382 scratch = _PyLong_New(size); in long_to_decimal_string()
1383 if (scratch == NULL) in long_to_decimal_string()
1390 pout = scratch->ob_digit; in long_to_decimal_string()
1406 Py_DECREF(scratch); in long_to_decimal_string()
1426 Py_DECREF(scratch); in long_to_decimal_string()
1457 Py_DECREF(scratch); in long_to_decimal_string()
1545 PyLongObject *scratch; in _PyLong_Format() local
1559 scratch = _PyLong_New(size); in _PyLong_Format()
1560 if (scratch == NULL) { in _PyLong_Format()
[all …]
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c621 XF_CHK_ERR(cd->scratch = xf_scratch_mem_init(core), -ENOMEM); in xf_core_init()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
DIgdOpRn.ASL42 // access it. A 32bit scratch register at 0xFC in the IGD PCI
/device/linaro/dragonboard/db845c/firmware/
Dadsp.b1332 …t supported.�capi_v2_eansv2_utils.cpp:CAPIv2 EANSV2: static memory : %lu scratch : %lu ��capi_v2_e…
38 …%lx)�Vptx_Modules.cpp:VCP: ERROR!! vptx_process_port_threshold_module No scratch memory allocated�…
39scratch buf is assumed to be big enough for media fmt. but it's not, and it's resulting in costly …
/device/linaro/bootloader/arm-trusted-firmware/docs/
Duser-guide.rst1267 scratch, this is a complex task on some platforms, depending on the level of
Dporting-guide.rst919 scratch registers. It should preserve the value in x18 register as it is used
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img309 ��� - scratch��[%s.%s] produced: %u bytes (%u samples) @%s:%d
/device/google/cuttlefish_kernel/5.4-x86_64/
DSystem.map128805 ffffffff82e96270 b sanitize_boot_params.scratch