Home
last modified time | relevance | path

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

1234

/external/chromium_org/cc/resources/
Dprioritized_tile_set.cc50 void SortBinTiles(ManagedTileBin bin, TileVector* tiles) { in SortBinTiles()
73 for (int bin = 0; bin < NUM_BINS; ++bin) in PrioritizedTileSet() local
79 void PrioritizedTileSet::InsertTile(Tile* tile, ManagedTileBin bin) { in InsertTile()
85 for (int bin = 0; bin < NUM_BINS; ++bin) { in Clear() local
92 for (int bin = 0; bin < NUM_BINS; ++bin) in IsEmpty() local
99 void PrioritizedTileSet::SortBinIfNeeded(ManagedTileBin bin) { in SortBinIfNeeded()
/external/guava/guava-tests/test/com/google/common/io/
DLimitInputStreamTest.java30 InputStream bin = new ByteArrayInputStream(big); in testLimit() local
61 InputStream bin = new ByteArrayInputStream(big); in testMark() local
82 InputStream bin = new ByteArrayInputStream(big); in testSkip() local
100 InputStream bin = new ByteArrayInputStream(big); in testMarkNotSet() local
/external/wpa_supplicant_8/src/utils/
Duuid.c14 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin()
49 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_scene.c96 const struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_is_empty() local
123 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_bin_reset() local
205 struct cmd_bin *bin = lp_scene_get_bin(scene, i, j); in lp_scene_end_rasterization() local
276 struct cmd_bin *bin ) in lp_scene_new_cmd_block()
451 struct cmd_bin *bin = NULL; in lp_scene_bin_iter_next() local
Dlp_rast_debug.c92 debug_bin( const struct cmd_bin *bin ) in debug_bin()
232 const struct cmd_bin *bin, in do_debug_bin()
288 lp_debug_bin( const struct cmd_bin *bin) in lp_debug_bin()
319 struct cmd_bin *bin = lp_scene_get_bin((struct lp_scene *) scene, x, y); in lp_scene_bin_size() local
346 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_draw_bins_by_coverage() local
417 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_bins() local
Dlp_rast.c95 const struct cmd_bin *bin) in lp_rast_tile_begin()
637 const struct cmd_bin *bin) in do_rasterize_bin()
662 const struct cmd_bin *bin ) in rasterize_bin()
690 is_empty_bin( const struct cmd_bin *bin ) in is_empty_bin()
720 struct cmd_bin *bin; in rasterize_scene() local
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_scene.c96 const struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_is_empty() local
123 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_bin_reset() local
205 struct cmd_bin *bin = lp_scene_get_bin(scene, i, j); in lp_scene_end_rasterization() local
276 struct cmd_bin *bin ) in lp_scene_new_cmd_block()
451 struct cmd_bin *bin = NULL; in lp_scene_bin_iter_next() local
Dlp_rast_debug.c92 debug_bin( const struct cmd_bin *bin ) in debug_bin()
232 const struct cmd_bin *bin, in do_debug_bin()
288 lp_debug_bin( const struct cmd_bin *bin) in lp_debug_bin()
319 struct cmd_bin *bin = lp_scene_get_bin((struct lp_scene *) scene, x, y); in lp_scene_bin_size() local
346 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_draw_bins_by_coverage() local
417 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_bins() local
Dlp_rast.c95 const struct cmd_bin *bin) in lp_rast_tile_begin()
637 const struct cmd_bin *bin) in do_rasterize_bin()
662 const struct cmd_bin *bin ) in rasterize_bin()
690 is_empty_bin( const struct cmd_bin *bin ) in is_empty_bin()
720 struct cmd_bin *bin; in rasterize_scene() local
/external/mesa3d/src/gallium/drivers/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/chromium_org/third_party/mesa/src/src/gallium/drivers/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/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/chromium_org/third_party/mesa/src/src/gallium/drivers/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/jemalloc/src/
Dtcache.c97 arena_bin_t *bin = &arena->bins[binind]; in tcache_bin_flush_small() local
147 arena_bin_t *bin = &tcache->arena->bins[binind]; in tcache_bin_flush_small() local
369 arena_bin_t *bin = &arena->bins[i]; in tcache_destroy() local
452 arena_bin_t *bin = &arena->bins[i]; in tcache_stats_merge() local
/external/jemalloc/android/src/
Dje_mallinfo.c39 arena_bin_t* bin = &arenas[i]->bins[j]; in je_mallinfo() local
/external/libexif/binary/
DMakefile.am6 dist-ship-binary-hook include bin: target
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dprogram.cpp79 compat::istream::buffer_t bin(p, l); in clCreateProgramWithBinary() local
199 compat::ostream::buffer_t bin; in clGetProgramInfo() local
210 compat::ostream::buffer_t bin; in clGetProgramInfo() local
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
Dprogram.cpp79 compat::istream::buffer_t bin(p, l); in clCreateProgramWithBinary() local
199 compat::ostream::buffer_t bin; in clGetProgramInfo() local
210 compat::ostream::buffer_t bin; in clGetProgramInfo() local
/external/libhevc/decoder/
Dihevcd_cabac.c549 WORD32 bin; in ihevcd_cabac_decode_bins_tunary() local
600 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_tunary() local
664 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_egk() local
725 WORD32 bin; in ihevcd_cabac_decode_bypass_bins_trunc_rice() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/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/mesa3d/src/gallium/drivers/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/openfst/src/
DMakefile.am1 SUBDIRS = include lib script bin test extensions subdir
/external/chromium_org/third_party/sqlite/src/src/
Dbitvec.c134 u32 bin = i/p->iDivisor; in sqlite3BitvecTest() local
172 u32 bin = i/p->iDivisor; in sqlite3BitvecSet() local
241 u32 bin = i/p->iDivisor; in sqlite3BitvecClear() local
/external/libopus/celt/tests/
Dtest_unit_mdct.c56 int bin,k; in check() local
86 int bin,k; in check_inv() local
/external/chromium_org/third_party/opus/src/celt/tests/
Dtest_unit_mdct.c56 int bin,k; in check() local
86 int bin,k; in check_inv() local

1234