Home
last modified time | relevance | path

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

123

/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
Dtcache.c106 arena_bin_t *bin = &bin_arena->bins[binind]; in tcache_bin_flush_small() local
153 arena_bin_t *bin = &arena->bins[binind]; in tcache_bin_flush_small() local
367 arena_bin_t *bin = &arena->bins[i]; in tcache_destroy() local
425 arena_bin_t *bin = &arena->bins[i]; in tcache_stats_merge() 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/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/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/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
DDalvikPlatform.java47 File bin = new File(vmHome, "bin"); in vmExecutable() local
49 "Could not find %s under android root %s", bin, vmHome); in vmExecutable() local
/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/libdrm/nouveau/
Dbufctx.c103 nouveau_bufctx_reset(struct nouveau_bufctx *bctx, int bin) in nouveau_bufctx_reset()
121 nouveau_bufctx_refn(struct nouveau_bufctx *bctx, int bin, in nouveau_bufctx_refn()
148 nouveau_bufctx_mthd(struct nouveau_bufctx *bctx, int bin, uint32_t packet, in nouveau_bufctx_mthd()
/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/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/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/libexif/binary/
DMakefile.am6 dist-ship-binary-hook include bin: target
/external/libopus/celt/tests/
Dtest_unit_mdct.c56 int bin,k; in check() local
86 int bin,k; in check_inv() local
/external/opencv3/samples/cpp/
Dtrain_HOG.cpp160 for (int bin=0; bin<gradientBinSize; bin++) in get_hogdescriptor_visu() local
193 for (int bin=0; bin<gradientBinSize; bin++) in get_hogdescriptor_visu() local
224 for (int bin=0; bin<gradientBinSize; bin++) in get_hogdescriptor_visu() local
245 for (int bin=0; bin<gradientBinSize; bin++) in get_hogdescriptor_visu() local
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_local.h96 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET()
102 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl()
111 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs()
125 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHD()
/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
/external/apache-xml/src/main/java/org/apache/xalan/xslt/
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()
/external/fonttools/Lib/fontTools/misc/
DtextTools.py56 def binary2num(bin): argument
/external/llvm/cmake/modules/
DAddOCaml.cmake29 set(bin ${CMAKE_CURRENT_BINARY_DIR}) variable
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dprogram.cpp37 for_each([&](clover::device *dev, const clover::module &bin) { in _cl_program()
/external/caliper/caliper/src/test/java/com/google/caliper/options/
DParsedOptionsTest.java59 File bin = new File(baseDir, "testVm/bin"); in makeTestVmTree() local
/external/opencv3/apps/traincascade/
DHOGfeatures.cpp21 for (int bin = 0; bin < N_BINS; bin++) in init() local
34 for (int bin = 0; bin < N_BINS; bin++) in setImage() local

123