Searched refs:deref_hash (Results 1 – 4 of 4) sorted by relevance
/external/strace/tests/ |
D | keyctl.c | 231 kckdfp_to_str(struct keyctl_kdf_params *kdf, bool deref_hash, bool deref_oi, in kckdfp_to_str() argument 241 if (deref_hash && hash_str) { in kckdfp_to_str() 245 } else if (deref_hash) { in kckdfp_to_str() 1061 bool deref_hash = true; in main() local 1071 deref_hash = false; in main() 1084 deref_hash = false; in main() 1108 kckdfp_to_str(kckdfp, deref_hash, deref_opts, in main()
|
/external/strace/tests-m32/ |
D | keyctl.c | 231 kckdfp_to_str(struct keyctl_kdf_params *kdf, bool deref_hash, bool deref_oi, in kckdfp_to_str() argument 241 if (deref_hash && hash_str) { in kckdfp_to_str() 245 } else if (deref_hash) { in kckdfp_to_str() 1061 bool deref_hash = true; in main() local 1071 deref_hash = false; in main() 1084 deref_hash = false; in main() 1108 kckdfp_to_str(kckdfp, deref_hash, deref_opts, in main()
|
/external/strace/tests-mx32/ |
D | keyctl.c | 231 kckdfp_to_str(struct keyctl_kdf_params *kdf, bool deref_hash, bool deref_oi, in kckdfp_to_str() argument 241 if (deref_hash && hash_str) { in kckdfp_to_str() 245 } else if (deref_hash) { in kckdfp_to_str() 1061 bool deref_hash = true; in main() local 1071 deref_hash = false; in main() 1084 deref_hash = false; in main() 1108 kckdfp_to_str(kckdfp, deref_hash, deref_opts, in main()
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_constant_expression.cpp | 1210 hash_table *deref_hash = _mesa_pointer_hash_table_create(NULL); in constant_expression_value() local 1222 _mesa_hash_table_destroy(deref_hash, NULL); in constant_expression_value() 1228 _mesa_hash_table_insert(deref_hash, var, constant); in constant_expression_value() 1238 …_expression_evaluate_expression_list(mem_ctx, origin ? origin->body : body, deref_hash, &result) && in constant_expression_value() 1242 _mesa_hash_table_destroy(deref_hash, NULL); in constant_expression_value()
|