| /third_party/mesa3d/src/intel/compiler/ |
| D | brw_clip_util.c | 42 struct brw_reg tmp = brw_vec4_grf(c->last_tmp, 0); in get_tmp() local 50 static void release_tmp( struct brw_clip_compile *c, struct brw_reg tmp ) in release_tmp() 65 struct brw_codegen *p = &c->func; in brw_clip_init_planes() local 85 struct brw_codegen *p = &c->func; in brw_clip_project_position() local 103 struct brw_codegen *p = &c->func; in brw_clip_project_vertex() local 104 struct brw_reg tmp = get_tmp(c); in brw_clip_project_vertex() local 134 struct brw_codegen *p = &c->func; in brw_clip_interp_vertex() local 166 struct brw_reg tmp = get_tmp(c); in brw_clip_interp_vertex() local 182 struct brw_reg tmp = get_tmp(c); in brw_clip_interp_vertex() local 271 struct brw_reg tmp = get_tmp(c); in brw_clip_interp_vertex() local [all …]
|
| /third_party/rust/crates/regex/src/ |
| D | utf8.rs | 158 fn p(given_cp: char) -> bool { in prop_roundtrip() function 159 let mut tmp = [0; 4]; in prop_roundtrip() localVariable 169 fn p(given_cp: char) -> bool { in prop_roundtrip_last() function 170 let mut tmp = [0; 4]; in prop_roundtrip_last() localVariable 181 fn p(cp: char) -> bool { in prop_encode_matches_std() function 192 fn p(given_cp: char) -> bool { in prop_decode_matches_std() function 193 let mut tmp = [0; 4]; in prop_decode_matches_std() localVariable 205 fn p(given_cp: char) -> bool { in prop_decode_last_matches_std() function 206 let mut tmp = [0; 4]; in prop_decode_last_matches_std() localVariable
|
| /third_party/musl/arch/riscv64/ |
| D | atomic_arch.h | 8 static inline int a_cas(volatile int *p, int t, int s) in a_cas() 10 int old, tmp; in a_cas() local 24 static inline void *a_cas_p(volatile void *p, void *t, void *s) in a_cas_p() 27 int tmp; in a_cas_p() local
|
| /third_party/skia/gm/ |
| D | androidblendmodes.cpp | 47 SkCanvas tmp(fCompositeSrc); in onOnceBeforeDraw() local 49 SkPaint p; in onOnceBeforeDraw() local 57 SkCanvas tmp(fCompositeDst); in onOnceBeforeDraw() local 59 SkPaint p; in onOnceBeforeDraw() local 73 SkPaint p; in drawTile() local
|
| /third_party/musl/src/stdio/ |
| D | vfwscanf.c | 46 void *p; in arg_n() local 59 const wchar_t *p = set; in in_set() local 91 const wchar_t *p; in vfwscanf() local 100 char tmp[3*sizeof(int)+10]; in vfwscanf() local 263 wchar_t *tmp = realloc(wcs, k*sizeof(wchar_t)); in vfwscanf() local 273 char *tmp = realloc(s, k); in vfwscanf() local
|
| D | vfscanf.c | 51 void *p; in arg_n() local 71 const unsigned char *p; in vfscanf() local 254 wchar_t *tmp = realloc(wcs, k*sizeof(wchar_t)); in vfscanf() local 267 char *tmp = realloc(s, k); in vfscanf() local
|
| /third_party/selinux/libsepol/src/ |
| D | optimize.c | 96 static struct type_vec *build_type_map(const policydb_t *p) in build_type_map() 143 static void destroy_type_map(const policydb_t *p, struct type_vec *type_map) in destroy_type_map() 243 static int is_type_attr(policydb_t *p, unsigned int id) in is_type_attr() 248 static int is_avrule_with_attr(avtab_ptr_t entry, policydb_t *p) in is_avrule_with_attr() 295 static void optimize_avtab(policydb_t *p, const struct type_vec *type_map) in optimize_avtab() 306 avtab_ptr_t tmp = *cur; in optimize_avtab() local 324 policydb_t *p, const struct type_vec *type_map) in optimize_cond_av_list() 337 cond_av_list_t *tmp = *cond; in optimize_cond_av_list() local 362 cond_av_list_t *tmp = *cond; in optimize_cond_av_list() local 373 static void optimize_cond_avtab(policydb_t *p, const struct type_vec *type_map) in optimize_cond_avtab() [all …]
|
| /third_party/musl/arch/microblaze/ |
| D | atomic_arch.h | 2 static inline int a_cas(volatile int *p, int t, int s) in a_cas() 4 register int old, tmp; in a_cas() local 23 register int old, tmp; in a_swap() local 40 register int new, tmp; in a_fetch_add() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | dss_sp.c | 293 DssSpContext *p = avctx->priv_data; in dss_sp_decode_init() local 305 static void dss_sp_unpack_coeffs(DssSpContext *p, const uint8_t *src) in dss_sp_unpack_coeffs() 312 uint32_t tmp; in dss_sp_unpack_coeffs() local 429 static void dss_sp_unpack_filter(DssSpContext *p) in dss_sp_unpack_filter() 447 int coeff_1, coeff_2, tmp; in dss_sp_convert_coeffs() local 488 int tmp = gain * vector[i] >> 11; in dss_sp_gen_exc() local 522 int i, tmp; in dss_sp_shift_sq_sub() local 546 int i, tmp = 0; in dss_sp_shift_sq_add() local 588 static int dss_sp_vector_sum(DssSpContext *p, int size) in dss_sp_vector_sum() 596 static void dss_sp_sf_synthesis(DssSpContext *p, int32_t lpc_filter, in dss_sp_sf_synthesis() [all …]
|
| /third_party/skia/third_party/externals/libpng/intel/ |
| D | filter_sse2_intrinsics.c | 30 static __m128i load4(const void* p) { in load4() 31 int tmp; in load4() local 36 static void store4(void* p, __m128i v) { in store4() 37 int tmp = _mm_cvtsi128_si32(v); in store4() local 41 static __m128i load3(const void* p) { in load3() 42 png_uint_32 tmp = 0; in load3() local 47 static void store3(void* p, __m128i v) { in store3() 48 int tmp = _mm_cvtsi128_si32(v); in store3() local
|
| /third_party/mesa3d/src/gallium/drivers/i915/ |
| D | i915_fpc_emit.c | 34 i915_get_temp(struct i915_fp_compile *p) in i915_get_temp() 47 i915_release_temp(struct i915_fp_compile *p, int reg) in i915_release_temp() 57 i915_get_utemp(struct i915_fp_compile *p) in i915_get_utemp() 70 i915_release_utemps(struct i915_fp_compile *p) in i915_release_utemps() 76 i915_emit_decl(struct i915_fp_compile *p, uint32_t type, uint32_t nr, in i915_emit_decl() 106 i915_emit_arith(struct i915_fp_compile *p, uint32_t op, uint32_t dest, in i915_emit_arith() 140 uint32_t tmp = i915_get_utemp(p); in i915_emit_arith() local 177 i915_emit_texld(struct i915_fp_compile *p, uint32_t dest, uint32_t destmask, in i915_emit_texld() 216 uint32_t tmp = i915_get_utemp(p); in i915_emit_texld() local 258 i915_emit_const1f(struct i915_fp_compile *p, float c0) in i915_emit_const1f() [all …]
|
| /third_party/lzma/CPP/Common/ |
| D | AutoPtr.h | 10 CMyAutoPtr(T *p = NULL) : _p(p) {} in _p() argument 11 CMyAutoPtr(CMyAutoPtr<T>& p): _p(p.release()) {} in CMyAutoPtr() function 23 T *tmp = _p; in release() local
|
| /third_party/ffmpeg/libavutil/ |
| D | qsort.h | 33 #define AV_QSORT(p, num, type, cmp) do {\ argument 103 #define AV_MSORT(p, tmp, num, type, cmp) do {\ argument
|
| /third_party/mbedtls/library/ |
| D | pkwrite.c | 62 static int pk_write_rsa_der(unsigned char **p, unsigned char *buf, in pk_write_rsa_der() 67 uint8_t tmp[PSA_EXPORT_KEY_PAIR_MAX_SIZE]; in pk_write_rsa_der() local 90 static int pk_write_ec_pubkey(unsigned char **p, unsigned char *start, in pk_write_ec_pubkey() 115 static int pk_write_ec_pubkey(unsigned char **p, unsigned char *start, in pk_write_ec_pubkey() 156 static int pk_write_ec_private(unsigned char **p, unsigned char *start, in pk_write_ec_private() 161 unsigned char tmp[PK_MAX_EC_KEY_PAIR_SIZE]; in pk_write_ec_private() local 184 static int pk_write_ec_private(unsigned char **p, unsigned char *start, in pk_write_ec_private() 189 unsigned char tmp[PK_MAX_EC_KEY_PAIR_SIZE]; in pk_write_ec_private() local 222 static int pk_write_ec_param(unsigned char **p, unsigned char *start, in pk_write_ec_param() 255 static int pk_write_ec_rfc8410_der(unsigned char **p, unsigned char *buf, in pk_write_ec_rfc8410_der() [all …]
|
| /third_party/python/Parser/ |
| D | pegen_errors.c | 29 PyObject *tmp = Py_BuildValue("(OiiO)", filename, 0, -1, Py_None); in _PyPegen_raise_tokenizer_init_error() local 50 raise_unclosed_parentheses_error(Parser *p) { in raise_unclosed_parentheses_error() 60 _Pypegen_tokenizer_error(Parser *p) in _Pypegen_tokenizer_error() 115 _Pypegen_raise_decode_error(Parser *p) in _Pypegen_raise_decode_error() 149 _PyPegen_tokenize_full_source_to_check_for_errors(Parser *p) { in _PyPegen_tokenize_full_source_to_check_for_errors() 209 _PyPegen_raise_error(Parser *p, PyObject *errtype, const char *errmsg, ...) in _PyPegen_raise_error() 246 get_error_line_from_tokenizer_buffers(Parser *p, Py_ssize_t lineno) in get_error_line_from_tokenizer_buffers() 285 _PyPegen_raise_error_known_location(Parser *p, PyObject *errtype, in _PyPegen_raise_error_known_location() 293 PyObject *tmp = NULL; in _PyPegen_raise_error_known_location() local 406 _Pypegen_set_syntax_error(Parser* p, Token* last_token) { in _Pypegen_set_syntax_error()
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | vfscanf.c | 46 void *p; in arg_n() local 62 const unsigned char *p; in vfscanf() local 242 wchar_t *tmp = realloc(wcs, k*sizeof(wchar_t)); in vfscanf() local 255 char *tmp = realloc(s, k); in vfscanf() local
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | vfscanf.c | 46 void *p; in arg_n() local 62 const unsigned char *p; in vfscanf() local 242 wchar_t *tmp = realloc(wcs, k*sizeof(wchar_t)); in vfscanf() local 255 char *tmp = realloc(s, k); in vfscanf() local
|
| /third_party/mesa3d/src/mesa/main/ |
| D | ffvertex_prog.c | 385 static struct ureg get_temp( struct tnl_program *p ) in get_temp() 401 static struct ureg reserve_temp( struct tnl_program *p ) in reserve_temp() 409 static void release_temp( struct tnl_program *p, struct ureg reg ) in release_temp() 417 static void release_temps( struct tnl_program *p ) in release_temps() 423 static struct ureg register_param4(struct tnl_program *p, in register_param4() 440 #define register_param1(p,s0) register_param4(p,s0,0,0,0) argument 441 #define register_param2(p,s0,s1) register_param4(p,s0,s1,0,0) argument 442 #define register_param3(p,s0,s1,s2) register_param4(p,s0,s1,s2,0) argument 449 static struct ureg register_input( struct tnl_program *p, GLuint input ) in register_input() 466 static struct ureg register_output( struct tnl_program *p, GLuint output ) in register_output() [all …]
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| D | vfscanf.c | 51 void *p; in arg_n() local 71 const unsigned char *p; in vfscanf() local 254 wchar_t *tmp = realloc(wcs, k*sizeof(wchar_t)); in vfscanf() local 267 char *tmp = realloc(s, k); in vfscanf() local
|
| /third_party/pulseaudio/src/pulsecore/ |
| D | tagstruct.c | 154 uint32_t tmp; in read_u64() local 169 uint32_t tmp; in read_s64() local 183 static void write_arbitrary(pa_tagstruct *t, const void *p, size_t len) { in write_arbitrary() 192 static int read_arbitrary(pa_tagstruct *t, const void **p, size_t length) { in read_arbitrary() 237 void pa_tagstruct_put_arbitrary(pa_tagstruct *t, const void *p, size_t length) { in pa_tagstruct_put_arbitrary() 314 void pa_tagstruct_put_proplist(pa_tagstruct *t, const pa_proplist *p) { in pa_tagstruct_put_proplist() 419 uint8_t tmp; in pa_tagstruct_get_sample_spec() local 438 int pa_tagstruct_get_arbitrary(pa_tagstruct *t, const void **p, size_t length) { in pa_tagstruct_get_arbitrary() 497 uint32_t tmp; in pa_tagstruct_get_timeval() local 561 uint8_t tmp; in pa_tagstruct_get_channel_map() local [all …]
|
| /third_party/musl/src/passwd/ |
| D | getgr_a.c | 8 static char *itoa(char *p, uint32_t x) in itoa() 99 char *tmp = realloc(*buf, len); in __getgr_a() local 118 char **tmp = realloc(*mem, (groupbuf[GRMEMCNT]+1)*sizeof(char*)); in __getgr_a() local
|
| /third_party/musl/arch/riscv32/ |
| D | atomic_arch.h | 8 static inline int a_cas(volatile int *p, int t, int s) in a_cas() 10 int old, tmp; in a_cas() local
|
| /third_party/musl/src/network/ |
| D | lookup_ipliteral.c | 30 char tmp[64]; in __lookup_ipliteral() local 31 char *p = strchr(name, '%'), *z; in __lookup_ipliteral() local
|
| /third_party/node/deps/uv/src/ |
| D | inet.c | 55 char tmp[UV__INET_ADDRSTRLEN]; in inet_ntop4() local 75 char tmp[UV__INET6_ADDRSTRLEN], *tp; in inet_ntop6() local 160 char tmp[UV__INET6_ADDRSTRLEN], *s, *p; in uv_inet_pton() local 183 unsigned char tmp[sizeof(struct in_addr)], *tp; in inet_pton4() local 222 unsigned char tmp[sizeof(struct in6_addr)], *tp, *endp, *colonp; in inet_pton6() local
|
| /third_party/libuv/src/ |
| D | inet.c | 50 char tmp[UV__INET_ADDRSTRLEN]; in inet_ntop4() local 70 char tmp[UV__INET6_ADDRSTRLEN], *tp; in inet_ntop6() local 155 char tmp[UV__INET6_ADDRSTRLEN], *s, *p; in uv_inet_pton() local 178 unsigned char tmp[sizeof(struct in_addr)], *tp; in inet_pton4() local 217 unsigned char tmp[sizeof(struct in6_addr)], *tp, *endp, *colonp; in inet_pton6() local
|