/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 435 determine_scanner_serial (const char *hostname, const char * mac_address, char *serial) in determine_scanner_serial() argument 440 /* determine a "serial number" for the scanner */ in determine_scanner_serial() 447 /* make the string fit into the serial */ in determine_scanner_serial() 459 strcpy( serial, copy ); in determine_scanner_serial() 460 return serial; in determine_scanner_serial() 597 /* device not yet opened, use 0 for serial and session) */ in set_cmd_from_string() 615 cmd->seq_no = htons (++(device[devno].serial)); in set_cmd_for_dev() 1476 if (ntohs (resp_buf.seq_no) != (uint16_t) device[devno].serial) in bjnp_recv_header() 1480 "bjnp_recv_header: ERROR - Received response has serial %d, expected %d\n", in bjnp_recv_header() 1481 (int) ntohs (resp_buf.seq_no), (int) device[devno].serial)); in bjnp_recv_header() 1882 add_scanner(SANE_Int *dev_no, const char *uri, SANE_Status (*attach_bjnp) (SANE_String_Const devname, SANE_String_Const serial, const struct pixma_config_t *cfg), const struct pixma_config_t *const pixma_devices[]) add_scanner() argument 1892 char serial[BJNP_SERIAL_MAX]; add_scanner() local 2010 sanei_bjnp_find_devices(const char **conf_devices, SANE_Status (*attach_bjnp) (SANE_String_Const devname, SANE_String_Const serial, const struct pixma_config_t *cfg), const struct pixma_config_t *const pixma_devices[]) sanei_bjnp_find_devices() argument [all...] |
H A D | pixma_bjnp.h | 85 SANE_String_Const serial,
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | ess.h | 23 ASN1_INTEGER *serial; member
|
/third_party/openssl/include/crypto/ |
H A D | ess.h | 23 ASN1_INTEGER *serial; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | mediacodecdec_common.c | 260 if (!released && (ctx->delay_flush || buffer->serial == atomic_load(&ctx->serial))) { in mediacodec_buffer_release() 323 buffer->serial = atomic_load(&s->serial); in mediacodec_wrap_hw_buffer() 542 atomic_fetch_add(&s->serial, 1); in mediacodec_dec_flush_codec() 571 atomic_init(&s->serial, 1); in ff_mediacodec_dec_init()
|
/third_party/mbedtls/tests/data_files/ |
H A D | Makefile | 56 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA1 version=3 output_file=$@ 68 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 selfsign=1 \ 75 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA1 version=3 output_file=$@ 83 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=3 request_file=test-ca.req.sha256 selfsign=1 issuer_name="C=NL,O=PolarSSL,CN=PolarSSL Test CA" issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144400 not_after=20290210144400 md=SHA256 version=3 output_file=$@ 197 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=13926223505202072808 selfsign=1 \ 213 $(MBEDTLS_CERT_WRITE) is_ca=1 serial=13926223505202072808 request_file=test-ca2.req.sha256 selfsign=1 \ 335 $(MBEDTLS_CERT_WRITE) request_file=$< serial=4 issuer_crt=$(test_ca_crt) issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144406 not_after=20290210144406 md=SHA1 version=3 output_file=$@ 338 $(MBEDTLS_CERT_WRITE) request_file=$< serial=4 issuer_crt=$(test_ca_crt) issuer_key=$(test_ca_key_file_rsa) issuer_pwd=$(test_ca_pwd_rsa) not_before=20190210144406 not_after=20290210144406 md=SHA256 version=3 output_file=$@ 408 $(MBEDTLS_CERT_WRITE) subject_key=$< subject_name="C=NL, O=PolarSSL, CN=localhost" serial=17 \ 424 $(MBEDTLS_CERT_WRITE) request_file=cli2.req.sha256 serial [all...] |
/third_party/libinput/src/ |
H A D | evdev-tablet.c | 901 tablet->current_tool.serial = e->value; in tablet_process_misc() 1134 uint32_t serial) in tablet_get_tool() 1140 if (serial) { in tablet_get_tool() 1144 if (type == t->type && serial == t->serial) { in tablet_get_tool() 1151 /* If we get a tool with a delayed serial number, we already created in tablet_get_tool() 1152 * a 0-serial number tool for it earlier. Re-use that, even though in tablet_get_tool() 1158 /* We can't guarantee that tools without serial numbers are in tablet_get_tool() 1162 * Same as above, but don't bother checking the serial number in tablet_get_tool() 1171 /* Didn't find the tool but we have a serial in tablet_get_tool() 1131 tablet_get_tool(struct tablet_dispatch *tablet, enum libinput_tablet_tool_type type, uint32_t tool_id, uint32_t serial) tablet_get_tool() argument [all...] |
/third_party/eudev/src/scsi_id/ |
H A D | scsi_id.h | 29 * MAX_SERIAL_LEN: the maximum length of the serial number, including 46 char serial[MAX_SERIAL_LEN]; member
|
/third_party/mbedtls/include/mbedtls/ |
H A D | ssl_cookie.h | 64 unsigned long MBEDTLS_PRIVATE(serial); /*!< serial number for expiration */
|
/third_party/mesa3d/src/glx/windows/ |
H A D | xwindowsdri.h | 33 unsigned long serial; /* # of last request processed by server */ member
|
/third_party/icu/icu4c/source/samples/ucnv/ |
H A D | flagcb.h | 50 uint32_t serial; /* minted from nextSerial */ member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
H A D | VertexDeclarationCache.h | 49 unsigned int serial; member
|
/third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
H A D | flagcb.h | 50 uint32_t serial; /* minted from nextSerial */ member
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | RingBufferAllocator.h | 35 uint64_t Allocate(uint64_t allocationSize, ExecutionSerial serial); 59 0; // Size of the sub-alloc requests (in bytes) of the current serial.
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | field.h | 65 void gf_serialize(uint8_t *serial, const gf x, int with_highbit); 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | field.h | 65 void gf_serialize(uint8_t *serial, const gf x, int with_highbit); 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
|
/vendor/ohemu/qemu_arm_linux_headless/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/vendor/ohemu/qemu_arm_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/vendor/ohemu/qemu_arm64_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/vendor/ohemu/qemu_loongarch64_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow: 167 qemu_option_add "-serial chardev:char0 -mon chardev=char0"
|
/vendor/ohemu/qemu_x86_64_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandRecordingContext.h | 43 void TrackHeapUsage(Heap* heap, ExecutionSerial serial);
|
/third_party/python/PC/layout/support/ |
H A D | constants.py | 25 serial = field4 & 0x0F 26 return f"{name}{serial}"
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ocsp.c | 62 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, 200 {"serial", OPT_SERIAL, 's', "Serial number to check"}, 517 "%s: Digest must be before -cert or -serial\n", in ocsp_main() 543 BIO_printf(bio_err, "%s: Digest must be before -cert or -serial\n", in ocsp_main() 929 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, in add_ocsp_serial() argument 948 sno = s2i_ASN1_INTEGER(NULL, serial); in add_ocsp_serial() 950 BIO_printf(bio_err, "Error converting serial number %s\n", serial); in add_ocsp_serial() 1059 ASN1_INTEGER *serial; in make_ocsp_response() local 1089 OCSP_id_get0_info(NULL, NULL, NULL, &serial, ci in make_ocsp_response() [all...] |
H A D | req.c | 236 ASN1_INTEGER *serial = NULL; in req_main() local 424 if (serial != NULL) { in req_main() 428 serial = s2i_ASN1_INTEGER(NULL, opt_arg()); in req_main() 429 if (serial == NULL) in req_main() 813 if (serial != NULL) { in req_main() 814 if (!X509_set_serialNumber(new_x509, serial)) in req_main() 1059 ASN1_INTEGER_free(serial); in req_main()
|