/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/fft/ |
H A D | generate-api.pl | 19 my $cblob = undef; 23 die if $cblob; 25 $cblob = \$blobs[$#blobs]->[1]; 27 $cblob = undef; 28 } elsif ($cblob) { 29 $$cblob .= $_;
|
/dports/emulators/qemu/qemu-6.2.0/include/hw/virtio/ |
H A D | virtio-gpu-bswap.h | 63 virtio_gpu_create_blob_bswap(struct virtio_gpu_resource_create_blob *cblob) in virtio_gpu_create_blob_bswap() argument 65 virtio_gpu_ctrl_hdr_bswap(&cblob->hdr); in virtio_gpu_create_blob_bswap() 66 le32_to_cpus(&cblob->resource_id); in virtio_gpu_create_blob_bswap() 67 le32_to_cpus(&cblob->blob_flags); in virtio_gpu_create_blob_bswap() 68 le64_to_cpus(&cblob->size); in virtio_gpu_create_blob_bswap()
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/include/hw/virtio/ |
H A D | virtio-gpu-bswap.h | 63 virtio_gpu_create_blob_bswap(struct virtio_gpu_resource_create_blob *cblob) in virtio_gpu_create_blob_bswap() argument 65 virtio_gpu_ctrl_hdr_bswap(&cblob->hdr); in virtio_gpu_create_blob_bswap() 66 le32_to_cpus(&cblob->resource_id); in virtio_gpu_create_blob_bswap() 67 le32_to_cpus(&cblob->blob_flags); in virtio_gpu_create_blob_bswap() 68 le64_to_cpus(&cblob->size); in virtio_gpu_create_blob_bswap()
|
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/ |
H A D | wordseg.cpp | 66 auto cblob = bblob->remove_cblob(); in make_single_word() local 67 if (cblob != nullptr) { in make_single_word() 71 delete cblob; in make_single_word() 74 auto cblob = bblob->remove_cblob(); in make_single_word() local 75 if (cblob != nullptr) { in make_single_word() 76 cblob_it.add_after_then_move(cblob); in make_single_word() 571 auto cblob = bblob->remove_cblob(); in make_real_word() local 572 if (cblob != nullptr) { in make_real_word() 576 delete cblob; in make_real_word() 579 auto cblob = bblob->remove_cblob(); in make_real_word() local [all …]
|
H A D | tospace.cpp | 940 auto cblob = bblob->remove_cblob(); in make_prop_words() local 941 if (cblob != nullptr) { in make_prop_words() 945 delete cblob; in make_prop_words() 948 auto cblob = bblob->cblob(); in make_prop_words() local 949 if (cblob != nullptr) { in make_prop_words() 1141 auto cblob = bblob->remove_cblob(); in make_blob_words() local 1142 if (cblob != nullptr) { in make_blob_words() 1146 delete cblob; in make_blob_words() 1149 auto cblob = bblob->cblob(); in make_blob_words() local 1150 if (cblob != nullptr) { in make_blob_words() [all …]
|
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/ |
H A D | blobbox.cpp | 255 if (cblob() == nullptr) { in DefiniteIndividualFlow() 265 int perimeter = cblob()->perimeter(); in DefiniteIndividualFlow() 269 perimeter -= 4 * cblob()->area() / perimeter; in DefiniteIndividualFlow() 281 int perimeter = cblob()->perimeter(); in DefiniteIndividualFlow() 285 perimeter -= 4 * cblob()->area() / perimeter; in DefiniteIndividualFlow() 402 if (blob->cblob() != nullptr) { in ComputeEdgeOffsets() 406 const TBOX &box = blob->cblob()->bounding_box(); in ComputeEdgeOffsets() 412 blob->cblob()->ComputeEdgeOffsets(threshold, grey); in ComputeEdgeOffsets() 649 if (blob->cblob() == nullptr) { in box_next() 818 if (blob->cblob() != nullptr) { in compute_vertical_projection() [all …]
|
/dports/security/putty-nogtk/putty-0.76/ |
H A D | import.c | 1524 cblob = strbuf_new_nm(); in openssh_new_write() 1532 put_stringz(cblob, "none"); in openssh_new_write() 1533 put_stringz(cblob, "none"); in openssh_new_write() 1534 put_stringz(cblob, ""); in openssh_new_write() 1540 put_stringz(cblob, "bcrypt"); in openssh_new_write() 1544 put_stringsb(cblob, substr); in openssh_new_write() 1548 put_uint32(cblob, 1); in openssh_new_write() 1599 put_stringsb(cblob, cpblob); in openssh_new_write() 1610 base64_encode(fp, cblob->u, cblob->len, 64); in openssh_new_write() 1616 if (cblob) in openssh_new_write() [all …]
|
/dports/security/putty/putty-0.76/ |
H A D | import.c | 1524 cblob = strbuf_new_nm(); in openssh_new_write() 1532 put_stringz(cblob, "none"); in openssh_new_write() 1533 put_stringz(cblob, "none"); in openssh_new_write() 1534 put_stringz(cblob, ""); in openssh_new_write() 1540 put_stringz(cblob, "bcrypt"); in openssh_new_write() 1544 put_stringsb(cblob, substr); in openssh_new_write() 1548 put_uint32(cblob, 1); in openssh_new_write() 1599 put_stringsb(cblob, cpblob); in openssh_new_write() 1610 base64_encode(fp, cblob->u, cblob->len, 64); in openssh_new_write() 1616 if (cblob) in openssh_new_write() [all …]
|
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/ |
H A D | import.c | 1527 cblob = strbuf_new_nm(); in openssh_new_write() 1535 put_stringz(cblob, "none"); in openssh_new_write() 1536 put_stringz(cblob, "none"); in openssh_new_write() 1537 put_stringz(cblob, ""); in openssh_new_write() 1543 put_stringz(cblob, "bcrypt"); in openssh_new_write() 1547 put_stringsb(cblob, substr); in openssh_new_write() 1551 put_uint32(cblob, 1); in openssh_new_write() 1602 put_stringsb(cblob, cpblob); in openssh_new_write() 1613 base64_encode(fp, cblob->u, cblob->len, 64); in openssh_new_write() 1619 if (cblob) in openssh_new_write() [all …]
|
/dports/emulators/qemu/qemu-6.2.0/hw/display/ |
H A D | virtio-gpu.c | 329 struct virtio_gpu_resource_create_blob cblob; in virtio_gpu_resource_create_blob() local 332 VIRTIO_GPU_FILL_CMD(cblob); in virtio_gpu_resource_create_blob() 333 virtio_gpu_create_blob_bswap(&cblob); in virtio_gpu_resource_create_blob() 334 trace_virtio_gpu_cmd_res_create_blob(cblob.resource_id, cblob.size); in virtio_gpu_resource_create_blob() 336 if (cblob.resource_id == 0) { in virtio_gpu_resource_create_blob() 343 if (cblob.blob_mem != VIRTIO_GPU_BLOB_MEM_GUEST && in virtio_gpu_resource_create_blob() 351 if (virtio_gpu_find_resource(g, cblob.resource_id)) { in virtio_gpu_resource_create_blob() 353 __func__, cblob.resource_id); in virtio_gpu_resource_create_blob() 359 res->resource_id = cblob.resource_id; in virtio_gpu_resource_create_blob() 360 res->blob_size = cblob.size; in virtio_gpu_resource_create_blob() [all …]
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/display/ |
H A D | virtio-gpu.c | 329 struct virtio_gpu_resource_create_blob cblob; in virtio_gpu_resource_create_blob() local 332 VIRTIO_GPU_FILL_CMD(cblob); in virtio_gpu_resource_create_blob() 333 virtio_gpu_create_blob_bswap(&cblob); in virtio_gpu_resource_create_blob() 334 trace_virtio_gpu_cmd_res_create_blob(cblob.resource_id, cblob.size); in virtio_gpu_resource_create_blob() 336 if (cblob.resource_id == 0) { in virtio_gpu_resource_create_blob() 343 if (cblob.blob_mem != VIRTIO_GPU_BLOB_MEM_GUEST && in virtio_gpu_resource_create_blob() 351 if (virtio_gpu_find_resource(g, cblob.resource_id)) { in virtio_gpu_resource_create_blob() 353 __func__, cblob.resource_id); in virtio_gpu_resource_create_blob() 359 res->resource_id = cblob.resource_id; in virtio_gpu_resource_create_blob() 360 res->blob_size = cblob.size; in virtio_gpu_resource_create_blob() [all …]
|
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
H A D | logfile.go | 285 func ProcessLogCheck(data unsafe.Pointer, item *LogItem, refresh int, cblob unsafe.Pointer) { 298 ret := C.process_log_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
H A D | logfile.go | 285 func ProcessLogCheck(data unsafe.Pointer, item *LogItem, refresh int, cblob unsafe.Pointer) { 298 ret := C.process_log_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
H A D | logfile.go | 283 func ProcessLogCheck(data unsafe.Pointer, item *LogItem, refresh int, cblob unsafe.Pointer) { 296 ret := C.process_log_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
H A D | logfile.go | 285 func ProcessLogCheck(data unsafe.Pointer, item *LogItem, refresh int, cblob unsafe.Pointer) { 298 ret := C.process_log_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/go/pkg/zbxlib/ |
H A D | eventlog_windows.go | 163 func ProcessEventLogCheck(data unsafe.Pointer, item *EventLogItem, refresh int, cblob unsafe.Pointe… 174 …t := C.process_eventlog_check(C.char_lp_t(unsafe.Pointer(result)), 0, C.zbx_vector_ptr_lp_t(cblob),
|