Home
last modified time | relevance | path

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

123456789

/third_party/node/deps/npm/test/lib/commands/
Drebuild.js14 bin: 'cwd', property
24 bin: 'cwd', property
66 bin: 'index.js', property
74 bin: 'index.js', property
101 bin: 'index.js', property
109 bin: 'index.js', property
119 bin: 'index.js', property
144 bin: 'index.js', property
152 bin: 'index.js', property
192 bin: 'index.js', property
Dexec.js143 bin: { 'npx-test': 'index.js' }, property
151 bin: { 'npx-test': 'index.js' }, property
193 bin: { 'npx-test': 'index.js' }, property
202 bin: { 'npx-test': 'index.js' }, property
/third_party/node/deps/npm/node_modules/pacote/lib/util/
Dis-package-bin.js10 const binObj = (name, bin) => argument
14 const bin = binObj(pkg.name, pkg.bin) constant
/third_party/ffmpeg/libavformat/
Dbintext.c55 BinDemuxContext *bin = s->priv_data; in init_stream() local
172 BinDemuxContext *bin = s->priv_data; in bintext_read_header() local
216 BinDemuxContext *bin = s->priv_data; in xbin_read_header() local
259 BinDemuxContext *bin = s->priv_data; in adf_read_header() local
316 BinDemuxContext *bin = s->priv_data; in idf_read_header() local
355 BinDemuxContext *bin = s->priv_data; in read_packet() local
/third_party/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc_impl.h32 struct bin { struct
33 unsigned int checksum;
57 struct stat_bin { argument
/third_party/musl/src/malloc/oldmalloc/
Dmalloc_impl.h38 struct bin { struct
40 unsigned int checksum;
42 volatile int lock[2];
66 struct stat_bin { argument
/third_party/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
/third_party/mesa3d/src/gallium/drivers/lima/standalone/
Dlima_disasm.c135 uint32_t *bin = ralloc_size(NULL, chunk.size); in extract_shader_binary() local
181 uint32_t *bin = prog; in main() local
/third_party/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()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
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
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_debug.c153 debug_bin( const struct cmd_bin *bin, int x, int y ) in debug_bin()
366 const struct cmd_bin *bin, in do_debug_bin()
436 lp_debug_bin( const struct cmd_bin *bin, int i, int j) in lp_debug_bin()
467 struct cmd_bin *bin = lp_scene_get_bin((struct lp_scene *) scene, x, y); in lp_scene_bin_size() local
494 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_draw_bins_by_coverage() local
567 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_debug_bins() local
Dlp_rast.c96 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
Dlp_scene.c122 const struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_is_empty() local
149 struct cmd_bin *bin = lp_scene_get_bin(scene, x, y); in lp_scene_bin_reset() local
340 struct cmd_bin *bin ) in lp_scene_new_cmd_block()
577 struct cmd_bin *bin = NULL; in lp_scene_bin_iter_next() local
/third_party/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
/third_party/alsa-lib/src/ucm/
Ducm_exec.c53 char bin[PATH_MAX]; in find_exec() local
188 char bin[PATH_MAX]; in uc_mgr_exec() local
/third_party/node/deps/npm/node_modules/libnpmexec/lib/
Dget-bin-from-manifest.js5 const bin = mani.bin || {} constant
/third_party/libexif/binary-dist/
DMakefile.am6 dist-ship-binary-hook include bin: target
/third_party/skia/experimental/skrive/tests/
DBinaryReader.cpp14 static constexpr uint8_t bin[] = { in DEF_TEST() local
/third_party/ffmpeg/libavcodec/
Dac3.c164 static inline int calc_lowcomp(int a, int b0, int b1, int bin) in calc_lowcomp()
178 int bin, band; in ff_ac3_bit_alloc_calc_psd() local
/third_party/mesa3d/src/freedreno/computerator/
Dir3_asm.h37 void *bin; member
/third_party/node/deps/npm/node_modules/@npmcli/run-script/lib/
Dpackage-envs.js27 bin: pkg.bin, property
/third_party/node/deps/npm/node_modules/bin-links/lib/
Dcheck-bins.js16 .map(bin => checkBin({ bin, path, top, global, force }))) property

123456789