Home
last modified time | relevance | path

Searched defs:pbuf (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c236 Py_buffer pbuf; in utf_7_decode() local
259 Py_buffer pbuf; in utf_8_decode() local
282 Py_buffer pbuf; in utf_16_decode() local
305 Py_buffer pbuf; in utf_16_le_decode() local
329 Py_buffer pbuf; in utf_16_be_decode() local
361 Py_buffer pbuf; in utf_16_ex_decode() local
386 Py_buffer pbuf; in utf_32_decode() local
409 Py_buffer pbuf; in utf_32_le_decode() local
432 Py_buffer pbuf; in utf_32_be_decode() local
463 Py_buffer pbuf; in utf_32_ex_decode() local
[all …]
Dbinascii.c469 Py_buffer pbuf; in binascii_b2a_base64() local
617 Py_buffer pbuf; in binascii_rlecode_hqx() local
877 Py_buffer pbuf; in binascii_crc32() local
Dsocketmodule.c2776 Py_buffer pbuf; local
2826 Py_buffer pbuf; local
2899 Py_buffer pbuf; local
4143 char pbuf[30]; local
4261 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
DcStringIO.c69 Py_buffer pbuf; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c236 Py_buffer pbuf; in utf_7_decode() local
259 Py_buffer pbuf; in utf_8_decode() local
282 Py_buffer pbuf; in utf_16_decode() local
305 Py_buffer pbuf; in utf_16_le_decode() local
329 Py_buffer pbuf; in utf_16_be_decode() local
361 Py_buffer pbuf; in utf_16_ex_decode() local
386 Py_buffer pbuf; in utf_32_decode() local
409 Py_buffer pbuf; in utf_32_le_decode() local
432 Py_buffer pbuf; in utf_32_be_decode() local
463 Py_buffer pbuf; in utf_32_ex_decode() local
[all …]
Dbinascii.c473 Py_buffer pbuf; in binascii_b2a_base64() local
626 Py_buffer pbuf; in binascii_rlecode_hqx() local
892 Py_buffer pbuf; in binascii_crc32() local
Dsocketmodule.c2707 Py_buffer pbuf; local
2755 Py_buffer pbuf; local
2826 Py_buffer pbuf; local
4061 char pbuf[30]; local
4164 char hbuf[NI_MAXHOST], pbuf[NI_MAXSERV]; local
DcStringIO.c71 PyObject *pbuf; member
Dbz2module.c828 Py_buffer pbuf; in BZ2File_write() local
/device/google/contexthub/util/nanoapp_encr/
Dnanoapp_encr.c56 static int handleEncrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint64_t keyId, uint32_t *key) in handleEncrypt()
153 static int handleDecrypt(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t *key) in handleDecrypt()
/device/google/contexthub/util/nanoapp_sign/
Dnanoapp_sign.c191 static int handleConvertKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa) in handleConvertKey()
226 static int handleVerify(uint8_t **pbuf, uint32_t bufUsed, struct RsaData *rsa, bool verbose, bool b… in handleVerify()
316 static int handleSign(uint8_t **pbuf, uint32_t bufUsed, FILE *out, struct RsaData *rsa, bool verbos… in handleSign()
/device/google/contexthub/util/nanoapp_postprocess/
Dpostprocess.c403 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp()
573 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey()
600 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs()
Dpostprocess_elf.c291 static int handleApp(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleApp()
834 static int handleKey(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, uint64_t ap… in handleKey()
861 static int handleOs(uint8_t **pbuf, uint32_t bufUsed, FILE *out, uint32_t layoutFlags, bool bare) in handleOs()
/device/linaro/poplar/wifi/wpa_supplicant_8_lib/
Ddriver_cmd_nl80211.c161 char *pbuf; in wpa_driver_set_ap_wps_p2p_ie() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c464 Py_buffer pbuf; in fileio_readinto() local
662 Py_buffer pbuf; in fileio_write() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c476 Py_buffer pbuf; in fileio_readinto() local
657 Py_buffer pbuf; in fileio_write() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dmactoolboxglue.c192 PyMac_GetStr255(PyObject *v, Str255 pbuf) in PyMac_GetStr255()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c134 #define SET_ALL_MULTI_BYTE_RANGE(enc, pbuf) \ argument
1687 new_code_range(BBuf** pbuf) in new_code_range()
1705 add_code_range_to_buf(BBuf** pbuf, OnigCodePoint from, OnigCodePoint to) in add_code_range_to_buf()
1780 add_code_range(BBuf** pbuf, ScanEnv* env, OnigCodePoint from, OnigCodePoint to) in add_code_range()
1793 not_code_range_buf(OnigEncoding enc, BBuf* bbuf, BBuf** pbuf) in not_code_range_buf()
1836 BBuf* bbuf2, int not2, BBuf** pbuf) in or_code_range_buf()
1892 and_code_range1(BBuf** pbuf, OnigCodePoint from1, OnigCodePoint to1, in and_code_range1()
1932 and_code_range_buf(BBuf* bbuf1, int not1, BBuf* bbuf2, int not2, BBuf** pbuf) in and_code_range_buf()
1992 BBuf *buf1, *buf2, *pbuf; in and_cclass() local
2050 BBuf *buf1, *buf2, *pbuf; in or_cclass() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dstructseq.c244 char *endofbuf, *pbuf = buf; in structseq_repr() local
Dfileobject.c1124 Py_buffer pbuf; in file_readinto() local
1743 Py_buffer pbuf; in file_write() local
Dstringobject.c3988 char **pbuf, int *plen) in _PyString_FormatLong()
4268 char *pbuf = NULL; in PyString_Format() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dstructseq.c245 char *endofbuf, *pbuf = buf; in structseq_repr() local
Dfileobject.c1138 Py_buffer pbuf; in file_readinto() local
1803 Py_buffer pbuf; in file_write() local
Dstringobject.c4008 char **pbuf, int *plen) in _PyString_FormatLong()
4288 char *pbuf; in PyString_Format() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2972 Py_buffer pbuf; in edk2_write() local

12