Home
last modified time | relevance | path

Searched defs:bin (Results 1 – 25 of 140) sorted by relevance

123456

/external/jemalloc_new/src/
Dbin.c11 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, \ argument
23 bin_init(bin_t *bin) { in bin_init()
38 bin_prefork(tsdn_t *tsdn, bin_t *bin) { in bin_prefork()
43 bin_postfork_parent(tsdn_t *tsdn, bin_t *bin) { in bin_postfork_parent()
48 bin_postfork_child(tsdn_t *tsdn, bin_t *bin) { in bin_postfork_child()
Dandroid_je_mallinfo.c37 bin_t* bin = &arena->bins[j]; in accumulate_small_allocs() local
104 bin_t* bin = &arena->bins[bidx]; in je_mallinfo_bin_info() local
Dsz.c9 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
20 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
93 #define SC(index, lg_grp, lg_delta, ndelta, psz, bin, pgs, lg_delta_lookup) \ argument
Darena.c913 arena_bin_slabs_nonfull_insert(bin_t *bin, extent_t *slab) { in arena_bin_slabs_nonfull_insert()
919 arena_bin_slabs_nonfull_remove(bin_t *bin, extent_t *slab) { in arena_bin_slabs_nonfull_remove()
924 arena_bin_slabs_nonfull_tryget(bin_t *bin) { in arena_bin_slabs_nonfull_tryget()
936 arena_bin_slabs_full_insert(arena_t *arena, bin_t *bin, extent_t *slab) { in arena_bin_slabs_full_insert()
950 arena_bin_slabs_full_remove(arena_t *arena, bin_t *bin, extent_t *slab) { in arena_bin_slabs_full_remove()
1004 bin_t *bin = &arena->bins[i]; in arena_reset() local
1152 arena_bin_nonfull_slab_get(tsdn_t *tsdn, arena_t *arena, bin_t *bin, in arena_bin_nonfull_slab_get()
1195 arena_bin_malloc_hard(tsdn_t *tsdn, arena_t *arena, bin_t *bin, in arena_bin_malloc_hard()
1253 bin_t *bin; in arena_tcache_fill_small() local
1323 bin_t *bin; in arena_malloc_small() local
[all …]
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DByteUtilsTest.java74 ByteArrayInputStream bin = new ByteArrayInputStream(new byte[] { 2, 3, 4, 5 }); in fromLittleEndianFromStream() local
80 ByteArrayInputStream bin = new ByteArrayInputStream(new byte[] { 2, 3, 4, (byte) 128 }); in fromLittleEndianFromStreamUnsignedInt32() local
91 ByteArrayInputStream bin = new ByteArrayInputStream(new byte[] { 2, 3 }); in fromLittleEndianFromStreamThrowsForPrematureEnd() local
97 ByteArrayInputStream bin = new ByteArrayInputStream(new byte[] { 2, 3, 4, 5 }); in fromLittleEndianFromSupplier() local
103 ByteArrayInputStream bin = new ByteArrayInputStream(new byte[] { 2, 3, 4, (byte) 128 }); in fromLittleEndianFromSupplierUnsignedInt32() local
115 ByteArrayInputStream bin = new ByteArrayInputStream(new byte[] { 2, 3 }); in fromLittleEndianFromSupplierThrowsForPrematureEnd() local
/external/python/pyasn1/pyasn1/compat/
Dbinary.py10 def bin(value): function
33 bin = bin variable
/external/jemalloc/src/
Dandroid_je_mallinfo.c34 arena_bin_t* bin = &arenas[i]->bins[j]; in je_mallinfo() local
70 arena_bin_t* bin = &arenas[aidx]->bins[j]; in __mallinfo_arena_info() local
89 arena_bin_t* bin = &arenas[aidx]->bins[bidx]; in __mallinfo_bin_info() local
/external/libxcam/modules/ocl/
Dcl_tnr_handler.cpp119 for (uint32_t bin = 0; bin < hor_hist_bin; bin++) { in calculate_image_histogram() local
127 for (uint32_t bin = 0; bin < ver_hist_bin; bin++) { in calculate_image_histogram() local
137 … uint8_t bin = (stats->stats[row_index * image_aligned_width + col_index].avg_y * 255) in calculate_image_histogram() local
180 for (uint32_t bin = 0; bin < hor_hist_bin; bin++) { in calculate_image_histogram() local
193 for (uint32_t bin = 0; bin < ver_hist_bin; bin++) { in calculate_image_histogram() local
208 uint8_t bin = (image_buffer[row_index * stride + col_index] + in calculate_image_histogram() local
/external/jemalloc_new/include/jemalloc/internal/
Dtcache_inlines.h45 cache_bin_t *bin; in tcache_alloc_small() local
109 cache_bin_t *bin; in tcache_alloc_large() local
170 cache_bin_t *bin; in tcache_dalloc_small() local
195 cache_bin_t *bin; in tcache_dalloc_large() local
/external/wpa_supplicant_8/src/utils/
Duuid.c15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin()
50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/external/caliper/caliper/src/main/java/com/google/caliper/platform/jvm/
DJvmPlatform.java83 File bin = new File(javaHome, "bin"); in vmExecutable() local
85 "Could not find %s under java home %s", bin, javaHome); in vmExecutable() local
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_winsys.h37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET()
43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN()
50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl()
59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo()
71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs()
84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD()
103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c111 const struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_is_empty() local
138 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_bin_reset() local
240 struct cmd_bin *bin = lp_scene_get_bin(scene, i, j); in lp_scene_end_rasterization() local
310 struct cmd_bin *bin ) in lp_scene_new_cmd_block()
485 struct cmd_bin *bin = NULL; in lp_scene_bin_iter_next() local
Dlp_rast_debug.c104 debug_bin( const struct cmd_bin *bin, int x, int y ) in debug_bin()
244 const struct cmd_bin *bin, in do_debug_bin()
301 lp_debug_bin( const struct cmd_bin *bin, int i, int j) in lp_debug_bin()
332 struct cmd_bin *bin = lp_scene_get_bin((struct lp_scene *) scene, x, y); in lp_scene_bin_size() local
359 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_draw_bins_by_coverage() local
432 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_bins() local
Dlp_rast.c93 const struct cmd_bin *bin, in lp_rast_tile_begin()
601 const struct cmd_bin *bin, in do_rasterize_bin()
627 const struct cmd_bin *bin, int x, int y ) in rasterize_bin()
655 is_empty_bin( const struct cmd_bin *bin ) in is_empty_bin()
685 struct cmd_bin *bin; in rasterize_scene() local
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_winsys.h20 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin, in nv50_add_bufctx_resident_bo()
27 nv50_add_bufctx_resident(struct nouveau_bufctx *bufctx, int bin, in nv50_add_bufctx_resident()
36 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ argument
39 #define BCTX_REFN(bctx, bin, res, acc) \ argument
/external/libdrm/nouveau/
Dbufctx.c99 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin) in nouveau_bufctx_reset()
117 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin, in nouveau_bufctx_refn()
144 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet, in nouveau_bufctx_mthd()
/external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
DDalvikPlatform.java58 File bin = new File(vmHome, "bin"); in vmExecutable() local
60 "Could not find %s under android root %s", bin, vmHome); in vmExecutable() local
/external/libexif/binary/
DMakefile.am6 dist-ship-binary-hook include bin: target
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_winsys.h19 nv50_add_bufctx_resident_bo(struct nouveau_bufctx *bufctx, int bin, in nv50_add_bufctx_resident_bo()
26 nvc0_add_resident(struct nouveau_bufctx *bufctx, int bin, in nvc0_add_resident()
35 #define BCTX_REFN_bo(ctx, bin, fl, bo) \ argument
38 #define BCTX_REFN(bctx, bin, res, acc) \ argument
/external/libhevc/decoder/
Dihevcd_cabac.c558 WORD32 bin; in ihevcd_cabac_decode_bins_tunary() local
609 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_tunary() local
673 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_egk() local
733 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_trunc_rice() local
/external/libopus/celt/tests/
Dtest_unit_mdct.c47 int bin,k; in check() local
77 int bin,k; in check_inv() local
/external/curl/tests/python_dependencies/impacket/
Duuid.py45 def bin_to_uuidtup(bin): argument
/external/llvm/cmake/modules/
DAddOCaml.cmake29 set(bin ${CMAKE_CURRENT_BINARY_DIR}) variable
/external/guava/guava-tests/test/com/google/common/io/
DByteStreamsTest.java491 InputStream bin = new ByteArrayInputStream(big); in testLimit() local
522 InputStream bin = new ByteArrayInputStream(big); in testLimit_mark() local
543 InputStream bin = new ByteArrayInputStream(big); in testLimit_skip() local
560 InputStream bin = new ByteArrayInputStream(big); in testLimit_markNotSet() local

123456