Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 25 of 269) sorted by relevance

1234567891011

/freebsd-13.1/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py81 cmd = "WPS_NFC_TAG_READ " + str(message).encode("hex")
136 …cmd = "NFC_REPORT_HANDOVER " + type + " P2P " + str(req).encode("hex") + " " + str(sel).encode("he…
147 …cmd = "NFC_REPORT_HANDOVER " + type + " WPS " + str(req).encode("hex") + " " + str(sel).encode("he…
163 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
186 print(str(message).encode("hex"))
225 print(str(message).encode("hex"))
312 print(data.encode("hex"))
342 print(data.encode("hex"))
360 print(str(sel).encode("hex"))
448 print(str(p2p_sel_data).encode("hex"))
H A Dwps-nfc.py70 if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + str(message).encode("hex")):
134 str(req).encode("hex") + " " +
135 str(sel).encode("hex"))
181 print(data.encode("hex"))
196 print(str(sel).encode("hex"))
210 print("Handover request carrier record from wpa_supplicant: " + data.encode("hex"))
222 print(str(message).encode("hex"))
261 print(str(message).encode("hex"))
/freebsd-13.1/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py66 if "FAIL" in wpas.request("WPS_NFC_TAG_READ " + str(message).encode("hex")):
106 str(req).encode("hex") + " " +
107 str(sel).encode("hex"))
139 print(str(request).encode("hex"))
152 print(data.encode("hex"))
166 print(str(sel).encode("hex"))
/freebsd-13.1/sys/contrib/device-tree/Bindings/rtc/
H A Datmel,at91sam9-rtc.txt7 - reg: should encode the memory region of the RTT controller
10 - atmel,rtt-rtc-time-reg: should encode the GPBR register used to store
13 encode the offset within the GPBR block (or in other words, the
/freebsd-13.1/contrib/ntp/util/
H A Dtg.c242 int encode = WWV; /* encoder select */ variable
287 encode = IRIG; in main()
368 switch (encode) { in main()
433 if (encode == WWV) { in main()
441 if (encode == IRIG) { in main()
452 switch(encode) { in main()
H A Dtg2.c517 int encode = IRIG; /* encoder select */ variable
921 encode = IRIG;
928 encode = IRIG;
935 encode = IRIG;
942 encode = IRIG;
952 encode = IRIG;
962 encode = WWV;
1090 switch (encode) {
1372 if (encode == WWV) {
1425 if (encode == IRIG) {
[all …]
/freebsd-13.1/crypto/openssl/crypto/evp/
H A Dbio_b64.c38 int encode; member
127 if (ctx->encode != B64_DECODE) { in b64_read()
128 ctx->encode = B64_DECODE; in b64_read()
343 if (ctx->encode != B64_ENCODE) { in b64_write()
344 ctx->encode = B64_ENCODE; in b64_write()
464 ctx->encode = B64_NONE; in b64_ctrl()
476 if ((ret == 0) && (ctx->encode != B64_NONE) in b64_ctrl()
505 } else if (ctx->encode != B64_NONE in b64_ctrl()
/freebsd-13.1/usr.bin/uuencode/
H A Duuencode.c65 static void encode(void);
135 encode(); in main()
180 encode(void) in encode() function
/freebsd-13.1/crypto/heimdal/lib/roken/
H A Dvis.hin58 * to alter set of characters encoded (default is to encode all
61 #define VIS_SP 0x04 /* also encode space */
62 #define VIS_TAB 0x08 /* also encode tab */
63 #define VIS_NL 0x10 /* also encode newline */
65 #define VIS_SAFE 0x20 /* only encode "unsafe" characters */
/freebsd-13.1/sys/contrib/device-tree/Bindings/pci/
H A Dralink,rt3883-pci.txt12 - #address-cells: specifies the number of cells needed to encode an
37 - #address-cells: specifies the number of cells needed to encode an
41 - #interrupt-cells: specifies the number of cells needed to encode an
52 - #address-cells: specifies the number of cells needed to encode an
58 - #interrupt-cells: specifies the number of cells needed to encode an
H A Dxilinx-pcie.txt6 - #interrupt-cells: specifies the number of cells needed to encode an
27 - #address-cells: specifies the number of cells needed to encode an
29 - #interrupt-cells: specifies the number of cells needed to encode an
H A Drockchip-pcie-host.txt6 - #interrupt-cells: specifies the number of cells needed to encode an
39 - #interrupt-cells: specifies the number of cells needed to encode an
74 - #address-cells: specifies the number of cells needed to encode an
76 - #interrupt-cells: specifies the number of cells needed to encode an
/freebsd-13.1/crypto/openssl/doc/man3/
H A Di2d_re_X509_tbs.pod7 - X509 encode and decode functions
21 The X509 encode and decode routines encode and parse an
37 respectively. The "re" in B<i2d_re_X509_tbs> stands for "re-encode",
/freebsd-13.1/contrib/mandoc/
H A Dterm.c38 static void encode(struct termp *, const char *, size_t);
557 encode(p, nbrsp, 1); in term_word()
564 encode(p, word, ssz); in term_word()
584 encode(p, cp, ssz); in term_word()
622 encode(p, "pdf", 3); in term_word()
624 encode(p, "ps", 2); in term_word()
626 encode(p, "ascii", 5); in term_word()
628 encode(p, "utf8", 4); in term_word()
700 encode(p, cp, ssz); in term_word()
743 encode(p, cp, strlen(cp)); in term_word()
[all …]
/freebsd-13.1/sys/contrib/ngatm/netnatm/msg/
H A Dpriv.h72 uni_encode_f encode; member
81 uni_msg_encode_f encode; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DRange.cpp80 void AddressRange::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() function in AddressRange
95 void AddressRanges::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() function in AddressRanges
100 Range.encode(O, BaseAddr); in encode()
H A DGsymCreator.cpp55 return encode(O); in save()
58 llvm::Error GsymCreator::encode(FileWriter &O) const { in encode() function in GsymCreator
101 llvm::Error Err = Hdr.encode(O); in encode()
153 if (Expected<uint64_t> OffsetOrErr = FuncInfo.encode(O)) in encode()
H A DInlineInfo.cpp228 llvm::Error InlineInfo::encode(FileWriter &O, uint64_t BaseAddr) const { in encode() function in InlineInfo
235 Ranges.encode(O, BaseAddr); in encode()
254 llvm::Error Err = Child.encode(O, ChildBaseAddr); in encode()
/freebsd-13.1/crypto/heimdal/appl/ftp/ftp/
H A Dsecurity.h55 int (*encode)(void *, void*, int, int, void**); member
66 int (*encode)(void *, void*, int, int, void**); member
/freebsd-13.1/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dimg,meta-intc.txt17 - #interrupt-cells: Specifies the number of cells needed to encode an
20 - #address-cells: Specifies the number of cells needed to encode an
55 // Two cells to encode interrupt sources.
H A Dopen-pic.txt22 - #interrupt-cells: Specifies the number of cells needed to encode an
25 - #address-cells: Specifies the number of cells needed to encode an
65 // Two cells to encode interrupt sources.
H A Dmarvell,orion-intc.txt9 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1
33 - #interrupt-cells: number of cells to encode an interrupt source, shall be 1
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DRange.h63 void encode(FileWriter &O, uint64_t BaseAddr) const;
111 void encode(FileWriter &O, uint64_t BaseAddr) const;
/freebsd-13.1/sys/contrib/device-tree/Bindings/media/
H A Dqcom,msm8916-venus.yaml8 title: Qualcomm Venus video encode and decode accelerators
14 The Venus IP is a video encode and decode accelerator present
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DAlignment.h52 friend unsigned encode(struct MaybeAlign A);
232 inline unsigned encode(MaybeAlign A) { return A ? A->ShiftValue + 1 : 0; } in encode() function
245 inline unsigned encode(Align A) { return encode(MaybeAlign(A)); } in encode() function

1234567891011