/third_party/python/Python/ |
H A D | codecs.c | 1128 int code; in PyCodec_SurrogatePassErrors() local
|
/third_party/python/Objects/ |
H A D | funcobject.c | 49 PyFunction_NewWithQualName(PyObject *code, PyObject *globals, PyObject *qualname) in PyFunction_NewWithQualName() argument 148 PyFunction_New(PyObject *code, PyObject *globals) in PyFunction_New() argument 611 func_new_impl(PyTypeObject *type, PyCodeObject *code, PyObject *globals, PyObject *name, PyObject *defaults, PyObject *closure) func_new_impl() argument [all...] |
/third_party/python/Modules/clinic/ |
H A D | overlapped.c.h | 341 DWORD code; in _overlapped_FormatMessage() local
|
/third_party/python/PC/ |
H A D | _msi.c | 360 int code; in msierror() local [all...] |
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | json_stream_parser.cc | 474 uint32 code = 0; in ParseUnicodeEscape() local [all...] |
/third_party/python/Modules/cjkcodecs/ |
H A D | cjkcodecs.h | 60 DBCHAR code; member
|
/third_party/spirv-tools/tools/fuzz/ |
H A D | fuzz.cpp | 69 int code; member
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTextureMultisampleTests.cpp | 126 std::string specializeShader (Context& context, const char* code) in specializeShader() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_sim_common.c | 980 struct eap_sim_msg * eap_sim_msg_init(int code, int id, int type, int subtype) in eap_sim_msg_init() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp_web.c | 242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code() argument 274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | dpp_pkex.c | 171 dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const char *identifier, const char *code, bool v2) dpp_pkex_init() argument 338 dpp_pkex_rx_exchange_req(void *msg_ctx, struct dpp_bootstrap_info *bi, const u8 *own_mac, const u8 *peer_mac, const char *identifier, const char *code, const u8 *buf, size_t len, bool v2) dpp_pkex_rx_exchange_req() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_tls_common.c | 19 eap_tls_msg_alloc(enum eap_type type, size_t payload_len, u8 code, u8 identifier) eap_tls_msg_alloc() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp_web.c | 242 static void http_put_reply_code(struct wpabuf *buf, enum http_reply_code code) in http_put_reply_code() argument 274 static void http_put_empty(struct wpabuf *buf, enum http_reply_code code) in http_put_empty() argument
|
/third_party/zlib/ |
H A D | deflate.h | 75 ush code; /* bit string */ member [all...] |
H A D | trees.c | 163 bi_reverse(unsigned code, int len) bi_reverse() argument 217 unsigned code = 0; /* running code value */ gen_codes() local 315 int code; /* code value */ tr_static_init() local 928 unsigned code; /* the code to send */ compress_block() local [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | amrnbdec.c | 445 static void decode_10bit_pulse(int code, int pulse_position[8], in decode_10bit_pulse() argument
|
H A D | dxv.c | 82 static int extract_component(int yo0, int yo1, int code) in extract_component() argument
|
H A D | mpeg4videoenc.c | 1189 int bits, len, code; in init_uni_mpeg4_rl_tab() local [all...] |
H A D | dca_core.c | 253 int code = get_bits(&s->gb, 7); in parse_coding_header() local 1661 int code = get_bits(&s->gb, 9); parse_aux_data() local [all...] |
H A D | atrac3.c | 222 int i, code, huff_symb; in read_quant_spectral_coeffs() local [all...] |
H A D | agm.c | 667 unsigned code; in decode_runlen_rgb() local 723 unsigned code; in decode_runlen() local
|
H A D | 4xm.c | 348 int index, h, code, ret, scale = 1; in decode_p_block() local 502 int code, i, j, level, val; decode_i_block() local [all...] |
H A D | truemotion2.c | 149 static int tm2_build_huff_table(TM2Context *ctx, TM2Codes *code) in tm2_build_huff_table() argument 222 tm2_free_codes(TM2Codes *code) tm2_free_codes() argument 229 tm2_get_token(GetBitContext *gb, TM2Codes *code) tm2_get_token() argument [all...] |
/third_party/elfutils/tests/ |
H A D | varlocs.c | 67 dwarf_encoding_string (unsigned int code) in dwarf_encoding_string() argument 151 dwarf_opcode_string (unsigned int code) in dwarf_opcode_string() argument 928 unsigned int code = dwarf_whatattr (attr); in handle_attr() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | mpeg.c | 65 uint32_t code = -1; in mpegps_probe() local [all...] |