Home
last modified time | relevance | path

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

12345

/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()
Dprintbuf.c59 char *t; in printbuf_extend() local
156 char *t; in sprintbuf() local
/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()
Dprintbuf.c59 char *t; in printbuf_extend() local
156 char *t; in sprintbuf() local
/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()
Dprintbuf.c59 char *t; in printbuf_extend() local
156 char *t; in sprintbuf() local
/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
685 static void requestRadioPower(void *data, size_t datalen __unused, RIL_Token t) in requestRadioPower()
722 static void requestShutdown(RIL_Token t) in requestShutdown()
738 static void requestNvResetConfig(void* data, size_t datalen __unused, RIL_Token t) { in requestNvResetConfig()
757 static void requestDataCallList(void *data __unused, size_t datalen __unused, RIL_Token t) in requestDataCallList()
764 void *data __unused, size_t datalen __unused, RIL_Token t, int request) in requestCallSelection()
824 static void requestOrSendDataCallList(int cid, RIL_Token *t) in requestOrSendDataCallList()
1070 void *data __unused, size_t datalen __unused, RIL_Token t) in requestQueryNetworkSelectionMode()
1113 static void requestGetCurrentCalls(void *data __unused, size_t datalen __unused, RIL_Token t)
1238 static void requestDial(void *data, size_t datalen __unused, RIL_Token t)
[all …]
/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/google/cuttlefish/common/libs/utils/
Dunique_resource_allocator.h128 std::vector<T> ExpandPool(T&& t) { in ExpandPool()
134 std::vector<T> ExpandPool(const T& t) { in ExpandPool()
187 std::optional<Reservation> Take(const T& t) { in Take()
200 for (const auto& t : ts) { in TakeAll() local
206 for (const auto& t : ts) { in TakeAll() local
238 void Reclaim(const T& t) { in Reclaim()
/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/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/generic/vulkan-cereal/third-party/glm/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()
Dtype_vec2.hpp47 struct{ T s, t; }; member
71 union {T y, g, t;}; member
Dtype_vec3.hpp47 struct{ T s, t, p; }; member
70 union { T y, g, t; }; member
/device/google/cuttlefish/host/commands/cvd/selector/
Dconstant_reference.h37 ConstRef(const T& t) : inner_wrapper_(t) {} in ConstRef()
66 ConstRef<T> Cref(const T& t) noexcept { in Cref()
/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()
/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/generic/goldfish-opengl/android-emu/aemu/base/threads/
DAndroidThreadStore.h136 void set(T* t) { in set()
144 T* swap(T* t) { in swap()
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dtransform2.inl23 GLM_FUNC_QUALIFIER tmat4x4<T, P> shearX3D(tmat4x4<T, P> const& m, T s, T t) argument
32 GLM_FUNC_QUALIFIER tmat4x4<T, P> shearY3D(tmat4x4<T, P> const& m, T s, T t) argument
41 GLM_FUNC_QUALIFIER tmat4x4<T, P> shearZ3D(tmat4x4<T, P> const& m, T s, T t) argument
/device/generic/vulkan-cereal/fake-android-guest/log/
Dlog_time.h31 #define LOG_TIME_SEC(t) ((t)->tv_sec) argument
33 #define LOG_TIME_NSEC(t) ((t)->tv_nsec & (UINT32_MAX >> 2)) argument
/device/google/contexthub/firmware/os/core/
Dtimer.c177 struct Timer *t; in timTimerSetEx() local
228 struct Timer *t = (struct Timer *)context; in timerEventMatch() local
243 struct Timer *t = timFindTimerById(timerId); in timTimerCancelEx() local
/device/generic/vulkan-cereal/stream-servers/apigen-codec-common/X11/extensions/
DXKBsrv.h297 #define _XkbTypedAlloc(t) ((t *)xalloc(sizeof(t))) argument
298 #define _XkbTypedCalloc(n,t) ((t *)Xcalloc((n)*sizeof(t))) argument
299 #define _XkbTypedRealloc(o,n,t) \ argument
301 #define _XkbClearElems(a,f,l,t) bzero(&(a)[f],((l)-(f)+1)*sizeof(t)) argument
314 #define _XkbIsPressEvent(t) (((t)==KeyPress)||((t)==DeviceKeyPress)) argument
315 #define _XkbIsReleaseEvent(t) (((t)==KeyRelease)||((t)==DeviceKeyRelease)) argument
317 #define _XkbIsPressEvent(t) ((t)==KeyPress) argument
318 #define _XkbIsReleaseEvent(t) ((t)==KeyRelease) argument

12345