Home
last modified time | relevance | path

Searched defs:w (Results 1 – 25 of 191) sorted by relevance

12345678

/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/
Dxf-osal.h87 static inline void __xf_wait_init(xf_wait_t *w) in __xf_wait_init()
94 static inline void __xf_wait_prepare(xf_wait_t *w) in __xf_wait_prepare()
99 #define __xf_wait_prepare(w) \ argument
106 static inline int __xf_wait(xf_wait_t *w, u32 timeout) in __xf_wait()
135 #define __xf_wait(w, timeout) \ argument
145 static inline void __xf_wakeup(xf_wait_t *w) in __xf_wakeup()
157 #define __xf_wakeup(w) \ argument
164 static inline void __xf_wait_complete(xf_wait_t *w) in __xf_wait_complete()
169 #define __xf_wait_complete(w) \ argument
/device/google/contexthub/firmware/os/algos/common/math/
Dvec.h53 float x, y, z, w; member
65 static inline void vec3Add(struct Vec3 *v, const struct Vec3 *w) { in vec3Add()
75 const struct Vec3 *w) { in vec3AddVecs()
85 static inline void vec3Sub(struct Vec3 *v, const struct Vec3 *w) { in vec3Sub()
95 const struct Vec3 *w) { in vec3SubVecs()
113 static inline float vec3Dot(const struct Vec3 *v, const struct Vec3 *w) { in vec3Dot()
148 const struct Vec3 *w) { in vec3Cross()
169 float w) { in initVec4()
Dvec.c54 void vecAdd(float *u, const float *v, const float *w, size_t dim) { in vecAdd()
64 void vecAddInPlace(float *v, const float *w, size_t dim) { in vecAddInPlace()
73 void vecSub(float *u, const float *v, const float *w, size_t dim) { in vecSub()
111 float vecDot(const float *v, const float *w, size_t dim) { in vecDot()
/device/linaro/hikey/gralloc960/
Dmali_gralloc_bufferaccess.cpp36 …k(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, int h, in mali_gralloc_lock()
72 …ck_ycbcr(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_ycbcr()
222 …ck_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, int w, in mali_gralloc_lock_async()
235 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in mali_gralloc_lock_ycbcr_async()
249int w, int h, struct android_flex_layout *flex_layout, int32_t fence_fd) in mali_gralloc_lock_flex_async()
Dmali_gralloc_module.cpp92 …lock(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, in gralloc_lock()
100 …_lock_ycbcr(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_ycbcr()
115 …_lock_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, in gralloc_lock_async()
124 int w, int h, android_ycbcr *ycbcr, int32_t fence_fd) in gralloc_lock_ycbcr_async()
/device/google/cuttlefish_common/guest/hals/camera/
DGrallocModule.h28 int lock(buffer_handle_t handle, int usage, int l, int t, int w, int h, in lock()
34 int lock_ycbcr(buffer_handle_t handle, int usage, int l, int t, int w, int h, in lock_ycbcr()
/device/generic/goldfish/camera/
DGrallocModule.h16 int usage, int l, int t, int w, int h, void **vaddr) { in lock()
22 int usage, int l, int t, int w, int h, in lock_ycbcr()
/device/google/contexthub/firmware/lib/libm/
Dsf_fpclassify.c12 __uint32_t w; in __fpclassifyf() local
Dsf_round.c21 __uint32_t w; local
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp281 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad… in gralloc_lock()
330 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct and… in gralloc_lock_ycbcr()
465 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vad… in gralloc_lock_async()
489 …_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct and… in gralloc_lock_async_ycbcr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dcomplexobject.c520 complex_add(PyObject *v, PyObject *w) in complex_add()
533 complex_sub(PyObject *v, PyObject *w) in complex_sub()
546 complex_mul(PyObject *v, PyObject *w) in complex_mul()
559 complex_div(PyObject *v, PyObject *w) in complex_div()
577 complex_classic_div(PyObject *v, PyObject *w) in complex_classic_div()
600 complex_remainder(PyObject *v, PyObject *w) in complex_remainder()
625 complex_divmod(PyObject *v, PyObject *w) in complex_divmod()
654 complex_pow(PyObject *v, PyObject *w, PyObject *z) in complex_pow()
691 complex_int_div(PyObject *v, PyObject *w) in complex_int_div()
788 complex_richcompare(PyObject *v, PyObject *w, int op) in complex_richcompare()
Dobject.c608 try_rich_compare(PyObject *v, PyObject *w, int op) in try_rich_compare()
643 try_rich_compare_bool(PyObject *v, PyObject *w, int op) in try_rich_compare_bool()
670 try_rich_to_3way_compare(PyObject *v, PyObject *w) in try_rich_to_3way_compare()
703 try_3way_compare(PyObject *v, PyObject *w) in try_3way_compare()
763 default_3way_compare(PyObject *v, PyObject *w) in default_3way_compare()
813 do_cmp(PyObject *v, PyObject *w) in do_cmp()
854 PyObject_Compare(PyObject *v, PyObject *w) in PyObject_Compare()
896 try_3way_to_rich_compare(PyObject *v, PyObject *w, int op) in try_3way_to_rich_compare()
926 do_richcmp(PyObject *v, PyObject *w, int op) in do_richcmp()
944 PyObject_RichCompare(PyObject *v, PyObject *w, int op) in PyObject_RichCompare()
[all …]
Dintobject.c454 int_compare(PyIntObject *v, PyIntObject *w) in int_compare()
473 int_add(PyIntObject *v, PyIntObject *w) in int_add()
486 int_sub(PyIntObject *v, PyIntObject *w) in int_sub()
526 int_mul(PyObject *v, PyObject *w) in int_mul()
730 int_pow(PyIntObject *v, PyIntObject *w, PyIntObject *z) in int_pow()
854 int_lshift(PyIntObject *v, PyIntObject *w) in int_lshift()
900 int_rshift(PyIntObject *v, PyIntObject *w) in int_rshift()
924 int_and(PyIntObject *v, PyIntObject *w) in int_and()
933 int_xor(PyIntObject *v, PyIntObject *w) in int_xor()
942 int_or(PyIntObject *v, PyIntObject *w) in int_or()
Dabstract.c923 binary_op1(PyObject *v, PyObject *w, const int op_slot)
983 binop_type_error(PyObject *v, PyObject *w, const char *op_name)
995 binary_op(PyObject *v, PyObject *w, const int op_slot, const char *op_name)
1036 PyObject *w,
1183 PyNumber_Add(PyObject *v, PyObject *w)
1214 PyNumber_Multiply(PyObject *v, PyObject *w)
1233 PyNumber_FloorDivide(PyObject *v, PyObject *w)
1240 PyNumber_TrueDivide(PyObject *v, PyObject *w)
1247 PyNumber_Remainder(PyObject *v, PyObject *w)
1253 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z)
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dcomplexobject.c516 complex_add(PyObject *v, PyObject *w) in complex_add()
529 complex_sub(PyObject *v, PyObject *w) in complex_sub()
542 complex_mul(PyObject *v, PyObject *w) in complex_mul()
555 complex_div(PyObject *v, PyObject *w) in complex_div()
573 complex_classic_div(PyObject *v, PyObject *w) in complex_classic_div()
596 complex_remainder(PyObject *v, PyObject *w) in complex_remainder()
621 complex_divmod(PyObject *v, PyObject *w) in complex_divmod()
650 complex_pow(PyObject *v, PyObject *w, PyObject *z) in complex_pow()
687 complex_int_div(PyObject *v, PyObject *w) in complex_int_div()
784 complex_richcompare(PyObject *v, PyObject *w, int op) in complex_richcompare()
Dobject.c603 try_rich_compare(PyObject *v, PyObject *w, int op) in try_rich_compare()
638 try_rich_compare_bool(PyObject *v, PyObject *w, int op) in try_rich_compare_bool()
665 try_rich_to_3way_compare(PyObject *v, PyObject *w) in try_rich_to_3way_compare()
698 try_3way_compare(PyObject *v, PyObject *w) in try_3way_compare()
758 default_3way_compare(PyObject *v, PyObject *w) in default_3way_compare()
808 do_cmp(PyObject *v, PyObject *w) in do_cmp()
849 PyObject_Compare(PyObject *v, PyObject *w) in PyObject_Compare()
891 try_3way_to_rich_compare(PyObject *v, PyObject *w, int op) in try_3way_to_rich_compare()
921 do_richcmp(PyObject *v, PyObject *w, int op) in do_richcmp()
939 PyObject_RichCompare(PyObject *v, PyObject *w, int op) in PyObject_RichCompare()
[all …]
Dintobject.c440 int_compare(PyIntObject *v, PyIntObject *w) in int_compare()
459 int_add(PyIntObject *v, PyIntObject *w) in int_add()
472 int_sub(PyIntObject *v, PyIntObject *w) in int_sub()
512 int_mul(PyObject *v, PyObject *w) in int_mul()
716 int_pow(PyIntObject *v, PyIntObject *w, PyIntObject *z) in int_pow()
834 int_lshift(PyIntObject *v, PyIntObject *w) in int_lshift()
880 int_rshift(PyIntObject *v, PyIntObject *w) in int_rshift()
904 int_and(PyIntObject *v, PyIntObject *w) in int_and()
913 int_xor(PyIntObject *v, PyIntObject *w) in int_xor()
922 int_or(PyIntObject *v, PyIntObject *w) in int_or()
Dabstract.c923 binary_op1(PyObject *v, PyObject *w, const int op_slot)
983 binop_type_error(PyObject *v, PyObject *w, const char *op_name)
995 binary_op(PyObject *v, PyObject *w, const int op_slot, const char *op_name)
1036 PyObject *w,
1183 PyNumber_Add(PyObject *v, PyObject *w)
1214 PyNumber_Multiply(PyObject *v, PyObject *w)
1233 PyNumber_FloorDivide(PyObject *v, PyObject *w)
1240 PyNumber_TrueDivide(PyObject *v, PyObject *w)
1247 PyNumber_Remainder(PyObject *v, PyObject *w)
1253 PyNumber_Power(PyObject *v, PyObject *w, PyObject *z)
[all …]
Dclassobject.c744 PyObject *w = f(v, (PyObject *)inst, in instance_getattr2() local
1401 generic_binary_op(PyObject *v, PyObject *w, char *opname) in generic_binary_op()
1429 half_binop(PyObject *v, PyObject *w, char *opname, binaryfunc thisfunc, in half_binop()
1498 do_binop(PyObject *v, PyObject *w, char *opname, char *ropname, in do_binop()
1510 do_binop_inplace(PyObject *v, PyObject *w, char *iopname, char *opname, in do_binop_inplace()
1525 PyObject *w = *pw; in instance_coerce() local
1646 half_cmp(PyObject *v, PyObject *w) in half_cmp()
1709 instance_compare(PyObject *v, PyObject *w) in instance_compare()
1862 bin_power(PyObject *v, PyObject *w) in bin_power()
1869 instance_pow(PyObject *v, PyObject *w, PyObject *z) in instance_pow()
[all …]
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_cosh.c52 double t,w; in __ieee754_cosh() local
De_sinh.c44 double t,w,h; in __ieee754_sinh() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbitlib.c157 int w = luaL_optint(L, farg + 1, 1); in fieldargs() local
168 int w; in b_extract() local
178 int w; in b_replace() local
/device/google/cuttlefish_common/guest/hals/gralloc/legacy/
Dgralloc.cpp53 alloc_device_t* /*dev*/, int format, int w, int h, in gralloc_alloc_buffer()
102 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format, in gralloc_alloc() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py622 def add(self, name, x, y, w, h, text, value = None): argument
631 def __init__(self, db, name, x, y, w, h, attr, title, first, default, cancel): argument
637 def control(self, name, type, x, y, w, h, attr, prop, text, next, help): argument
642 def text(self, name, x, y, w, h, attr, text): argument
646 def bitmap(self, name, x, y, w, h, text): argument
649 def line(self, name, x, y, w, h): argument
652 def pushbutton(self, name, x, y, w, h, attr, text, next): argument
655 def radiogroup(self, name, x, y, w, h, attr, prop, text, next): argument
661 def checkbox(self, name, x, y, w, h, attr, prop, text, next): argument
/device/google/cuttlefish_common/common/libs/tcp_socket/
Dtcp_socket.cpp119 void cvd::AppendInNetworkByteOrder(Message* msg, const std::uint32_t w) { in AppendInNetworkByteOrder()
125 void cvd::AppendInNetworkByteOrder(Message* msg, const std::int32_t w) { in AppendInNetworkByteOrder()

12345678