Home
last modified time | relevance | path

Searched defs:h (Results 1 – 25 of 37) sorted by relevance

12

/system/core/libutils/tests/
DBasicHashtable_test.cpp112 static void cookieAt(const BasicHashtable<TKey, TEntry>& h, size_t index, in cookieAt()
121 static const void* getBuckets(const BasicHashtable<TKey, TEntry>& h) { in getBuckets()
127 static size_t add(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in add()
133 static ssize_t find(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in find()
139 static bool remove(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h, in remove()
163 static void dump(BasicHashtable<TKey, key_value_pair_t<TKey, TValue> >& h) { in dump()
184 SimpleHashtable h; in TEST_F() local
193 SimpleHashtable h(52, 0.8f); in TEST_F() local
202 SimpleHashtable h(46, 1.0f); in TEST_F() local
211 SimpleHashtable h(42, 1.0f); in TEST_F() local
[all …]
/system/bt/btif/src/
Dbtif_sock_thread.c212 static void free_thread_slot(int h) in free_thread_slot()
228 int h; in btsock_thread_init() local
245 int h = alloc_thread_slot(); in btsock_thread_create() local
269 static inline void init_cmd_fd(int h) in init_cmd_fd()
281 static inline void close_cmd_fd(int h) in close_cmd_fd()
302 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id) in btsock_thread_add_fd()
348 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, uint32_t user_id) in btsock_thread_post_cmd()
381 int btsock_thread_wakeup(int h) in btsock_thread_wakeup()
396 int btsock_thread_exit(int h) in btsock_thread_exit()
419 static void init_poll(int h) in init_poll()
[all …]
/system/core/libcutils/
Dnative_handle.c38 native_handle_t* h = malloc(mallocSize); in native_handle_create() local
47 int native_handle_delete(native_handle_t* h) in native_handle_delete()
57 int native_handle_close(const native_handle_t* h) in native_handle_close()
Dhashmap.c81 int h = map->hash(key); in hashKey() local
156 int h = keySize; in hashmapHash() local
/system/core/adb/
Dusb_linux_client.cpp199 static int usb_adb_write(usb_handle *h, const void *data, int len) in usb_adb_write()
214 static int usb_adb_read(usb_handle *h, void *data, int len) in usb_adb_read()
229 static void usb_adb_kick(usb_handle *h) in usb_adb_kick()
243 usb_handle* h = reinterpret_cast<usb_handle*>(calloc(1, sizeof(usb_handle))); in usb_adb_init() local
274 static void init_functionfs(struct usb_handle *h) in init_functionfs()
397 static int usb_ffs_write(usb_handle* h, const void* data, int len) in usb_ffs_write()
430 static int usb_ffs_read(usb_handle* h, void* data, int len) in usb_ffs_read()
442 static void usb_ffs_kick(usb_handle *h) in usb_ffs_kick()
472 usb_handle* h = reinterpret_cast<usb_handle*>(calloc(1, sizeof(usb_handle))); in usb_ffs_init() local
504 int usb_write(usb_handle *h, const void *data, int len) in usb_write()
[all …]
Dusb_linux.cpp317 static int usb_bulk_write(usb_handle *h, const void *data, int len) in usb_bulk_write()
370 static int usb_bulk_read(usb_handle *h, void *data, int len) in usb_bulk_read()
444 int usb_write(usb_handle *h, const void *_data, int len) in usb_write()
484 int usb_read(usb_handle *h, void *_data, int len) in usb_read()
518 void usb_kick(usb_handle *h) in usb_kick()
553 int usb_close(usb_handle *h) in usb_close()
Dtransport_usb.cpp83 void init_usb_transport(atransport *t, usb_handle *h, int state) in init_usb_transport()
Dframebuffer_service.cpp63 int w, h, f; in framebuffer_service() local
/system/core/fastboot/
Dusb_osx.c387 usb_handle h; in init_usb() local
466 int usb_close(usb_handle *h) { in usb_close()
476 int usb_read(usb_handle *h, void *data, int len) { in usb_read()
510 int usb_write(usb_handle *h, const void *data, int len) { in usb_write()
Dusb_linux.c366 int usb_write(usb_handle *h, const void *_data, int len) in usb_write()
401 int usb_read(usb_handle *h, void *_data, int len) in usb_read()
446 void usb_kick(usb_handle *h) in usb_kick()
458 int usb_close(usb_handle *h) in usb_close()
Dbootimg_utils.cpp35 void bootimg_set_cmdline(boot_img_hdr *h, const char *cmdline) in bootimg_set_cmdline()
/system/core/libpixelflinger/
Dclear.cpp51 uint32_t l, uint32_t t, uint32_t w, uint32_t h) in memset2d()
102 uint32_t h = c->state.scissor.bottom - t; in ggl_clear() local
Dbuffer.cpp187 const int h = f->c[i].h; in write_pixel() local
278 uint32_t extract(uint32_t v, int h, int l, int bits) in extract()
Draster.cpp153 GGLint h = where[3]; in gglBitBlit() local
/system/core/adf/libadf/tests/
Dadf_test.cpp76 void drawCheckerboard(void *buf, uint32_t w, uint32_t h, uint32_t pitch) { in drawCheckerboard()
102 void getCurrentMode(uint32_t &w, uint32_t &h) { in getCurrentMode()
286 uint32_t w = 0, h = 0; in TEST_F() local
311 uint32_t w = 0, h = 0; in TEST_F() local
/system/extras/tests/framebuffer/
Dfb_test.c207 void draw_grid(int w, int h, void* _loc) { in draw_grid()
242 void clear_screen(int w, int h, void* _loc) in clear_screen()
259 int h; in main() local
Drefresh.c135 int l,t,w,h; in main() local
/system/extras/ksmutils/
Dlookup3.c775 uint32_t h=0; in driver1() local
797 uint32_t e[HASHSTATE],f[HASHSTATE],g[HASHSTATE],h[HASHSTATE]; in driver2() local
868 uint32_t h; in driver3() local
957 uint32_t h,i,state[HASHSTATE]; in driver4() local
/system/extras/slideshow/
Dslideshow.cpp58 int w, h, x, y; in draw() local
/system/core/sdcard/
Dsdcard.c1178 struct handle *h; in handle_open() local
1213 struct handle *h = id_to_ptr(req->fh); in handle_read() local
1242 struct handle *h = id_to_ptr(req->fh); in handle_write() local
1297 struct handle *h = id_to_ptr(req->fh); in handle_release() local
1316 struct handle *h = id_to_ptr(req->fh); in handle_fsync() local
1343 struct dirhandle *h; in handle_opendir() local
1380 struct dirhandle *h = id_to_ptr(req->fh); in handle_readdir() local
1406 struct dirhandle *h = id_to_ptr(req->fh); in handle_releasedir() local
/system/core/toolbox/upstream-netbsd/usr.bin/du/
Ddu.c293 int h, h2; in linkchk() local
/system/core/include/system/
Dwindow.h735 int w, int h, int format) in native_window_set_buffers_geometry()
756 int w, int h) in native_window_set_buffers_dimensions()
781 int w, int h) in native_window_set_buffers_user_dimensions()
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp105 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract()
/system/core/libmincrypt/
Dp256_ec.c844 felem z1z1, z1z1z1, s2, u2, h, i, j, r, rr, v, tmp; in point_add_mixed() local
882 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add() local
929 felem z1z1, z1z1z1, z2z2, z2z2z2, s1, s2, u1, u2, h, i, j, r, rr, v, tmp; in point_add_or_double_vartime() local
/system/core/libpixelflinger/include/pixelflinger/
Dformat.h119 uint8_t h; member

12