Home
last modified time | relevance | path

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

12345678910>>...20

/aosp_15_r20/external/crosvm/fuzz/
H A DCargo.toml35 [[bin]] arraytable
41 [[bin]] arraytable
47 [[bin]] arraytable
53 [[bin]] arraytable
59 [[bin]] arraytable
65 [[bin]] arraytable
71 [[bin]] arraytable
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
H A 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
/aosp_15_r20/external/flatbuffers/tests/rust_usage_test/
H A DCargo.toml21 [[bin]] arraytable
25 [[bin]] arraytable
29 [[bin]] arraytable
33 [[bin]] arraytable
37 [[bin]] arraytable
41 [[bin]] arraytable
/aosp_15_r20/external/jemalloc_new/src/
H A 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()
H A Darena.c935 arena_bin_slabs_nonfull_insert(bin_t *bin, extent_t *slab) { in arena_bin_slabs_nonfull_insert()
941 arena_bin_slabs_nonfull_remove(bin_t *bin, extent_t *slab) { in arena_bin_slabs_nonfull_remove()
946 arena_bin_slabs_nonfull_tryget(bin_t *bin) { in arena_bin_slabs_nonfull_tryget()
960 arena_bin_slabs_full_insert(arena_t *arena, bin_t *bin, extent_t *slab) { in arena_bin_slabs_full_insert()
974 arena_bin_slabs_full_remove(arena_t *arena, bin_t *bin, extent_t *slab) { in arena_bin_slabs_full_remove()
1028 bin_t *bin = &arena->bins[i]; in arena_reset() local
1178 arena_bin_nonfull_slab_get(tsdn_t *tsdn, arena_t *arena, bin_t *bin, in arena_bin_nonfull_slab_get()
1223 arena_bin_malloc_hard(tsdn_t *tsdn, arena_t *arena, bin_t *bin, in arena_bin_malloc_hard()
1281 bin_t *bin; in arena_tcache_fill_small() local
1353 bin_t *bin; in arena_malloc_small() local
[all …]
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_winsys.h39 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET()
45 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl()
54 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo()
66 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs()
79 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD()
98 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_RESRC()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c99 const struct cmd_bin *bin, in lp_rast_tile_begin()
916 lp_characterize_bin(const struct cmd_bin *bin) in lp_characterize_bin()
938 const struct cmd_bin *bin) in blit_rasterize_bin()
953 const struct cmd_bin *bin, in tri_rasterize_bin()
968 const struct cmd_bin *bin) in debug_rasterize_bin()
988 const struct cmd_bin *bin, int x, int y) in rasterize_bin()
1031 is_empty_bin(const struct cmd_bin *bin) in is_empty_bin()
1061 struct cmd_bin *bin; in rasterize_scene() local
H A Dlp_rast_debug.c160 debug_bin(const struct cmd_bin *bin, int x, int y) in debug_bin()
357 const struct cmd_bin *bin, in do_debug_bin()
428 lp_debug_bin(const struct cmd_bin *bin, int i, int j) in lp_debug_bin()
454 struct cmd_bin *bin = lp_scene_get_bin((struct lp_scene *) scene, x, y); in lp_scene_bin_size() local
479 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_draw_bins_by_coverage() local
546 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_bins() local
H A Dlp_scene.c120 const struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_is_empty() local
147 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_bin_reset() local
336 struct cmd_bin *bin) in lp_scene_new_cmd_block()
583 struct cmd_bin *bin = NULL; in lp_scene_bin_iter_next() local
/aosp_15_r20/external/musl/src/malloc/oldmalloc/
H A Dmalloc_impl.h12 struct bin { struct
31 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head)) argument
/aosp_15_r20/external/trusty/musl/src/internal/
Dmalloc_impl.h17 struct bin { struct
36 #define BIN_TO_CHUNK(i) (MEM_TO_CHUNK(&mal.bins[i].head)) argument
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A 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
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dhw_tests.rs280 let bin = b.compile(); in test_sanity() localVariable
427 let bin = b.compile(); in test_foldable_op_with() localVariable
903 let bin = b.compile(); in test_iadd64() localVariable
951 let bin = b.compile(); in test_ineg64() localVariable
1002 let bin = b.compile(); in test_isetp64() localVariable
1079 let bin = b.compile(); in test_shl64() localVariable
1116 let bin = b.compile(); in test_shr64() localVariable
1165 let bin = b.compile(); in test_f2fp_pack_ab() localVariable
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/xslt/
H A DEnvironmentCheck.java1238 jarVersions.put(new Long(1498679), "xerces.jar from xalan-j_1_2 from xerces-1_2_0.bin"); in jarVersions.put()
1239 jarVersions.put(new Long(1484896), "xerces.jar from xalan-j_1_2_1 from xerces-1_2_1.bin"); in jarVersions.put()
1240 jarVersions.put(new Long(804460), "xerces.jar from xalan-j_1_2_2 from xerces-1_2_2.bin"); in jarVersions.put()
1241 jarVersions.put(new Long(1499244), "xerces.jar from xalan-j_2_0_0 from xerces-1_2_3.bin"); in jarVersions.put()
1242 jarVersions.put(new Long(1605266), "xerces.jar from xalan-j_2_0_1 from xerces-1_3_0.bin"); in jarVersions.put()
1243 jarVersions.put(new Long(904030), "xerces.jar from xalan-j_2_1_0 from xerces-1_4.bin"); in jarVersions.put()
1244 jarVersions.put(new Long(904030), "xerces.jar from xerces-1_4_0.bin"); in jarVersions.put()
1245 jarVersions.put(new Long(1802885), "xerces.jar from xerces-1_4_2.bin"); in jarVersions.put()
1247 … jarVersions.put(new Long(1808883), "xerces.jar from xalan-j_2_2_D10,D11,D12 or xerces-1_4_3.bin"); in jarVersions.put()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A 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
/aosp_15_r20/external/libhevc/decoder/
H A 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
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/fuzz/
DCargo.toml21 [[bin]] arraytable
26 [[bin]] arraytable
31 [[bin]] arraytable
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/
Dmessage.rs335 let bin = Message::binary(vec![0, 1, 3, 4, 241]); in display() localVariable
341 let bin = [6u8, 7, 8, 9, 10, 241]; in binary_convert() localVariable
349 let bin = vec![6u8, 7, 8, 9, 10, 241]; in binary_convert_vec() localVariable
357 let bin = vec![6u8, 7, 8, 9, 10, 241]; in binary_convert_into_vec() localVariable
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/log/internal/
H A Dvlog_config_benchmark.cc144 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleEmpty() local
157 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleShort() local
170 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleLong() local
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/log/internal/
H A Dvlog_config_benchmark.cc144 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleEmpty() local
157 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleShort() local
170 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleLong() local
/aosp_15_r20/external/abseil-cpp/absl/log/internal/
H A Dvlog_config_benchmark.cc144 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleEmpty() local
157 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleShort() local
170 SyntheticBinary bin(static_cast<size_t>(state.range(0)), 10 * 1024 * 1024, in BM_UpdateVModuleLong() local
/aosp_15_r20/external/libdrm/nouveau/
H A 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()
/aosp_15_r20/external/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
H A Dmain.c87 binance_t *bin = lws_container_of(sul, binance_t, sul_hz); in sul_hz_cb() local
122 binance_t *bin = (binance_t *)userobj; in binance_rx() local
175 binance_t *bin = (binance_t *)userobj; in binance_state() local

12345678910>>...20