Searched refs:deref_hash (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | ir_constant_expression.cpp | 1027 hash_table *deref_hash = _mesa_hash_table_create(NULL, _mesa_hash_pointer, in constant_expression_value() local 1040 _mesa_hash_table_destroy(deref_hash, NULL); in constant_expression_value() 1046 _mesa_hash_table_insert(deref_hash, var, constant); in constant_expression_value() 1056 …_expression_evaluate_expression_list(mem_ctx, origin ? origin->body : body, deref_hash, &result) && in constant_expression_value() 1060 _mesa_hash_table_destroy(deref_hash, NULL); in constant_expression_value()
|
/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/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()
|