/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-audio-codec.c | 84 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()
|
D | xa-class-mixer.c | 181 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/ |
D | Grammar | 100 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/ |
D | Grammar.txt | 122 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.c | 543 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()
|
D | datetimemodule.c | 440 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_common/common/libs/time/ |
D | monotonic_time.h | 53 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/ |
D | graminit.h | 63 #define factor 316 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | graminit.h | 63 #define factor 316 macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | symbol.py | 73 factor = 316 variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_has_key.py | 107 syms.factor, syms.power):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 440 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/ |
D | example.py | 184 (symbol.factor,
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 206 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/ |
D | README | 70 -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/google/cuttlefish_common/guest/libs/eglwrapper/ |
D | gles1_wrapper_entry.cpp | 38 void glPolygonOffset(GLfloat factor, GLfloat units); 124 void glPolygonOffsetx(GLfixed factor, GLfixed units); 215 void glPolygonOffsetxOES(GLfixed factor, GLfixed units); 487 void glPolygonOffset(GLfloat factor, GLfloat units) in glPolygonOffset() argument 490 ctx->glPolygonOffset( factor, units); in glPolygonOffset() 1003 void glPolygonOffsetx(GLfixed factor, GLfixed units) in glPolygonOffsetx() argument 1006 ctx->glPolygonOffsetx( factor, units); in glPolygonOffsetx() 1549 void glPolygonOffsetxOES(GLfixed factor, GLfixed units) in glPolygonOffsetxOES() argument 1552 ctx->glPolygonOffsetxOES( factor, units); in glPolygonOffsetxOES()
|
D | gles1.in | 31 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/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
D | ArmV7Support.asm | 209 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
|
D | ArmV7Support.S | 212 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
|
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/ |
D | gles1_core.entries | 38 void glPolygonOffset(GLfloat factor, GLfloat units); 125 void glPolygonOffsetx(GLfixed factor, GLfixed units);
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 38 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/ |
D | poplar.rst | 23 DIMENSION Standard 160×120 mm 96Boards Enterprice Edition form factor
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/ |
D | transformer.py | 712 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/ |
D | gles1.in | 31 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/ |
D | gl.h | 623 GL_API void GL_APIENTRY glPolygonOffset (GLfloat factor, GLfloat units); 712 GL_API void GL_APIENTRY glPolygonOffsetx (GLfixed factor, GLfixed units);
|