Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 175) sorted by relevance

1234567

/device/generic/vulkan-cereal/protocols/vulkan/katex/contrib/
Dmhchem.min.js1 !function(t,e){if("object"==typeof exports&&"object"==typeof module)module.exports=e(require("katex… argument
Dauto-render.min.js1 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t(require("katex"))… argument
Dcopy-tex.min.js1 !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t();else if("fun… argument
Dmathtex-script-type.min.js1 !function(e,t){if("object"==typeof exports&&"object"==typeof module)module.exports=t(require("katex… argument
Drender-a11y-string.min.js1 …;else if("function"==typeof define&&define.amd)define(["katex"],r);else{var t="object"==typeof exp… argument
/device/generic/vulkan-cereal/protocols/vulkan/scripts/asciidoctor-chunker/
Dasciidoctor-chunker.js4t,n={1073:e=>{e.exports={trueFunc:function(){return!0},falseFunc:function(){return!1}}},9125:(e,t,… function
/device/generic/vulkan-cereal/protocols/vulkan/katex/
Dkatex.min.js1 !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typ… argument
/device/google/redbull/json-c/
Dlinkhash.c432 struct lh_table *t; in lh_table_new() local
460 void lh_table_resize(struct lh_table *t, int new_size) in lh_table_resize()
480 void lh_table_free(struct lh_table *t) in lh_table_free()
493 int lh_table_insert(struct lh_table *t, void *k, const void *v) in lh_table_insert()
527 struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k) in lh_table_lookup_entry()
545 const void* lh_table_lookup(struct lh_table *t, const void *k) in lh_table_lookup()
552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
563 int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e) in lh_table_delete_entry()
592 int lh_table_delete(struct lh_table *t, const void *k) in lh_table_delete()
599 int lh_table_length(struct lh_table *t) in lh_table_length()
/device/google/coral/json-c/
Dlinkhash.c432 struct lh_table *t; in lh_table_new() local
460 void lh_table_resize(struct lh_table *t, int new_size) in lh_table_resize()
480 void lh_table_free(struct lh_table *t) in lh_table_free()
493 int lh_table_insert(struct lh_table *t, void *k, const void *v) in lh_table_insert()
527 struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k) in lh_table_lookup_entry()
545 const void* lh_table_lookup(struct lh_table *t, const void *k) in lh_table_lookup()
552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
563 int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e) in lh_table_delete_entry()
592 int lh_table_delete(struct lh_table *t, const void *k) in lh_table_delete()
599 int lh_table_length(struct lh_table *t) in lh_table_length()
/device/google/sunfish/json-c/
Dlinkhash.c432 struct lh_table *t; in lh_table_new() local
460 void lh_table_resize(struct lh_table *t, int new_size) in lh_table_resize()
480 void lh_table_free(struct lh_table *t) in lh_table_free()
493 int lh_table_insert(struct lh_table *t, void *k, const void *v) in lh_table_insert()
527 struct lh_entry* lh_table_lookup_entry(struct lh_table *t, const void *k) in lh_table_lookup_entry()
545 const void* lh_table_lookup(struct lh_table *t, const void *k) in lh_table_lookup()
552 json_bool lh_table_lookup_ex(struct lh_table* t, const void* k, void **v) in lh_table_lookup_ex()
563 int lh_table_delete_entry(struct lh_table *t, struct lh_entry *e) in lh_table_delete_entry()
592 int lh_table_delete(struct lh_table *t, const void *k) in lh_table_delete()
599 int lh_table_length(struct lh_table *t) in lh_table_length()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c321 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument
665 static void requestRadioPower(void *data, size_t datalen __unused, RIL_Token t) in requestRadioPower()
702 static void requestShutdown(RIL_Token t) in requestShutdown()
718 static void requestNvResetConfig(void* data, size_t datalen __unused, RIL_Token t) { in requestNvResetConfig()
737 static void requestDataCallList(void *data __unused, size_t datalen __unused, RIL_Token t) in requestDataCallList()
744 void *data __unused, size_t datalen __unused, RIL_Token t, int request) in requestCallSelection()
804 static void requestOrSendDataCallList(int cid, RIL_Token *t) in requestOrSendDataCallList()
1050 void *data __unused, size_t datalen __unused, RIL_Token t) in requestQueryNetworkSelectionMode()
1093 static void requestGetCurrentCalls(void *data __unused, size_t datalen __unused, RIL_Token t)
1218 static void requestDial(void *data, size_t datalen __unused, RIL_Token t)
[all …]
/device/generic/vulkan-cereal/host-common/avd/
Dhw-config.h29 #define HWCFG_BOOL(n,s,d,a,t) hw_bool_t n; argument
30 #define HWCFG_INT(n,s,d,a,t) hw_int_t n; argument
31 #define HWCFG_STRING(n,s,d,a,t) hw_string_t n; argument
32 #define HWCFG_DOUBLE(n,s,d,a,t) hw_double_t n; argument
33 #define HWCFG_DISKSIZE(n,s,d,a,t) hw_disksize_t n; argument
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/
DXos.h111 # define gettimeofday(t) \ argument
125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0) argument
128 # define X_GETTIMEOFDAY(t) gettimeofday(t) argument
130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0) argument
DXos_r.h400 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t)) argument
443 # define _XGethostbyaddr(a,al,t,hp) \ argument
481 # define _XGethostbyaddr(a,al,t,hp) \ argument
497 # define _XGethostbyaddr(a,al,t,hp) \ argument
513 # define _XGethostbyaddr(a,al,t,hp) gethostbyaddr((a),(al),(t)) argument
845 # define _XAsctime(t,p) asctime((t)) argument
847 # define _XCtime(t,p) ctime((t)) argument
849 # define _XGmtime(t,p) gmtime((t)) argument
851 # define _XLocaltime(t,p) localtime((t)) argument
867 # define _XAsctime(t,p) \ argument
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DvalidationGL13.cpp106 bool ValidateMultiTexCoord2d(const Context *context, GLenum target, GLdouble s, GLdouble t) in ValidateMultiTexCoord2d()
116 bool ValidateMultiTexCoord2f(const Context *context, GLenum target, GLfloat s, GLfloat t) in ValidateMultiTexCoord2f()
126 bool ValidateMultiTexCoord2i(const Context *context, GLenum target, GLint s, GLint t) in ValidateMultiTexCoord2i()
136 bool ValidateMultiTexCoord2s(const Context *context, GLenum target, GLshort s, GLshort t) in ValidateMultiTexCoord2s()
149 GLdouble t, in ValidateMultiTexCoord3d()
160 bool ValidateMultiTexCoord3f(const Context *context, GLenum target, GLfloat s, GLfloat t, GLfloat r) in ValidateMultiTexCoord3f()
170 bool ValidateMultiTexCoord3i(const Context *context, GLenum target, GLint s, GLint t, GLint r) in ValidateMultiTexCoord3i()
180 bool ValidateMultiTexCoord3s(const Context *context, GLenum target, GLshort s, GLshort t, GLshort r) in ValidateMultiTexCoord3s()
193 GLdouble t, in ValidateMultiTexCoord4d()
213 GLint t, in ValidateMultiTexCoord4i()
[all …]
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/base/anglebase/
Dsha1.cc71 static inline uint32_t f(uint32_t t, uint32_t B, uint32_t C, uint32_t D) in f()
96 static inline uint32_t K(uint32_t t) in K()
139 for (int t = 0; t < 5; ++t) in Final() local
183 uint32_t t; in Process() local
/device/amlogic/yukawa/hal/gralloc/
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()
234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async()
248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, 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()
123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async()
/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()
234 …ock_ycbcr_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, in mali_gralloc_lock_ycbcr_async()
248 …lock_flex_async(const mali_gralloc_module *m, buffer_handle_t buffer, uint64_t usage, int l, int t, 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()
123 …c_lock_ycbcr_async(gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, in gralloc_lock_ycbcr_async()
/device/generic/vulkan-cereal/include/glm/detail/
D_noise.hpp82 GLM_FUNC_QUALIFIER tvec2<T, P> fade(tvec2<T, P> const & t) in fade()
88 GLM_FUNC_QUALIFIER tvec3<T, P> fade(tvec3<T, P> const & t) in fade()
94 GLM_FUNC_QUALIFIER tvec4<T, P> fade(tvec4<T, P> const & t) in fade()
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/
DTypes.cpp23 const char *getBasicString(TBasicType t) in getBasicString()
142 TType::TType(TBasicType t, unsigned char ps, unsigned char ss) in TType()
146 TType::TType(TBasicType t, TPrecision p, TQualifier q, unsigned char ps, unsigned char ss) in TType()
195 TType::TType(const TType &t) in TType()
200 TType &TType::operator=(const TType &t) in operator =()
595 void TType::setBasicType(TBasicType t) in setBasicType()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_1_3_autogen.cpp528 void GL_APIENTRY MultiTexCoord2d(GLenum target, GLdouble s, GLdouble t) in MultiTexCoord2d()
567 void GL_APIENTRY MultiTexCoord2f(GLenum target, GLfloat s, GLfloat t) in MultiTexCoord2f()
606 void GL_APIENTRY MultiTexCoord2i(GLenum target, GLint s, GLint t) in MultiTexCoord2i()
645 void GL_APIENTRY MultiTexCoord2s(GLenum target, GLshort s, GLshort t) in MultiTexCoord2s()
684 void GL_APIENTRY MultiTexCoord3d(GLenum target, GLdouble s, GLdouble t, GLdouble r) in MultiTexCoord3d()
724 void GL_APIENTRY MultiTexCoord3f(GLenum target, GLfloat s, GLfloat t, GLfloat r) in MultiTexCoord3f()
764 void GL_APIENTRY MultiTexCoord3i(GLenum target, GLint s, GLint t, GLint r) in MultiTexCoord3i()
804 void GL_APIENTRY MultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r) in MultiTexCoord3s()
844 void GL_APIENTRY MultiTexCoord4d(GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) in MultiTexCoord4d()
885 void GL_APIENTRY MultiTexCoord4f(GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) in MultiTexCoord4f()
[all …]
/device/google/cuttlefish/host/libs/screen_connector/
Dscreen_connector_multiplexer.h44 void PushToAndroidQueue(ProcessedFrameType&& t) { in PushToAndroidQueue()
48 void PushToConfUiQueue(ProcessedFrameType&& t) { in PushToConfUiQueue()
/device/linaro/hikey/gralloc/
Dgralloc_module.cpp281 …gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, voi… in gralloc_lock()
330 …gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, str… in gralloc_lock_ycbcr()
465 …gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, voi… in gralloc_lock_async()
489 …gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, str… in gralloc_lock_async_ycbcr()

1234567