Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 – 9 of 9) sorted by relevance

/device/asus/fugu/libaudio/
DLinearTransform.cpp47 uint64_t tmp1, tmp2; in scale_u64_to_u64() local
68 tmp1 = (val & UINT32_MAX) * N; in scale_u64_to_u64()
74 tmp2 += tmp1 >> 32; in scale_u64_to_u64()
97 tmp1 = (tmp1 & UINT32_MAX) | ((uint64_t)r << 32); in scale_u64_to_u64()
100 r = tmp1 % D; in scale_u64_to_u64()
101 tmp1 /= D; in scale_u64_to_u64()
112 *res = (tmp2 << 32) | tmp1; in scale_u64_to_u64()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp212 signed tmp1 = y1 * 298; in yv12_to_rgb565() local
213 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb565()
214 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yv12_to_rgb565()
215 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yv12_to_rgb565()
258 signed tmp1 = y1 * 298; in yv12_to_rgb888() local
259 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yv12_to_rgb888()
260 signed g1 = clamp_rgb((tmp1 + v_g + u_g) / 256); in yv12_to_rgb888()
261 signed r1 = clamp_rgb((tmp1 + v_r) / 256); in yv12_to_rgb888()
303 signed tmp1 = y1 * 298; in yuv420p_to_rgb888() local
304 signed b1 = clamp_rgb((tmp1 + u_b) / 256); in yuv420p_to_rgb888()
[all …]
/device/google/dragon/audio/hal/dsp/
Ddrc_kernel.c572 float32x4_t x, x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
609 [tmp1]"=&w"(tmp1), in dk_compress_output()
631 float32x4_t x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
667 [tmp1]"=&w"(tmp1), in dk_compress_output()
711 __m128 x, x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
756 [tmp1]"=&x"(tmp1), in dk_compress_output()
784 __m128 x2, x4, left, right, tmp1, tmp2; in dk_compress_output() local
827 [tmp1]"=&x"(tmp1), in dk_compress_output()
/device/google/contexthub/firmware/os/algos/
Dtime_sync.c46 uint64_t tmp1 = sync->time1[0]; in time_sync_truncate() local
53 sync->time1[NUM_TIME_SYNC_DATAPOINTS - 1] = tmp1; in time_sync_truncate()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommon.dsc759 $(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) > $*.tmp1
761 -$(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) /showIncludes > $*.tmp1 2> $(DEST_DIR)\$(BASE_NAME)dxs.cl
764 $(GENDEPEX) -I $*.tmp1 -O $*.tmp2
766 del $*.tmp1 > NUL
814 $(CC) $(C_FLAGS_DPX) $(SOURCE_DIR)\$(DXE_DPX_SOURCE) > $*.tmp1
816 …-$(CC) $(C_FLAGS_DPX) $(SOURCE_DIR)\$(DXE_DPX_SOURCE) /showIncludes > $*.tmp1 2> $(DEST_DIR)\$(BAS…
819 $(GENDEPEX) -I $*.tmp1 -O $*.tmp2
821 del $*.tmp1 > NUL
1045 $(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) > $*.tmp1
1047 -$(CC) $(C_FLAGS_DPX) $(DPX_SOURCE_FILE) /showIncludes > $*.tmp1 2> $(DEST_DIR)\$(BASE_NAME)dxs.cl
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c78 PyObject *tmp1, *tmp2; in _siftup() local
110 tmp1 = PyList_GET_ITEM(heap, childpos); in _siftup()
113 PyList_SET_ITEM(heap, pos, tmp1); in _siftup()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VolInfo/
DVolInfo.c1432 char tmp1[] = "/tmp/fileXXXXXX"; in ParseSection()
1436 fd1 = mkstemp(tmp1); in ParseSection()
1438 ToolInputFile = CloneString(tmp1); in ParseSection()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c1705 PyObject *tmp1 = NULL, *tmp2 = NULL, *tmp3 = NULL; in get_len_of_range_longs() local
1715 if ((tmp1 = PyNumber_Subtract(hi, lo)) == NULL) in get_len_of_range_longs()
1718 if ((diff = PyNumber_Subtract(tmp1, one)) == NULL) in get_len_of_range_longs()
1736 Py_DECREF(tmp1); in get_len_of_range_longs()
1744 Py_XDECREF(tmp1); in get_len_of_range_longs()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c1715 PyObject *tmp1 = NULL, *tmp2 = NULL, *tmp3 = NULL; in get_len_of_range_longs() local
1725 if ((tmp1 = PyNumber_Subtract(hi, lo)) == NULL) in get_len_of_range_longs()
1728 if ((diff = PyNumber_Subtract(tmp1, one)) == NULL) in get_len_of_range_longs()
1746 Py_DECREF(tmp1); in get_len_of_range_longs()
1754 Py_XDECREF(tmp1); in get_len_of_range_longs()