Home
last modified time | relevance | path

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

1234

/hardware/invensense/60xx/mlsdk/mllite/
Dml_stored_data.c488 uint32_t t = 0; in inv_load_cal_V2() local
646 uint32_t t = 0; in inv_load_cal_V3() local
665 uint32_t t = 0; in inv_load_cal_V3() local
675 uint32_t t = 0; in inv_load_cal_V3() local
685 uint32_t t = 0; in inv_load_cal_V3() local
694 uint32_t t = 0; in inv_load_cal_V3() local
877 uint32_t t = 0; in inv_load_cal_V4() local
901 uint32_t t = 0; in inv_load_cal_V4() local
911 uint32_t t = 0; in inv_load_cal_V4() local
921 uint32_t t = 0; in inv_load_cal_V4() local
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
Dvpx_timer.h57 vpx_usec_timer_start(struct vpx_usec_timer *t) { in vpx_usec_timer_start()
67 vpx_usec_timer_mark(struct vpx_usec_timer *t) { in vpx_usec_timer_mark()
77 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { in vpx_usec_timer_elapsed()
105 vpx_usec_timer_start(struct vpx_usec_timer *t) { } in vpx_usec_timer_start()
108 vpx_usec_timer_mark(struct vpx_usec_timer *t) { } in vpx_usec_timer_mark()
111 vpx_usec_timer_elapsed(struct vpx_usec_timer *t) { in vpx_usec_timer_elapsed()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.c21 vp8_tree t, in tree2tok()
45 void vp8_tokens_from_tree(struct vp8_token_struct *p, vp8_tree t) in vp8_tokens_from_tree()
50 void vp8_tokens_from_tree_offset(struct vp8_token_struct *p, vp8_tree t, in vp8_tokens_from_tree_offset()
65 int t = 0; in branch_counts() local
121 int t = 0; in vp8_tree_probs_from_distribution() local
Dtextblit.c69 int t; in vp8_blit_line() local
81 int t; in vp8_blit_line() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dtokenize.c113 TOKENEXTRA *t = *tp;/* store tokens starting here */ in tokenize2nd_order_b() local
205 TOKENEXTRA *t = *tp;/* store tokens starting here */ in tokenize1st_order_b() local
383 void vp8_tokenize_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8_tokenize_mb()
430 int type, band, pt, t; in print_context_counters() local
504 TOKENEXTRA *t = *tp; /* store tokens starting here */ in stuff2nd_order_b() local
530 TOKENEXTRA *t = *tp; /* store tokens starting here */ in stuff1st_order_b() local
554 TOKENEXTRA *t = *tp; /* store tokens starting here */ in stuff1st_order_buv() local
567 void vp8_stuff_mb(VP8_COMP *cpi, MACROBLOCK *x, TOKENEXTRA **t) in vp8_stuff_mb()
Dtreewriter.h63 vp8_tree t, in vp8_treed_write()
82 vp8_tree t, in vp8_write_token()
91 vp8_tree t, in vp8_treed_cost()
112 vp8_tree t, in vp8_cost_token()
Dtreewriter.c36 void vp8_cost_tokens(int *c, const vp8_prob *p, vp8_tree t) in vp8_cost_tokens()
40 void vp8_cost_tokens2(int *c, const vp8_prob *p, vp8_tree t,int start) in vp8_cost_tokens2()
/hardware/ril/reference-ril/
Dreference-ril.c196 #define RIL_onRequestComplete(t, e, response, responselen) s_rilenv->OnRequestComplete(t,e, respons… argument
367 static void requestRadioPower(void *data, size_t datalen, RIL_Token t) in requestRadioPower()
404 static void requestShutdown(RIL_Token t) in requestShutdown()
428 static void requestDataCallList(void *data __unused, size_t datalen __unused, RIL_Token t) in requestDataCallList()
433 static void requestOrSendDataCallList(RIL_Token *t) in requestOrSendDataCallList()
625 void *data __unused, size_t datalen __unused, RIL_Token t) in requestQueryNetworkSelectionMode()
668 static void requestGetCurrentCalls(void *data __unused, size_t datalen __unused, RIL_Token t)
791 static void requestDial(void *data, size_t datalen __unused, RIL_Token t)
818 static void requestWriteSmsToSim(void *data, size_t datalen __unused, RIL_Token t)
844 static void requestHangup(void *data, size_t datalen __unused, RIL_Token t)
[all …]
/hardware/qcom/gps/utils/
Dloc_timer.c58 timer_data* t = (timer_data*)thread_data; in timer_thread() local
118 timer_data *t=NULL; in loc_timer_start() local
176 timer_data* t = (timer_data*)handle; in loc_timer_stop() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dminiopt.c41 miniopt_init(miniopt_t *t, const char* name, const char* flags, bool longflags) in miniopt_init()
57 miniopt(miniopt_t *t, char **argv) in miniopt()
/hardware/intel/img/libdrm/libdrm/
Dxf86drmHash.c174 int drmHashDestroy(void *t) in drmHashDestroy()
225 int drmHashLookup(void *t, unsigned long key, void **value) in drmHashLookup()
238 int drmHashInsert(void *t, unsigned long key, void *value) in drmHashInsert()
260 int drmHashDelete(void *t, unsigned long key) in drmHashDelete()
277 int drmHashNext(void *t, unsigned long *key, void **value) in drmHashNext()
294 int drmHashFirst(void *t, unsigned long *key, void **value) in drmHashFirst()
/hardware/qcom/gps/msm8960/utils/
Dloc_timer.c51 timer_data t; in timer_thread() local
119 timer_data *t=NULL; in loc_timer_start() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_textblit.c67 int t; in vp9_blit_line() local
78 int t; in vp9_blit_line() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_tokenize.c112 TOKENVALUE *const t = dct_value_tokens + DCT_MAX_VALUE; in vp9_tokenize_initialize() local
179 static INLINE void add_token(TOKENEXTRA **t, const vp9_prob *context_tree, in add_token()
191 static INLINE void add_token_no_extra(TOKENEXTRA **t, in add_token_no_extra()
221 TOKENEXTRA *t = *tp; /* store tokens starting here */ in tokenize_b() local
308 void vp9_tokenize_sb(VP9_COMP *cpi, TOKENEXTRA **t, int dry_run, in vp9_tokenize_sb()
/hardware/invensense/60xx/libsensors_iio/
DMPLSupport.cpp32 struct timespec t; in getTimestamp() local
38 int64_t timevalToNano(timeval const& t) { in timevalToNano()
/hardware/ril/libril/
Dril.cpp673 int32_t t; in dispatchInts() local
710 int32_t t; in dispatchSmsWrite() local
761 int32_t t; in dispatchDial() local
865 int32_t t; in dispatchSIM_IO() local
942 int32_t t; in dispatchSIM_APDU() local
1012 int32_t t; in dispatchCallForward() local
1107 int32_t t; in constructCdmaSms() local
1313 int32_t t; in dispatchImsSms() local
1354 int32_t t; in dispatchCdmaSmsAck() local
1392 int32_t t; in dispatchGsmBrSmsCnf() local
[all …]
/hardware/qcom/gps/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
/hardware/qcom/gps/msm8960/platform_lib_abstractions/
Delapsed_millis_since_boot.cpp35 struct timeval t; in systemTime() local
/hardware/akm/AK8975_FS/libsensors/
DSensorBase.h42 static int64_t timevalToNano(timeval const& t) { in timevalToNano()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
Dmacros.h23 #define structof(p,t,f) ((t*)(- (ptrdiff_t) offsetof(t,f) + (char*)(p))) argument
/hardware/invensense/60xx/libsensors/
DSensorBase.h42 static int64_t timevalToNano(timeval const& t) { in timevalToNano()
/hardware/qcom/display/msm8960/libgralloc/
Dmapper.cpp202 int l, int t, int w, int h) in gralloc_map_and_invalidate()
236 int l, int t, int w, int h, in gralloc_lock()
248 int l, int t, int w, int h, in gralloc_lock_ycbcr()
/hardware/qcom/display/msm8974/libgralloc/
Dmapper.cpp202 int l, int t, int w, int h) in gralloc_map_and_invalidate()
237 int l, int t, int w, int h, in gralloc_lock()
249 int l, int t, int w, int h, in gralloc_lock_ycbcr()
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZoneMonitor.java29 private Thread t; field in ThermalZoneMonitor
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Dtreereader.h33 vp8_tree t, in vp8_treed_read()

1234