Home
last modified time | relevance | path

Searched refs:tmp (Results 1 – 4 of 4) sorted by relevance

/chre-3.4.0/apps/test/chqts/src/shared/
Dnano_endian.cc23 uint8_t tmp = bytes[front]; in swapBytes() local
25 bytes[end] = tmp; in swapBytes()
/chre-3.4.0/external/tflm/
Dtflm_sync_srcs.sh19 pushd /tmp
/chre-3.4.0/external/kiss_fft/
Dkiss_fftr.c158 kiss_fft_cpx fk, fnkc, fek, fok, tmp; in kiss_fftri() local
166 C_SUB (tmp, fk, fnkc); in kiss_fftri()
167 C_MUL (fok, tmp, st->super_twiddles[k-1]); in kiss_fftri()
/chre-3.4.0/host/msm/daemon/generated/
Dchre_slpi_stub.c512 remote_handle tmp; in _chre_slpi_handle() local
513 int nErr = _chre_slpi_pls_ctor("chre_slpi", (void*)&tmp); in _chre_slpi_handle()
517 …te_handle)_chre_slpi_atomic_CompareAndExchange((uint32_t*)&handle, (uint32_t)tmp, (uint32_t)-1))) { in _chre_slpi_handle()
518 _chre_slpi_pls_dtor(&tmp); in _chre_slpi_handle()