Home
last modified time | relevance | path

Searched refs:factor (Results 1 – 25 of 42) sorted by relevance

12

/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-audio-codec.c84 u32 factor; member
112 u32 factor; in xa_codec_prepare_runtime() local
136 XF_CHK_ERR(factor = xf_timebase_factor(msg->sample_rate), XA_API_FATAL_INVALID_CMD_TYPE); in xa_codec_prepare_runtime()
139 codec->factor = factor / codec->sample_size; in xa_codec_prepare_runtime()
141 TRACE(INIT, _b("ts-factor: %u (%u)"), codec->factor, factor); in xa_codec_prepare_runtime()
143 …BUG(codec->factor * codec->sample_size != factor, _x("Freq mismatch: %u vs %u"), codec->factor * c… in xa_codec_prepare_runtime()
626 xa_base_schedule(base, produced * codec->factor); in xa_codec_postprocess()
Dxa-class-mixer.c181 u32 factor; in xa_mixer_prepare_runtime() local
192 XF_CHK_ERR(factor = xf_timebase_factor(msg->sample_rate), XA_MIXER_CONFIG_FATAL_RANGE); in xa_mixer_prepare_runtime()
195 mixer->frame_duration = frame_size * factor; in xa_mixer_prepare_runtime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Grammar/
DGrammar100 term: factor (('*'|'/'|'%'|'//') factor)*
101 factor: ('+'|'-'|'~') factor | power
102 power: atom trailer* ['**' factor]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
DGrammar.txt122 term: factor (('*'|'/'|'%'|'//') factor)*
123 factor: ('+'|'-'|'~') factor | power
124 power: atom trailer* ['**' factor]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_lsprof.c543 double factor; member
558 collect->factor * sentry->tt, in statsForSubEntry()
559 collect->factor * sentry->it); in statsForSubEntry()
596 collect->factor * entry->tt, in statsForEntry()
597 collect->factor * entry->it, in statsForEntry()
638 collect.factor = hpTimerUnit(); in profiler_getstats()
640 collect.factor = pObj->externalTimerUnit; in profiler_getstats()
642 collect.factor = 1.0 / DOUBLE_TIMER_PRECISION; in profiler_getstats()
Ddatetimemodule.c440 normalize_pair(int *hi, int *lo, int factor) in normalize_pair() argument
442 assert(factor > 0); in normalize_pair()
444 if (*lo < 0 || *lo >= factor) { in normalize_pair()
445 const int num_hi = divmod(*lo, factor, lo); in normalize_pair()
450 assert(0 <= *lo && *lo < factor); in normalize_pair()
1845 accum(const char* tag, PyObject *sofar, PyObject *num, PyObject *factor, in accum() argument
1854 prod = PyNumber_Multiply(num, factor); in accum()
1885 prod = PyNumber_Multiply(x, factor); in accum()
1901 assert(PyInt_Check(factor) || PyLong_Check(factor)); in accum()
1902 if (PyInt_Check(factor)) in accum()
[all …]
/device/google/cuttlefish/host/commands/assemble_cvd/
Dcf_bpttool.py177 factor = 1
179 factor = 1024
181 factor = 1024*1024
183 factor = 1024*1024*1024
185 factor = 1024*1024*1024*1024
187 factor = 1024*1024*1024*1024*1024
189 factor = 1000
191 factor = 1000*1000
193 factor = 1000*1000*1000
195 factor = 1000*1000*1000*1000
[all …]
/device/google/cuttlefish/common/libs/time/
Dmonotonic_time.h53 TimeDifference operator*(const uint32_t factor) {
55 rval.ts_.tv_sec = ts_.tv_sec * factor;
61 int64_t tv_nsec = static_cast<int64_t>(ts_.tv_nsec) * factor;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h63 #define factor 316 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h63 #define factor 316 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py73 factor = 316 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_has_key.py107 syms.factor, syms.power):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Ddatetimemodule.c440 normalize_pair(int *hi, int *lo, int factor) in normalize_pair() argument
442 assert(factor > 0); in normalize_pair()
444 if (*lo < 0 || *lo >= factor) { in normalize_pair()
445 const int num_hi = divmod(*lo, factor, lo); in normalize_pair()
450 assert(0 <= *lo && *lo < factor); in normalize_pair()
1845 accum(const char* tag, PyObject *sofar, PyObject *num, PyObject *factor, in accum() argument
1854 prod = PyNumber_Multiply(num, factor); in accum()
1885 prod = PyNumber_Multiply(x, factor); in accum()
1901 assert(PyInt_Check(factor) || PyLong_Check(factor)); in accum()
1902 if (PyInt_Check(factor)) in accum()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
Dexample.py184 (symbol.factor,
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp206 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument
208 getDispatch()->glPolygonOffset(factor, units); in glPolygonOffset()
641 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument
643 getDispatch()->glPolygonOffsetx(factor, units); in glPolygonOffsetx()
996 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument
998 getDispatch()->glPolygonOffsetxOES(factor, units); in glPolygonOffsetxOES()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DREADME70 -w arg set warp factor to arg (10)
123 Running 10 round(s) of the suite at warp factor 10:
351 - changed default warp factor to 10 (from 20)
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles1_core.entries38 void glPolygonOffset(GLfloat factor, GLfloat units);
125 void glPolygonOffsetx(GLfixed factor, GLfixed units);
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/
DArmV7Support.S212 orr R0, R10, R9, LSL R5 @ factor in the way number and cache number into R11
213 orr R0, R0, R7, LSL R2 @ factor in the index number
DArmV7Support.asm209 orr R0, R10, R9, LSL R5 ; factor in the way number and cache number into R11
210 orr R0, R0, R7, LSL R2 ; factor in the index number
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_entry.cpp38 void glPolygonOffset(GLfloat factor, GLfloat units);
124 void glPolygonOffsetx(GLfixed factor, GLfixed units);
215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units);
489 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument
492 ctx->glPolygonOffset(ctx, factor, units); in glPolygonOffset()
1009 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument
1012 ctx->glPolygonOffsetx(ctx, factor, units); in glPolygonOffsetx()
1555 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument
1558 ctx->glPolygonOffsetxOES(ctx, factor, units); in glPolygonOffsetxOES()
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dpoplar.rst23 DIMENSION Standard 160×120 mm 96Boards Enterprice Edition form factor
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py712 def factor(self, nodelist): member in Transformer
1440 symbol.factor,
1495 symbol.factor,
1517 symbol.factor,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in31 GL_ENTRY(void, glPolygonOffset, GLfloat factor, GLfloat units)
117 GL_ENTRY(void, glPolygonOffsetx, GLfixed factor, GLfixed units)
215 GL_ENTRY(void, glPolygonOffsetxOES, GLfixed factor, GLfixed units)
/device/generic/goldfish-opengl/system/include/GLES/
Dgl.h623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units);
712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/
Dtimesoftfloat.txt78 point operations per second'') only in being a factor of 1000 smaller.

12