Home
last modified time | relevance | path

Searched defs:mp (Results 1 - 25 of 84) sorted by relevance

1234

/third_party/skia/third_party/externals/libpng/contrib/testpngs/
H A Dmakepngs.sh20 mp(){ function
/third_party/eudev/src/shared/
H A Dmempool.c33 void* mempool_alloc_tile(struct mempool *mp) { in mempool_alloc_tile() argument
77 mempool_alloc0_tile(struct mempool *mp) mempool_alloc0_tile() argument
86 mempool_free_tile(struct mempool *mp, void *p) mempool_free_tile() argument
93 mempool_drop(struct mempool *mp) mempool_drop() argument
[all...]
/third_party/python/Include/
H A Ddictobject.h26 PyAPI_FUNC(void) PyDict_Clear(PyObject *mp); variable
29 PyAPI_FUNC(PyObject *) PyDict_Keys(PyObject *mp); variable
30 PyAPI_FUNC(PyObject *) PyDict_Values(PyObject *mp); variable
31 PyAPI_FUNC(PyObject *) PyDict_Items(PyObject *mp); variable
32 PyAPI_FUNC(Py_ssize_t) PyDict_Size(PyObject *mp); variable
33 PyAPI_FUNC(PyObject *) PyDict_Copy(PyObject *mp); global() variable
[all...]
/third_party/libunwind/libunwind/src/setjmp/
H A Dsetjmp_i.h84 void *mp; in resume_restores_sigmask() local
/third_party/libsnd/src/GSM610/
H A Dpreprocess.c37 int16_t mp = S->mp ; in Gsm_Preprocess() local
H A Dgsm610_priv.h27 int mp ; /* Preemphasis */ member
/third_party/python/Include/cpython/
H A Ddictobject.h53 PyAPI_FUNC(void) _PyDict_MaybeUntrack(PyObject *mp); variable
54 PyAPI_FUNC(int) _PyDict_HasOnlyStringKeys(PyObject *mp); global() variable
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmlp_parser.c57 MLPParseContext *mp = s->priv_data; in mlp_parse() local
[all...]
H A Dmotionpixels.c59 MotionPixelsContext *mp = avctx->priv_data; in mp_decode_end() local
73 MotionPixelsContext *mp = avctx->priv_data; in mp_decode_init() local
103 mp_read_changes_map(MotionPixelsContext *mp, GetBitContext *gb, int count, int bits_len, int read_color) mp_read_changes_map() argument
132 mp_get_code(MotionPixelsContext *mp, GetBitContext *gb, int size) mp_get_code() argument
152 mp_read_codes_table(MotionPixelsContext *mp, GetBitContext *gb) mp_read_codes_table() argument
174 mp_gradient(MotionPixelsContext *mp, int component, int v) mp_gradient() argument
183 mp_get_yuv_from_rgb(MotionPixelsContext *mp, int x, int y) mp_get_yuv_from_rgb() argument
191 mp_set_rgb_from_yuv(MotionPixelsContext *mp, int x, int y, const YuvPixel *p) mp_set_rgb_from_yuv() argument
199 mp_get_vlc(MotionPixelsContext *mp, GetBitContext *gb) mp_get_vlc() argument
205 mp_decode_line(MotionPixelsContext *mp, GetBitContext *gb, int y) mp_decode_line() argument
252 mp_decode_frame_helper(MotionPixelsContext *mp, GetBitContext *gb) mp_decode_frame_helper() argument
286 MotionPixelsContext *mp = avctx->priv_data; mp_decode_frame() local
[all...]
/third_party/lame/mpglib/
H A Ddecode_i386.c100 synth_1to1_mono(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt) in synth_1to1_mono() argument
104 synth_1to1_mono_unclipped(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt) in synth_1to1_mono_unclipped() argument
217 synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt) in synth_1to1() argument
221 synth_1to1_unclipped(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt) in synth_1to1_unclipped() argument
H A Dcommon.c186 decode_header(PMPSTR mp, struct frame *fr, unsigned long newhead) in decode_header() argument
288 getbits(PMPSTR mp, int number_of_bits) getbits() argument
315 getbits_fast(PMPSTR mp, int number_of_bits) getbits_fast() argument
336 get_leq_8_bits(PMPSTR mp, unsigned int number_of_bits) get_leq_8_bits() argument
343 get_leq_16_bits(PMPSTR mp, unsigned int number_of_bits) get_leq_16_bits() argument
350 set_pointer(PMPSTR mp, long backstep) set_pointer() argument
[all...]
H A Dlayer1.c58 I_step_one(PMPSTR mp, sideinfo_layer_I* si) in I_step_one() argument
110 I_step_two(PMPSTR mp, sideinfo_layer_ argument
192 decode_layer1_sideinfo(PMPSTR mp) decode_layer1_sideinfo() argument
200 decode_layer1_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point) decode_layer1_frame() argument
[all...]
H A Dinterface.c53 InitMP3(PMPSTR mp) in InitMP3() argument
94 ExitMP3(PMPSTR mp) ExitMP3() argument
110 addbuf(PMPSTR mp, unsigned char *buf, int size) addbuf() argument
144 remove_buf(PMPSTR mp) remove_buf() argument
161 read_buf_byte(PMPSTR mp) read_buf_byte() argument
189 read_head(PMPSTR mp) read_head() argument
208 copy_mp(PMPSTR mp, int size, unsigned char *ptr) copy_mp() argument
247 check_vbr_header(PMPSTR mp, int bytes) check_vbr_header() argument
298 sync_buffer(PMPSTR mp, int free_match) sync_buffer() argument
378 decode_reset(PMPSTR mp) decode_reset() argument
397 audiodata_precedesframes(PMPSTR mp) audiodata_precedesframes() argument
406 decodeMP3_clipchoice(PMPSTR mp, unsigned char *in, int isize, char *out, int *done, int (*synth_1to1_mono_ptr) (PMPSTR, real *, unsigned char *, int *), int (*synth_1to1_ptr) (PMPSTR, real *, int, unsigned char *, int *)) decodeMP3_clipchoice() argument
695 decodeMP3(PMPSTR mp, unsigned char *in, int isize, char *out, int osize, int *done) decodeMP3() argument
707 decodeMP3_unclipped(PMPSTR mp, unsigned char *in, int isize, char *out, int osize, int *done) decodeMP3_unclipped() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_encode.h77 uint8_t *mp = (uint8_t *)(state->buf + state->cdw); in virgl_encoder_write_block() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap06.c32 struct mp { struct
/third_party/skia/third_party/externals/tint/src/writer/glsl/
H A Dgenerator_impl_sanitizer_test.cc315 auto* mp = in TEST_F() local
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_sanitizer_test.cc309 auto* mp = in TEST_F() local
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
H A Dmain.c224 my_metric_report(lws_metric_pub_t *mp) in my_metric_report() argument
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dpoly1305.c42 unsigned char mp[16]; in poly1305_auth() local
/third_party/node/deps/openssl/openssl/providers/common/
H A Dprovider_util.c234 OSSL_PARAM mac_params[6], *mp = mac_params; in ossl_prov_set_macctx() local
/third_party/pulseaudio/src/tests/
H A Dsrbchannel-test.c88 pa_mempool *mp = pa_mempool_new(PA_MEM_TYPE_SHARED_POSIX, 0, true); in START_TEST() local
/third_party/openssl/providers/common/
H A Dprovider_util.c234 OSSL_PARAM mac_params[6], *mp = mac_params; in ossl_prov_set_macctx() local
/third_party/ffmpeg/libavfilter/
H A Daf_atilt.c60 static double mp(int i, double w0, double r) in mp() function
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
H A Dminimal-secure-streams.c504 my_metric_report(lws_metric_pub_t *mp) in my_metric_report() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
H A Dminimal-secure-streams.c400 my_metric_report(lws_metric_pub_t *mp) in my_metric_report() argument

Completed in 11 milliseconds

1234