/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/ |
H A D | main.c | 87 binance_t *bin = lws_container_of(sul, binance_t, sul_hz); in sul_hz_cb() local 93 lws_sul_schedule(lws_ss_get_context(bin->ss), 0, &bin->sul_hz, in sul_hz_cb() 96 if (bin->price_range.samples) in sul_hz_cb() 99 (unsigned long long)bin->price_range.lowest, in sul_hz_cb() 100 (unsigned long long)bin->price_range.highest, in sul_hz_cb() 101 (unsigned long long)(bin->price_range.sum / in sul_hz_cb() 102 bin->price_range.samples), in sul_hz_cb() 103 bin->price_range.samples); in sul_hz_cb() 104 if (bin in sul_hz_cb() 122 binance_t *bin = (binance_t *)userobj; binance_rx() local 175 binance_t *bin = (binance_t *)userobj; binance_state() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | uuid.c | 15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument 21 opos = bin; in uuid_str2bin() 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument 55 bin[0], bin[1], bin[2], bin[3], in uuid_bin2str() 56 bin[4], bin[5], bin[ in uuid_bin2str() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | uuid.c | 15 int uuid_str2bin(const char *str, u8 *bin) in uuid_str2bin() argument 21 opos = bin; in uuid_str2bin() 50 int uuid_bin2str(const u8 *bin, char *str, size_t max_len) in uuid_bin2str() argument 55 bin[0], bin[1], bin[2], bin[3], in uuid_bin2str() 56 bin[4], bin[5], bin[ in uuid_bin2str() [all...] |
/third_party/optimized-routines/string/ |
H A D | Dir.mk | 26 build/bin/test/memcpy \ 27 build/bin/test/memmove \ 28 build/bin/test/memset \ 29 build/bin/test/memchr \ 30 build/bin/test/memrchr \ 31 build/bin/test/memcmp \ 32 build/bin/test/__mtag_tag_region \ 33 build/bin/test/__mtag_tag_zero_region \ 34 build/bin/test/strcpy \ 35 build/bin/tes [all...] |
/third_party/python/Lib/ctypes/test/ |
H A D | test_byteswap.py | 6 def bin(s): function 53 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234") 54 self.assertEqual(bin(s), "1234") 58 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412") 59 self.assertEqual(bin(s), "3412") 63 self.assertEqual(bin(struct.pack(">h", 0x1234)), "1234") 64 self.assertEqual(bin(s), "1234") 68 self.assertEqual(bin(struct.pack("<h", 0x1234)), "3412") 69 self.assertEqual(bin(s), "3412") 81 self.assertEqual(bin(struc [all...] |
/third_party/skia/modules/pathkit/ |
H A D | Makefile | 5 mkdir -p ./npm-wasm/bin 6 mkdir -p ./npm-asmjs/bin 8 cp ../../out/pathkit/pathkit.js ./npm-wasm/bin 9 cp ../../out/pathkit/pathkit.wasm ./npm-wasm/bin 11 cp ../../out/pathkit/pathkit.js ./npm-asmjs/bin/pathkit.js 12 cp ../../out/pathkit/pathkit.js.mem ./npm-asmjs/bin/pathkit.js.mem 55 mkdir -p ./npm-wasm/bin/test 56 mkdir -p ./npm-asmjs/bin/test 61 cp ../../out/dockerbuild/pathkit.js ./npm-wasm/bin/test/pathkit.js 62 cp ../../out/dockerbuild/pathkit.wasm ./npm-wasm/bin/tes [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_testset.sh | 0 #!/bin/sh 55 /bin/kill -s SIGUSR1 $1 57 /bin/kill -s SIGUSR1 $1 59 /bin/kill -s SIGINT $1 283 /bin/kill -s SIGUSR1 $1 286 /bin/kill -s SIGUSR1 $1 288 /bin/kill -s SIGUSR1 $1 290 /bin/kill -s SIGINT $1 385 /bin/kill -s SIGUSR1 $1 389 /bin/kil [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | eac3dec.c | 60 int bin, bnd, ch, i; in ff_eac3_apply_spectral_extension() local 66 bin = s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension() 71 if (bin + bandsize > s->spx_src_start_freq) { in ff_eac3_apply_spectral_extension() 72 copy_sizes[num_copy_sections++] = bin - s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension() 73 bin = s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension() 77 if (bin == s->spx_src_start_freq) { in ff_eac3_apply_spectral_extension() 78 copy_sizes[num_copy_sections++] = bin - s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension() 79 bin = s->spx_dst_start_freq; in ff_eac3_apply_spectral_extension() 81 copysize = FFMIN(bandsize - i, s->spx_src_start_freq - bin); in ff_eac3_apply_spectral_extension() 82 bin in ff_eac3_apply_spectral_extension() 199 int bin, blk, gs; ff_eac3_decode_transform_coeffs_aht_ch() local [all...] |
/third_party/libwebsockets/scripts/ |
H A D | esp32.mk | 9 SHELL=/bin/bash 41 LEN=$$($$GNUSTAT -c %s $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin) ;\ 43 printf %02x $$(( $$RLEN % 256 )) | xxd -r -p >> $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin ;\ 44 printf %02x $$(( ( $$RLEN / 256 ) % 256 )) | xxd -r -p >> $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin ;\ 45 printf %02x $$(( ( $$RLEN / 65536 ) % 256 )) | xxd -r -p >> $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin ;\ 46 printf %02x $$(( ( $$RLEN / 16777216 ) % 256 )) | xxd -r -p >> $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin ;\ 47 cat $(LWS_BUILD_PATH)/romfs.img >> $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin ; \ 48 LEN=$$($$GNUSTAT -c %s $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin) ;\ 62 echo -n -e "\",\r\n \"file\": \""$(PROJECT_NAME)-$$UNIXTIME.bin >> $(jbi) ;\ 66 printf %02x $$(( $$JLEN % 256 )) | xxd -r -p >> $(LWS_BUILD_PATH)/$(PROJECT_NAME).bin ;\ [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | bintext.c | 55 BinDemuxContext *bin = s->priv_data; in init_stream() local 62 if (!bin->width) { in init_stream() 67 avpriv_set_pts_info(st, 60, bin->framerate.den, bin->framerate.num); in init_stream() 70 bin->chars_per_frame = av_clip(av_q2d(st->time_base) * bin->chars_per_frame, 1, INT_MAX); in init_stream() 144 if (av_match_ext(p->filename, "bin")) { in bin_probe() 172 BinDemuxContext *bin = s->priv_data; in bintext_read_header() local 187 bin->fsize = avio_size(pb); in bintext_read_header() 188 if (ff_sauce_read(s, &bin in bintext_read_header() 216 BinDemuxContext *bin = s->priv_data; xbin_read_header() local 259 BinDemuxContext *bin = s->priv_data; adf_read_header() local 316 BinDemuxContext *bin = s->priv_data; idf_read_header() local 355 BinDemuxContext *bin = s->priv_data; read_packet() local [all...] |
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | Makefile | 4 mkdir -p ./debugger/bin 5 cp ../../out/debugger_wasm/debugger.js ./debugger/bin 6 cp ../../out/debugger_wasm/debugger.wasm ./debugger/bin 7 echo "const SKIA_VERSION = 'local release build';" > ./debugger/bin/version.js 12 mkdir -p ./debugger/bin 13 cp ../../out/debugger_wasm_debug/debugger.js ./debugger/bin 14 cp ../../out/debugger_wasm_debug/debugger.wasm ./debugger/bin 15 echo "const SKIA_VERSION = 'local debug build';" > ./debugger/bin/version.js 21 cp ./debugger/bin/debugger.js ${SKIA_INFRA_ROOT}/debugger-app/build/debugger/ 22 cp ./debugger/bin/debugge [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_serialize.cpp | 24 blob_write_uint32(blob, info->bin.smemSize); in nv50_ir_prog_info_serialize() 30 blob_write_uint8(blob, info->bin.sourceRep); in nv50_ir_prog_info_serialize() 32 switch(info->bin.sourceRep) { in nv50_ir_prog_info_serialize() 34 struct tgsi_token *tokens = (struct tgsi_token *)info->bin.source; in nv50_ir_prog_info_serialize() 42 struct nir_shader *nir = (struct nir_shader *)info->bin.source; in nv50_ir_prog_info_serialize() 47 ERROR("unhandled info->bin.sourceRep switch case\n"); in nv50_ir_prog_info_serialize() 68 blob_write_uint16(blob, info_out->bin.maxGPR); in nv50_ir_prog_info_out_serialize() 69 blob_write_uint32(blob, info_out->bin.tlsSpace); in nv50_ir_prog_info_out_serialize() 70 blob_write_uint32(blob, info_out->bin.smemSize); in nv50_ir_prog_info_out_serialize() 71 blob_write_uint32(blob, info_out->bin in nv50_ir_prog_info_out_serialize() [all...] |
/third_party/optimized-routines/math/ |
H A D | Dir.mk | 24 build/bin/mathtest \ 25 build/bin/mathbench \ 26 build/bin/mathbench_libc \ 27 build/bin/runulp.sh \ 28 build/bin/ulp \ 31 build/bin/rtest \ 67 build/bin/rtest: $(math-host-objs) 70 build/bin/mathtest: $(B)/test/mathtest.o build/lib/libmathlib.a 73 build/bin/mathbench: $(B)/test/mathbench.o build/lib/libmathlib.a 77 build/bin/mathbench_lib [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/package-json/lib/ |
H A D | normalize.js | 11 // used to be npm-normalize-package-bin 13 if (pkg.bin) { 14 if (typeof pkg.bin === 'string' && pkg.name) { 15 changes?.push('"bin" was converted to an object') 16 pkg.bin = { [pkg.name]: pkg.bin } 17 } else if (Array.isArray(pkg.bin)) { 18 changes?.push('"bin" was converted to an object') 19 pkg.bin = pkg.bin [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_load_balance_test/ |
H A D | cpuset_load_balance_test.sh | 0 #!/bin/sh 50 /bin/echo $value > $path/$cfile 102 /bin/kill -s SIGKILL $pid 108 /bin/kill -s SIGUSR1 $pid 2> $CPUSET_TMP/stderr 113 /bin/kill -s SIGKILL $pid 125 /bin/kill -s SIGUSR1 $pid 2> $CPUSET_TMP/stderr 130 /bin/kill -s SIGUSR2 $pid 135 /bin/kill -s SIGUSR2 $pid 2> $CPUSET_TMP/stderr 228 /bin/kill -s SIGKILL $pid 234 /bin/kil [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_winsys.h | 37 PUSH_RESET(struct nouveau_pushbuf *push, int bin) in PUSH_RESET() argument 39 nouveau_bufctx_reset(bufctx(push), bin); in PUSH_RESET() local 43 PUSH_REFN(struct nouveau_pushbuf *push, int bin, in PUSH_REFN() argument 46 nouveau_bufctx_refn(bufctx(push), bin, bo, access); in PUSH_REFN() local 50 PUSH_MTHDl(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDl() argument 53 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDl() local 59 PUSH_MTHDo(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDo() argument 62 nouveau_bufctx_mthd(bufctx(push), bin, (1 << 18) | (subc << 13) | mthd, in PUSH_MTHDo() local 71 PUSH_MTHDs(struct nouveau_pushbuf *push, int subc, int mthd, int bin, in PUSH_MTHDs() argument 75 nouveau_bufctx_mthd(bufctx(push), bin, ( in PUSH_MTHDs() local 84 PUSH_MTHD(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nouveau_bo *bo, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_MTHD() argument 103 PUSH_RESRC(struct nouveau_pushbuf *push, int subc, int mthd, int bin, struct nv04_resource *r, uint32_t data, uint32_t access, uint32_t vor, uint32_t tor) PUSH_RESRC() argument [all...] |
/third_party/ltp/testcases/network/ |
H A D | generate.sh | 0 #!/bin/sh 55 if [ ! -e "bin.sm" ] ; then 58 gzip -1 -c -n ascii.sm >> "bin.sm" 75 genfile bin.sm bin.med 76 genfile bin.med bin.lg 77 genfile bin.lg bin.jmb 79 chmod 666 bin [all...] |
/third_party/mesa3d/src/gallium/drivers/lima/standalone/ |
H A D | lima_disasm.c | 135 uint32_t *bin = ralloc_size(NULL, chunk.size); in extract_shader_binary() local 136 if (!bin) { in extract_shader_binary() 141 if (!fread(bin, chunk.size, 1, in)) { in extract_shader_binary() 143 ralloc_free(bin); in extract_shader_binary() 144 bin = NULL; in extract_shader_binary() 147 return bin; in extract_shader_binary() 181 uint32_t *bin = prog; in main() local 184 ppir_codegen_ctrl *ctrl = (ppir_codegen_ctrl *)bin; in main() 186 ppir_disassemble_instr(bin, offset, stdout); in main() 187 bin in main() [all...] |
/third_party/skia/modules/canvaskit/ |
H A D | Makefile | 3 - rm -rf ./npm_build/bin 63 rm -rf ./npm_build/bin 64 mkdir -p ./npm_build/bin 67 mkdir -p ./npm_build/bin/full 69 cp ../../out/canvaskit_wasm/canvaskit.js ./npm_build/bin/full 70 cp ../../out/canvaskit_wasm/canvaskit.wasm ./npm_build/bin/full 75 cp ../../out/canvaskit_wasm/canvaskit.js ./npm_build/bin 76 cp ../../out/canvaskit_wasm/canvaskit.wasm ./npm_build/bin 78 mkdir -p ./npm_build/bin/profiling 80 cp ../../out/canvaskit_wasm_profile/canvaskit.js ./npm_build/bin/profilin [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuctl_fj/ |
H A D | run_cpuctl_test_fj.sh | 0 #! /bin/sh 26 cd $LTPROOT/testcases/bin 289 /bin/kill -s SIGUSR1 $pid 291 /bin/kill -s SIGUSR1 $pid 317 /bin/kill -s SIGUSR1 $pid 319 /bin/kill -s SIGUSR1 $pid 345 /bin/kill -s SIGUSR1 $pid 347 /bin/kill -s SIGUSR1 $pid 373 /bin/kill -s SIGUSR1 $pid 375 /bin/kil [all...] |
/third_party/node/deps/openssl/openssl/Configurations/ |
H A D | gentemplate.pm | 207 my $bin = shift; 216 product => $bin, 222 defined $bin ? @{$self->{info}->{includes}->{$bin} // []} : () ], 224 defined $bin ? @{$self->{info}->{defines}->{$bin} // []} : () ], 228 $self->dogenerate($_, $obj, $bin, %opts); 232 $self->dogenerate($script, $obj, $bin, %opts); 257 my $bin = shift; 263 @{$self->{info}->{includes}->{$bin} // []} ); [all...] |
/third_party/openssl/Configurations/ |
H A D | gentemplate.pm | 207 my $bin = shift; 216 product => $bin, 222 defined $bin ? @{$self->{info}->{includes}->{$bin} // []} : () ], 224 defined $bin ? @{$self->{info}->{defines}->{$bin} // []} : () ], 228 $self->dogenerate($_, $obj, $bin, %opts); 232 $self->dogenerate($script, $obj, $bin, %opts); 257 my $bin = shift; 263 @{$self->{info}->{includes}->{$bin} // []} ); [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-gst.c | 49 if (info->bin) in gst_deinit_common() 50 gst_object_unref(info->bin); in gst_deinit_common() 54 GstElement *bin = NULL; in gst_init_common() local 68 bin = gst_bin_new(NULL); in gst_init_common() 69 pa_assert(bin); in gst_init_common() 72 info->bin = bin; in gst_init_common() 145 gst_bin_add_many(GST_BIN(info->bin), transcoder, info->app_sink, NULL); in gst_codec_init() 153 pa_assert_se(gst_element_add_pad(info->bin, gst_ghost_pad_new("sink", pad))); in gst_codec_init() 161 if (gst_element_set_state(info->bin, GST_STATE_PLAYIN in gst_codec_init() [all...] |
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/ |
H A D | any.js | 43 const bin = tsProtoGlobalThis.atob(b64); 44 const arr = new Uint8Array(bin.length); 45 for (let i = 0; i < bin.length; ++i) { 46 arr[i] = bin.charCodeAt(i); 56 const bin = []; 58 bin.push(String.fromCharCode(byte)); 60 return tsProtoGlobalThis.btoa(bin.join(""));
|
/third_party/ltp/testcases/open_posix_testsuite/tools/ |
H A D | Makefile | 13 all: ../bin/t0 17 @rm -f ../bin/t0 19 ../bin: 22 ../bin/t0: ../bin $(srcdir)/t0.c
|